Searched defs:stm32_port (Results 1 – 2 of 2) sorted by relevance
103 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_config_rs485() local172 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_pending_rx() local196 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_get_char() local216 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_receive_chars() local303 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tx_interrupt_enable() local318 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tx_interrupt_disable() local329 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_transmit_chars_pio() local422 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_transmit_chars() local475 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_interrupt() local512 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_threaded_interrupt() local[all …]
256 struct stm32_port { struct277 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; argument