Struct esp32s3_hal::pac::dma::in_sram_size_ch::W
pub struct W(_);
Expand description
Register IN_SRAM_SIZE_CH%s
writer
Implementations
impl W
impl W
pub fn in_size(
&mut self
) -> FieldWriterRaw<'_, u32, IN_SRAM_SIZE_CH_SPEC, u8, u8, Unsafe, 7, 0>
pub fn in_size(
&mut self
) -> FieldWriterRaw<'_, u32, IN_SRAM_SIZE_CH_SPEC, u8, u8, Unsafe, 7, 0>
Bits 0:6 - This register is used to configure the size of L2 Tx FIFO for Rx channel 0. 0:16 bytes. 1:24 bytes. 2:32 bytes. 3: 40 bytes. 4: 48 bytes. 5:56 bytes. 6: 64 bytes. 7: 72 bytes. 8: 80 bytes.
Methods from Deref<Target = W<IN_SRAM_SIZE_CH_SPEC>>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations
impl From<W<IN_SRAM_SIZE_CH_SPEC>> for W
impl From<W<IN_SRAM_SIZE_CH_SPEC>> for W
fn from(writer: W<IN_SRAM_SIZE_CH_SPEC>) -> W
fn from(writer: W<IN_SRAM_SIZE_CH_SPEC>) -> W
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