Home
last modified time | relevance | path

Searched refs:HAL_UART_MspInit (Results 1 – 8 of 8) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_uart.c276 HAL_UART_MspInit(huart); in HAL_UART_Init()
329 HAL_UART_MspInit(huart); in HAL_HalfDuplex_Init()
391 HAL_UART_MspInit(huart); in HAL_LIN_Init()
459 HAL_UART_MspInit(huart); in HAL_MultiProcessor_Init()
536 __weak void HAL_UART_MspInit(UART_HandleTypeDef *huart) in HAL_UART_MspInit() function
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c356 huart->MspInitCallback = HAL_UART_MspInit; in HAL_UART_Init()
363 HAL_UART_MspInit(huart); in HAL_UART_Init()
423 huart->MspInitCallback = HAL_UART_MspInit; in HAL_HalfDuplex_Init()
430 HAL_UART_MspInit(huart); in HAL_HalfDuplex_Init()
511 huart->MspInitCallback = HAL_UART_MspInit; in HAL_LIN_Init()
518 HAL_UART_MspInit(huart); in HAL_LIN_Init()
597 huart->MspInitCallback = HAL_UART_MspInit; in HAL_MultiProcessor_Init()
604 HAL_UART_MspInit(huart); in HAL_MultiProcessor_Init()
699 __weak void HAL_UART_MspInit(UART_HandleTypeDef *huart) in HAL_UART_MspInit() function
943 …huart->MspInitCallback = HAL_UART_MspInit; /* Legacy weak MspInitCallb… in HAL_UART_UnRegisterCallback()
[all …]
Dstm32l4xx_hal_uart_ex.c214 huart->MspInitCallback = HAL_UART_MspInit; in HAL_RS485Ex_Init()
221 HAL_UART_MspInit(huart); in HAL_RS485Ex_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_uart_ex.c189 HAL_UART_MspInit(huart); in HAL_RS485Ex_Init()
Dstm32l0xx_hal_uart.c250 HAL_UART_MspInit(huart); in HAL_UART_Init()
305 HAL_UART_MspInit(huart); in HAL_HalfDuplex_Init()
381 HAL_UART_MspInit(huart); in HAL_LIN_Init()
455 HAL_UART_MspInit(huart); in HAL_MultiProcessor_Init()
540 __weak void HAL_UART_MspInit(UART_HandleTypeDef *huart) in HAL_UART_MspInit() function
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h688 void HAL_UART_MspInit(UART_HandleTypeDef *huart);
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h1365 void HAL_UART_MspInit(UART_HandleTypeDef *huart);
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h1579 void HAL_UART_MspInit(UART_HandleTypeDef *huart);