pub unsafe extern "C" fn rmt_translator_set_context(
    channel: u32,
    context: *mut c_void
) -> i32
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