Searched refs:sample_to_rmt (Results 1 – 1 of 1) sorted by relevance
93 sample_to_rmt_t sample_to_rmt; member782 p_rmt->sample_to_rmt((void *)p_rmt->sample_cur, in rmt_driver_isr_default()1001 if (p_rmt_obj[channel]->sample_to_rmt) { in rmt_driver_uninstall()1002 p_rmt_obj[channel]->sample_to_rmt = NULL; in rmt_driver_uninstall()1052 p_rmt_obj[channel]->sample_to_rmt = NULL; in rmt_driver_install()1221 p_rmt_obj[channel]->sample_to_rmt = fn; in rmt_translator_init()1254 … ESP_RETURN_ON_FALSE(p_rmt_obj[channel]->sample_to_rmt, ESP_FAIL, TAG, RMT_TRANSLATOR_UNINIT_STR); in rmt_write_sample()1268 …p_rmt->sample_to_rmt((void *)src, p_rmt->tx_buf, src_size, item_block_len, &translated_size, &p_rm… in rmt_write_sample()