Searched refs:stm32_port (Results 1 – 2 of 2) sorted by relevance
136 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tx_empty() local147 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_rs485_rts_enable() local165 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_rs485_rts_disable() local221 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_config_rs485() local346 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_pending_rx_pio() local366 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_get_char_pio() local379 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_receive_chars_pio() local445 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_push_buffer_dma() local472 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_receive_chars_dma() local658 if (stm32_port->fifoen && stm32_port->txftcfg >= 0) in stm32_usart_tx_interrupt_enable()[all …]
188 struct stm32_port { struct215 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; argument