Searched refs:RMT_MEM_ITEM_NUM (Results 1 – 2 of 2) sorted by relevance
25 #define RMT_MEM_ITEM_NUM SOC_RMT_MEM_WORDS_PER_CHANNEL macro
295 …= rmt_ll_rx_get_mem_blocks(rmt_contex.hal.regs, RMT_DECODE_RX_CHANNEL(channel)) * RMT_MEM_ITEM_NUM; in rmt_set_rx_thr_intr_en()322 …= rmt_ll_rx_get_mem_blocks(rmt_contex.hal.regs, RMT_DECODE_RX_CHANNEL(channel)) * RMT_MEM_ITEM_NUM; in rmt_rx_start()501 …int32_t item_block_len = rmt_ll_tx_get_mem_blocks(rmt_contex.hal.regs, channel) * RMT_MEM_ITEM_NUM; in rmt_set_tx_thr_intr_en()698 …ESP_RETURN_ON_FALSE(mem_cnt * RMT_MEM_ITEM_NUM >= item_num, ESP_ERR_INVALID_ARG, TAG, RMT_WR_MEM_O… in rmt_fill_tx_items()846 … int mem_item_size = rmt_ll_rx_get_mem_blocks(rmt_contex.hal.regs, channel) * RMT_MEM_ITEM_NUM; in rmt_driver_isr_default()1101 int item_block_len = mem_blocks * RMT_MEM_ITEM_NUM; in rmt_write_items()1102 int item_sub_len = mem_blocks * RMT_MEM_ITEM_NUM / 2; in rmt_write_items()1184 const uint32_t block_size = mem_blocks * RMT_MEM_ITEM_NUM * sizeof(rmt_item32_t); in rmt_translator_init()1246 const uint32_t item_block_len = mem_blocks * RMT_MEM_ITEM_NUM; in rmt_write_sample()