Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_irda.c552 hirda->AbortReceiveCpltCallback = pCallback; in HAL_IRDA_RegisterCallback()
666 …hirda->AbortReceiveCpltCallback = HAL_IRDA_AbortReceiveCpltCallback; /* Legacy weak AbortReceive… in HAL_IRDA_UnRegisterCallback()
1879 hirda->AbortReceiveCpltCallback(hirda); in HAL_IRDA_AbortReceive_IT()
1900 hirda->AbortReceiveCpltCallback(hirda); in HAL_IRDA_AbortReceive_IT()
2294 …hirda->AbortReceiveCpltCallback = HAL_IRDA_AbortReceiveCpltCallback; /* Legacy weak AbortReceive… in IRDA_InitCallbacksToDefault()
2851 hirda->AbortReceiveCpltCallback(hirda); in IRDA_DMARxOnlyAbortCallback()
Dstm32l4xx_hal_smartcard.c553 hsmartcard->AbortReceiveCpltCallback = pCallback; in HAL_SMARTCARD_RegisterCallback()
669 …hsmartcard->AbortReceiveCpltCallback = HAL_SMARTCARD_AbortReceiveCpltCallback; /* Legacy weak Ab… in HAL_SMARTCARD_UnRegisterCallback()
1860 hsmartcard->AbortReceiveCpltCallback(hsmartcard); in HAL_SMARTCARD_AbortReceive_IT()
1884 hsmartcard->AbortReceiveCpltCallback(hsmartcard); in HAL_SMARTCARD_AbortReceive_IT()
2378 …hsmartcard->AbortReceiveCpltCallback = HAL_SMARTCARD_AbortReceiveCpltCallback; /* Legacy weak Ab… in SMARTCARD_InitCallbacksToDefault()
2992 hsmartcard->AbortReceiveCpltCallback(hsmartcard); in SMARTCARD_DMARxOnlyAbortCallback()
Dstm32l4xx_hal_uart.c794 huart->AbortReceiveCpltCallback = pCallback; in HAL_UART_RegisterCallback()
925 …huart->AbortReceiveCpltCallback = HAL_UART_AbortReceiveCpltCallback; /* Legacy weak AbortReceive… in HAL_UART_UnRegisterCallback()
2139 huart->AbortReceiveCpltCallback(huart); in HAL_UART_AbortReceive_IT()
2163 huart->AbortReceiveCpltCallback(huart); in HAL_UART_AbortReceive_IT()
2771 …huart->AbortReceiveCpltCallback = HAL_UART_AbortReceiveCpltCallback; /* Legacy weak AbortReceive… in UART_InitCallbacksToDefault()
3620 huart->AbortReceiveCpltCallback(huart); in UART_DMARxOnlyAbortCallback()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_irda.h208 …void (* AbortReceiveCpltCallback)(struct __IRDA_HandleTypeDef *hirda); /*!< IRDA Abort Receive Co… member
Dstm32l4xx_hal_smartcard.h270 …void (* AbortReceiveCpltCallback)(struct __SMARTCARD_HandleTypeDef *hsmartcard); /*!< SMARTCARD A… member
Dstm32l4xx_hal_uart.h290 …void (* AbortReceiveCpltCallback)(struct __UART_HandleTypeDef *huart); /*!< UART Abort Receive Co… member