Lines Matching refs:max32_uart_config
19 struct max32_uart_config { struct
46 const struct max32_uart_config *cfg = dev->config; in api_poll_out() argument
54 const struct max32_uart_config *cfg = dev->config; in api_poll_in()
70 const struct max32_uart_config *cfg = dev->config; in api_err_check()
92 const struct max32_uart_config *const cfg = dev->config; in api_configure()
213 const struct max32_uart_config *const cfg = dev->config; in uart_max32_init()
261 const struct max32_uart_config *cfg = dev->config; in api_fifo_fill()
271 const struct max32_uart_config *cfg = dev->config; in api_fifo_read()
283 const struct max32_uart_config *cfg = dev->config; in api_irq_tx_enable()
295 const struct max32_uart_config *cfg = dev->config; in api_irq_tx_disable()
303 const struct max32_uart_config *cfg = dev->config; in api_irq_tx_ready()
312 const struct max32_uart_config *cfg = dev->config; in api_irq_rx_enable()
319 const struct max32_uart_config *cfg = dev->config; in api_irq_rx_disable()
326 const struct max32_uart_config *cfg = dev->config; in api_irq_tx_complete()
338 const struct max32_uart_config *cfg = dev->config; in api_irq_rx_ready()
346 const struct max32_uart_config *cfg = dev->config; in api_irq_err_enable()
353 const struct max32_uart_config *cfg = dev->config; in api_irq_err_disable()
368 const struct max32_uart_config *const cfg = dev->config; in api_irq_update()
433 static const struct max32_uart_config max32_uart_config_##_num = { \