Home
last modified time | relevance | path

Searched refs:LCRH (Results 1 – 12 of 12) sorted by relevance

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_UART_EX.c41 SET_BIT(huart->Instance->LCRH, UART_LCRH_BRK); in HAL_UART_LIN_Master_Transmit()
44 CLEAR_BIT(huart->Instance->LCRH, UART_LCRH_BRK); in HAL_UART_LIN_Master_Transmit()
133 huart->Instance->LCRH = 0x70; //8 data bit,1 stop bit,0 verify bit,enable FIFO in HAL_UART_LIN_Master_Receive()
206 huart->Instance->LCRH = 0x70; //8 data bit,1 stop bit,0 verify bit,enable FIFO in HAL_UART_LIN_Slave_Receive()
A DHAL_UART.c277 …huart->Instance->LCRH = huart->Init.WordLength | UART_LCRH_FEN | huart->Init.StopBits | huart->Ini… in HAL_UART_Init()
501 SET_BIT(huart->Instance->LCRH, UART_LCRH_FEN); in HAL_UART_Transmit_IT()
562 SET_BIT(huart->Instance->LCRH, UART_LCRH_FEN); in HAL_UART_Receive_IT()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_UART_EX.c41 SET_BIT(huart->Instance->LCRH, UART_LCRH_BRK); in HAL_UART_LIN_Master_Transmit()
44 CLEAR_BIT(huart->Instance->LCRH, UART_LCRH_BRK); in HAL_UART_LIN_Master_Transmit()
135 huart->Instance->LCRH = 0x70; //8 data bit,1 stop bit,0 verify bit,enable FIFO in HAL_UART_LIN_Master_Receive()
209 huart->Instance->LCRH = 0x70; //8 data bit,1 stop bit,0 verify bit,enable FIFO in HAL_UART_LIN_Slave_Receive()
A DHAL_UART.c278 huart->Instance->LCRH = huart->Init.WordLength | huart->Init.StopBits | huart->Init.Parity; in HAL_UART_Init()
502 SET_BIT(huart->Instance->LCRH, UART_LCRH_FEN); in HAL_UART_Transmit_IT()
563 SET_BIT(huart->Instance->LCRH, UART_LCRH_FEN); in HAL_UART_Receive_IT()
/bsp/apollo2/libraries/drivers/hal/
A Dam_hal_uart.c148 AM_REGn(UART, ui32Module, LCRH) |= ui32ConfigVal; in am_hal_uart_config()
487 AM_REGn(UART, ui32Module, LCRH) = am_hal_uart_pwrsave[ui32Module].LCRH; in am_hal_uart_power_on_restore()
525 am_hal_uart_pwrsave[ui32Module].LCRH = AM_REGn(UART, ui32Module, LCRH); in am_hal_uart_power_off_save()
640 AM_REGn(UART, ui32Module, LCRH) |= AM_REG_UART_LCRH_FEN_M; in am_hal_uart_fifo_config()
A Dam_hal_uart.h252 uint32_t LCRH; member
/bsp/acm32/acm32f0x0-nucleo/drivers/
A Ddrv_uart.c136 uart->handle.Instance->LCRH &= ~UART_LCRH_FEN; in _uart_configure()
/bsp/acm32/acm32f4xx-nucleo/drivers/
A Ddrv_uart.c135 uart->handle.Instance->LCRH &= ~UART_LCRH_FEN; in _uart_configure()
/bsp/acm32/acm32f0x0-nucleo/libraries/Device/
A DACM32F0x0.h253 __IO uint32_t LCRH; // 0x2C member
/bsp/acm32/acm32f4xx-nucleo/libraries/Device/
A DACM32F4.h271 __IO uint32_t LCRH; member
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/inc/
A Dmsp432e401y.h410 …__IO uint32_t LCRH; /*!< UART Line Control … member
A Dmsp432e411y.h419 …__IO uint32_t LCRH; /*!< UART Line Control … member

Completed in 154 milliseconds