Home
last modified time | relevance | path

Searched refs:SOC_RMT_MEM_WORDS_PER_CHANNEL (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.4.0/components/driver/test/
Dtest_rmt.c355 rmt_item32_t *items = malloc(sizeof(rmt_item32_t) * (SOC_RMT_MEM_WORDS_PER_CHANNEL - 1));
356 for (int i = 0; i < SOC_RMT_MEM_WORDS_PER_CHANNEL - 1; i++) {
364 TEST_ESP_OK(rmt_write_items(tx_channel, items, SOC_RMT_MEM_WORDS_PER_CHANNEL - 1, 1));
439 rmt_item32_t frames[SOC_RMT_MEM_WORDS_PER_CHANNEL * 2]; // send two block data using ping-pong
492 rmt_item32_t frames[SOC_RMT_MEM_WORDS_PER_CHANNEL];
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Dsoc_caps.h160 #define SOC_RMT_MEM_WORDS_PER_CHANNEL (48) /*!< Each channel owns 48 words memory (1 word = 4 Byt… macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Dsoc_caps.h148 #define SOC_RMT_MEM_WORDS_PER_CHANNEL (48) /*!< Each channel owns 48 words memory (1 word = 4 Byt… macro
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h183 #define SOC_RMT_MEM_WORDS_PER_CHANNEL (64) /*!< Each channel owns 64 words memory (1 word = 4 Byt… macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h147 #define SOC_RMT_MEM_WORDS_PER_CHANNEL (48) /*!< Each channel owns 48 words memory (1 word = 4 B… macro
/hal_espressif-3.4.0/components/hal/
Drmt_hal.c76 for (len = 0; len < SOC_RMT_MEM_WORDS_PER_CHANNEL; len++) { in rmt_hal_receive()
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Dsoc_caps.h207 #define SOC_RMT_MEM_WORDS_PER_CHANNEL (64) /*!< Each channel owns 64 words memory */ macro
/hal_espressif-3.4.0/components/driver/include/driver/
Drmt.h34 #define RMT_MEM_ITEM_NUM SOC_RMT_MEM_WORDS_PER_CHANNEL