All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Struct containing the required configuration. More...

Detailed Description

Struct containing the required configuration.

Definition at line 215 of file dose.h.

#include <dose.h>

Data Fields

uart_t uart
 UART device to use.
 
gpio_t sense_pin
 GPIO to sense for start bits on the UART's rx line.
 
gpio_t standby_pin
 GPIO to put the CAN transceiver in standby mode.
 
uint32_t baudrate
 Baudrate to UART device.
 

Field Documentation

◆ baudrate

uint32_t dose_params_t::baudrate

Baudrate to UART device.

Definition at line 221 of file dose.h.

◆ sense_pin

gpio_t dose_params_t::sense_pin

GPIO to sense for start bits on the UART's rx line.

Definition at line 218 of file dose.h.

◆ standby_pin

gpio_t dose_params_t::standby_pin

GPIO to put the CAN transceiver in standby mode.

Definition at line 220 of file dose.h.

◆ uart

uart_t dose_params_t::uart

UART device to use.

Definition at line 216 of file dose.h.


The documentation for this struct was generated from the following file: