RMT channel configuration. More...
RMT channel configuration.
Each RMT channel is mapped to a GPIO. The configured mappings are used by the drivers that use the RMT peripheral to determine the RMT channel for a given GPIO.
Definition at line 613 of file periph_cpu.h.
#include <periph_cpu.h>
Data Fields | |
| uint8_t | channel |
| channel index | |
| gpio_t | gpio |
| GPIO used as RMT channel. | |
| uint8_t rmt_channel_config_t::channel |
channel index
Definition at line 614 of file periph_cpu.h.
| gpio_t rmt_channel_config_t::gpio |
GPIO used as RMT channel.
Definition at line 615 of file periph_cpu.h.