Home
last modified time | relevance | path

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

/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/
H A Dstm32l0xx_hal_uart_ex.c221 __HAL_UART_ENABLE(huart); in HAL_RS485Ex_Init()
365 __HAL_UART_ENABLE(huart); in HAL_MultiProcessorEx_AddressLength_Set()
410 __HAL_UART_ENABLE(huart); in HAL_UARTEx_StopModeWakeUpSourceConfig()
H A Dstm32l0xx_hal_uart.c355 __HAL_UART_ENABLE(huart); in HAL_UART_Init()
425 __HAL_UART_ENABLE(huart); in HAL_HalfDuplex_Init()
516 __HAL_UART_ENABLE(huart); in HAL_LIN_Init()
605 __HAL_UART_ENABLE(huart); in HAL_MultiProcessor_Init()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_uart_ex.c237 __HAL_UART_ENABLE(huart); in HAL_RS485Ex_Init()
372 __HAL_UART_ENABLE(huart); in HAL_MultiProcessorEx_AddressLength_Set()
417 __HAL_UART_ENABLE(huart); in HAL_UARTEx_StopModeWakeUpSourceConfig()
H A Dstm32wbxx_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()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_uart_ex.c241 __HAL_UART_ENABLE(huart); in HAL_RS485Ex_Init()
424 __HAL_UART_ENABLE(huart); in HAL_MultiProcessorEx_AddressLength_Set()
469 __HAL_UART_ENABLE(huart); in HAL_UARTEx_StopModeWakeUpSourceConfig()
H A Dstm32l4xx_hal_uart.c369 __HAL_UART_ENABLE(huart); in HAL_UART_Init()
437 __HAL_UART_ENABLE(huart); in HAL_HalfDuplex_Init()
526 __HAL_UART_ENABLE(huart); in HAL_LIN_Init()
613 __HAL_UART_ENABLE(huart); in HAL_MultiProcessor_Init()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_uart_ex.c241 __HAL_UART_ENABLE(huart); in HAL_RS485Ex_Init()
424 __HAL_UART_ENABLE(huart); in HAL_MultiProcessorEx_AddressLength_Set()
469 __HAL_UART_ENABLE(huart); in HAL_UARTEx_StopModeWakeUpSourceConfig()
H A Dstm32l4xx_hal_uart.c373 __HAL_UART_ENABLE(huart); in HAL_UART_Init()
441 __HAL_UART_ENABLE(huart); in HAL_HalfDuplex_Init()
530 __HAL_UART_ENABLE(huart); in HAL_LIN_Init()
617 __HAL_UART_ENABLE(huart); in HAL_MultiProcessor_Init()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_uart.c377 __HAL_UART_ENABLE(huart); in HAL_UART_Init()
446 __HAL_UART_ENABLE(huart); in HAL_HalfDuplex_Init()
526 __HAL_UART_ENABLE(huart); in HAL_LIN_Init()
609 __HAL_UART_ENABLE(huart); in HAL_MultiProcessor_Init()
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_uart.c375 __HAL_UART_ENABLE(huart); in HAL_UART_Init()
444 __HAL_UART_ENABLE(huart); in HAL_HalfDuplex_Init()
524 __HAL_UART_ENABLE(huart); in HAL_LIN_Init()
607 __HAL_UART_ENABLE(huart); in HAL_MultiProcessor_Init()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_uart.h652 #define __HAL_UART_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 |= USART_CR1_UE) macro
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_uart.h652 #define __HAL_UART_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 |= USART_CR1_UE) macro
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/
H A Dstm32l0xx_hal_uart.h973 #define __HAL_UART_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 |= USART_CR1_U… macro
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_uart.h1095 #define __HAL_UART_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 |= USART_CR1_U… macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_uart.h1095 #define __HAL_UART_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 |= USART_CR1_U… macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_uart.h1067 #define __HAL_UART_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 |= USART_CR1_U… macro