Home
last modified time | relevance | path

Searched defs:usart (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/serial/
Dusart_sam.c50 Usart * const usart = config->regs; in usart_sam_poll_in() local
66 Usart * const usart = config->regs; in usart_sam_poll_out() local
80 volatile Usart * const usart = config->regs; in usart_sam_err_check() local
104 volatile Usart * const usart = config->regs; in usart_sam_baudrate_set() local
146 volatile Usart * const usart = config->regs; in usart_sam_get_parity() local
180 volatile Usart * const usart = config->regs; in usart_sam_get_stop_bits() local
212 volatile Usart * const usart = config->regs; in usart_sam_get_data_bits() local
242 volatile Usart * const usart = config->regs; in usart_sam_get_flow_ctrl() local
260 volatile Usart * const usart = config->regs; in usart_sam_configure() local
318 volatile Usart * const usart = config->regs; in usart_sam_fifo_fill() local
[all …]
Duart_stm32.c133 USART_TypeDef *usart = config->usart; in uart_stm32_set_baudrate() local
541 USART_TypeDef *usart = config->usart; in uart_stm32_configure() local
634 USART_TypeDef *usart = config->usart; in uart_stm32_poll_in_visitor() local
660 USART_TypeDef *usart = config->usart; in uart_stm32_poll_out_visitor() local
705 static void poll_in_u8(USART_TypeDef *usart, void *in) in poll_in_u8()
710 static void poll_out_u8(USART_TypeDef *usart, uint16_t out) in poll_out_u8()
727 static void poll_out_u9(USART_TypeDef *usart, uint16_t out) in poll_out_u9()
732 static void poll_in_u9(USART_TypeDef *usart, void *in) in poll_in_u9()
752 USART_TypeDef *usart = config->usart; in uart_stm32_err_check() local
825 USART_TypeDef *usart = config->usart; in uart_stm32_fifo_fill_visitor() local
[all …]
Duart_sam0.c92 static void wait_synchronization(SercomUsart *const usart) in wait_synchronization()
107 static int uart_sam0_set_baudrate(SercomUsart *const usart, uint32_t baudrate, in uart_sam0_set_baudrate()
397 SercomUsart * const usart = cfg->regs; in uart_sam0_configure() local
511 SercomUsart * const usart = cfg->regs; in uart_sam0_init() local
643 SercomUsart * const usart = config->regs; in uart_sam0_poll_in() local
657 SercomUsart * const usart = config->regs; in uart_sam0_poll_out() local
Duart_stm32.h29 USART_TypeDef *usart; member
Duart_si32_usart.c20 SI32_USART_A_Type *usart; member
/Zephyr-latest/drivers/spi/
Dspi_gecko_usart.c219 static void spi_gecko_send(USART_TypeDef *usart, uint8_t frame) in spi_gecko_send()
229 static uint8_t spi_gecko_recv(USART_TypeDef *usart) in spi_gecko_recv()
251 static int spi_gecko_shift_frames(USART_TypeDef *usart, in spi_gecko_shift_frames()