Struct stm32_metapac::pwr::regs::Pdcrd
#[repr(transparent)]pub struct Pdcrd(pub u32);
Expand description
Power Port D pull-down control register
Tuple Fields§
§0: u32
Implementations§
§impl Pdcrd
impl Pdcrd
pub const fn pd0(&self) -> bool
pub const fn pd0(&self) -> bool
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub fn set_pd0(&mut self, val: bool)
pub fn set_pd0(&mut self, val: bool)
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub const fn pd1(&self) -> bool
pub const fn pd1(&self) -> bool
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub fn set_pd1(&mut self, val: bool)
pub fn set_pd1(&mut self, val: bool)
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub const fn pd2(&self) -> bool
pub const fn pd2(&self) -> bool
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub fn set_pd2(&mut self, val: bool)
pub fn set_pd2(&mut self, val: bool)
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub const fn pd3(&self) -> bool
pub const fn pd3(&self) -> bool
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub fn set_pd3(&mut self, val: bool)
pub fn set_pd3(&mut self, val: bool)
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub const fn pd4(&self) -> bool
pub const fn pd4(&self) -> bool
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub fn set_pd4(&mut self, val: bool)
pub fn set_pd4(&mut self, val: bool)
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub const fn pd5(&self) -> bool
pub const fn pd5(&self) -> bool
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub fn set_pd5(&mut self, val: bool)
pub fn set_pd5(&mut self, val: bool)
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub const fn pd6(&self) -> bool
pub const fn pd6(&self) -> bool
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub fn set_pd6(&mut self, val: bool)
pub fn set_pd6(&mut self, val: bool)
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub const fn pd8(&self) -> bool
pub const fn pd8(&self) -> bool
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub fn set_pd8(&mut self, val: bool)
pub fn set_pd8(&mut self, val: bool)
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub const fn pd9(&self) -> bool
pub const fn pd9(&self) -> bool
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub fn set_pd9(&mut self, val: bool)
pub fn set_pd9(&mut self, val: bool)
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub const fn pd10(&self) -> bool
pub const fn pd10(&self) -> bool
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub fn set_pd10(&mut self, val: bool)
pub fn set_pd10(&mut self, val: bool)
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub const fn pd11(&self) -> bool
pub const fn pd11(&self) -> bool
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub fn set_pd11(&mut self, val: bool)
pub fn set_pd11(&mut self, val: bool)
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub const fn pd12(&self) -> bool
pub const fn pd12(&self) -> bool
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
pub fn set_pd12(&mut self, val: bool)
pub fn set_pd12(&mut self, val: bool)
Port D pull-down bit y When set, this bit activates the pull-down on PD[y] when APC bit is set in PWR_CR3 register.
Trait Implementations§
impl Copy for Pdcrd
impl Eq for Pdcrd
impl StructuralPartialEq for Pdcrd
Auto Trait Implementations§
impl Freeze for Pdcrd
impl RefUnwindSafe for Pdcrd
impl Send for Pdcrd
impl Sync for Pdcrd
impl Unpin for Pdcrd
impl UnwindSafe for Pdcrd
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)