macro_rules! define_lp_functions {
() => { ... };
}Available on crate feature
_device-selected only.Expand description
Defines the LpFunction enum.
The enum only contains the LP IO MUX functions that the chip implements. It is empty on chips without an LP IO peripheral.
This macro is intended to be called in esp-hal only.