Module stm32wlxx_hal::pac::tamp
Available on crate feature
stm32wl5x_cm4 only.Expand description
Tamper and backup registers
Modules
- TAMP backup register
- monotonic counter register
- control register 1
- control register 2
- TAMP control register 3
- TAMP filter control register
- TAMP interrupt enable register
- TAMP masked interrupt status register
- TAMP status clear register
- TAMP status register
Structs
- Register block
Type Aliases
- BKPR register accessor: an alias for
Reg<BKPR_SPEC> - COUNTR register accessor: an alias for
Reg<COUNTR_SPEC> - CR1 register accessor: an alias for
Reg<CR1_SPEC> - CR2 register accessor: an alias for
Reg<CR2_SPEC> - CR3 register accessor: an alias for
Reg<CR3_SPEC> - FLTCR register accessor: an alias for
Reg<FLTCR_SPEC> - IER register accessor: an alias for
Reg<IER_SPEC> - MISR register accessor: an alias for
Reg<MISR_SPEC> - SCR register accessor: an alias for
Reg<SCR_SPEC> - SR register accessor: an alias for
Reg<SR_SPEC>