Struct stm32wlxx_hal::pac::gpioc::odr::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register ODR
writer
Implementations§
§impl W
impl W
pub fn odr15(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 15>
pub fn odr15(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 15>
Bit 15 - Port output data (y = 0..15)
pub fn odr14(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 14>
pub fn odr14(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 14>
Bit 14 - Port output data (y = 0..15)
pub fn odr13(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 13>
pub fn odr13(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 13>
Bit 13 - Port output data (y = 0..15)
pub fn odr6(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 6>
pub fn odr6(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 6>
Bit 6 - Port output data (y = 0..15)
pub fn odr5(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 5>
pub fn odr5(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 5>
Bit 5 - Port output data (y = 0..15)
pub fn odr4(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 4>
pub fn odr4(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 4>
Bit 4 - Port output data (y = 0..15)
pub fn odr3(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 3>
pub fn odr3(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 3>
Bit 3 - Port output data (y = 0..15)
pub fn odr2(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 2>
pub fn odr2(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 2>
Bit 2 - Port output data (y = 0..15)
pub fn odr1(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 1>
pub fn odr1(&mut self) -> BitWriterRaw<'_, u32, ODR_SPEC, ODR0_A, BitM, 1>
Bit 1 - Port output data (y = 0..15)
Methods from Deref<Target = W<ODR_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.
Trait Implementations§
Auto Trait Implementations§
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