Searched refs:rmt_item32_t (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/driver/deprecated/driver/ |
D | rmt_types_legacy.h | 40 } rmt_item32_t; typedef 49 volatile rmt_item32_t data32[SOC_RMT_MEM_WORDS_PER_CHANNEL]; 276 typedef void (*sample_to_rmt_t)(const void *src, rmt_item32_t *dest, size_t src_size, size_t wanted…
|
D | rmt.h | 494 esp_err_t rmt_fill_tx_items(rmt_channel_t channel, const rmt_item32_t *item, uint16_t item_num, uin… 574 esp_err_t rmt_write_items(rmt_channel_t channel, const rmt_item32_t *rmt_item, int item_num, bool w…
|
/hal_espressif-latest/components/driver/deprecated/ |
D | rmt_legacy.c | 80 const rmt_item32_t *tx_data; 86 rmt_item32_t *tx_buf; 89 rmt_item32_t *rx_item_buf; 680 static void IRAM_ATTR rmt_fill_memory(rmt_channel_t channel, const rmt_item32_t *item, in rmt_fill_memory() 691 esp_err_t rmt_fill_tx_items(rmt_channel_t channel, const rmt_item32_t *item, uint16_t item_num, uin… in rmt_fill_tx_items() 719 rmt_item32_t *addr = NULL; in rmt_driver_isr_default() 770 const rmt_item32_t *pdata = p_rmt->tx_data; in rmt_driver_isr_default() 773 rmt_item32_t stop_data = (rmt_item32_t) { in rmt_driver_isr_default() 809 addr = (rmt_item32_t *)RMTMEM.chan[RMT_ENCODE_RX_CHANNEL(channel)].data32; in rmt_driver_isr_default() 1084 esp_err_t rmt_write_items(rmt_channel_t channel, const rmt_item32_t *rmt_item, int item_num, bool w… in rmt_write_items() [all …]
|