Lines Matching refs:rmt_item32_t
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()
1118 rmt_item32_t stop_data = (rmt_item32_t) { in rmt_write_items()
1184 const uint32_t block_size = mem_blocks * RMT_MEM_ITEM_NUM * sizeof(rmt_item32_t); in rmt_translator_init()
1187 p_rmt_obj[channel]->tx_buf = (rmt_item32_t *)calloc(1, block_size); in rmt_translator_init()
1190 …p_rmt_obj[channel]->tx_buf = (rmt_item32_t *)heap_caps_calloc(1, block_size, MALLOC_CAP_INTERNAL |… in rmt_translator_init()
1192 p_rmt_obj[channel]->tx_buf = (rmt_item32_t *)calloc(1, block_size); in rmt_translator_init()
1261 rmt_item32_t stop_data = (rmt_item32_t) { in rmt_write_sample()