Struct esp32s3::dma::out_wight_ch::W
source · pub struct W(_);
Expand description
Register OUT_WIGHT_CH%s
writer
Implementations
sourceimpl W
impl W
sourcepub fn tx_weight_ch(&mut self) -> TX_WEIGHT_CH_W<'_, 8>
pub fn tx_weight_ch(&mut self) -> TX_WEIGHT_CH_W<'_, 8>
Bits 8:11 - The weight of Tx channel 0.
Methods from Deref<Target = W<OUT_WIGHT_CH_SPEC>>
Trait Implementations
sourceimpl From<W<OUT_WIGHT_CH_SPEC>> for W
impl From<W<OUT_WIGHT_CH_SPEC>> for W
sourcefn from(writer: W<OUT_WIGHT_CH_SPEC>) -> Self
fn from(writer: W<OUT_WIGHT_CH_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more