Struct stm32_metapac::rcc::regs::Apb1enr
#[repr(transparent)]pub struct Apb1enr(pub u32);
Expand description
APB1 peripheral clock enable register (RCC_APB1ENR)
Tuple Fields§
§0: u32
Implementations§
§impl Apb1enr
impl Apb1enr
pub fn set_tim2en(&mut self, val: bool)
pub fn set_tim2en(&mut self, val: bool)
Timer 2 clock enable
pub fn set_tim3en(&mut self, val: bool)
pub fn set_tim3en(&mut self, val: bool)
Timer 3 clock enable
pub fn set_tim4en(&mut self, val: bool)
pub fn set_tim4en(&mut self, val: bool)
Timer 4 clock enable
pub fn set_tim5en(&mut self, val: bool)
pub fn set_tim5en(&mut self, val: bool)
Timer 5 clock enable
pub fn set_tim6en(&mut self, val: bool)
pub fn set_tim6en(&mut self, val: bool)
Timer 6 clock enable
pub fn set_tim7en(&mut self, val: bool)
pub fn set_tim7en(&mut self, val: bool)
Timer 7 clock enable
pub fn set_tim12en(&mut self, val: bool)
pub fn set_tim12en(&mut self, val: bool)
Timer 12 clock enable
pub fn set_tim13en(&mut self, val: bool)
pub fn set_tim13en(&mut self, val: bool)
Timer 13 clock enable
pub fn set_tim14en(&mut self, val: bool)
pub fn set_tim14en(&mut self, val: bool)
Timer 14 clock enable
pub fn set_wwdgen(&mut self, val: bool)
pub fn set_wwdgen(&mut self, val: bool)
Window watchdog clock enable
pub fn set_spi2en(&mut self, val: bool)
pub fn set_spi2en(&mut self, val: bool)
SPI 2 clock enable
pub fn set_spi3en(&mut self, val: bool)
pub fn set_spi3en(&mut self, val: bool)
SPI 3 clock enable
pub fn set_usart2en(&mut self, val: bool)
pub fn set_usart2en(&mut self, val: bool)
USART 2 clock enable
pub fn set_usart3en(&mut self, val: bool)
pub fn set_usart3en(&mut self, val: bool)
USART 3 clock enable
pub fn set_uart4en(&mut self, val: bool)
pub fn set_uart4en(&mut self, val: bool)
UART 4 clock enable
pub fn set_uart5en(&mut self, val: bool)
pub fn set_uart5en(&mut self, val: bool)
UART 5 clock enable
pub fn set_i2c1en(&mut self, val: bool)
pub fn set_i2c1en(&mut self, val: bool)
I2C 1 clock enable
pub fn set_i2c2en(&mut self, val: bool)
pub fn set_i2c2en(&mut self, val: bool)
I2C 2 clock enable
Trait Implementations§
impl Copy for Apb1enr
impl Eq for Apb1enr
impl StructuralPartialEq for Apb1enr
Auto Trait Implementations§
impl Freeze for Apb1enr
impl RefUnwindSafe for Apb1enr
impl Send for Apb1enr
impl Sync for Apb1enr
impl Unpin for Apb1enr
impl UnwindSafe for Apb1enr
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