pub struct W(/* private fields */);
Expand description
Register ledc_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn ledc_soft_reset(&mut self) -> LEDC_SOFT_RESET_W<'_, 1>
pub fn ledc_soft_reset(&mut self) -> LEDC_SOFT_RESET_W<'_, 1>
Bit 1
sourcepub unsafe fn led_msb_<const O: u8>(&mut self) -> LED_MSB__W<'_, O>
pub unsafe fn led_msb_<const O: u8>(&mut self) -> LED_MSB__W<'_, O>
sourcepub fn led_msb_b(&mut self) -> LED_MSB__W<'_, 2>
pub fn led_msb_b(&mut self) -> LED_MSB__W<'_, 2>
Bit 2
sourcepub fn led_msb_r(&mut self) -> LED_MSB__W<'_, 3>
pub fn led_msb_r(&mut self) -> LED_MSB__W<'_, 3>
Bit 3
sourcepub fn led_msb_g(&mut self) -> LED_MSB__W<'_, 4>
pub fn led_msb_g(&mut self) -> LED_MSB__W<'_, 4>
Bit 4
sourcepub fn led_msb_top(&mut self) -> LED_MSB__W<'_, 5>
pub fn led_msb_top(&mut self) -> LED_MSB__W<'_, 5>
Bit 5
sourcepub fn led_rgb_mode(&mut self) -> LED_RGB_MODE_W<'_, 6>
pub fn led_rgb_mode(&mut self) -> LED_RGB_MODE_W<'_, 6>
Bits 6:8
sourcepub fn reset_led_en(&mut self) -> RESET_LED_EN_W<'_, 10>
pub fn reset_led_en(&mut self) -> RESET_LED_EN_W<'_, 10>
Bit 10
sourcepub fn total_data_length(&mut self) -> TOTAL_DATA_LENGTH_W<'_, 16>
pub fn total_data_length(&mut self) -> TOTAL_DATA_LENGTH_W<'_, 16>
Bits 16:28
Methods from Deref<Target = W<LEDC_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more