Struct stm32_metapac::rcc::regs::C1Apb1lenr
#[repr(transparent)]pub struct C1Apb1lenr(pub u32);
Expand description
RCC APB1 Clock Register
Tuple Fields§
§0: u32
Implementations§
§impl C1Apb1lenr
impl C1Apb1lenr
pub fn set_tim2en(&mut self, val: bool)
pub fn set_tim2en(&mut self, val: bool)
TIM peripheral clock enable
pub fn set_tim3en(&mut self, val: bool)
pub fn set_tim3en(&mut self, val: bool)
TIM peripheral clock enable
pub fn set_tim4en(&mut self, val: bool)
pub fn set_tim4en(&mut self, val: bool)
TIM peripheral clock enable
pub fn set_tim5en(&mut self, val: bool)
pub fn set_tim5en(&mut self, val: bool)
TIM peripheral clock enable
pub fn set_tim6en(&mut self, val: bool)
pub fn set_tim6en(&mut self, val: bool)
TIM peripheral clock enable
pub fn set_tim7en(&mut self, val: bool)
pub fn set_tim7en(&mut self, val: bool)
TIM peripheral clock enable
pub fn set_tim12en(&mut self, val: bool)
pub fn set_tim12en(&mut self, val: bool)
TIM peripheral clock enable
pub fn set_tim13en(&mut self, val: bool)
pub fn set_tim13en(&mut self, val: bool)
TIM peripheral clock enable
pub fn set_tim14en(&mut self, val: bool)
pub fn set_tim14en(&mut self, val: bool)
TIM peripheral clock enable
pub fn set_lptim1en(&mut self, val: bool)
pub fn set_lptim1en(&mut self, val: bool)
LPTIM1 Peripheral Clocks Enable
pub fn set_wwdg2en(&mut self, val: bool)
pub fn set_wwdg2en(&mut self, val: bool)
WWDG2 peripheral clock enable
pub fn set_spi2en(&mut self, val: bool)
pub fn set_spi2en(&mut self, val: bool)
SPI2 Peripheral Clocks Enable
pub fn set_spi3en(&mut self, val: bool)
pub fn set_spi3en(&mut self, val: bool)
SPI3 Peripheral Clocks Enable
pub fn set_spdifrxen(&mut self, val: bool)
pub fn set_spdifrxen(&mut self, val: bool)
SPDIFRX Peripheral Clocks Enable
pub fn set_usart2en(&mut self, val: bool)
pub fn set_usart2en(&mut self, val: bool)
USART2 Peripheral Clocks Enable
pub fn set_usart3en(&mut self, val: bool)
pub fn set_usart3en(&mut self, val: bool)
USART3 Peripheral Clocks Enable
pub fn set_uart4en(&mut self, val: bool)
pub fn set_uart4en(&mut self, val: bool)
UART4 Peripheral Clocks Enable
pub fn set_uart5en(&mut self, val: bool)
pub fn set_uart5en(&mut self, val: bool)
UART5 Peripheral Clocks Enable
pub fn set_i2c1en(&mut self, val: bool)
pub fn set_i2c1en(&mut self, val: bool)
I2C1 Peripheral Clocks Enable
pub fn set_i2c2en(&mut self, val: bool)
pub fn set_i2c2en(&mut self, val: bool)
I2C2 Peripheral Clocks Enable
pub fn set_i2c3en(&mut self, val: bool)
pub fn set_i2c3en(&mut self, val: bool)
I2C3 Peripheral Clocks Enable
pub fn set_i2c5en(&mut self, val: bool)
pub fn set_i2c5en(&mut self, val: bool)
I2C5 Peripheral Clocks Enable
pub fn set_dac12en(&mut self, val: bool)
pub fn set_dac12en(&mut self, val: bool)
DAC1&2 peripheral clock enable
pub fn set_uart7en(&mut self, val: bool)
pub fn set_uart7en(&mut self, val: bool)
UART7 Peripheral Clocks Enable
pub fn set_uart8en(&mut self, val: bool)
pub fn set_uart8en(&mut self, val: bool)
UART8 Peripheral Clocks Enable
Trait Implementations§
§impl Clone for C1Apb1lenr
impl Clone for C1Apb1lenr
§fn clone(&self) -> C1Apb1lenr
fn clone(&self) -> C1Apb1lenr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for C1Apb1lenr
impl Default for C1Apb1lenr
§fn default() -> C1Apb1lenr
fn default() -> C1Apb1lenr
Returns the “default value” for a type. Read more
§impl PartialEq for C1Apb1lenr
impl PartialEq for C1Apb1lenr
impl Copy for C1Apb1lenr
impl Eq for C1Apb1lenr
impl StructuralPartialEq for C1Apb1lenr
Auto Trait Implementations§
impl Freeze for C1Apb1lenr
impl RefUnwindSafe for C1Apb1lenr
impl Send for C1Apb1lenr
impl Sync for C1Apb1lenr
impl Unpin for C1Apb1lenr
impl UnwindSafe for C1Apb1lenr
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
)