|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
UART device configuration. More...
#include <uart.h>
Data Fields | |
| union { | |
| uint32_t port | |
| uint8_t * base | |
| uint32_t regs | |
| }; | |
| uint32_t | sys_clk_freq |
| uart_irq_config_func_t | irq_config_func |
UART device configuration.
| port | Base port number |
| base | Memory mapped base address |
| regs | Register address |
| sys_clk_freq | System clock frequency in Hz |
| union { ... } uart_device_config::@107 |
| uint8_t* uart_device_config::base |
| uart_irq_config_func_t uart_device_config::irq_config_func |
| uint32_t uart_device_config::port |
| uint32_t uart_device_config::regs |
| uint32_t uart_device_config::sys_clk_freq |