pub unsafe extern "C" fn rmt_translator_set_context(
    channel: rmt_channel_t,
    context: *mut c_void
) -> esp_err_t
Expand description

@brief Set user context for the translator of specific channel

@param channel RMT channel number @param context User context

@return - ESP_FAIL Set context fail - ESP_OK Set context success