pub struct LEDC_FIFO_DATA_SPEC;Expand description
LEDC FIFO Data Register
You can read this register and get ledc_fifo_data::R. See API.
Trait Implementations§
Source§impl RegisterSpec for LEDC_FIFO_DATA_SPEC
impl RegisterSpec for LEDC_FIFO_DATA_SPEC
Source§impl Resettable for LEDC_FIFO_DATA_SPEC
reset() method sets ledc_fifo_data%s to value 0
impl Resettable for LEDC_FIFO_DATA_SPEC
reset() method sets ledc_fifo_data%s to value 0
Source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::ledc_fifo_data::LEDC_FIFO_DATA_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::ledc_fifo_data::LEDC_FIFO_DATA_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for LEDC_FIFO_DATA_SPEC
read() method returns ledc_fifo_data::R reader structure
Auto Trait Implementations§
impl Freeze for LEDC_FIFO_DATA_SPEC
impl RefUnwindSafe for LEDC_FIFO_DATA_SPEC
impl Send for LEDC_FIFO_DATA_SPEC
impl Sync for LEDC_FIFO_DATA_SPEC
impl Unpin for LEDC_FIFO_DATA_SPEC
impl UnwindSafe for LEDC_FIFO_DATA_SPEC
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