Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_pcd.h591 PCD_SET_EP_CNT_RX_REG((pdwReg), (wCount))\
638 #define PCD_SET_EP_CNT_RX_REG(dwReg,wCount) {\ macro
652 PCD_SET_EP_CNT_RX_REG(pdwReg, (wCount))\
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_pcd.h586 #define PCD_SET_EP_CNT_RX_REG(dwReg,wCount) do {\ macro
594 PCD_SET_EP_CNT_RX_REG(pdwReg, wCount);\
606 PCD_SET_EP_CNT_RX_REG(pdwReg, wCount);\
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pcd.h889 #define PCD_SET_EP_CNT_RX_REG(pdwReg, wCount) do { \ macro
912 PCD_SET_EP_CNT_RX_REG(pdwReg, (wCount)); \
937 PCD_SET_EP_CNT_RX_REG(_wRegVal, (wCount)); \