Searched refs:LCRH (Results 1 – 12 of 12) sorted by relevance
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_UART_EX.c | 41 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 D | HAL_UART.c | 277 …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 D | HAL_UART_EX.c | 41 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 D | HAL_UART.c | 278 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 D | am_hal_uart.c | 148 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 D | am_hal_uart.h | 252 uint32_t LCRH; member
|
| /bsp/acm32/acm32f0x0-nucleo/drivers/ |
| A D | drv_uart.c | 136 uart->handle.Instance->LCRH &= ~UART_LCRH_FEN; in _uart_configure()
|
| /bsp/acm32/acm32f4xx-nucleo/drivers/ |
| A D | drv_uart.c | 135 uart->handle.Instance->LCRH &= ~UART_LCRH_FEN; in _uart_configure()
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/Device/ |
| A D | ACM32F0x0.h | 253 __IO uint32_t LCRH; // 0x2C member
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/Device/ |
| A D | ACM32F4.h | 271 __IO uint32_t LCRH; member
|
| /bsp/msp432e401y-LaunchPad/libraries/msp432e4/inc/ |
| A D | msp432e401y.h | 410 …__IO uint32_t LCRH; /*!< UART Line Control … member
|
| A D | msp432e411y.h | 419 …__IO uint32_t LCRH; /*!< UART Line Control … member
|
Completed in 154 milliseconds