Home
last modified time | relevance | path

Searched refs:wNBlocks (Results 1 – 6 of 6) sorted by relevance

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32_USB-FS-Device_Driver/inc/
H A Dusb_regs.h474 #define _BlocksOf32(dwReg,wCount,wNBlocks) {\ argument
475 wNBlocks = wCount >> 5;\
477 wNBlocks--;\
478 *pdwReg = (uint32_t)((wNBlocks << 10) | 0x8000);\
481 #define _BlocksOf2(dwReg,wCount,wNBlocks) {\ argument
482 wNBlocks = wCount >> 1;\
484 wNBlocks++;\
485 *pdwReg = (uint32_t)(wNBlocks << 10);\
489 uint16_t wNBlocks;\
490 if(wCount > 62){_BlocksOf32(dwReg,wCount,wNBlocks);}\
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32_USB-FS-Device_Driver/inc/
H A Dusb_regs.h474 #define _BlocksOf32(dwReg,wCount,wNBlocks) {\ argument
475 wNBlocks = wCount >> 5;\
477 wNBlocks--;\
478 *pdwReg = (uint32_t)((wNBlocks << 10) | 0x8000);\
481 #define _BlocksOf2(dwReg,wCount,wNBlocks) {\ argument
482 wNBlocks = wCount >> 1;\
484 wNBlocks++;\
485 *pdwReg = (uint32_t)(wNBlocks << 10);\
489 uint16_t wNBlocks;\
490 if(wCount > 62){_BlocksOf32(dwReg,wCount,wNBlocks);}\
[all …]
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_pcd.h622 #define PCD_CALC_BLK32(dwReg,wCount,wNBlocks) {\ in main()
623 (wNBlocks) = (wCount) >> 5;\ in main()
626 (wNBlocks)--;\ in main()
628 *pdwReg = (uint16_t)((uint16_t)((wNBlocks) << 10) | 0x8000); \ in main()
631 #define PCD_CALC_BLK2(dwReg,wCount,wNBlocks) {\ in main()
632 (wNBlocks) = (wCount) >> 1;\ in main()
635 (wNBlocks)++;\ in main()
637 *pdwReg = (uint16_t)((wNBlocks) << 10);\ in main()
641 uint16_t wNBlocks;\ in main()
644 PCD_CALC_BLK32((dwReg),(wCount),wNBlocks); \ in main()
[all …]
/dports/devel/py-cle/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_pcd.h622 #define PCD_CALC_BLK32(dwReg,wCount,wNBlocks) {\ argument
623 (wNBlocks) = (wCount) >> 5;\
626 (wNBlocks)--;\
628 *pdwReg = (uint16_t)((uint16_t)((wNBlocks) << 10) | 0x8000); \
631 #define PCD_CALC_BLK2(dwReg,wCount,wNBlocks) {\ argument
632 (wNBlocks) = (wCount) >> 1;\
635 (wNBlocks)++;\
637 *pdwReg = (uint16_t)((wNBlocks) << 10);\
641 uint16_t wNBlocks;\
644 PCD_CALC_BLK32((dwReg),(wCount),wNBlocks); \
[all …]
/dports/security/py-angr/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_pcd.h622 #define PCD_CALC_BLK32(dwReg,wCount,wNBlocks) {\ argument
623 (wNBlocks) = (wCount) >> 5;\
626 (wNBlocks)--;\
628 *pdwReg = (uint16_t)((uint16_t)((wNBlocks) << 10) | 0x8000); \
631 #define PCD_CALC_BLK2(dwReg,wCount,wNBlocks) {\ argument
632 (wNBlocks) = (wCount) >> 1;\
635 (wNBlocks)++;\
637 *pdwReg = (uint16_t)((wNBlocks) << 10);\
641 uint16_t wNBlocks;\
644 PCD_CALC_BLK32((dwReg),(wCount),wNBlocks); \
[all …]
/dports/security/py-ailment/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_pcd.h622 #define PCD_CALC_BLK32(dwReg,wCount,wNBlocks) {\ argument
623 (wNBlocks) = (wCount) >> 5;\
626 (wNBlocks)--;\
628 *pdwReg = (uint16_t)((uint16_t)((wNBlocks) << 10) | 0x8000); \
631 #define PCD_CALC_BLK2(dwReg,wCount,wNBlocks) {\ argument
632 (wNBlocks) = (wCount) >> 1;\
635 (wNBlocks)++;\
637 *pdwReg = (uint16_t)((wNBlocks) << 10);\
641 uint16_t wNBlocks;\
644 PCD_CALC_BLK32((dwReg),(wCount),wNBlocks); \
[all …]