Home
last modified time | relevance | path

Searched refs:PCD_CALC_BLK32 (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_pcd.h620 #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/
Dstm32l0xx_hal_pcd.h572 #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/
Dstm32l4xx_hal_pcd.h875 #define PCD_CALC_BLK32(pdwReg, wCount, wNBlocks) do { \ macro
902 PCD_CALC_BLK32((pdwReg),(wCount), wNBlocks); \