smg_uart_config_format_t Union Reference
Structure for easier decomposing of format value.
More...
#include <uart.h>
Collaboration diagram for smg_uart_config_format_t:
Public Attributes | |
| struct { | |
| smg_uart_parity_t parity: 2 | |
| smg_uart_bits_t bits: 2 | |
| smg_uart_stop_bits_t stop_bits: 2 | |
| }; | |
| uint8_t | val |
Detailed Description
Structure for easier decomposing of format value.
Used by drivers to read format values
Member Data Documentation
◆
| struct { ... } |
◆ bits
| smg_uart_bits_t smg_uart_config_format_t::bits |
◆ parity
| smg_uart_parity_t smg_uart_config_format_t::parity |
◆ stop_bits
| smg_uart_stop_bits_t smg_uart_config_format_t::stop_bits |
◆ val
| uint8_t smg_uart_config_format_t::val |
The documentation for this union was generated from the following file:
1.9.1