Searched refs:stm32_usart_offsets (Results 1 – 2 of 2) sorted by relevance
102 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_config_rs485()169 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_pending_rx()194 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_get_char()214 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_receive_chars()285 struct stm32_usart_offsets *ofs = &stm32port->info->ofs; in stm32_tx_dma_complete()297 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_tx_interrupt_enable()312 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_tx_interrupt_disable()323 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_transmit_chars_pio()350 struct stm32_usart_offsets *ofs = &stm32port->info->ofs; in stm32_transmit_chars_dma()411 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_transmit_chars()[all …]
11 struct stm32_usart_offsets { struct34 struct stm32_usart_offsets ofs; argument