Searched refs:PCD_CALC_BLK32 (Results 1 – 3 of 3) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
| D | stm32l1xx_hal_pcd.h | 620 #define PCD_CALC_BLK32(dwReg,wCount,wNBlocks) {\ macro 642 PCD_CALC_BLK32((dwReg),(wCount),wNBlocks) \
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
| D | stm32l0xx_hal_pcd.h | 572 #define PCD_CALC_BLK32(dwReg,wCount,wNBlocks) do {\ macro 588 if(wCount > 62){PCD_CALC_BLK32(dwReg,wCount,wNBlocks);}\
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
| D | stm32l4xx_hal_pcd.h | 875 #define PCD_CALC_BLK32(pdwReg, wCount, wNBlocks) do { \ macro 902 PCD_CALC_BLK32((pdwReg),(wCount), wNBlocks); \
|