esp32-warm-water
esp32 based project for the control of a heating element based on temperature
Data Fields
owb_rmt_driver_info Struct Reference

RMT driver information. More...

#include <owb_rmt.h>

Collaboration diagram for owb_rmt_driver_info:
Collaboration graph
[legend]

Data Fields

int tx_channel
 RMT channel to use for TX. More...
 
int rx_channel
 RMT channel to use for RX. More...
 
RingbufHandle_t rb
 Ring buffer handle. More...
 
int gpio
 OneWireBus GPIO. More...
 
OneWireBus bus
 OneWireBus instance. More...
 

Detailed Description

RMT driver information.

Definition at line 50 of file owb_rmt.h.

Field Documentation

◆ bus

OneWireBus instance.

Definition at line 56 of file owb_rmt.h.

◆ gpio

int gpio

OneWireBus GPIO.

Definition at line 55 of file owb_rmt.h.

◆ rb

RingbufHandle_t rb

Ring buffer handle.

Definition at line 54 of file owb_rmt.h.

◆ rx_channel

int rx_channel

RMT channel to use for RX.

Definition at line 53 of file owb_rmt.h.

◆ tx_channel

int tx_channel

RMT channel to use for TX.

Definition at line 52 of file owb_rmt.h.


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