| /bsp/lm4f232/Libraries/driverlib/ |
| A D | uart.c | 492 HWREG(ulBase + UART_O_LCRH) |= UART_LCRH_FEN; in UARTEnable() 531 HWREG(ulBase + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTDisable() 562 HWREG(ulBase + UART_O_LCRH) |= UART_LCRH_FEN; in UARTFIFOEnable() 587 HWREG(ulBase + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTFIFODisable()
|
| /bsp/lm3s9b9x/Libraries/driverlib/ |
| A D | uart.c | 492 HWREG(ulBase + UART_O_LCRH) |= UART_LCRH_FEN; in UARTEnable() 531 HWREG(ulBase + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTDisable() 562 HWREG(ulBase + UART_O_LCRH) |= UART_LCRH_FEN; in UARTFIFOEnable() 587 HWREG(ulBase + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTFIFODisable()
|
| /bsp/lm3s8962/Libraries/driverlib/ |
| A D | uart.c | 492 HWREG(ulBase + UART_O_LCRH) |= UART_LCRH_FEN; in UARTEnable() 531 HWREG(ulBase + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTDisable() 562 HWREG(ulBase + UART_O_LCRH) |= UART_LCRH_FEN; in UARTFIFOEnable() 587 HWREG(ulBase + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTFIFODisable()
|
| /bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/ |
| A D | uart.c | 533 HWREG(ui32Base + UART_O_LCRH) |= UART_LCRH_FEN; in UARTEnable() 572 HWREG(ui32Base + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTDisable() 603 HWREG(ui32Base + UART_O_LCRH) |= UART_LCRH_FEN; in UARTFIFOEnable() 628 HWREG(ui32Base + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTFIFODisable()
|
| /bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/ |
| A D | uart.c | 506 HWREG(ui32Base + UART_O_LCRH) |= UART_LCRH_FEN; in UARTEnable() 545 HWREG(ui32Base + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTDisable() 576 HWREG(ui32Base + UART_O_LCRH) |= UART_LCRH_FEN; in UARTFIFOEnable() 601 HWREG(ui32Base + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTFIFODisable()
|
| /bsp/tm4c129x/libraries/driverlib/ |
| A D | uart.c | 533 HWREG(ui32Base + UART_O_LCRH) |= UART_LCRH_FEN; in UARTEnable() 572 HWREG(ui32Base + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTDisable() 603 HWREG(ui32Base + UART_O_LCRH) |= UART_LCRH_FEN; in UARTFIFOEnable() 628 HWREG(ui32Base + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTFIFODisable()
|
| /bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/inc/ |
| A D | hw_uart.h | 147 #define UART_LCRH_FEN 0x00000010 // UART Enable FIFOs macro
|
| /bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/inc/ |
| A D | hw_uart.h | 149 #define UART_LCRH_FEN 0x00000010 // UART Enable FIFOs macro
|
| A D | tm4c123gh6pm.h | 2876 #define UART_LCRH_FEN 0x00000010 // UART Enable FIFOs macro
|
| A D | tm4c123gh6pz.h | 3341 #define UART_LCRH_FEN 0x00000010 // UART Enable FIFOs macro
|
| /bsp/tm4c129x/libraries/inc/ |
| A D | hw_uart.h | 149 #define UART_LCRH_FEN 0x00000010 // UART Enable FIFOs macro
|
| A D | tm4c1294ncpdt.h | 3193 #define UART_LCRH_FEN 0x00000010 // UART Enable FIFOs macro
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/ |
| 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/lm3s9b9x/Libraries/inc/ |
| A D | hw_uart.h | 137 #define UART_LCRH_FEN 0x00000010 // UART Enable FIFOs macro
|
| /bsp/lm3s8962/Libraries/inc/ |
| A D | hw_uart.h | 137 #define UART_LCRH_FEN 0x00000010 // UART Enable FIFOs macro
|
| /bsp/lm4f232/Libraries/inc/ |
| A D | hw_uart.h | 137 #define UART_LCRH_FEN 0x00000010 // UART Enable FIFOs macro
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_UART.h | 28 #define UART_LCRH_FEN BIT4 macro
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_UART.h | 28 #define UART_LCRH_FEN BIT4 macro
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_UART.c | 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/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/msp432e401y-LaunchPad/libraries/msp432e4/inc/ |
| A D | msp432e401y.h | 2596 #define UART_LCRH_FEN 0x00000010 // UART Enable FIFOs macro
|
| A D | msp432e411y.h | 2703 #define UART_LCRH_FEN 0x00000010 // UART Enable FIFOs macro
|