Type Alias esp_idf_sys::rmt_tx_end_fn_t

source ·
pub type rmt_tx_end_fn_t = Option<unsafe extern "C" fn(channel: rmt_channel_t, arg: *mut c_void)>;
Expand description

@brief Type of RMT Tx End callback function

Aliased Type§

enum rmt_tx_end_fn_t {
    None,
    Some(unsafe extern "C" fn(_: u32, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u32, _: *mut c_void))

Some value of type T.