pub struct R(/* private fields */);
Expand description
Register ledc_ctrl
reader
Implementations§
source§impl R
impl R
sourcepub fn ledc_soft_reset(&self) -> LEDC_SOFT_RESET_R
pub fn ledc_soft_reset(&self) -> LEDC_SOFT_RESET_R
Bit 1
sourcepub fn led_msb_b(&self) -> LED_MSB__R
pub fn led_msb_b(&self) -> LED_MSB__R
Bit 2
sourcepub fn led_msb_r(&self) -> LED_MSB__R
pub fn led_msb_r(&self) -> LED_MSB__R
Bit 3
sourcepub fn led_msb_g(&self) -> LED_MSB__R
pub fn led_msb_g(&self) -> LED_MSB__R
Bit 4
sourcepub fn led_msb_top(&self) -> LED_MSB__R
pub fn led_msb_top(&self) -> LED_MSB__R
Bit 5
sourcepub fn led_rgb_mode(&self) -> LED_RGB_MODE_R
pub fn led_rgb_mode(&self) -> LED_RGB_MODE_R
Bits 6:8
sourcepub fn reset_led_en(&self) -> RESET_LED_EN_R
pub fn reset_led_en(&self) -> RESET_LED_EN_R
Bit 10
sourcepub fn total_data_length(&self) -> TOTAL_DATA_LENGTH_R
pub fn total_data_length(&self) -> TOTAL_DATA_LENGTH_R
Bits 16:28
Methods from Deref<Target = R<LEDC_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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