Struct stm32_metapac::rcc::regs::Apb2rstr
#[repr(transparent)]pub struct Apb2rstr(pub u32);
Expand description
RCC APB2 Peripheral Reset Register
Tuple Fields§
§0: u32
Implementations§
§impl Apb2rstr
impl Apb2rstr
pub fn set_tim1rst(&mut self, val: bool)
pub fn set_tim1rst(&mut self, val: bool)
TIM1 block reset
pub fn set_tim8rst(&mut self, val: bool)
pub fn set_tim8rst(&mut self, val: bool)
TIM8 block reset
pub fn set_usart1rst(&mut self, val: bool)
pub fn set_usart1rst(&mut self, val: bool)
USART1 block reset
pub fn set_usart6rst(&mut self, val: bool)
pub fn set_usart6rst(&mut self, val: bool)
USART6 block reset
pub fn set_uart9rst(&mut self, val: bool)
pub fn set_uart9rst(&mut self, val: bool)
UART9 block reset
pub const fn usart10rst(&self) -> bool
pub const fn usart10rst(&self) -> bool
USART10 block reset
pub fn set_usart10rst(&mut self, val: bool)
pub fn set_usart10rst(&mut self, val: bool)
USART10 block reset
pub fn set_spi1rst(&mut self, val: bool)
pub fn set_spi1rst(&mut self, val: bool)
SPI1 block reset
pub fn set_spi4rst(&mut self, val: bool)
pub fn set_spi4rst(&mut self, val: bool)
SPI4 block reset
pub fn set_tim15rst(&mut self, val: bool)
pub fn set_tim15rst(&mut self, val: bool)
TIM15 block reset
pub fn set_tim16rst(&mut self, val: bool)
pub fn set_tim16rst(&mut self, val: bool)
TIM16 block reset
pub fn set_tim17rst(&mut self, val: bool)
pub fn set_tim17rst(&mut self, val: bool)
TIM17 block reset
pub fn set_spi5rst(&mut self, val: bool)
pub fn set_spi5rst(&mut self, val: bool)
SPI5 block reset
pub fn set_sai1rst(&mut self, val: bool)
pub fn set_sai1rst(&mut self, val: bool)
SAI1 block reset
pub fn set_sai2rst(&mut self, val: bool)
pub fn set_sai2rst(&mut self, val: bool)
SAI2 block reset
pub fn set_sai3rst(&mut self, val: bool)
pub fn set_sai3rst(&mut self, val: bool)
SAI3 block reset
pub fn set_dfsdm1rst(&mut self, val: bool)
pub fn set_dfsdm1rst(&mut self, val: bool)
DFSDM1 block reset
pub fn set_hrtimrst(&mut self, val: bool)
pub fn set_hrtimrst(&mut self, val: bool)
HRTIM block reset
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
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)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)