Searched refs:uart_parity (Results 1 – 8 of 8) sorted by relevance
| /bsp/raspberry-pico/Drivers/ |
| A D | drv_uart.c | 125 uart_parity_t uart_parity = UART_PARITY_NONE; in pico_uart_configure() local 127 uart_parity = UART_PARITY_ODD; in pico_uart_configure() 129 uart_parity = UART_PARITY_EVEN; in pico_uart_configure() 130 uart_set_format(uart->instance, cfg->data_bits, cfg->stop_bits, uart_parity); in pico_uart_configure()
|
| /bsp/nuvoton/libraries/n9h30/rtt_port/ |
| A D | drv_uart.c | 274 uint32_t uart_parity = 0; in nu_uart_configure() local 328 uart_parity = UART_PARITY_NONE; in nu_uart_configure() 332 uart_parity = UART_PARITY_ODD; in nu_uart_configure() 336 uart_parity = UART_PARITY_EVEN; in nu_uart_configure() 351 UART_SetLineConfig(uart_base, 0, uart_word_len, uart_parity, uart_stop_bit); in nu_uart_configure()
|
| /bsp/nuvoton/libraries/m2354/rtt_port/ |
| A D | drv_uart.c | 367 uint32_t uart_parity = 0; in nu_uart_configure() local 424 uart_parity = UART_PARITY_NONE; in nu_uart_configure() 428 uart_parity = UART_PARITY_ODD; in nu_uart_configure() 432 uart_parity = UART_PARITY_EVEN; in nu_uart_configure() 448 UART_SetLineConfig(uart_base, 0, uart_word_len, uart_parity, uart_stop_bit); in nu_uart_configure()
|
| /bsp/nuvoton/libraries/m031/rtt_port/ |
| A D | drv_uart.c | 413 uint32_t uart_parity = 0; in nu_uart_configure() local 470 uart_parity = UART_PARITY_NONE; in nu_uart_configure() 474 uart_parity = UART_PARITY_ODD; in nu_uart_configure() 478 uart_parity = UART_PARITY_EVEN; in nu_uart_configure() 494 UART_SetLine_Config(uart_base, 0, uart_word_len, uart_parity, uart_stop_bit); in nu_uart_configure()
|
| /bsp/nuvoton/libraries/m480/rtt_port/ |
| A D | drv_uart.c | 445 uint32_t uart_parity = 0; in nu_uart_configure() local 502 uart_parity = UART_PARITY_NONE; in nu_uart_configure() 506 uart_parity = UART_PARITY_ODD; in nu_uart_configure() 510 uart_parity = UART_PARITY_EVEN; in nu_uart_configure() 526 UART_SetLineConfig(uart_base, 0, uart_word_len, uart_parity, uart_stop_bit); in nu_uart_configure()
|
| /bsp/nuvoton/libraries/m460/rtt_port/ |
| A D | drv_uart.c | 548 uint32_t uart_parity = 0; in nu_uart_configure() local 605 uart_parity = UART_PARITY_NONE; in nu_uart_configure() 609 uart_parity = UART_PARITY_ODD; in nu_uart_configure() 613 uart_parity = UART_PARITY_EVEN; in nu_uart_configure() 629 UART_SetLineConfig(uart_base, 0, uart_word_len, uart_parity, uart_stop_bit); in nu_uart_configure()
|
| /bsp/nuvoton/libraries/nuc980/rtt_port/ |
| A D | drv_uart.c | 435 uint32_t uart_parity = 0; in nu_uart_configure() local 492 uart_parity = UART_PARITY_NONE; in nu_uart_configure() 496 uart_parity = UART_PARITY_ODD; in nu_uart_configure() 500 uart_parity = UART_PARITY_EVEN; in nu_uart_configure() 515 UART_SetLineConfig(uart_base, 0, uart_word_len, uart_parity, uart_stop_bit); in nu_uart_configure()
|
| /bsp/nuvoton/libraries/ma35/rtt_port/ |
| A D | drv_uart.c | 608 uint32_t uart_word_len, uart_stop_bit, uart_parity; in nu_uart_configure() local 616 uart_word_len = uart_stop_bit = uart_parity = 0; in nu_uart_configure() 667 uart_parity = UART_PARITY_NONE; in nu_uart_configure() 671 uart_parity = UART_PARITY_ODD; in nu_uart_configure() 675 uart_parity = UART_PARITY_EVEN; in nu_uart_configure() 691 UART_SetLineConfig(base, 0, uart_word_len, uart_parity, uart_stop_bit); in nu_uart_configure()
|
Completed in 29 milliseconds