Home
last modified time | relevance | path

Searched refs:RMT_TX_CHANNEL_ENCODING_END (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/driver/test/
Dtest_rmt.c22 #define RMT_TX_CHANNEL_ENCODING_END (SOC_RMT_TX_CANDIDATES_PER_GROUP-1) macro
213 rmt_config_t tx_cfg = RMT_DEFAULT_CONFIG_TX(RMT_DATA_IO, RMT_TX_CHANNEL_ENCODING_END);
/hal_espressif-3.4.0/components/driver/
Drmt.c53 #define RMT_TX_CHANNEL_ENCODING_END (SOC_RMT_TX_CANDIDATES_PER_GROUP-1) macro
56 #define RMT_IS_TX_CHANNEL(channel) ((channel) <= RMT_TX_CHANNEL_ENCODING_END)