Struct containing the required configuration.
More...
Struct containing the required configuration.
Definition at line 215 of file dose.h.
#include <dose.h>
|
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.
|
|
◆ 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 device to use.
Definition at line 216 of file dose.h.
The documentation for this struct was generated from the following file: