pub fn into_raw<E>(encoder: E) -> EncoderWrapper<E>where
E: Encoder,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.