Home
last modified time | relevance | path

Searched refs:HAL_UARTEx_RxFifoFullCallback (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_uart_ex.h154 void HAL_UARTEx_RxFifoFullCallback(UART_HandleTypeDef *huart);
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_uart_ex.h154 void HAL_UARTEx_RxFifoFullCallback(UART_HandleTypeDef *huart);
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_uart_ex.h245 void HAL_UARTEx_RxFifoFullCallback(UART_HandleTypeDef *huart);
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_uart_ex.c287 __weak void HAL_UARTEx_RxFifoFullCallback(UART_HandleTypeDef *huart) in HAL_UARTEx_RxFifoFullCallback() function
Dstm32h5xx_hal_uart.c897 …huart->RxFifoFullCallback = HAL_UARTEx_RxFifoFullCallback; /* Legacy weak RxFifoFullCa… in HAL_UART_UnRegisterCallback()
2608 HAL_UARTEx_RxFifoFullCallback(huart); in HAL_UART_IRQHandler()
3072 …huart->RxFifoFullCallback = HAL_UARTEx_RxFifoFullCallback; /* Legacy weak RxFifoFullCa… in UART_InitCallbacksToDefault()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_uart_ex.c287 __weak void HAL_UARTEx_RxFifoFullCallback(UART_HandleTypeDef *huart) in HAL_UARTEx_RxFifoFullCallback() function
Dstm32l5xx_hal_uart.c888 …huart->RxFifoFullCallback = HAL_UARTEx_RxFifoFullCallback; /* Legacy weak RxFifoFullCa… in HAL_UART_UnRegisterCallback()
2522 HAL_UARTEx_RxFifoFullCallback(huart); in HAL_UART_IRQHandler()
2986 …huart->RxFifoFullCallback = HAL_UARTEx_RxFifoFullCallback; /* Legacy weak RxFifoFullCa… in UART_InitCallbacksToDefault()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_uart_ex.c269 __weak void HAL_UARTEx_RxFifoFullCallback(UART_HandleTypeDef *huart) in HAL_UARTEx_RxFifoFullCallback() function
Dstm32u5xx_hal_uart.c888 …huart->RxFifoFullCallback = HAL_UARTEx_RxFifoFullCallback; /* Legacy weak RxFifoFullCa… in HAL_UART_UnRegisterCallback()
2549 HAL_UARTEx_RxFifoFullCallback(huart); in HAL_UART_IRQHandler()
3012 …huart->RxFifoFullCallback = HAL_UARTEx_RxFifoFullCallback; /* Legacy weak RxFifoFullCa… in UART_InitCallbacksToDefault()