Struct esp32c3_hal::pulse_control::Channel0
source · pub struct Channel0 { /* private fields */ }
Expand description
RX/TX Input/Output Channel
Implementations§
Trait Implementations§
source§impl OutputChannel for Channel0
impl OutputChannel for Channel0
source§fn set_idle_output_level(&mut self, level: bool) -> &mut Channel0
fn set_idle_output_level(&mut self, level: bool) -> &mut Channel0
Set the logical level that the connected pin is pulled to while the channel is idle
source§fn set_idle_output(&mut self, state: bool) -> &mut Channel0
fn set_idle_output(&mut self, state: bool) -> &mut Channel0
Enable/Disable the output while the channel is idle
source§fn set_channel_divider(&mut self, divider: u8) -> &mut Channel0
fn set_channel_divider(&mut self, divider: u8) -> &mut Channel0
Set channel clock divider value
source§fn set_carrier_modulation(&mut self, state: bool) -> &mut Channel0
fn set_carrier_modulation(&mut self, state: bool) -> &mut Channel0
Enable/Disable carrier modulation
source§fn assign_pin<'d, RmtPin>(
self,
pin: impl Peripheral<P = RmtPin> + 'd
) -> ConfiguredChannel0<'d, RmtPin>where
RmtPin: OutputPin,
fn assign_pin<'d, RmtPin>(
self,
pin: impl Peripheral<P = RmtPin> + 'd
) -> ConfiguredChannel0<'d, RmtPin>where
RmtPin: OutputPin,
Assign a pin that should be driven by this channel
§type ConfiguredChannel = ConfiguredChannel0<'d, P>
type ConfiguredChannel = ConfiguredChannel0<'d, P>
Output channel type