Skip to main content

into_raw

Function into_raw 

Source
pub fn into_raw<E: Encoder>(encoder: E) -> EncoderWrapper<E>
Expand description

A helper function to convert a custom RMT encoder into a raw encoder that can be used by the RMT driver.

ยงPanics

If the allocation for the encoder wrapper fails.