Searched refs:sample_to_rmt (Results 1 – 1 of 1) sorted by relevance
94 sample_to_rmt_t sample_to_rmt; member756 p_rmt->sample_to_rmt((void *)p_rmt->sample_cur, in rmt_driver_isr_default()968 if (p_rmt_obj[channel]->sample_to_rmt) { in rmt_driver_uninstall()969 p_rmt_obj[channel]->sample_to_rmt = NULL; in rmt_driver_uninstall()1025 p_rmt_obj[channel]->sample_to_rmt = NULL; in rmt_driver_install()1200 p_rmt_obj[channel]->sample_to_rmt = fn; in rmt_translator_init()1233 … ESP_RETURN_ON_FALSE(p_rmt_obj[channel]->sample_to_rmt, ESP_FAIL, TAG, RMT_TRANSLATOR_UNINIT_STR); in rmt_write_sample()1249 …p_rmt->sample_to_rmt((void *)src, p_rmt->tx_buf, src_size, item_block_len, &translated_size, &p_rm… in rmt_write_sample()