Struct Apb2rstr
#[repr(transparent)]pub struct Apb2rstr(pub u32);Expand description
APB2 peripheral reset register
Tuple Fields§
§0: u32Implementations§
§impl Apb2rstr
impl Apb2rstr
pub const fn set_syscfgrst(&mut self, val: bool)
pub const fn set_syscfgrst(&mut self, val: bool)
SYSCFGRST
pub const fn set_tim9rst(&mut self, val: bool)
pub const fn set_tim9rst(&mut self, val: bool)
TIM9RST
pub const fn set_tm10rst(&mut self, val: bool)
pub const fn set_tm10rst(&mut self, val: bool)
TM10RST
pub const fn set_tm11rst(&mut self, val: bool)
pub const fn set_tm11rst(&mut self, val: bool)
TM11RST
pub const fn set_adc1rst(&mut self, val: bool)
pub const fn set_adc1rst(&mut self, val: bool)
ADC1RST
pub const fn set_sdiorst(&mut self, val: bool)
pub const fn set_sdiorst(&mut self, val: bool)
SDIORST
pub const fn set_spi1rst(&mut self, val: bool)
pub const fn set_spi1rst(&mut self, val: bool)
SPI1RST
pub const fn set_usart1rst(&mut self, val: bool)
pub const fn set_usart1rst(&mut self, val: bool)
USART1RST
Trait Implementations§
impl Copy for Apb2rstr
impl Eq for Apb2rstr
impl StructuralPartialEq for Apb2rstr
Auto Trait Implementations§
impl Freeze for Apb2rstr
impl RefUnwindSafe for Apb2rstr
impl Send for Apb2rstr
impl Sync for Apb2rstr
impl Unpin for Apb2rstr
impl UnwindSafe for Apb2rstr
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