Loading...
Searching...
No Matches
rmt_channel_config_t Struct Reference

RMT channel configuration. More...

Detailed Description

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 616 of file periph_cpu.h.

#include <periph_cpu.h>

Data Fields

uint8_t channel
 channel index
 
gpio_t gpio
 GPIO used as RMT channel.
 

Field Documentation

◆ channel

uint8_t rmt_channel_config_t::channel

channel index

Definition at line 617 of file periph_cpu.h.

◆ gpio

gpio_t rmt_channel_config_t::gpio

GPIO used as RMT channel.

Definition at line 618 of file periph_cpu.h.


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