Classes | Macros | Typedefs | Enumerations
serial_port_uart.h File Reference
#include "uart.h"
Include dependency graph for serial_port_uart.h:

Go to the source code of this file.

Classes

struct  _serial_port_uart_config
 serial port uart config struct More...
 

Macros

#define SERIAL_PORT_UART_HANDLE_SIZE   (HAL_UART_HANDLE_SIZE)
 serial port uart handle size More...
 

Typedefs

typedef struct _serial_port_uart_config serial_port_uart_config_t
 serial port uart config struct More...
 
typedef enum _serial_port_uart_parity_mode serial_port_uart_parity_mode_t
 serial port uart parity mode More...
 
typedef enum _serial_port_uart_stop_bit_count serial_port_uart_stop_bit_count_t
 serial port uart stop bit count More...
 

Enumerations

enum  _serial_port_uart_parity_mode { kSerialManager_UartParityDisabled = 0x0U, kSerialManager_UartParityEven = 0x1U, kSerialManager_UartParityOdd = 0x2U }
 serial port uart parity mode More...
 
enum  _serial_port_uart_stop_bit_count { kSerialManager_UartOneStopBit = 0U, kSerialManager_UartTwoStopBit = 1U }
 serial port uart stop bit count More...
 


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:00