Struct stm32l0x2::rcc::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub cr: CR, pub icscr: ICSCR, pub crrcr: CRRCR, pub cfgr: CFGR, pub cier: CIER, pub cifr: CIFR, pub cicr: CICR, pub ioprstr: IOPRSTR, pub ahbrstr: AHBRSTR, pub apb2rstr: APB2RSTR, pub apb1rstr: APB1RSTR, pub iopenr: IOPENR, pub ahbenr: AHBENR, pub apb2enr: APB2ENR, pub apb1enr: APB1ENR, pub iopsmen: IOPSMEN, pub ahbsmenr: AHBSMENR, pub apb2smenr: APB2SMENR, pub apb1smenr: APB1SMENR, pub ccipr: CCIPR, pub csr: CSR, }

Register block

Fields

0x00 - Clock control register

0x04 - Internal clock sources calibration register

0x08 - Clock recovery RC register

0x0c - Clock configuration register

0x10 - Clock interrupt enable register

0x14 - Clock interrupt flag register

0x18 - Clock interrupt clear register

0x1c - GPIO reset register

0x20 - AHB peripheral reset register

0x24 - APB2 peripheral reset register

0x28 - APB1 peripheral reset register

0x2c - GPIO clock enable register

0x30 - AHB peripheral clock enable register

0x34 - APB2 peripheral clock enable register

0x38 - APB1 peripheral clock enable register

0x3c - GPIO clock enable in sleep mode register

0x40 - AHB peripheral clock enable in sleep mode register

0x44 - APB2 peripheral clock enable in sleep mode register

0x48 - APB1 peripheral clock enable in sleep mode register

0x4c - Clock configuration register

0x50 - Control and status register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock