Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_uart_ex.c237 __HAL_UART_ENABLE(huart); in HAL_RS485Ex_Init()
389 __HAL_UART_ENABLE(huart); in HAL_MultiProcessorEx_AddressLength_Set()
431 __HAL_UART_ENABLE(huart); in HAL_UARTEx_StopModeWakeUpSourceConfig()
969 __HAL_UART_ENABLE(huart); in HAL_UARTEx_SetConfigAutonomousMode()
1028 __HAL_UART_ENABLE(huart); in HAL_UARTEx_ClearConfigAutonomousMode()
Dstm32u5xx_hal_uart.c368 __HAL_UART_ENABLE(huart); in HAL_UART_Init()
436 __HAL_UART_ENABLE(huart); in HAL_HalfDuplex_Init()
525 __HAL_UART_ENABLE(huart); in HAL_LIN_Init()
612 __HAL_UART_ENABLE(huart); in HAL_MultiProcessor_Init()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_uart_ex.c237 __HAL_UART_ENABLE(huart); in HAL_RS485Ex_Init()
407 __HAL_UART_ENABLE(huart); in HAL_MultiProcessorEx_AddressLength_Set()
452 __HAL_UART_ENABLE(huart); in HAL_UARTEx_StopModeWakeUpSourceConfig()
Dstm32h5xx_hal_uart.c368 __HAL_UART_ENABLE(huart); in HAL_UART_Init()
436 __HAL_UART_ENABLE(huart); in HAL_HalfDuplex_Init()
525 __HAL_UART_ENABLE(huart); in HAL_LIN_Init()
612 __HAL_UART_ENABLE(huart); in HAL_MultiProcessor_Init()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_uart_ex.c237 __HAL_UART_ENABLE(huart); in HAL_RS485Ex_Init()
407 __HAL_UART_ENABLE(huart); in HAL_MultiProcessorEx_AddressLength_Set()
452 __HAL_UART_ENABLE(huart); in HAL_UARTEx_StopModeWakeUpSourceConfig()
Dstm32l5xx_hal_uart.c362 __HAL_UART_ENABLE(huart); in HAL_UART_Init()
430 __HAL_UART_ENABLE(huart); in HAL_HalfDuplex_Init()
519 __HAL_UART_ENABLE(huart); in HAL_LIN_Init()
606 __HAL_UART_ENABLE(huart); in HAL_MultiProcessor_Init()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_uart.h1090 #define __HAL_UART_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 |= USART_CR1_U… macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_uart.h1143 #define __HAL_UART_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 |= USART_CR1_U… macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_uart.h1095 #define __HAL_UART_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 |= USART_CR1_U… macro