From 7e388fcf5882011b00508a4e67f68d26c5137f7e Mon Sep 17 00:00:00 2001 From: Thales Fragoso Date: Sat, 15 May 2021 22:36:01 -0300 Subject: Add pac RCC for H7 (generated) --- embassy-stm32/Cargo.toml | 120 + embassy-stm32/src/pac/regs.rs | 40063 +++++++++++++++++++++++---------- embassy-stm32/src/pac/stm32h742ag.rs | 19 + embassy-stm32/src/pac/stm32h742ai.rs | 19 + embassy-stm32/src/pac/stm32h742bg.rs | 19 + embassy-stm32/src/pac/stm32h742bi.rs | 19 + embassy-stm32/src/pac/stm32h742ig.rs | 19 + embassy-stm32/src/pac/stm32h742ii.rs | 19 + embassy-stm32/src/pac/stm32h742vg.rs | 19 + embassy-stm32/src/pac/stm32h742vi.rs | 19 + embassy-stm32/src/pac/stm32h742xg.rs | 19 + embassy-stm32/src/pac/stm32h742xi.rs | 19 + embassy-stm32/src/pac/stm32h742zg.rs | 19 + embassy-stm32/src/pac/stm32h742zi.rs | 19 + embassy-stm32/src/pac/stm32h743ag.rs | 19 + embassy-stm32/src/pac/stm32h743ai.rs | 19 + embassy-stm32/src/pac/stm32h743bg.rs | 19 + embassy-stm32/src/pac/stm32h743bi.rs | 19 + embassy-stm32/src/pac/stm32h743ig.rs | 19 + embassy-stm32/src/pac/stm32h743ii.rs | 19 + embassy-stm32/src/pac/stm32h743vg.rs | 19 + embassy-stm32/src/pac/stm32h743vi.rs | 19 + embassy-stm32/src/pac/stm32h743xg.rs | 19 + embassy-stm32/src/pac/stm32h743xi.rs | 19 + embassy-stm32/src/pac/stm32h743zg.rs | 19 + embassy-stm32/src/pac/stm32h743zi.rs | 19 + embassy-stm32/src/pac/stm32h745bg.rs | 19 + embassy-stm32/src/pac/stm32h745bi.rs | 19 + embassy-stm32/src/pac/stm32h745ig.rs | 19 + embassy-stm32/src/pac/stm32h745ii.rs | 19 + embassy-stm32/src/pac/stm32h745xg.rs | 19 + embassy-stm32/src/pac/stm32h745xi.rs | 19 + embassy-stm32/src/pac/stm32h745zg.rs | 19 + embassy-stm32/src/pac/stm32h745zi.rs | 19 + embassy-stm32/src/pac/stm32h747ag.rs | 19 + embassy-stm32/src/pac/stm32h747ai.rs | 19 + embassy-stm32/src/pac/stm32h747bg.rs | 19 + embassy-stm32/src/pac/stm32h747bi.rs | 19 + embassy-stm32/src/pac/stm32h747ig.rs | 19 + embassy-stm32/src/pac/stm32h747ii.rs | 19 + embassy-stm32/src/pac/stm32h747xg.rs | 19 + embassy-stm32/src/pac/stm32h747xi.rs | 19 + embassy-stm32/src/pac/stm32h747zi.rs | 19 + embassy-stm32/src/pac/stm32h750ib.rs | 19 + embassy-stm32/src/pac/stm32h750vb.rs | 19 + embassy-stm32/src/pac/stm32h750xb.rs | 19 + embassy-stm32/src/pac/stm32h750zb.rs | 19 + embassy-stm32/src/pac/stm32h753ai.rs | 19 + embassy-stm32/src/pac/stm32h753bi.rs | 19 + embassy-stm32/src/pac/stm32h753ii.rs | 19 + embassy-stm32/src/pac/stm32h753vi.rs | 19 + embassy-stm32/src/pac/stm32h753xi.rs | 19 + embassy-stm32/src/pac/stm32h753zi.rs | 19 + embassy-stm32/src/pac/stm32h755bi.rs | 19 + embassy-stm32/src/pac/stm32h755ii.rs | 19 + embassy-stm32/src/pac/stm32h755xi.rs | 19 + embassy-stm32/src/pac/stm32h755zi.rs | 19 + embassy-stm32/src/pac/stm32h757ai.rs | 19 + embassy-stm32/src/pac/stm32h757bi.rs | 19 + embassy-stm32/src/pac/stm32h757ii.rs | 19 + embassy-stm32/src/pac/stm32h757xi.rs | 19 + embassy-stm32/src/pac/stm32h757zi.rs | 19 + embassy-stm32/stm32-data | 2 +- 63 files changed, 29901 insertions(+), 11424 deletions(-) diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 0fa08150e..b4e6d4edc 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml @@ -182,6 +182,7 @@ stm32f479vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_r stm32f479vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32f4", "_syscfg", "_syscfg_f4", "_usart", "_usart_v1",] stm32f479zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32f4", "_syscfg", "_syscfg_f4", "_usart", "_usart_v1",] stm32f479zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32f4", "_syscfg", "_syscfg_f4", "_usart", "_usart_v1",] +<<<<<<< HEAD stm32h723ve = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] stm32h723vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] stm32h723ze = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] @@ -395,6 +396,121 @@ stm32l083rz = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_r stm32l083v8 = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_l0", "_rng", "_rng_v1", "_stm32l0", "_syscfg", "_syscfg_l0", "_usart", "_usart_v2",] stm32l083vb = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_l0", "_rng", "_rng_v1", "_stm32l0", "_syscfg", "_syscfg_l0", "_usart", "_usart_v2",] stm32l083vz = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_l0", "_rng", "_rng_v1", "_stm32l0", "_syscfg", "_syscfg_l0", "_usart", "_usart_v2",] +======= +stm32h723ve = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h723vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h723ze = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h723zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ae = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ie = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725re = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ve = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ze = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h730ab = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h730ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h730vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h730zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h733vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h733zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h750ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h750vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h750xb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h750zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h755bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h755ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h755xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h755zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3lg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3li = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ng = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ni = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3qi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ri = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0ab = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0rb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3li = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3ni = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3qi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3ri = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) stm32l412c8 = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32l4", "_syscfg", "_syscfg_l4", "_usart", "_usart_v2",] stm32l412cb = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32l4", "_syscfg", "_syscfg_l4", "_usart", "_usart_v2",] stm32l412k8 = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32l4", "_syscfg", "_syscfg_l4", "_usart", "_usart_v2",] @@ -544,7 +660,11 @@ _exti_v1 = [] _gpio = [] _gpio_v2 = [] _rcc = [] +<<<<<<< HEAD _rcc_l0 = [] +======= +_rcc_h7 = [] +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) _rng = [ "rand_core",] _rng_v1 = [] _sdmmc = [ "sdio-host",] diff --git a/embassy-stm32/src/pac/regs.rs b/embassy-stm32/src/pac/regs.rs index 34742e420..c91705e50 100644 --- a/embassy-stm32/src/pac/regs.rs +++ b/embassy-stm32/src/pac/regs.rs @@ -1,5 +1,6 @@ #![no_std] #![doc = "Peripheral access API (generated using svd2rust v0.17.0 (22741fa 2021-04-20))"] +<<<<<<< HEAD pub mod usart_v1 { use crate::generic::*; #[doc = "Universal synchronous asynchronous receiver transmitter"] @@ -1269,14167 +1270,31383 @@ pub mod dma_v1 { #[doc = "Circular buffer disabled"] pub const DISABLED: Self = Self(0); #[doc = "Circular buffer enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pl(pub u8); - impl Pl { - #[doc = "Low priority"] - pub const LOW: Self = Self(0); - #[doc = "Medium priority"] - pub const MEDIUM: Self = Self(0x01); - #[doc = "High priority"] - pub const HIGH: Self = Self(0x02); - #[doc = "Very high priority"] - pub const VERYHIGH: Self = Self(0x03); - } - } -} -pub mod timer_v1 { +======= +pub mod rcc_h7 { use crate::generic::*; - #[doc = "Basic timer"] + #[doc = "Reset and clock control"] #[derive(Copy, Clone)] - pub struct TimBasic(pub *mut u8); - unsafe impl Send for TimBasic {} - unsafe impl Sync for TimBasic {} - impl TimBasic { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { + pub struct Rcc(pub *mut u8); + unsafe impl Send for Rcc {} + unsafe impl Sync for Rcc {} + impl Rcc { + #[doc = "clock control register"] + pub fn cr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { + #[doc = "RCC HSI configuration register"] + pub fn hsicfgr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { + #[doc = "RCC Internal Clock Source Calibration Register"] + pub fn icscr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "RCC Clock Recovery RC Register"] + pub fn crrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "RCC CSI configuration register"] + pub fn csicfgr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[doc = "status register"] - pub fn sr(self) -> Reg { + #[doc = "RCC Clock Configuration Register"] + pub fn cfgr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + #[doc = "RCC Domain 1 Clock Configuration Register"] + pub fn d1cfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } + #[doc = "RCC Domain 2 Clock Configuration Register"] + pub fn d2cfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { + #[doc = "RCC Domain 3 Clock Configuration Register"] + pub fn d3cfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "RCC PLLs Clock Source Selection Register"] + pub fn pllckselr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(40usize)) } } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { + #[doc = "RCC PLLs Configuration Register"] + pub fn pllcfgr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(44usize)) } } - } - #[doc = "Advanced-timers"] - #[derive(Copy, Clone)] - pub struct TimAdv(pub *mut u8); - unsafe impl Send for TimAdv {} - unsafe impl Sync for TimAdv {} - impl TimAdv { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } + #[doc = "RCC PLL1 Dividers Configuration Register"] + pub fn plldivr(self, n: usize) -> Reg { + assert!(n < 3usize); + unsafe { Reg::from_ptr(self.0.add(48usize + n * 8usize)) } } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } + #[doc = "RCC PLL1 Fractional Divider Register"] + pub fn pllfracr(self, n: usize) -> Reg { + assert!(n < 3usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 8usize)) } } - #[doc = "slave mode control register"] - pub fn smcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } + #[doc = "RCC Domain 1 Kernel Clock Configuration Register"] + pub fn d1ccipr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } + #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] + pub fn d2ccip1r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(80usize)) } } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } + #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] + pub fn d2ccip2r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(84usize)) } } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + #[doc = "RCC Domain 3 Kernel Clock Configuration Register"] + pub fn d3ccipr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(88usize)) } } - #[doc = "capture/compare mode register 1 (input mode)"] - pub fn ccmr_input(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + #[doc = "RCC Clock Source Interrupt Enable Register"] + pub fn cier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(96usize)) } } - #[doc = "capture/compare mode register 1 (output mode)"] - pub fn ccmr_output(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + #[doc = "RCC Clock Source Interrupt Flag Register"] + pub fn cifr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(100usize)) } } - #[doc = "capture/compare enable register"] - pub fn ccer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } + #[doc = "RCC Clock Source Interrupt Clear Register"] + pub fn cicr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(104usize)) } } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } + #[doc = "RCC Backup Domain Control Register"] + pub fn bdcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(112usize)) } } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } + #[doc = "RCC Clock Control and Status Register"] + pub fn csr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(116usize)) } } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } + #[doc = "RCC AHB3 Reset Register"] + pub fn ahb3rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(124usize)) } } - #[doc = "repetition counter register"] - pub fn rcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } + #[doc = "RCC AHB1 Peripheral Reset Register"] + pub fn ahb1rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(128usize)) } } - #[doc = "capture/compare register"] - pub fn ccr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + #[doc = "RCC AHB2 Peripheral Reset Register"] + pub fn ahb2rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(132usize)) } } - #[doc = "break and dead-time register"] - pub fn bdtr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(68usize)) } + #[doc = "RCC AHB4 Peripheral Reset Register"] + pub fn ahb4rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(136usize)) } } - #[doc = "DMA control register"] - pub fn dcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } + #[doc = "RCC APB3 Peripheral Reset Register"] + pub fn apb3rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(140usize)) } } - #[doc = "DMA address for full transfer"] - pub fn dmar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } + #[doc = "RCC APB1 Peripheral Reset Register"] + pub fn apb1lrstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(144usize)) } } - } - #[doc = "General purpose 16-bit timer"] - #[derive(Copy, Clone)] - pub struct TimGp16(pub *mut u8); - unsafe impl Send for TimGp16 {} - unsafe impl Sync for TimGp16 {} - impl TimGp16 { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } + #[doc = "RCC APB1 Peripheral Reset Register"] + pub fn apb1hrstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(148usize)) } } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } + #[doc = "RCC APB2 Peripheral Reset Register"] + pub fn apb2rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(152usize)) } } - #[doc = "slave mode control register"] - pub fn smcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } + #[doc = "RCC APB4 Peripheral Reset Register"] + pub fn apb4rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(156usize)) } } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } + #[doc = "RCC Global Control Register"] + pub fn gcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(160usize)) } } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } + #[doc = "RCC D3 Autonomous mode Register"] + pub fn d3amr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(168usize)) } } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + #[doc = "RCC Reset Status Register"] + pub fn rsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(208usize)) } } - #[doc = "capture/compare mode register 1 (input mode)"] - pub fn ccmr_input(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + #[doc = "RCC AHB3 Clock Register"] + pub fn ahb3enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(212usize)) } } - #[doc = "capture/compare mode register 1 (output mode)"] - pub fn ccmr_output(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + #[doc = "RCC AHB1 Clock Register"] + pub fn ahb1enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(216usize)) } } - #[doc = "capture/compare enable register"] - pub fn ccer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } + #[doc = "RCC AHB2 Clock Register"] + pub fn ahb2enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(220usize)) } } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } + #[doc = "RCC AHB4 Clock Register"] + pub fn ahb4enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(224usize)) } } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } + #[doc = "RCC APB3 Clock Register"] + pub fn apb3enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(228usize)) } } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } + #[doc = "RCC APB1 Clock Register"] + pub fn apb1lenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(232usize)) } } - #[doc = "capture/compare register"] - pub fn ccr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + #[doc = "RCC APB1 Clock Register"] + pub fn apb1henr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(236usize)) } } - #[doc = "DMA control register"] - pub fn dcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } + #[doc = "RCC APB2 Clock Register"] + pub fn apb2enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(240usize)) } } - #[doc = "DMA address for full transfer"] - pub fn dmar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } + #[doc = "RCC APB4 Clock Register"] + pub fn apb4enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(244usize)) } } - } - #[doc = "General purpose 32-bit timer"] - #[derive(Copy, Clone)] - pub struct TimGp32(pub *mut u8); - unsafe impl Send for TimGp32 {} - unsafe impl Sync for TimGp32 {} - impl TimGp32 { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } + #[doc = "RCC AHB3 Sleep Clock Register"] + pub fn ahb3lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(252usize)) } } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } + #[doc = "RCC AHB1 Sleep Clock Register"] + pub fn ahb1lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(256usize)) } } - #[doc = "slave mode control register"] - pub fn smcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } + #[doc = "RCC AHB2 Sleep Clock Register"] + pub fn ahb2lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(260usize)) } } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } + #[doc = "RCC AHB4 Sleep Clock Register"] + pub fn ahb4lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(264usize)) } } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } + #[doc = "RCC APB3 Sleep Clock Register"] + pub fn apb3lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(268usize)) } } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + #[doc = "RCC APB1 Low Sleep Clock Register"] + pub fn apb1llpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(272usize)) } } - #[doc = "capture/compare mode register 1 (input mode)"] - pub fn ccmr_input(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + #[doc = "RCC APB1 High Sleep Clock Register"] + pub fn apb1hlpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(276usize)) } } - #[doc = "capture/compare mode register 1 (output mode)"] - pub fn ccmr_output(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + #[doc = "RCC APB2 Sleep Clock Register"] + pub fn apb2lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(280usize)) } } - #[doc = "capture/compare enable register"] - pub fn ccer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } + #[doc = "RCC APB4 Sleep Clock Register"] + pub fn apb4lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(284usize)) } } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } + #[doc = "RCC Reset Status Register"] + pub fn c1_rsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(304usize)) } } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } + #[doc = "RCC AHB3 Clock Register"] + pub fn c1_ahb3enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(308usize)) } } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } + #[doc = "RCC AHB1 Clock Register"] + pub fn c1_ahb1enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(312usize)) } } - #[doc = "capture/compare register"] - pub fn ccr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + #[doc = "RCC AHB2 Clock Register"] + pub fn c1_ahb2enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(316usize)) } } - #[doc = "DMA control register"] - pub fn dcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } + #[doc = "RCC AHB4 Clock Register"] + pub fn c1_ahb4enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(320usize)) } } - #[doc = "DMA address for full transfer"] - pub fn dmar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } + #[doc = "RCC APB3 Clock Register"] + pub fn c1_apb3enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(324usize)) } + } + #[doc = "RCC APB1 Clock Register"] + pub fn c1_apb1lenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(328usize)) } + } + #[doc = "RCC APB1 Clock Register"] + pub fn c1_apb1henr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(332usize)) } + } + #[doc = "RCC APB2 Clock Register"] + pub fn c1_apb2enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(336usize)) } + } + #[doc = "RCC APB4 Clock Register"] + pub fn c1_apb4enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(340usize)) } + } + #[doc = "RCC AHB3 Sleep Clock Register"] + pub fn c1_ahb3lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(348usize)) } + } + #[doc = "RCC AHB1 Sleep Clock Register"] + pub fn c1_ahb1lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(352usize)) } + } + #[doc = "RCC AHB2 Sleep Clock Register"] + pub fn c1_ahb2lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(356usize)) } + } + #[doc = "RCC AHB4 Sleep Clock Register"] + pub fn c1_ahb4lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(360usize)) } + } + #[doc = "RCC APB3 Sleep Clock Register"] + pub fn c1_apb3lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(364usize)) } + } + #[doc = "RCC APB1 Low Sleep Clock Register"] + pub fn c1_apb1llpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(368usize)) } + } + #[doc = "RCC APB1 High Sleep Clock Register"] + pub fn c1_apb1hlpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(372usize)) } + } + #[doc = "RCC APB2 Sleep Clock Register"] + pub fn c1_apb2lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(376usize)) } + } + #[doc = "RCC APB4 Sleep Clock Register"] + pub fn c1_apb4lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(380usize)) } } } - pub mod regs { + pub mod vals { use crate::generic::*; - #[doc = "DMA/Interrupt enable register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct DierGp(pub u32); - impl DierGp { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Update interrupt enable"] - pub fn set_uie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn ccie(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn set_ccie(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Trigger interrupt enable"] - pub const fn tie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Trigger interrupt enable"] - pub fn set_tie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Update DMA request enable"] - pub const fn ude(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Update DMA request enable"] - pub fn set_ude(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn ccde(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn set_ccde(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Trigger DMA request enable"] - pub const fn tde(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "Trigger DMA request enable"] - pub fn set_tde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sai1sel(pub u8); + impl Sai1sel { + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0); + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "pll3_p selected as peripheral clock"] + pub const PLL3_P: Self = Self(0x02); + #[doc = "I2S_CKIN selected as peripheral clock"] + pub const I2S_CKIN: Self = Self(0x03); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x04); } - impl Default for DierGp { - fn default() -> DierGp { - DierGp(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Swsr(pub u8); + impl Swsr { + #[doc = "HSI oscillator used as system clock"] + pub const HSI: Self = Self(0); + #[doc = "CSI oscillator used as system clock"] + pub const CSI: Self = Self(0x01); + #[doc = "HSE oscillator used as system clock"] + pub const HSE: Self = Self(0x02); + #[doc = "PLL1 used as system clock"] + pub const PLL1: Self = Self(0x03); } - #[doc = "control register 2"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Gp(pub u32); - impl Cr2Gp { - #[doc = "Capture/compare DMA selection"] - pub const fn ccds(&self) -> super::vals::Ccds { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ccds(val as u8) - } - #[doc = "Capture/compare DMA selection"] - pub fn set_ccds(&mut self, val: super::vals::Ccds) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) - } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } - #[doc = "TI1 selection"] - pub const fn ti1s(&self) -> super::vals::Tis { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Tis(val as u8) - } - #[doc = "TI1 selection"] - pub fn set_ti1s(&mut self, val: super::vals::Tis) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ww1rsc(pub u8); + impl Ww1rsc { + #[doc = "Clear WWDG1 scope control"] + pub const CLEAR: Self = Self(0); + #[doc = "Set WWDG1 scope control"] + pub const SET: Self = Self(0x01); } - impl Default for Cr2Gp { - fn default() -> Cr2Gp { - Cr2Gp(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb3enrMdmaen(pub u8); + impl C1Ahb3enrMdmaen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "status register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrBasic(pub u32); - impl SrBasic { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Update interrupt flag"] - pub fn set_uif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsidiv(pub u8); + impl Hsidiv { + #[doc = "No division"] + pub const DIV1: Self = Self(0); + #[doc = "Division by 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "Division by 4"] + pub const DIV4: Self = Self(0x02); + #[doc = "Division by 8"] + pub const DIV8: Self = Self(0x03); } - impl Default for SrBasic { - fn default() -> SrBasic { - SrBasic(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb1enrDma1en(pub u8); + impl Ahb1enrDma1en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "event generation register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct EgrBasic(pub u32); - impl EgrBasic { - #[doc = "Update generation"] - pub const fn ug(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Update generation"] - pub fn set_ug(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb4lpenrGpioalpen(pub u8); + impl Ahb4lpenrGpioalpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - impl Default for EgrBasic { - fn default() -> EgrBasic { - EgrBasic(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ltdcrst(pub u8); + impl Ltdcrst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } - #[doc = "control register 2"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Basic(pub u32); - impl Cr2Basic { - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) - } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb4enrSyscfgen(pub u8); + impl Apb4enrSyscfgen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Cr2Basic { - fn default() -> Cr2Basic { - Cr2Basic(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Divp1(pub u8); + impl Divp1 { + #[doc = "pll_p_ck = vco_ck"] + pub const DIV1: Self = Self(0); + #[doc = "pll_p_ck = vco_ck / 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "pll_p_ck = vco_ck / 4"] + pub const DIV4: Self = Self(0x03); + #[doc = "pll_p_ck = vco_ck / 6"] + pub const DIV6: Self = Self(0x05); + #[doc = "pll_p_ck = vco_ck / 8"] + pub const DIV8: Self = Self(0x07); + #[doc = "pll_p_ck = vco_ck / 10"] + pub const DIV10: Self = Self(0x09); + #[doc = "pll_p_ck = vco_ck / 12"] + pub const DIV12: Self = Self(0x0b); + #[doc = "pll_p_ck = vco_ck / 14"] + pub const DIV14: Self = Self(0x0d); + #[doc = "pll_p_ck = vco_ck / 16"] + pub const DIV16: Self = Self(0x0f); + #[doc = "pll_p_ck = vco_ck / 18"] + pub const DIV18: Self = Self(0x11); + #[doc = "pll_p_ck = vco_ck / 20"] + pub const DIV20: Self = Self(0x13); + #[doc = "pll_p_ck = vco_ck / 22"] + pub const DIV22: Self = Self(0x15); + #[doc = "pll_p_ck = vco_ck / 24"] + pub const DIV24: Self = Self(0x17); + #[doc = "pll_p_ck = vco_ck / 26"] + pub const DIV26: Self = Self(0x19); + #[doc = "pll_p_ck = vco_ck / 28"] + pub const DIV28: Self = Self(0x1b); + #[doc = "pll_p_ck = vco_ck / 30"] + pub const DIV30: Self = Self(0x1d); + #[doc = "pll_p_ck = vco_ck / 32"] + pub const DIV32: Self = Self(0x1f); + #[doc = "pll_p_ck = vco_ck / 34"] + pub const DIV34: Self = Self(0x21); + #[doc = "pll_p_ck = vco_ck / 36"] + pub const DIV36: Self = Self(0x23); + #[doc = "pll_p_ck = vco_ck / 38"] + pub const DIV38: Self = Self(0x25); + #[doc = "pll_p_ck = vco_ck / 40"] + pub const DIV40: Self = Self(0x27); + #[doc = "pll_p_ck = vco_ck / 42"] + pub const DIV42: Self = Self(0x29); + #[doc = "pll_p_ck = vco_ck / 44"] + pub const DIV44: Self = Self(0x2b); + #[doc = "pll_p_ck = vco_ck / 46"] + pub const DIV46: Self = Self(0x2d); + #[doc = "pll_p_ck = vco_ck / 48"] + pub const DIV48: Self = Self(0x2f); + #[doc = "pll_p_ck = vco_ck / 50"] + pub const DIV50: Self = Self(0x31); + #[doc = "pll_p_ck = vco_ck / 52"] + pub const DIV52: Self = Self(0x33); + #[doc = "pll_p_ck = vco_ck / 54"] + pub const DIV54: Self = Self(0x35); + #[doc = "pll_p_ck = vco_ck / 56"] + pub const DIV56: Self = Self(0x37); + #[doc = "pll_p_ck = vco_ck / 58"] + pub const DIV58: Self = Self(0x39); + #[doc = "pll_p_ck = vco_ck / 60"] + pub const DIV60: Self = Self(0x3b); + #[doc = "pll_p_ck = vco_ck / 62"] + pub const DIV62: Self = Self(0x3d); + #[doc = "pll_p_ck = vco_ck / 64"] + pub const DIV64: Self = Self(0x3f); + #[doc = "pll_p_ck = vco_ck / 66"] + pub const DIV66: Self = Self(0x41); + #[doc = "pll_p_ck = vco_ck / 68"] + pub const DIV68: Self = Self(0x43); + #[doc = "pll_p_ck = vco_ck / 70"] + pub const DIV70: Self = Self(0x45); + #[doc = "pll_p_ck = vco_ck / 72"] + pub const DIV72: Self = Self(0x47); + #[doc = "pll_p_ck = vco_ck / 74"] + pub const DIV74: Self = Self(0x49); + #[doc = "pll_p_ck = vco_ck / 76"] + pub const DIV76: Self = Self(0x4b); + #[doc = "pll_p_ck = vco_ck / 78"] + pub const DIV78: Self = Self(0x4d); + #[doc = "pll_p_ck = vco_ck / 80"] + pub const DIV80: Self = Self(0x4f); + #[doc = "pll_p_ck = vco_ck / 82"] + pub const DIV82: Self = Self(0x51); + #[doc = "pll_p_ck = vco_ck / 84"] + pub const DIV84: Self = Self(0x53); + #[doc = "pll_p_ck = vco_ck / 86"] + pub const DIV86: Self = Self(0x55); + #[doc = "pll_p_ck = vco_ck / 88"] + pub const DIV88: Self = Self(0x57); + #[doc = "pll_p_ck = vco_ck / 90"] + pub const DIV90: Self = Self(0x59); + #[doc = "pll_p_ck = vco_ck / 92"] + pub const DIV92: Self = Self(0x5b); + #[doc = "pll_p_ck = vco_ck / 94"] + pub const DIV94: Self = Self(0x5d); + #[doc = "pll_p_ck = vco_ck / 96"] + pub const DIV96: Self = Self(0x5f); + #[doc = "pll_p_ck = vco_ck / 98"] + pub const DIV98: Self = Self(0x61); + #[doc = "pll_p_ck = vco_ck / 100"] + pub const DIV100: Self = Self(0x63); + #[doc = "pll_p_ck = vco_ck / 102"] + pub const DIV102: Self = Self(0x65); + #[doc = "pll_p_ck = vco_ck / 104"] + pub const DIV104: Self = Self(0x67); + #[doc = "pll_p_ck = vco_ck / 106"] + pub const DIV106: Self = Self(0x69); + #[doc = "pll_p_ck = vco_ck / 108"] + pub const DIV108: Self = Self(0x6b); + #[doc = "pll_p_ck = vco_ck / 110"] + pub const DIV110: Self = Self(0x6d); + #[doc = "pll_p_ck = vco_ck / 112"] + pub const DIV112: Self = Self(0x6f); + #[doc = "pll_p_ck = vco_ck / 114"] + pub const DIV114: Self = Self(0x71); + #[doc = "pll_p_ck = vco_ck / 116"] + pub const DIV116: Self = Self(0x73); + #[doc = "pll_p_ck = vco_ck / 118"] + pub const DIV118: Self = Self(0x75); + #[doc = "pll_p_ck = vco_ck / 120"] + pub const DIV120: Self = Self(0x77); + #[doc = "pll_p_ck = vco_ck / 122"] + pub const DIV122: Self = Self(0x79); + #[doc = "pll_p_ck = vco_ck / 124"] + pub const DIV124: Self = Self(0x7b); + #[doc = "pll_p_ck = vco_ck / 126"] + pub const DIV126: Self = Self(0x7d); + #[doc = "pll_p_ck = vco_ck / 128"] + pub const DIV128: Self = Self(0x7f); } - #[doc = "DMA/Interrupt enable register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct DierBasic(pub u32); - impl DierBasic { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Update interrupt enable"] - pub fn set_uie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Update DMA request enable"] - pub const fn ude(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Update DMA request enable"] - pub fn set_ude(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hpre(pub u8); + impl Hpre { + #[doc = "sys_ck not divided"] + pub const DIV1: Self = Self(0); + #[doc = "sys_ck divided by 2"] + pub const DIV2: Self = Self(0x08); + #[doc = "sys_ck divided by 4"] + pub const DIV4: Self = Self(0x09); + #[doc = "sys_ck divided by 8"] + pub const DIV8: Self = Self(0x0a); + #[doc = "sys_ck divided by 16"] + pub const DIV16: Self = Self(0x0b); + #[doc = "sys_ck divided by 64"] + pub const DIV64: Self = Self(0x0c); + #[doc = "sys_ck divided by 128"] + pub const DIV128: Self = Self(0x0d); + #[doc = "sys_ck divided by 256"] + pub const DIV256: Self = Self(0x0e); + #[doc = "sys_ck divided by 512"] + pub const DIV512: Self = Self(0x0f); } - impl Default for DierBasic { - fn default() -> DierBasic { - DierBasic(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Timpre(pub u8); + impl Timpre { + #[doc = "Timer kernel clock equal to 2x pclk by default"] + pub const DEFAULTX2: Self = Self(0); + #[doc = "Timer kernel clock equal to 4x pclk by default"] + pub const DEFAULTX4: Self = Self(0x01); } - #[doc = "DMA control register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dcr(pub u32); - impl Dcr { - #[doc = "DMA base address"] - pub const fn dba(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x1f; - val as u8 - } - #[doc = "DMA base address"] - pub fn set_dba(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 0usize)) | (((val as u32) & 0x1f) << 0usize); - } - #[doc = "DMA burst length"] - pub const fn dbl(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x1f; - val as u8 - } - #[doc = "DMA burst length"] - pub fn set_dbl(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb3lpenrLtdclpen(pub u8); + impl Apb3lpenrLtdclpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Dcr { - fn default() -> Dcr { - Dcr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pll1vcosel(pub u8); + impl Pll1vcosel { + #[doc = "VCO frequency range 192 to 836 MHz"] + pub const WIDEVCO: Self = Self(0); + #[doc = "VCO frequency range 150 to 420 MHz"] + pub const MEDIUMVCO: Self = Self(0x01); } - #[doc = "capture/compare register 1"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccr32(pub u32); - impl Ccr32 { - #[doc = "Capture/Compare 1 value"] - pub const fn ccr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "Capture/Compare 1 value"] - pub fn set_ccr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb4enrGpioaen(pub u8); + impl Ahb4enrGpioaen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Ccr32 { - fn default() -> Ccr32 { - Ccr32(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcen(pub u8); + impl Rtcen { + #[doc = "RTC clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "RTC clock enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "capture/compare register 1"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccr16(pub u32); - impl Ccr16 { - #[doc = "Capture/Compare 1 value"] - pub const fn ccr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "Capture/Compare 1 value"] - pub fn set_ccr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bdrst(pub u8); + impl Bdrst { + #[doc = "Resets the entire VSW domain"] + pub const RESET: Self = Self(0x01); } - impl Default for Ccr16 { - fn default() -> Ccr16 { - Ccr16(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb2lpenrDcmilpen(pub u8); + impl C1Ahb2lpenrDcmilpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "counter"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cnt32(pub u32); - impl Cnt32 { - #[doc = "counter value"] - pub const fn cnt(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "counter value"] - pub fn set_cnt(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sai4asel(pub u8); + impl Sai4asel { + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0); + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "pll3_p selected as peripheral clock"] + pub const PLL3_P: Self = Self(0x02); + #[doc = "i2s_ckin selected as peripheral clock"] + pub const I2S_CKIN: Self = Self(0x03); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x04); } - impl Default for Cnt32 { - fn default() -> Cnt32 { - Cnt32(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cecsel(pub u8); + impl Cecsel { + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0); + #[doc = "LSI selected as peripheral clock"] + pub const LSI: Self = Self(0x01); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x02); } - #[doc = "auto-reload register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Arr16(pub u32); - impl Arr16 { - #[doc = "Auto-reload value"] - pub const fn arr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "Auto-reload value"] - pub fn set_arr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsirdyr(pub u8); + impl Hsirdyr { + #[doc = "Clock not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "Clock ready"] + pub const READY: Self = Self(0x01); } - impl Default for Arr16 { - fn default() -> Arr16 { - Arr16(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct D1ppre(pub u8); + impl D1ppre { + #[doc = "rcc_hclk not divided"] + pub const DIV1: Self = Self(0); + #[doc = "rcc_hclk divided by 2"] + pub const DIV2: Self = Self(0x04); + #[doc = "rcc_hclk divided by 4"] + pub const DIV4: Self = Self(0x05); + #[doc = "rcc_hclk divided by 8"] + pub const DIV8: Self = Self(0x06); + #[doc = "rcc_hclk divided by 16"] + pub const DIV16: Self = Self(0x07); } - #[doc = "repetition counter register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rcr(pub u32); - impl Rcr { - #[doc = "Repetition counter value"] - pub const fn rep(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "Repetition counter value"] - pub fn set_rep(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb1llpenrTim2lpen(pub u8); + impl Apb1llpenrTim2lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Rcr { - fn default() -> Rcr { - Rcr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb1henrCrsen(pub u8); + impl Apb1henrCrsen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "status register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrGp(pub u32); - impl SrGp { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Update interrupt flag"] - pub fn set_uif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn ccif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn set_ccif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "COM interrupt flag"] - pub const fn comif(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "COM interrupt flag"] - pub fn set_comif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Trigger interrupt flag"] - pub const fn tif(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Trigger interrupt flag"] - pub fn set_tif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Break interrupt flag"] - pub const fn bif(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Break interrupt flag"] - pub fn set_bif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn ccof(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn set_ccof(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lpuart1sel(pub u8); + impl Lpuart1sel { + #[doc = "rcc_pclk_d3 selected as peripheral clock"] + pub const RCC_PCLK_D3: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x05); } - impl Default for SrGp { - fn default() -> SrGp { - SrGp(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Fdcansel(pub u8); + impl Fdcansel { + #[doc = "HSE selected as peripheral clock"] + pub const HSE: Self = Self(0); + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0x01); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x02); } - #[doc = "break and dead-time register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bdtr(pub u32); - impl Bdtr { - #[doc = "Dead-time generator setup"] - pub const fn dtg(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "Dead-time generator setup"] - pub fn set_dtg(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - #[doc = "Lock configuration"] - pub const fn lock(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x03; - val as u8 - } - #[doc = "Lock configuration"] - pub fn set_lock(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); - } - #[doc = "Off-state selection for Idle mode"] - pub const fn ossi(&self) -> super::vals::Ossi { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Ossi(val as u8) - } - #[doc = "Off-state selection for Idle mode"] - pub fn set_ossi(&mut self, val: super::vals::Ossi) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "Off-state selection for Run mode"] - pub const fn ossr(&self) -> super::vals::Ossr { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Ossr(val as u8) - } - #[doc = "Off-state selection for Run mode"] - pub fn set_ossr(&mut self, val: super::vals::Ossr) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "Break enable"] - pub const fn bke(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "Break enable"] - pub fn set_bke(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "Break polarity"] - pub const fn bkp(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "Break polarity"] - pub fn set_bkp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "Automatic output enable"] - pub const fn aoe(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "Automatic output enable"] - pub fn set_aoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - #[doc = "Main output enable"] - pub const fn moe(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 - } - #[doc = "Main output enable"] - pub fn set_moe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsidivfr(pub u8); + impl Hsidivfr { + #[doc = "New HSIDIV ratio has not yet propagated to hsi_ck"] + pub const NOTPROPAGATED: Self = Self(0); + #[doc = "HSIDIV ratio has propagated to hsi_ck"] + pub const PROPAGATED: Self = Self(0x01); } - impl Default for Bdtr { - fn default() -> Bdtr { - Bdtr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lserdyr(pub u8); + impl Lserdyr { + #[doc = "LSE oscillator not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "LSE oscillator ready"] + pub const READY: Self = Self(0x01); } - #[doc = "event generation register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct EgrAdv(pub u32); - impl EgrAdv { - #[doc = "Update generation"] - pub const fn ug(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Update generation"] - pub fn set_ug(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Capture/compare 1 generation"] - pub fn ccg(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/compare 1 generation"] - pub fn set_ccg(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Capture/Compare control update generation"] - pub const fn comg(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Capture/Compare control update generation"] - pub fn set_comg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Trigger generation"] - pub const fn tg(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Trigger generation"] - pub fn set_tg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Break generation"] - pub const fn bg(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Break generation"] - pub fn set_bg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb3lpenrMdmalpen(pub u8); + impl C1Ahb3lpenrMdmalpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - impl Default for EgrAdv { - fn default() -> EgrAdv { - EgrAdv(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct RsrCpurstfr(pub u8); + impl RsrCpurstfr { + #[doc = "No reset occoured for block"] + pub const NORESETOCCOURED: Self = Self(0); + #[doc = "Reset occoured for block"] + pub const RESETOCCOURRED: Self = Self(0x01); } - #[doc = "control register 1"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1Gp(pub u32); - impl Cr1Gp { - #[doc = "Counter enable"] - pub const fn cen(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Counter enable"] - pub fn set_cen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Update disable"] - pub const fn udis(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Update disable"] - pub fn set_udis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Update request source"] - pub const fn urs(&self) -> super::vals::Urs { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Urs(val as u8) - } - #[doc = "Update request source"] - pub fn set_urs(&mut self, val: super::vals::Urs) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "One-pulse mode"] - pub const fn opm(&self) -> super::vals::Opm { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Opm(val as u8) - } - #[doc = "One-pulse mode"] - pub fn set_opm(&mut self, val: super::vals::Opm) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "Direction"] - pub const fn dir(&self) -> super::vals::Dir { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Dir(val as u8) - } - #[doc = "Direction"] - pub fn set_dir(&mut self, val: super::vals::Dir) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "Center-aligned mode selection"] - pub const fn cms(&self) -> super::vals::Cms { - let val = (self.0 >> 5usize) & 0x03; - super::vals::Cms(val as u8) - } - #[doc = "Center-aligned mode selection"] - pub fn set_cms(&mut self, val: super::vals::Cms) { - self.0 = (self.0 & !(0x03 << 5usize)) | (((val.0 as u32) & 0x03) << 5usize); - } - #[doc = "Auto-reload preload enable"] - pub const fn arpe(&self) -> super::vals::Arpe { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Arpe(val as u8) - } - #[doc = "Auto-reload preload enable"] - pub fn set_arpe(&mut self, val: super::vals::Arpe) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "Clock division"] - pub const fn ckd(&self) -> super::vals::Ckd { - let val = (self.0 >> 8usize) & 0x03; - super::vals::Ckd(val as u8) - } - #[doc = "Clock division"] - pub fn set_ckd(&mut self, val: super::vals::Ckd) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb4lpenrSyscfglpen(pub u8); + impl C1Apb4lpenrSyscfglpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Cr1Gp { - fn default() -> Cr1Gp { - Cr1Gp(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb2enrDcmien(pub u8); + impl C1Ahb2enrDcmien { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "capture/compare enable register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcerAdv(pub u32); - impl CcerAdv { - #[doc = "Capture/Compare 1 output enable"] - pub fn cce(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 output enable"] - pub fn set_cce(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Capture/Compare 1 complementary output enable"] - pub fn ccne(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 complementary output enable"] - pub fn set_ccne(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccnp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccnp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb1lenrTim2en(pub u8); + impl C1Apb1lenrTim2en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - impl Default for CcerAdv { - fn default() -> CcerAdv { - CcerAdv(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb4enrSyscfgen(pub u8); + impl C1Apb4enrSyscfgen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "slave mode control register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Smcr(pub u32); - impl Smcr { - #[doc = "Slave mode selection"] - pub const fn sms(&self) -> super::vals::Sms { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Sms(val as u8) - } - #[doc = "Slave mode selection"] - pub fn set_sms(&mut self, val: super::vals::Sms) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); - } - #[doc = "Trigger selection"] - pub const fn ts(&self) -> super::vals::Ts { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Ts(val as u8) - } - #[doc = "Trigger selection"] - pub fn set_ts(&mut self, val: super::vals::Ts) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } - #[doc = "Master/Slave mode"] - pub const fn msm(&self) -> super::vals::Msm { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Msm(val as u8) - } - #[doc = "Master/Slave mode"] - pub fn set_msm(&mut self, val: super::vals::Msm) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "External trigger filter"] - pub const fn etf(&self) -> super::vals::Etf { - let val = (self.0 >> 8usize) & 0x0f; - super::vals::Etf(val as u8) - } - #[doc = "External trigger filter"] - pub fn set_etf(&mut self, val: super::vals::Etf) { - self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); - } - #[doc = "External trigger prescaler"] - pub const fn etps(&self) -> super::vals::Etps { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Etps(val as u8) - } - #[doc = "External trigger prescaler"] - pub fn set_etps(&mut self, val: super::vals::Etps) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); - } - #[doc = "External clock enable"] - pub const fn ece(&self) -> super::vals::Ece { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Ece(val as u8) - } - #[doc = "External clock enable"] - pub fn set_ece(&mut self, val: super::vals::Ece) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "External trigger polarity"] - pub const fn etp(&self) -> super::vals::Etp { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Etp(val as u8) - } - #[doc = "External trigger polarity"] - pub fn set_etp(&mut self, val: super::vals::Etp) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsebyp(pub u8); + impl Hsebyp { + #[doc = "HSE crystal oscillator not bypassed"] + pub const NOTBYPASSED: Self = Self(0); + #[doc = "HSE crystal oscillator bypassed with external clock"] + pub const BYPASSED: Self = Self(0x01); } - impl Default for Smcr { - fn default() -> Smcr { - Smcr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb2enrTim1en(pub u8); + impl Apb2enrTim1en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "DMA address for full transfer"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dmar(pub u32); - impl Dmar { - #[doc = "DMA register for burst accesses"] - pub const fn dmab(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "DMA register for burst accesses"] - pub fn set_dmab(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rngsel(pub u8); + impl Rngsel { + #[doc = "HSI48 selected as peripheral clock"] + pub const HSI48: Self = Self(0); + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0x01); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x02); + #[doc = "LSI selected as peripheral clock"] + pub const LSI: Self = Self(0x03); } - impl Default for Dmar { - fn default() -> Dmar { - Dmar(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Gpioarst(pub u8); + impl Gpioarst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } - #[doc = "control register 1"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1Basic(pub u32); - impl Cr1Basic { - #[doc = "Counter enable"] - pub const fn cen(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Counter enable"] - pub fn set_cen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Update disable"] - pub const fn udis(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Update disable"] - pub fn set_udis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Update request source"] - pub const fn urs(&self) -> super::vals::Urs { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Urs(val as u8) - } - #[doc = "Update request source"] - pub fn set_urs(&mut self, val: super::vals::Urs) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "One-pulse mode"] - pub const fn opm(&self) -> super::vals::Opm { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Opm(val as u8) - } - #[doc = "One-pulse mode"] - pub fn set_opm(&mut self, val: super::vals::Opm) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "Auto-reload preload enable"] - pub const fn arpe(&self) -> super::vals::Arpe { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Arpe(val as u8) - } - #[doc = "Auto-reload preload enable"] - pub fn set_arpe(&mut self, val: super::vals::Arpe) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb3enrLtdcen(pub u8); + impl C1Apb3enrLtdcen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Cr1Basic { - fn default() -> Cr1Basic { - Cr1Basic(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsedrv(pub u8); + impl Lsedrv { + #[doc = "Lowest LSE oscillator driving capability"] + pub const LOWEST: Self = Self(0); + #[doc = "Medium low LSE oscillator driving capability"] + pub const MEDIUMLOW: Self = Self(0x01); + #[doc = "Medium high LSE oscillator driving capability"] + pub const MEDIUMHIGH: Self = Self(0x02); + #[doc = "Highest LSE oscillator driving capability"] + pub const HIGHEST: Self = Self(0x03); } - #[doc = "counter"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cnt16(pub u32); - impl Cnt16 { - #[doc = "counter value"] - pub const fn cnt(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "counter value"] - pub fn set_cnt(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsecsson(pub u8); + impl Lsecsson { + #[doc = "Clock security system on 32 kHz oscillator off"] + pub const SECURITYOFF: Self = Self(0); + #[doc = "Clock security system on 32 kHz oscillator on"] + pub const SECURITYON: Self = Self(0x01); } - impl Default for Cnt16 { - fn default() -> Cnt16 { - Cnt16(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb1llpenrTim2lpen(pub u8); + impl C1Apb1llpenrTim2lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "control register 2"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Adv(pub u32); - impl Cr2Adv { - #[doc = "Capture/compare preloaded control"] - pub const fn ccpc(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Capture/compare preloaded control"] - pub fn set_ccpc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Capture/compare control update selection"] - pub const fn ccus(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Capture/compare control update selection"] - pub fn set_ccus(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Capture/compare DMA selection"] - pub const fn ccds(&self) -> super::vals::Ccds { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ccds(val as u8) - } - #[doc = "Capture/compare DMA selection"] - pub fn set_ccds(&mut self, val: super::vals::Ccds) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) - } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } - #[doc = "TI1 selection"] - pub const fn ti1s(&self) -> super::vals::Tis { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Tis(val as u8) - } - #[doc = "TI1 selection"] - pub fn set_ti1s(&mut self, val: super::vals::Tis) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "Output Idle state 1"] - pub fn ois(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 8usize + n * 2usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Output Idle state 1"] - pub fn set_ois(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 8usize + n * 2usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Output Idle state 1"] - pub const fn ois1n(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Output Idle state 1"] - pub fn set_ois1n(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Output Idle state 2"] - pub const fn ois2n(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 - } - #[doc = "Output Idle state 2"] - pub fn set_ois2n(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - #[doc = "Output Idle state 3"] - pub const fn ois3n(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "Output Idle state 3"] - pub fn set_ois3n(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - } - impl Default for Cr2Adv { - fn default() -> Cr2Adv { - Cr2Adv(0) - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ckpersel(pub u8); + impl Ckpersel { + #[doc = "HSI selected as peripheral clock"] + pub const HSI: Self = Self(0); + #[doc = "CSI selected as peripheral clock"] + pub const CSI: Self = Self(0x01); + #[doc = "HSE selected as peripheral clock"] + pub const HSE: Self = Self(0x02); } - #[doc = "DMA/Interrupt enable register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct DierAdv(pub u32); - impl DierAdv { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Update interrupt enable"] - pub fn set_uie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn ccie(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn set_ccie(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "COM interrupt enable"] - pub const fn comie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "COM interrupt enable"] - pub fn set_comie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Trigger interrupt enable"] - pub const fn tie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Trigger interrupt enable"] - pub fn set_tie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Break interrupt enable"] - pub const fn bie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Break interrupt enable"] - pub fn set_bie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Update DMA request enable"] - pub const fn ude(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Update DMA request enable"] - pub fn set_ude(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn ccde(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn set_ccde(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "COM DMA request enable"] - pub const fn comde(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "COM DMA request enable"] - pub fn set_comde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "Trigger DMA request enable"] - pub const fn tde(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "Trigger DMA request enable"] - pub fn set_tde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - } - impl Default for DierAdv { - fn default() -> DierAdv { - DierAdv(0) - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb1lpenrDma1lpen(pub u8); + impl Ahb1lpenrDma1lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + pub const ENABLED: Self = Self(0x01); } - #[doc = "event generation register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct EgrGp(pub u32); - impl EgrGp { - #[doc = "Update generation"] - pub const fn ug(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Update generation"] - pub fn set_ug(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Capture/compare 1 generation"] - pub fn ccg(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/compare 1 generation"] - pub fn set_ccg(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Capture/Compare control update generation"] - pub const fn comg(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Capture/Compare control update generation"] - pub fn set_comg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Trigger generation"] - pub const fn tg(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Trigger generation"] - pub fn set_tg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Break generation"] - pub const fn bg(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Break generation"] - pub fn set_bg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] +<<<<<<< HEAD + pub struct Pl(pub u8); + impl Pl { + #[doc = "Low priority"] + pub const LOW: Self = Self(0); + #[doc = "Medium priority"] + pub const MEDIUM: Self = Self(0x01); + #[doc = "High priority"] + pub const HIGH: Self = Self(0x02); + #[doc = "Very high priority"] + pub const VERYHIGH: Self = Self(0x03); } - impl Default for EgrGp { - fn default() -> EgrGp { - EgrGp(0) - } + } +} +pub mod timer_v1 { + use crate::generic::*; + #[doc = "Basic timer"] + #[derive(Copy, Clone)] + pub struct TimBasic(pub *mut u8); + unsafe impl Send for TimBasic {} + unsafe impl Sync for TimBasic {} + impl TimBasic { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "capture/compare enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcerGp(pub u32); - impl CcerGp { - #[doc = "Capture/Compare 1 output enable"] - pub fn cce(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 output enable"] - pub fn set_cce(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccnp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccnp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } } - impl Default for CcerGp { - fn default() -> CcerGp { - CcerGp(0) - } - } - #[doc = "capture/compare mode register 1 (input mode)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcmrInput(pub u32); - impl CcmrInput { - #[doc = "Capture/Compare 1 selection"] - pub fn ccs(&self, n: usize) -> super::vals::CcmrInputCcs { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; - super::vals::CcmrInputCcs(val as u8) - } - #[doc = "Capture/Compare 1 selection"] - pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrInputCcs) { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - #[doc = "Input capture 1 prescaler"] - pub fn icpsc(&self, n: usize) -> u8 { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; - val as u8 - } - #[doc = "Input capture 1 prescaler"] - pub fn set_icpsc(&mut self, n: usize, val: u8) { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val as u32) & 0x03) << offs); - } - #[doc = "Input capture 1 filter"] - pub fn icf(&self, n: usize) -> super::vals::Icf { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - let val = (self.0 >> offs) & 0x0f; - super::vals::Icf(val as u8) - } - #[doc = "Input capture 1 filter"] - pub fn set_icf(&mut self, n: usize, val: super::vals::Icf) { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); - } - } - impl Default for CcmrInput { - fn default() -> CcmrInput { - CcmrInput(0) - } + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } } #[doc = "status register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrAdv(pub u32); - impl SrAdv { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Update interrupt flag"] - pub fn set_uif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn ccif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn set_ccif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "COM interrupt flag"] - pub const fn comif(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "COM interrupt flag"] - pub fn set_comif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Trigger interrupt flag"] - pub const fn tif(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Trigger interrupt flag"] - pub fn set_tif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Break interrupt flag"] - pub const fn bif(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Break interrupt flag"] - pub fn set_bif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn ccof(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn set_ccof(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } } - impl Default for SrAdv { - fn default() -> SrAdv { - SrAdv(0) - } + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[doc = "capture/compare mode register 2 (output mode)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcmrOutput(pub u32); - impl CcmrOutput { - #[doc = "Capture/Compare 3 selection"] - pub fn ccs(&self, n: usize) -> super::vals::CcmrOutputCcs { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; - super::vals::CcmrOutputCcs(val as u8) - } - #[doc = "Capture/Compare 3 selection"] - pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrOutputCcs) { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - #[doc = "Output compare 3 fast enable"] - pub fn ocfe(&self, n: usize) -> bool { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Output compare 3 fast enable"] - pub fn set_ocfe(&mut self, n: usize, val: bool) { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Output compare 3 preload enable"] - pub fn ocpe(&self, n: usize) -> super::vals::Ocpe { - assert!(n < 2usize); - let offs = 3usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Ocpe(val as u8) - } - #[doc = "Output compare 3 preload enable"] - pub fn set_ocpe(&mut self, n: usize, val: super::vals::Ocpe) { - assert!(n < 2usize); - let offs = 3usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "Output compare 3 mode"] - pub fn ocm(&self, n: usize) -> super::vals::Ocm { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - let val = (self.0 >> offs) & 0x07; - super::vals::Ocm(val as u8) - } - #[doc = "Output compare 3 mode"] - pub fn set_ocm(&mut self, n: usize, val: super::vals::Ocm) { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); - } - #[doc = "Output compare 3 clear enable"] - pub fn occe(&self, n: usize) -> bool { - assert!(n < 2usize); - let offs = 7usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Output compare 3 clear enable"] - pub fn set_occe(&mut self, n: usize, val: bool) { - assert!(n < 2usize); - let offs = 7usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } } - impl Default for CcmrOutput { - fn default() -> CcmrOutput { - CcmrOutput(0) - } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } } #[doc = "auto-reload register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Arr32(pub u32); - impl Arr32 { - #[doc = "Auto-reload value"] - pub const fn arr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "Auto-reload value"] - pub fn set_arr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } } - impl Default for Arr32 { - fn default() -> Arr32 { - Arr32(0) - } + } + #[doc = "Advanced-timers"] + #[derive(Copy, Clone)] + pub struct TimAdv(pub *mut u8); + unsafe impl Send for TimAdv {} + unsafe impl Sync for TimAdv {} + impl TimAdv { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "prescaler"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Psc(pub u32); - impl Psc { - #[doc = "Prescaler value"] - pub const fn psc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "Prescaler value"] - pub fn set_psc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } } - impl Default for Psc { - fn default() -> Psc { - Psc(0) - } - } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct CcmrOutputCcs(pub u8); - impl CcmrOutputCcs { - #[doc = "CCx channel is configured as output"] - pub const OUTPUT: Self = Self(0); + #[doc = "slave mode control register"] + pub fn smcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ts(pub u8); - impl Ts { - #[doc = "Internal Trigger 0 (ITR0)"] - pub const ITR0: Self = Self(0); - #[doc = "Internal Trigger 1 (ITR1)"] - pub const ITR1: Self = Self(0x01); - #[doc = "Internal Trigger 2 (ITR2)"] - pub const ITR2: Self = Self(0x02); - #[doc = "TI1 Edge Detector (TI1F_ED)"] - pub const TI1F_ED: Self = Self(0x04); - #[doc = "Filtered Timer Input 1 (TI1FP1)"] - pub const TI1FP1: Self = Self(0x05); - #[doc = "Filtered Timer Input 2 (TI2FP2)"] - pub const TI2FP2: Self = Self(0x06); - #[doc = "External Trigger input (ETRF)"] - pub const ETRF: Self = Self(0x07); + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cms(pub u8); - impl Cms { - #[doc = "The counter counts up or down depending on the direction bit"] - pub const EDGEALIGNED: Self = Self(0); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting down."] - pub const CENTERALIGNED1: Self = Self(0x01); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting up."] - pub const CENTERALIGNED2: Self = Self(0x02); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set both when the counter is counting up or down."] - pub const CENTERALIGNED3: Self = Self(0x03); + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ece(pub u8); - impl Ece { - #[doc = "External clock mode 2 disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "External clock mode 2 enabled. The counter is clocked by any active edge on the ETRF signal."] - pub const ENABLED: Self = Self(0x01); + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Urs(pub u8); - impl Urs { - #[doc = "Any of counter overflow/underflow, setting UG, or update through slave mode, generates an update interrupt or DMA request"] - pub const ANYEVENT: Self = Self(0); - #[doc = "Only counter overflow/underflow generates an update interrupt or DMA request"] - pub const COUNTERONLY: Self = Self(0x01); + #[doc = "capture/compare mode register 1 (input mode)"] + pub fn ccmr_input(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Opm(pub u8); - impl Opm { - #[doc = "Counter is not stopped at update event"] - pub const DISABLED: Self = Self(0); - #[doc = "Counter stops counting at the next update event (clearing the CEN bit)"] - pub const ENABLED: Self = Self(0x01); + #[doc = "capture/compare mode register 1 (output mode)"] + pub fn ccmr_output(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ocpe(pub u8); - impl Ocpe { - #[doc = "Preload register on CCR2 disabled. New values written to CCR2 are taken into account immediately"] - pub const DISABLED: Self = Self(0); - #[doc = "Preload register on CCR2 enabled. Preload value is loaded into active register on each update event"] - pub const ENABLED: Self = Self(0x01); + #[doc = "capture/compare enable register"] + pub fn ccer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ccds(pub u8); - impl Ccds { - #[doc = "CCx DMA request sent when CCx event occurs"] - pub const ONCOMPARE: Self = Self(0); - #[doc = "CCx DMA request sent when update event occurs"] - pub const ONUPDATE: Self = Self(0x01); + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct CcmrInputCcs(pub u8); - impl CcmrInputCcs { - #[doc = "CCx channel is configured as input, normal mapping: ICx mapped to TIx"] - pub const TI4: Self = Self(0x01); - #[doc = "CCx channel is configured as input, alternate mapping (switches 1 with 2, 3 with 4)"] - pub const TI3: Self = Self(0x02); - #[doc = "CCx channel is configured as input, ICx is mapped on TRC"] - pub const TRC: Self = Self(0x03); + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Arpe(pub u8); - impl Arpe { - #[doc = "TIMx_APRR register is not buffered"] - pub const DISABLED: Self = Self(0); - #[doc = "TIMx_APRR register is buffered"] - pub const ENABLED: Self = Self(0x01); + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mms(pub u8); - impl Mms { - #[doc = "The UG bit from the TIMx_EGR register is used as trigger output"] - pub const RESET: Self = Self(0); - #[doc = "The counter enable signal, CNT_EN, is used as trigger output"] - pub const ENABLE: Self = Self(0x01); - #[doc = "The update event is selected as trigger output"] - pub const UPDATE: Self = Self(0x02); - #[doc = "The trigger output send a positive pulse when the CC1IF flag it to be set, as soon as a capture or a compare match occurred"] - pub const COMPAREPULSE: Self = Self(0x03); - #[doc = "OC1REF signal is used as trigger output"] - pub const COMPAREOC1: Self = Self(0x04); - #[doc = "OC2REF signal is used as trigger output"] - pub const COMPAREOC2: Self = Self(0x05); - #[doc = "OC3REF signal is used as trigger output"] - pub const COMPAREOC3: Self = Self(0x06); - #[doc = "OC4REF signal is used as trigger output"] - pub const COMPAREOC4: Self = Self(0x07); + #[doc = "repetition counter register"] + pub fn rcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Msm(pub u8); - impl Msm { - #[doc = "No action"] - pub const NOSYNC: Self = Self(0); - #[doc = "The effect of an event on the trigger input (TRGI) is delayed to allow a perfect synchronization between the current timer and its slaves (through TRGO). It is useful if we want to synchronize several timers on a single external event."] - pub const SYNC: Self = Self(0x01); + #[doc = "capture/compare register"] + pub fn ccr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etf(pub u8); - impl Etf { - #[doc = "No filter, sampling is done at fDTS"] - pub const NOFILTER: Self = Self(0); - #[doc = "fSAMPLING=fCK_INT, N=2"] - pub const FCK_INT_N2: Self = Self(0x01); - #[doc = "fSAMPLING=fCK_INT, N=4"] - pub const FCK_INT_N4: Self = Self(0x02); - #[doc = "fSAMPLING=fCK_INT, N=8"] - pub const FCK_INT_N8: Self = Self(0x03); - #[doc = "fSAMPLING=fDTS/2, N=6"] - pub const FDTS_DIV2_N6: Self = Self(0x04); - #[doc = "fSAMPLING=fDTS/2, N=8"] - pub const FDTS_DIV2_N8: Self = Self(0x05); - #[doc = "fSAMPLING=fDTS/4, N=6"] - pub const FDTS_DIV4_N6: Self = Self(0x06); - #[doc = "fSAMPLING=fDTS/4, N=8"] - pub const FDTS_DIV4_N8: Self = Self(0x07); - #[doc = "fSAMPLING=fDTS/8, N=6"] - pub const FDTS_DIV8_N6: Self = Self(0x08); - #[doc = "fSAMPLING=fDTS/8, N=8"] - pub const FDTS_DIV8_N8: Self = Self(0x09); - #[doc = "fSAMPLING=fDTS/16, N=5"] - pub const FDTS_DIV16_N5: Self = Self(0x0a); - #[doc = "fSAMPLING=fDTS/16, N=6"] - pub const FDTS_DIV16_N6: Self = Self(0x0b); - #[doc = "fSAMPLING=fDTS/16, N=8"] - pub const FDTS_DIV16_N8: Self = Self(0x0c); - #[doc = "fSAMPLING=fDTS/32, N=5"] - pub const FDTS_DIV32_N5: Self = Self(0x0d); - #[doc = "fSAMPLING=fDTS/32, N=6"] - pub const FDTS_DIV32_N6: Self = Self(0x0e); - #[doc = "fSAMPLING=fDTS/32, N=8"] - pub const FDTS_DIV32_N8: Self = Self(0x0f); + #[doc = "break and dead-time register"] + pub fn bdtr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(68usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Icf(pub u8); - impl Icf { - #[doc = "No filter, sampling is done at fDTS"] - pub const NOFILTER: Self = Self(0); - #[doc = "fSAMPLING=fCK_INT, N=2"] - pub const FCK_INT_N2: Self = Self(0x01); - #[doc = "fSAMPLING=fCK_INT, N=4"] - pub const FCK_INT_N4: Self = Self(0x02); - #[doc = "fSAMPLING=fCK_INT, N=8"] - pub const FCK_INT_N8: Self = Self(0x03); - #[doc = "fSAMPLING=fDTS/2, N=6"] - pub const FDTS_DIV2_N6: Self = Self(0x04); - #[doc = "fSAMPLING=fDTS/2, N=8"] - pub const FDTS_DIV2_N8: Self = Self(0x05); - #[doc = "fSAMPLING=fDTS/4, N=6"] - pub const FDTS_DIV4_N6: Self = Self(0x06); - #[doc = "fSAMPLING=fDTS/4, N=8"] - pub const FDTS_DIV4_N8: Self = Self(0x07); - #[doc = "fSAMPLING=fDTS/8, N=6"] - pub const FDTS_DIV8_N6: Self = Self(0x08); - #[doc = "fSAMPLING=fDTS/8, N=8"] - pub const FDTS_DIV8_N8: Self = Self(0x09); - #[doc = "fSAMPLING=fDTS/16, N=5"] - pub const FDTS_DIV16_N5: Self = Self(0x0a); - #[doc = "fSAMPLING=fDTS/16, N=6"] - pub const FDTS_DIV16_N6: Self = Self(0x0b); - #[doc = "fSAMPLING=fDTS/16, N=8"] - pub const FDTS_DIV16_N8: Self = Self(0x0c); - #[doc = "fSAMPLING=fDTS/32, N=5"] - pub const FDTS_DIV32_N5: Self = Self(0x0d); - #[doc = "fSAMPLING=fDTS/32, N=6"] - pub const FDTS_DIV32_N6: Self = Self(0x0e); - #[doc = "fSAMPLING=fDTS/32, N=8"] - pub const FDTS_DIV32_N8: Self = Self(0x0f); + #[doc = "DMA control register"] + pub fn dcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Counter used as upcounter"] - pub const UP: Self = Self(0); - #[doc = "Counter used as downcounter"] - pub const DOWN: Self = Self(0x01); + #[doc = "DMA address for full transfer"] + pub fn dmar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etps(pub u8); - impl Etps { - #[doc = "Prescaler OFF"] - pub const DIV1: Self = Self(0); - #[doc = "ETRP frequency divided by 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "ETRP frequency divided by 4"] - pub const DIV4: Self = Self(0x02); - #[doc = "ETRP frequency divided by 8"] - pub const DIV8: Self = Self(0x03); + } + #[doc = "General purpose 16-bit timer"] + #[derive(Copy, Clone)] + pub struct TimGp16(pub *mut u8); + unsafe impl Send for TimGp16 {} + unsafe impl Sync for TimGp16 {} + impl TimGp16 { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ossr(pub u8); - impl Ossr { - #[doc = "When inactive, OC/OCN outputs are disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "When inactive, OC/OCN outputs are enabled with their inactive level"] - pub const IDLELEVEL: Self = Self(0x01); + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ocm(pub u8); - impl Ocm { - #[doc = "The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the outputs"] - pub const FROZEN: Self = Self(0); - #[doc = "Set channel to active level on match. OCyREF signal is forced high when the counter matches the capture/compare register"] - pub const ACTIVEONMATCH: Self = Self(0x01); - #[doc = "Set channel to inactive level on match. OCyREF signal is forced low when the counter matches the capture/compare register"] - pub const INACTIVEONMATCH: Self = Self(0x02); - #[doc = "OCyREF toggles when TIMx_CNT=TIMx_CCRy"] - pub const TOGGLE: Self = Self(0x03); - #[doc = "OCyREF is forced low"] - pub const FORCEINACTIVE: Self = Self(0x04); - #[doc = "OCyREF is forced high"] - pub const FORCEACTIVE: Self = Self(0x05); - #[doc = "In upcounting, channel is active as long as TIMx_CNTTIMx_CCRy else active"] - pub const PWMMODE1: Self = Self(0x06); - #[doc = "Inversely to PwmMode1"] - pub const PWMMODE2: Self = Self(0x07); + #[doc = "slave mode control register"] + pub fn smcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tis(pub u8); - impl Tis { - #[doc = "The TIMx_CH1 pin is connected to TI1 input"] - pub const NORMAL: Self = Self(0); - #[doc = "The TIMx_CH1, CH2, CH3 pins are connected to TI1 input"] - pub const XOR: Self = Self(0x01); + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etp(pub u8); - impl Etp { - #[doc = "ETR is noninverted, active at high level or rising edge"] - pub const NOTINVERTED: Self = Self(0); - #[doc = "ETR is inverted, active at low level or falling edge"] - pub const INVERTED: Self = Self(0x01); + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ckd(pub u8); - impl Ckd { - #[doc = "t_DTS = t_CK_INT"] - pub const DIV1: Self = Self(0); - #[doc = "t_DTS = 2 × t_CK_INT"] - pub const DIV2: Self = Self(0x01); - #[doc = "t_DTS = 4 × t_CK_INT"] - pub const DIV4: Self = Self(0x02); + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sms(pub u8); - impl Sms { - #[doc = "Slave mode disabled - if CEN = ‘1 then the prescaler is clocked directly by the internal clock."] - pub const DISABLED: Self = Self(0); - #[doc = "Encoder mode 1 - Counter counts up/down on TI2FP1 edge depending on TI1FP2 level."] - pub const ENCODER_MODE_1: Self = Self(0x01); - #[doc = "Encoder mode 2 - Counter counts up/down on TI1FP2 edge depending on TI2FP1 level."] - pub const ENCODER_MODE_2: Self = Self(0x02); - #[doc = "Encoder mode 3 - Counter counts up/down on both TI1FP1 and TI2FP2 edges depending on the level of the other input."] - pub const ENCODER_MODE_3: Self = Self(0x03); - #[doc = "Reset Mode - Rising edge of the selected trigger input (TRGI) reinitializes the counter and generates an update of the registers."] - pub const RESET_MODE: Self = Self(0x04); - #[doc = "Gated Mode - The counter clock is enabled when the trigger input (TRGI) is high. The counter stops (but is not reset) as soon as the trigger becomes low. Both start and stop of the counter are controlled."] - pub const GATED_MODE: Self = Self(0x05); - #[doc = "Trigger Mode - The counter starts at a rising edge of the trigger TRGI (but it is not reset). Only the start of the counter is controlled."] - pub const TRIGGER_MODE: Self = Self(0x06); - #[doc = "External Clock Mode 1 - Rising edges of the selected trigger (TRGI) clock the counter."] - pub const EXT_CLOCK_MODE: Self = Self(0x07); + #[doc = "capture/compare mode register 1 (input mode)"] + pub fn ccmr_input(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ossi(pub u8); - impl Ossi { - #[doc = "When inactive, OC/OCN outputs are disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "When inactive, OC/OCN outputs are forced to idle level"] - pub const IDLELEVEL: Self = Self(0x01); + #[doc = "capture/compare mode register 1 (output mode)"] + pub fn ccmr_output(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare enable register"] + pub fn ccer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "capture/compare register"] + pub fn ccr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + } + #[doc = "DMA control register"] + pub fn dcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "DMA address for full transfer"] + pub fn dmar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } } } -} -pub mod exti_v1 { - use crate::generic::*; - #[doc = "External interrupt/event controller"] + #[doc = "General purpose 32-bit timer"] #[derive(Copy, Clone)] - pub struct Exti(pub *mut u8); - unsafe impl Send for Exti {} - unsafe impl Sync for Exti {} - impl Exti { - #[doc = "Interrupt mask register (EXTI_IMR)"] - pub fn imr(self) -> Reg { + pub struct TimGp32(pub *mut u8); + unsafe impl Send for TimGp32 {} + unsafe impl Sync for TimGp32 {} + impl TimGp32 { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "Event mask register (EXTI_EMR)"] - pub fn emr(self) -> Reg { + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "Rising Trigger selection register (EXTI_RTSR)"] - pub fn rtsr(self) -> Reg { + #[doc = "slave mode control register"] + pub fn smcr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "Falling Trigger selection register (EXTI_FTSR)"] - pub fn ftsr(self) -> Reg { + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[doc = "Software interrupt event register (EXTI_SWIER)"] - pub fn swier(self) -> Reg { + #[doc = "status register"] + pub fn sr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[doc = "Pending register (EXTI_PR)"] - pub fn pr(self) -> Reg { + #[doc = "event generation register"] + pub fn egr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(20usize)) } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mr(pub u8); - impl Mr { - #[doc = "Interrupt request line is masked"] - pub const MASKED: Self = Self(0); - #[doc = "Interrupt request line is unmasked"] - pub const UNMASKED: Self = Self(0x01); + #[doc = "capture/compare mode register 1 (input mode)"] + pub fn ccmr_input(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Prw(pub u8); - impl Prw { - #[doc = "Clears pending bit"] - pub const CLEAR: Self = Self(0x01); + #[doc = "capture/compare mode register 1 (output mode)"] + pub fn ccmr_output(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tr(pub u8); - impl Tr { - #[doc = "Falling edge trigger is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Falling edge trigger is enabled"] - pub const ENABLED: Self = Self(0x01); + #[doc = "capture/compare enable register"] + pub fn ccer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Prr(pub u8); - impl Prr { - #[doc = "No trigger request occurred"] - pub const NOTPENDING: Self = Self(0); - #[doc = "Selected trigger request occurred"] - pub const PENDING: Self = Self(0x01); + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Swierw(pub u8); - impl Swierw { - #[doc = "Generates an interrupt request"] - pub const PEND: Self = Self(0x01); + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } } - } - pub mod regs { - use crate::generic::*; - #[doc = "Falling Trigger selection register (EXTI_FTSR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ftsr(pub u32); - impl Ftsr { - #[doc = "Falling trigger event configuration of line 0"] - pub fn tr(&self, n: usize) -> super::vals::Tr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Tr(val as u8) - } - #[doc = "Falling trigger event configuration of line 0"] - pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } } - impl Default for Ftsr { - fn default() -> Ftsr { - Ftsr(0) - } + #[doc = "capture/compare register"] + pub fn ccr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } } - #[doc = "Rising Trigger selection register (EXTI_RTSR)"] + #[doc = "DMA control register"] + pub fn dcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "DMA address for full transfer"] + pub fn dmar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "DMA/Interrupt enable register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rtsr(pub u32); - impl Rtsr { - #[doc = "Rising trigger event configuration of line 0"] - pub fn tr(&self, n: usize) -> super::vals::Tr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; + pub struct DierGp(pub u32); + impl DierGp { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt enable"] + pub fn set_uie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn ccie(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; let val = (self.0 >> offs) & 0x01; - super::vals::Tr(val as u8) + val != 0 } - #[doc = "Rising trigger event configuration of line 0"] - pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn set_ccie(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - } - impl Default for Rtsr { - fn default() -> Rtsr { - Rtsr(0) + #[doc = "Trigger interrupt enable"] + pub const fn tie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - } - #[doc = "Software interrupt event register (EXTI_SWIER)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Swier(pub u32); - impl Swier { - #[doc = "Software Interrupt on line 0"] - pub fn swier(&self, n: usize) -> bool { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; + #[doc = "Trigger interrupt enable"] + pub fn set_tie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Update DMA request enable"] + pub const fn ude(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Update DMA request enable"] + pub fn set_ude(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn ccde(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Software Interrupt on line 0"] - pub fn set_swier(&mut self, n: usize, val: bool) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn set_ccde(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } + #[doc = "Trigger DMA request enable"] + pub const fn tde(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Trigger DMA request enable"] + pub fn set_tde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } } - impl Default for Swier { - fn default() -> Swier { - Swier(0) + impl Default for DierGp { + fn default() -> DierGp { + DierGp(0) } } - #[doc = "Event mask register (EXTI_EMR)"] + #[doc = "control register 2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Emr(pub u32); - impl Emr { - #[doc = "Event Mask on line 0"] - pub fn mr(&self, n: usize) -> super::vals::Mr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Mr(val as u8) + pub struct Cr2Gp(pub u32); + impl Cr2Gp { + #[doc = "Capture/compare DMA selection"] + pub const fn ccds(&self) -> super::vals::Ccds { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ccds(val as u8) } - #[doc = "Event Mask on line 0"] - pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Capture/compare DMA selection"] + pub fn set_ccds(&mut self, val: super::vals::Ccds) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) + } + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "TI1 selection"] + pub const fn ti1s(&self) -> super::vals::Tis { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Tis(val as u8) + } + #[doc = "TI1 selection"] + pub fn set_ti1s(&mut self, val: super::vals::Tis) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } } - impl Default for Emr { - fn default() -> Emr { - Emr(0) + impl Default for Cr2Gp { + fn default() -> Cr2Gp { + Cr2Gp(0) } } - #[doc = "Interrupt mask register (EXTI_IMR)"] + #[doc = "status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Imr(pub u32); - impl Imr { - #[doc = "Interrupt Mask on line 0"] - pub fn mr(&self, n: usize) -> super::vals::Mr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Mr(val as u8) + pub struct SrBasic(pub u32); + impl SrBasic { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Interrupt Mask on line 0"] - pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Update interrupt flag"] + pub fn set_uif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } } - impl Default for Imr { - fn default() -> Imr { - Imr(0) + impl Default for SrBasic { + fn default() -> SrBasic { + SrBasic(0) } } - #[doc = "Pending register (EXTI_PR)"] + #[doc = "event generation register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pr(pub u32); - impl Pr { - #[doc = "Pending bit 0"] - pub fn pr(&self, n: usize) -> bool { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + pub struct EgrBasic(pub u32); + impl EgrBasic { + #[doc = "Update generation"] + pub const fn ug(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Pending bit 0"] - pub fn set_pr(&mut self, n: usize, val: bool) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Update generation"] + pub fn set_ug(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } } - impl Default for Pr { - fn default() -> Pr { - Pr(0) + impl Default for EgrBasic { + fn default() -> EgrBasic { + EgrBasic(0) } } - } -} -pub mod spi_v2 { - use crate::generic::*; - #[doc = "Serial peripheral interface"] - #[derive(Copy, Clone)] - pub struct Spi(pub *mut u8); - unsafe impl Send for Spi {} - unsafe impl Sync for Spi {} - impl Spi { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "CRC polynomial register"] - pub fn crcpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "RX CRC register"] - pub fn rxcrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "TX CRC register"] - pub fn txcrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "RX CRC register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rxcrcr(pub u32); - impl Rxcrcr { - #[doc = "Rx CRC register"] - pub const fn rx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Cr2Basic(pub u32); + impl Cr2Basic { + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) } - #[doc = "Rx CRC register"] - pub fn set_rx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); } } - impl Default for Rxcrcr { - fn default() -> Rxcrcr { - Rxcrcr(0) + impl Default for Cr2Basic { + fn default() -> Cr2Basic { + Cr2Basic(0) } } - #[doc = "TX CRC register"] + #[doc = "DMA/Interrupt enable register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Txcrcr(pub u32); - impl Txcrcr { - #[doc = "Tx CRC register"] - pub const fn tx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct DierBasic(pub u32); + impl DierBasic { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Tx CRC register"] - pub fn set_tx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Update interrupt enable"] + pub fn set_uie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } + #[doc = "Update DMA request enable"] + pub const fn ude(&self) -> bool { +======= + pub struct Lsecssdr(pub u8); + impl Lsecssdr { + #[doc = "No failure detected on 32 kHz oscillator"] + pub const NOFAILURE: Self = Self(0); + #[doc = "Failure detected on 32 kHz oscillator"] + pub const FAILURE: Self = Self(0x01); } - impl Default for Txcrcr { - fn default() -> Txcrcr { - Txcrcr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Syscfgrst(pub u8); + impl Syscfgrst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } - #[doc = "data register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dr(pub u32); - impl Dr { - #[doc = "Data register"] - pub const fn dr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "Data register"] - pub fn set_dr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pll1fracen(pub u8); + impl Pll1fracen { + #[doc = "Reset latch to tranfer FRACN to the Sigma-Delta modulator"] + pub const RESET: Self = Self(0); + #[doc = "Set latch to tranfer FRACN to the Sigma-Delta modulator"] + pub const SET: Self = Self(0x01); } - impl Default for Dr { - fn default() -> Dr { - Dr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mco2(pub u8); + impl Mco2 { + #[doc = "System clock selected for micro-controller clock output"] + pub const SYSCLK: Self = Self(0); + #[doc = "pll2_p selected for micro-controller clock output"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "HSE selected for micro-controller clock output"] + pub const HSE: Self = Self(0x02); + #[doc = "pll1_p selected for micro-controller clock output"] + pub const PLL1_P: Self = Self(0x03); + #[doc = "CSI selected for micro-controller clock output"] + pub const CSI: Self = Self(0x04); + #[doc = "LSI selected for micro-controller clock output"] + pub const LSI: Self = Self(0x05); } - #[doc = "status register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Receive buffer not empty"] - pub const fn rxne(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Receive buffer not empty"] - pub fn set_rxne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Transmit buffer empty"] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Transmit buffer empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "CRC error flag"] - pub const fn crcerr(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "CRC error flag"] - pub fn set_crcerr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Mode fault"] - pub const fn modf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Mode fault"] - pub fn set_modf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Overrun flag"] - pub const fn ovr(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Overrun flag"] - pub fn set_ovr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Busy flag"] - pub const fn bsy(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Busy flag"] - pub fn set_bsy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Frame format error"] - pub const fn fre(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Frame format error"] - pub fn set_fre(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "FIFO reception level"] - pub const fn frlvl(&self) -> u8 { - let val = (self.0 >> 9usize) & 0x03; - val as u8 - } - #[doc = "FIFO reception level"] - pub fn set_frlvl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 9usize)) | (((val as u32) & 0x03) << 9usize); - } - #[doc = "FIFO Transmission Level"] - pub const fn ftlvl(&self) -> u8 { - let val = (self.0 >> 11usize) & 0x03; - val as u8 - } - #[doc = "FIFO Transmission Level"] - pub fn set_ftlvl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val as u32) & 0x03) << 11usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct D3ppre(pub u8); + impl D3ppre { + #[doc = "rcc_hclk not divided"] + pub const DIV1: Self = Self(0); + #[doc = "rcc_hclk divided by 2"] + pub const DIV2: Self = Self(0x04); + #[doc = "rcc_hclk divided by 4"] + pub const DIV4: Self = Self(0x05); + #[doc = "rcc_hclk divided by 8"] + pub const DIV8: Self = Self(0x06); + #[doc = "rcc_hclk divided by 16"] + pub const DIV16: Self = Self(0x07); } - impl Default for Sr { - fn default() -> Sr { - Sr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb1hlpenrCrslpen(pub u8); + impl Apb1hlpenrCrslpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "control register 2"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Rx buffer DMA enable"] - pub const fn rxdmaen(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Rx buffer DMA enable"] - pub fn set_rxdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Tx buffer DMA enable"] - pub const fn txdmaen(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Tx buffer DMA enable"] - pub fn set_txdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "SS output enable"] - pub const fn ssoe(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "SS output enable"] - pub fn set_ssoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "NSS pulse management"] - pub const fn nssp(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "NSS pulse management"] - pub fn set_nssp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Frame format"] - pub const fn frf(&self) -> super::vals::Frf { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Frf(val as u8) - } - #[doc = "Frame format"] - pub fn set_frf(&mut self, val: super::vals::Frf) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "Error interrupt enable"] - pub const fn errie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Error interrupt enable"] - pub fn set_errie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "RX buffer not empty interrupt enable"] - pub const fn rxneie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "RX buffer not empty interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Tx buffer empty interrupt enable"] - pub const fn txeie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Tx buffer empty interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Data size"] - pub const fn ds(&self) -> super::vals::Ds { - let val = (self.0 >> 8usize) & 0x0f; - super::vals::Ds(val as u8) - } - #[doc = "Data size"] - pub fn set_ds(&mut self, val: super::vals::Ds) { - self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); - } - #[doc = "FIFO reception threshold"] - pub const fn frxth(&self) -> super::vals::Frxth { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Frxth(val as u8) - } - #[doc = "FIFO reception threshold"] - pub fn set_frxth(&mut self, val: super::vals::Frxth) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "Last DMA transfer for reception"] - pub const fn ldma_rx(&self) -> super::vals::LdmaRx { - let val = (self.0 >> 13usize) & 0x01; - super::vals::LdmaRx(val as u8) - } - #[doc = "Last DMA transfer for reception"] - pub fn set_ldma_rx(&mut self, val: super::vals::LdmaRx) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "Last DMA transfer for transmission"] - pub const fn ldma_tx(&self) -> super::vals::LdmaTx { - let val = (self.0 >> 14usize) & 0x01; - super::vals::LdmaTx(val as u8) - } - #[doc = "Last DMA transfer for transmission"] - pub fn set_ldma_tx(&mut self, val: super::vals::LdmaTx) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Fmcsel(pub u8); + impl Fmcsel { + #[doc = "rcc_hclk3 selected as peripheral clock"] + pub const RCC_HCLK3: Self = Self(0); + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0x01); + #[doc = "pll2_r selected as peripheral clock"] + pub const PLL2_R: Self = Self(0x02); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x03); } - #[doc = "CRC polynomial register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crcpr(pub u32); - impl Crcpr { - #[doc = "CRC polynomial register"] - pub const fn crcpoly(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "CRC polynomial register"] - pub fn set_crcpoly(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Usart16sel(pub u8); + impl Usart16sel { + #[doc = "rcc_pclk2 selected as peripheral clock"] + pub const RCC_PCLK2: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x05); } - impl Default for Crcpr { - fn default() -> Crcpr { - Crcpr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Tim2rst(pub u8); + impl Tim2rst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } - #[doc = "control register 1"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Cpha(val as u8) - } - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Cpol(val as u8) - } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "Master selection"] - pub const fn mstr(&self) -> super::vals::Mstr { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Mstr(val as u8) - } - #[doc = "Master selection"] - pub fn set_mstr(&mut self, val: super::vals::Mstr) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "Baud rate control"] - pub const fn br(&self) -> super::vals::Br { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Br(val as u8) - } - #[doc = "Baud rate control"] - pub fn set_br(&mut self, val: super::vals::Br) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); - } - #[doc = "SPI enable"] - pub const fn spe(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "SPI enable"] - pub fn set_spe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Frame format"] - pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Lsbfirst(val as u8) - } - #[doc = "Frame format"] - pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "Internal slave select"] - pub const fn ssi(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Internal slave select"] - pub fn set_ssi(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Software slave management"] - pub const fn ssm(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Software slave management"] - pub fn set_ssm(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Receive only"] - pub const fn rxonly(&self) -> super::vals::Rxonly { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Rxonly(val as u8) - } - #[doc = "Receive only"] - pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "CRC length"] - pub const fn crcl(&self) -> super::vals::Crcl { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Crcl(val as u8) - } - #[doc = "CRC length"] - pub fn set_crcl(&mut self, val: super::vals::Crcl) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "CRC transfer next"] - pub const fn crcnext(&self) -> super::vals::Crcnext { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Crcnext(val as u8) - } - #[doc = "CRC transfer next"] - pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "Hardware CRC calculation enable"] - pub const fn crcen(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "Hardware CRC calculation enable"] - pub fn set_crcen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "Output enable in bidirectional mode"] - pub const fn bidioe(&self) -> super::vals::Bidioe { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Bidioe(val as u8) - } - #[doc = "Output enable in bidirectional mode"] - pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "Bidirectional data mode enable"] - pub const fn bidimode(&self) -> super::vals::Bidimode { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Bidimode(val as u8) - } - #[doc = "Bidirectional data mode enable"] - pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb2lpenrDcmilpen(pub u8); + impl Ahb2lpenrDcmilpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptim1sel(pub u8); + impl Lptim1sel { + #[doc = "rcc_pclk1 selected as peripheral clock"] + pub const RCC_PCLK1: Self = Self(0); + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x02); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x03); + #[doc = "LSI selected as peripheral clock"] + pub const LSI: Self = Self(0x04); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x05); } - } - pub mod vals { - use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Br(pub u8); - impl Br { - #[doc = "f_PCLK / 2"] - pub const DIV2: Self = Self(0); - #[doc = "f_PCLK / 4"] - pub const DIV4: Self = Self(0x01); - #[doc = "f_PCLK / 8"] - pub const DIV8: Self = Self(0x02); - #[doc = "f_PCLK / 16"] - pub const DIV16: Self = Self(0x03); - #[doc = "f_PCLK / 32"] - pub const DIV32: Self = Self(0x04); - #[doc = "f_PCLK / 64"] - pub const DIV64: Self = Self(0x05); - #[doc = "f_PCLK / 128"] - pub const DIV128: Self = Self(0x06); - #[doc = "f_PCLK / 256"] - pub const DIV256: Self = Self(0x07); + pub struct Lptim2sel(pub u8); + impl Lptim2sel { + #[doc = "rcc_pclk4 selected as peripheral clock"] + pub const RCC_PCLK4: Self = Self(0); + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x02); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x03); + #[doc = "LSI selected as peripheral clock"] + pub const LSI: Self = Self(0x04); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x05); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct LdmaRx(pub u8); - impl LdmaRx { - #[doc = "Number of data to transfer for receive is even"] - pub const EVEN: Self = Self(0); - #[doc = "Number of data to transfer for receive is odd"] - pub const ODD: Self = Self(0x01); + pub struct Lsirdyie(pub u8); + impl Lsirdyie { + #[doc = "Interrupt disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Interrupt enabled"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "CK to 0 when idle"] - pub const IDLELOW: Self = Self(0); - #[doc = "CK to 1 when idle"] - pub const IDLEHIGH: Self = Self(0x01); + pub struct C1Apb1hlpenrCrslpen(pub u8); + impl C1Apb1hlpenrCrslpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ftlvlr(pub u8); - impl Ftlvlr { - #[doc = "Tx FIFO Empty"] - pub const EMPTY: Self = Self(0); - #[doc = "Tx 1/4 FIFO"] - pub const QUARTER: Self = Self(0x01); - #[doc = "Tx 1/2 FIFO"] - pub const HALF: Self = Self(0x02); - #[doc = "Tx FIFO full"] - pub const FULL: Self = Self(0x03); + pub struct C1Ahb1lpenrDma1lpen(pub u8); + impl C1Ahb1lpenrDma1lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidioe(pub u8); - impl Bidioe { - #[doc = "Output disabled (receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0); - #[doc = "Output enabled (transmit-only mode)"] - pub const OUTPUTENABLED: Self = Self(0x01); + pub struct Apb2lpenrTim1lpen(pub u8); + impl Apb2lpenrTim1lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidimode(pub u8); - impl Bidimode { - #[doc = "2-line unidirectional data mode selected"] - pub const UNIDIRECTIONAL: Self = Self(0); - #[doc = "1-line bidirectional data mode selected"] - pub const BIDIRECTIONAL: Self = Self(0x01); + pub struct Spi6sel(pub u8); + impl Spi6sel { + #[doc = "rcc_pclk4 selected as peripheral clock"] + pub const RCC_PCLK4: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "HSE selected as peripheral clock"] + pub const HSE: Self = Self(0x05); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct LdmaTx(pub u8); - impl LdmaTx { - #[doc = "Number of data to transfer for transmit is even"] - pub const EVEN: Self = Self(0); - #[doc = "Number of data to transfer for transmit is odd"] - pub const ODD: Self = Self(0x01); + pub struct Bdmaamen(pub u8); + impl Bdmaamen { + #[doc = "Clock disabled in autonomous mode"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled in autonomous mode"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRSTEDGE: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECONDEDGE: Self = Self(0x01); + pub struct Lseon(pub u8); + impl Lseon { + #[doc = "LSE oscillator Off"] + pub const OFF: Self = Self(0); + #[doc = "LSE oscillator On"] + pub const ON: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frxth(pub u8); - impl Frxth { - #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/2 (16-bit)"] - pub const HALF: Self = Self(0); - #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/4 (8-bit)"] - pub const QUARTER: Self = Self(0x01); + pub struct Apb1lenrTim2en(pub u8); + impl Apb1lenrTim2en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frer(pub u8); - impl Frer { - #[doc = "No frame format error"] - pub const NOERROR: Self = Self(0); - #[doc = "A frame format error occurred"] - pub const ERROR: Self = Self(0x01); + pub struct Lsebyp(pub u8); + impl Lsebyp { + #[doc = "LSE crystal oscillator not bypassed"] + pub const NOTBYPASSED: Self = Self(0); + #[doc = "LSE crystal oscillator bypassed with external clock"] + pub const BYPASSED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ds(pub u8); - impl Ds { - #[doc = "4-bit"] - pub const FOURBIT: Self = Self(0x03); - #[doc = "5-bit"] - pub const FIVEBIT: Self = Self(0x04); - #[doc = "6-bit"] - pub const SIXBIT: Self = Self(0x05); - #[doc = "7-bit"] - pub const SEVENBIT: Self = Self(0x06); - #[doc = "8-bit"] - pub const EIGHTBIT: Self = Self(0x07); - #[doc = "9-bit"] - pub const NINEBIT: Self = Self(0x08); - #[doc = "10-bit"] - pub const TENBIT: Self = Self(0x09); - #[doc = "11-bit"] - pub const ELEVENBIT: Self = Self(0x0a); - #[doc = "12-bit"] - pub const TWELVEBIT: Self = Self(0x0b); - #[doc = "13-bit"] - pub const THIRTEENBIT: Self = Self(0x0c); - #[doc = "14-bit"] - pub const FOURTEENBIT: Self = Self(0x0d); - #[doc = "15-bit"] - pub const FIFTEENBIT: Self = Self(0x0e); - #[doc = "16-bit"] - pub const SIXTEENBIT: Self = Self(0x0f); + pub struct Sdmmcsel(pub u8); + impl Sdmmcsel { + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0); + #[doc = "pll2_r selected as peripheral clock"] + pub const PLL2_R: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frf(pub u8); - impl Frf { - #[doc = "SPI Motorola mode"] - pub const MOTOROLA: Self = Self(0); - #[doc = "SPI TI mode"] - pub const TI: Self = Self(0x01); + pub struct C1RsrRmvf(pub u8); + impl C1RsrRmvf { + #[doc = "Not clearing the the reset flags"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Clear the reset flags"] + pub const CLEAR: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsbfirst(pub u8); - impl Lsbfirst { - #[doc = "Data is transmitted/received with the MSB first"] - pub const MSBFIRST: Self = Self(0); - #[doc = "Data is transmitted/received with the LSB first"] - pub const LSBFIRST: Self = Self(0x01); + pub struct Pllsrc(pub u8); + impl Pllsrc { + #[doc = "HSI selected as PLL clock"] + pub const HSI: Self = Self(0); + #[doc = "CSI selected as PLL clock"] + pub const CSI: Self = Self(0x01); + #[doc = "HSE selected as PLL clock"] + pub const HSE: Self = Self(0x02); + #[doc = "No clock sent to DIVMx dividers and PLLs"] + pub const NONE: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcl(pub u8); - impl Crcl { - #[doc = "8-bit CRC length"] - pub const EIGHTBIT: Self = Self(0); - #[doc = "16-bit CRC length"] - pub const SIXTEENBIT: Self = Self(0x01); + pub struct Dfsdm1sel(pub u8); + impl Dfsdm1sel { + #[doc = "rcc_pclk2 selected as peripheral clock"] + pub const RCC_PCLK2: Self = Self(0); + #[doc = "System clock selected as peripheral clock"] + pub const SYS: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcnext(pub u8); - impl Crcnext { - #[doc = "Next transmit value is from Tx buffer"] - pub const TXBUFFER: Self = Self(0); - #[doc = "Next transmit value is from Tx CRC register"] - pub const CRC: Self = Self(0x01); + pub struct C1Ahb4enrGpioaen(pub u8); + impl C1Ahb4enrGpioaen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frlvlr(pub u8); - impl Frlvlr { - #[doc = "Rx FIFO Empty"] - pub const EMPTY: Self = Self(0); - #[doc = "Rx 1/4 FIFO"] - pub const QUARTER: Self = Self(0x01); - #[doc = "Rx 1/2 FIFO"] - pub const HALF: Self = Self(0x02); - #[doc = "Rx FIFO full"] - pub const FULL: Self = Self(0x03); + pub struct Crsrst(pub u8); + impl Crsrst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxonly(pub u8); - impl Rxonly { - #[doc = "Full duplex (Transmit and receive)"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Output disabled (Receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0x01); + pub struct Camitfrst(pub u8); + impl Camitfrst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mstr(pub u8); - impl Mstr { - #[doc = "Slave configuration"] - pub const SLAVE: Self = Self(0); - #[doc = "Master configuration"] - pub const MASTER: Self = Self(0x01); + pub struct Apb4lpenrSyscfglpen(pub u8); + impl Apb4lpenrSyscfglpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - } -} -pub mod spi_v1 { - use crate::generic::*; - #[doc = "Serial peripheral interface"] - #[derive(Copy, Clone)] - pub struct Spi(pub *mut u8); - unsafe impl Send for Spi {} - unsafe impl Sync for Spi {} - impl Spi { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsirdyr(pub u8); + impl Lsirdyr { + #[doc = "LSI oscillator not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "LSI oscillator ready"] + pub const READY: Self = Self(0x01); } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dma1rst(pub u8); + impl Dma1rst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Swpsel(pub u8); + impl Swpsel { + #[doc = "pclk selected as peripheral clock"] + pub const PCLK: Self = Self(0); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x01); } - #[doc = "data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1RsrCpurstfr(pub u8); + impl C1RsrCpurstfr { + #[doc = "No reset occoured for block"] + pub const NORESETOCCOURED: Self = Self(0); + #[doc = "Reset occoured for block"] + pub const RESETOCCOURRED: Self = Self(0x01); } - #[doc = "CRC polynomial register"] - pub fn crcpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct I2c123sel(pub u8); + impl I2c123sel { + #[doc = "rcc_pclk1 selected as peripheral clock"] + pub const RCC_PCLK1: Self = Self(0); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x01); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x02); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x03); } - #[doc = "RX CRC register"] - pub fn rxcrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb3enrMdmaen(pub u8); + impl Ahb3enrMdmaen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "TX CRC register"] - pub fn txcrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Usbsel(pub u8); + impl Usbsel { + #[doc = "Disable the kernel clock"] + pub const DISABLE: Self = Self(0); + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "HSI48 selected as peripheral clock"] + pub const HSI48: Self = Self(0x03); } - } - pub mod regs { - use crate::generic::*; - #[doc = "status register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Receive buffer not empty"] - pub const fn rxne(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Receive buffer not empty"] - pub fn set_rxne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Transmit buffer empty"] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Transmit buffer empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "CRC error flag"] - pub const fn crcerr(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "CRC error flag"] - pub fn set_crcerr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Mode fault"] - pub const fn modf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Mode fault"] - pub fn set_modf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Overrun flag"] - pub const fn ovr(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Overrun flag"] - pub fn set_ovr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Busy flag"] - pub const fn bsy(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Busy flag"] - pub fn set_bsy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "TI frame format error"] - pub const fn fre(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "TI frame format error"] - pub fn set_fre(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb2enrDcmien(pub u8); + impl Ahb2enrDcmien { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Sr { - fn default() -> Sr { - Sr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Divp1en(pub u8); + impl Divp1en { + #[doc = "Clock ouput is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock output is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Spdifsel(pub u8); + impl Spdifsel { + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0); + #[doc = "pll2_r selected as peripheral clock"] + pub const PLL2_R: Self = Self(0x01); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb3lpenrLtdclpen(pub u8); + impl C1Apb3lpenrLtdclpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sw(pub u8); + impl Sw { + #[doc = "HSI selected as system clock"] + pub const HSI: Self = Self(0); + #[doc = "CSI selected as system clock"] + pub const CSI: Self = Self(0x01); + #[doc = "HSE selected as system clock"] + pub const HSE: Self = Self(0x02); + #[doc = "PLL1 selected as system clock"] + pub const PLL1: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct I2c4sel(pub u8); + impl I2c4sel { + #[doc = "rcc_pclk4 selected as peripheral clock"] + pub const RCC_PCLK4: Self = Self(0); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x01); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x02); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pll1rge(pub u8); + impl Pll1rge { + #[doc = "Frequency is between 1 and 2 MHz"] + pub const RANGE1: Self = Self(0); + #[doc = "Frequency is between 2 and 4 MHz"] + pub const RANGE2: Self = Self(0x01); + #[doc = "Frequency is between 4 and 8 MHz"] + pub const RANGE4: Self = Self(0x02); + #[doc = "Frequency is between 8 and 16 MHz"] + pub const RANGE8: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb1henrCrsen(pub u8); + impl C1Apb1henrCrsen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Stopwuck(pub u8); + impl Stopwuck { + #[doc = "HSI selected as wake up clock from system Stop"] + pub const HSI: Self = Self(0); + #[doc = "CSI selected as wake up clock from system Stop"] + pub const CSI: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mco1(pub u8); + impl Mco1 { + #[doc = "HSI selected for micro-controller clock output"] + pub const HSI: Self = Self(0); + #[doc = "LSE selected for micro-controller clock output"] + pub const LSE: Self = Self(0x01); + #[doc = "HSE selected for micro-controller clock output"] + pub const HSE: Self = Self(0x02); + #[doc = "pll1_q selected for micro-controller clock output"] + pub const PLL1_Q: Self = Self(0x03); + #[doc = "HSI48 selected for micro-controller clock output"] + pub const HSI48: Self = Self(0x04); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsion(pub u8); + impl Lsion { + #[doc = "LSI oscillator Off"] + pub const OFF: Self = Self(0); + #[doc = "LSI oscillator On"] + pub const ON: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Tim1rst(pub u8); + impl Tim1rst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb1enrDma1en(pub u8); + impl C1Ahb1enrDma1en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsirdyc(pub u8); + impl Lsirdyc { + #[doc = "Clear interrupt flag"] + pub const CLEAR: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcsel(pub u8); + impl Rtcsel { + #[doc = "No clock"] + pub const NOCLOCK: Self = Self(0); + #[doc = "LSE oscillator clock used as RTC clock"] + pub const LSE: Self = Self(0x01); + #[doc = "LSI oscillator clock used as RTC clock"] + pub const LSI: Self = Self(0x02); + #[doc = "HSE oscillator clock divided by a prescaler used as RTC clock"] + pub const HSE: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb3enrLtdcen(pub u8); + impl Apb3enrLtdcen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Usart234578sel(pub u8); + impl Usart234578sel { + #[doc = "rcc_pclk1 selected as peripheral clock"] + pub const RCC_PCLK1: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x05); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb2enrTim1en(pub u8); + impl C1Apb2enrTim1en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb3lpenrMdmalpen(pub u8); + impl Ahb3lpenrMdmalpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hrtimsel(pub u8); + impl Hrtimsel { + #[doc = "The HRTIM prescaler clock source is the same as other timers (rcc_timy_ker_ck)"] + pub const TIMY_KER: Self = Self(0); + #[doc = "The HRTIM prescaler clock source is the CPU clock (c_ck)"] + pub const C_CK: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsion(pub u8); + impl Hsion { + #[doc = "Clock Off"] + pub const OFF: Self = Self(0); + #[doc = "Clock On"] + pub const ON: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Spi45sel(pub u8); + impl Spi45sel { + #[doc = "APB clock selected as peripheral clock"] + pub const APB: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "HSE selected as peripheral clock"] + pub const HSE: Self = Self(0x05); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Adcsel(pub u8); + impl Adcsel { + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x01); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct D2ppre1(pub u8); + impl D2ppre1 { + #[doc = "rcc_hclk not divided"] + pub const DIV1: Self = Self(0); + #[doc = "rcc_hclk divided by 2"] + pub const DIV2: Self = Self(0x04); + #[doc = "rcc_hclk divided by 4"] + pub const DIV4: Self = Self(0x05); + #[doc = "rcc_hclk divided by 8"] + pub const DIV8: Self = Self(0x06); + #[doc = "rcc_hclk divided by 16"] + pub const DIV16: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb2lpenrTim1lpen(pub u8); + impl C1Apb2lpenrTim1lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct RsrRmvf(pub u8); + impl RsrRmvf { + #[doc = "Not clearing the the reset flags"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Clear the reset flags"] + pub const CLEAR: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb4lpenrGpioalpen(pub u8); + impl C1Ahb4lpenrGpioalpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mdmarst(pub u8); + impl Mdmarst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); + } + } + pub mod regs { + use crate::generic::*; + #[doc = "RCC AHB4 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Rx buffer DMA enable"] - pub const fn rxdmaen(&self) -> bool { + pub struct Ahb4lpenr(pub u32); + impl Ahb4lpenr { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioalpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Rx buffer DMA enable"] - pub fn set_rxdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioalpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Tx buffer DMA enable"] - pub const fn txdmaen(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioblpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Tx buffer DMA enable"] - pub fn set_txdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioblpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "SS output enable"] - pub const fn ssoe(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioclpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 2usize) & 0x01; - val != 0 + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "SS output enable"] - pub fn set_ssoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioclpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Frame format"] - pub const fn frf(&self) -> super::vals::Frf { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiodlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiodlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioelpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 4usize) & 0x01; - super::vals::Frf(val as u8) + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Frame format"] - pub fn set_frf(&mut self, val: super::vals::Frf) { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioelpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Error interrupt enable"] - pub const fn errie(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioflpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 5usize) & 0x01; - val != 0 + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Error interrupt enable"] - pub fn set_errie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioflpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "RX buffer not empty interrupt enable"] - pub const fn rxneie(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioglpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 6usize) & 0x01; - val != 0 + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "RX buffer not empty interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioglpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "Tx buffer empty interrupt enable"] - pub const fn txeie(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiohlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 7usize) & 0x01; - val != 0 + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Tx buffer empty interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiohlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioilpen(&self) -> super::vals::Ahb4lpenrGpioalpen { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 8usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) + } +<<<<<<< HEAD + #[doc = "Update DMA request enable"] + pub fn set_ude(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) + impl Default for DierBasic { + fn default() -> DierBasic { + DierBasic(0) } } - #[doc = "data register"] + #[doc = "DMA control register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dr(pub u32); - impl Dr { - #[doc = "Data register"] - pub const fn dr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Dcr(pub u32); + impl Dcr { + #[doc = "DMA base address"] + pub const fn dba(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x1f; + val as u8 } - #[doc = "Data register"] - pub fn set_dr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "DMA base address"] + pub fn set_dba(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 0usize)) | (((val as u32) & 0x1f) << 0usize); + } + #[doc = "DMA burst length"] + pub const fn dbl(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x1f; + val as u8 + } + #[doc = "DMA burst length"] + pub fn set_dbl(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); } } - impl Default for Dr { - fn default() -> Dr { - Dr(0) + impl Default for Dcr { + fn default() -> Dcr { + Dcr(0) } } - #[doc = "RX CRC register"] + #[doc = "capture/compare register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rxcrcr(pub u32); - impl Rxcrcr { - #[doc = "Rx CRC register"] - pub const fn rx_crc(&self) -> u16 { + pub struct Ccr32(pub u32); + impl Ccr32 { + #[doc = "Capture/Compare 1 value"] + pub const fn ccr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Capture/Compare 1 value"] + pub fn set_ccr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Ccr32 { + fn default() -> Ccr32 { + Ccr32(0) + } + } + #[doc = "capture/compare register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccr16(pub u32); + impl Ccr16 { + #[doc = "Capture/Compare 1 value"] + pub const fn ccr(&self) -> u16 { let val = (self.0 >> 0usize) & 0xffff; val as u16 } - #[doc = "Rx CRC register"] - pub fn set_rx_crc(&mut self, val: u16) { + #[doc = "Capture/Compare 1 value"] + pub fn set_ccr(&mut self, val: u16) { self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Rxcrcr { - fn default() -> Rxcrcr { - Rxcrcr(0) + impl Default for Ccr16 { + fn default() -> Ccr16 { + Ccr16(0) } } - #[doc = "CRC polynomial register"] + #[doc = "counter"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crcpr(pub u32); - impl Crcpr { - #[doc = "CRC polynomial register"] - pub const fn crcpoly(&self) -> u16 { + pub struct Cnt32(pub u32); + impl Cnt32 { + #[doc = "counter value"] + pub const fn cnt(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "counter value"] + pub fn set_cnt(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Cnt32 { + fn default() -> Cnt32 { + Cnt32(0) + } + } + #[doc = "auto-reload register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Arr16(pub u32); + impl Arr16 { + #[doc = "Auto-reload value"] + pub const fn arr(&self) -> u16 { let val = (self.0 >> 0usize) & 0xffff; val as u16 } - #[doc = "CRC polynomial register"] - pub fn set_crcpoly(&mut self, val: u16) { + #[doc = "Auto-reload value"] + pub fn set_arr(&mut self, val: u16) { self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Crcpr { - fn default() -> Crcpr { - Crcpr(0) + impl Default for Arr16 { + fn default() -> Arr16 { + Arr16(0) } } - #[doc = "control register 1"] + #[doc = "repetition counter register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Cpha(val as u8) + pub struct Rcr(pub u32); + impl Rcr { + #[doc = "Repetition counter value"] + pub const fn rep(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Repetition counter value"] + pub fn set_rep(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Cpol(val as u8) + } + impl Default for Rcr { + fn default() -> Rcr { + Rcr(0) } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct SrGp(pub u32); + impl SrGp { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Master selection"] - pub const fn mstr(&self) -> super::vals::Mstr { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Mstr(val as u8) + #[doc = "Update interrupt flag"] + pub fn set_uif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Master selection"] - pub fn set_mstr(&mut self, val: super::vals::Mstr) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Capture/compare 1 interrupt flag"] + pub fn ccif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Baud rate control"] - pub const fn br(&self) -> super::vals::Br { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Br(val as u8) + #[doc = "Capture/compare 1 interrupt flag"] + pub fn set_ccif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Baud rate control"] - pub fn set_br(&mut self, val: super::vals::Br) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + #[doc = "COM interrupt flag"] + pub const fn comif(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "SPI enable"] - pub const fn spe(&self) -> bool { + #[doc = "COM interrupt flag"] + pub fn set_comif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger interrupt flag"] + pub const fn tif(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "SPI enable"] - pub fn set_spe(&mut self, val: bool) { + #[doc = "Trigger interrupt flag"] + pub fn set_tif(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Frame format"] - pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { + #[doc = "Break interrupt flag"] + pub const fn bif(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; - super::vals::Lsbfirst(val as u8) + val != 0 } - #[doc = "Frame format"] - pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Break interrupt flag"] + pub fn set_bif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Internal slave select"] - pub const fn ssi(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn ccof(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Internal slave select"] - pub fn set_ssi(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn set_ccof(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Software slave management"] - pub const fn ssm(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 + } + impl Default for SrGp { + fn default() -> SrGp { + SrGp(0) } - #[doc = "Software slave management"] - pub fn set_ssm(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "break and dead-time register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Bdtr(pub u32); + impl Bdtr { + #[doc = "Dead-time generator setup"] + pub const fn dtg(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "Receive only"] - pub const fn rxonly(&self) -> super::vals::Rxonly { + #[doc = "Dead-time generator setup"] + pub fn set_dtg(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + #[doc = "Lock configuration"] + pub const fn lock(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x03; + val as u8 + } + #[doc = "Lock configuration"] + pub fn set_lock(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + } + #[doc = "Off-state selection for Idle mode"] + pub const fn ossi(&self) -> super::vals::Ossi { let val = (self.0 >> 10usize) & 0x01; - super::vals::Rxonly(val as u8) + super::vals::Ossi(val as u8) } - #[doc = "Receive only"] - pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { + #[doc = "Off-state selection for Idle mode"] + pub fn set_ossi(&mut self, val: super::vals::Ossi) { self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "Data frame format"] - pub const fn dff(&self) -> super::vals::Dff { + #[doc = "Off-state selection for Run mode"] + pub const fn ossr(&self) -> super::vals::Ossr { let val = (self.0 >> 11usize) & 0x01; - super::vals::Dff(val as u8) + super::vals::Ossr(val as u8) } - #[doc = "Data frame format"] - pub fn set_dff(&mut self, val: super::vals::Dff) { + #[doc = "Off-state selection for Run mode"] + pub fn set_ossr(&mut self, val: super::vals::Ossr) { self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "CRC transfer next"] - pub const fn crcnext(&self) -> super::vals::Crcnext { + #[doc = "Break enable"] + pub const fn bke(&self) -> bool { let val = (self.0 >> 12usize) & 0x01; - super::vals::Crcnext(val as u8) - } - #[doc = "CRC transfer next"] - pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + val != 0 } - #[doc = "Hardware CRC calculation enable"] - pub const fn crcen(&self) -> bool { + #[doc = "Break enable"] + pub fn set_bke(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Break polarity"] + pub const fn bkp(&self) -> bool { let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "Hardware CRC calculation enable"] - pub fn set_crcen(&mut self, val: bool) { + #[doc = "Break polarity"] + pub fn set_bkp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Output enable in bidirectional mode"] - pub const fn bidioe(&self) -> super::vals::Bidioe { + #[doc = "Automatic output enable"] + pub const fn aoe(&self) -> bool { let val = (self.0 >> 14usize) & 0x01; - super::vals::Bidioe(val as u8) + val != 0 } - #[doc = "Output enable in bidirectional mode"] - pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "Automatic output enable"] + pub fn set_aoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "Bidirectional data mode enable"] - pub const fn bidimode(&self) -> super::vals::Bidimode { + #[doc = "Main output enable"] + pub const fn moe(&self) -> bool { let val = (self.0 >> 15usize) & 0x01; - super::vals::Bidimode(val as u8) + val != 0 } - #[doc = "Bidirectional data mode enable"] - pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "Main output enable"] + pub fn set_moe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) + impl Default for Bdtr { + fn default() -> Bdtr { + Bdtr(0) } } - #[doc = "TX CRC register"] + #[doc = "event generation register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Txcrcr(pub u32); - impl Txcrcr { - #[doc = "Tx CRC register"] - pub const fn tx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct EgrAdv(pub u32); + impl EgrAdv { + #[doc = "Update generation"] + pub const fn ug(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Tx CRC register"] - pub fn set_tx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Update generation"] + pub fn set_ug(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - } - impl Default for Txcrcr { - fn default() -> Txcrcr { - Txcrcr(0) + #[doc = "Capture/compare 1 generation"] + pub fn ccg(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/compare 1 generation"] + pub fn set_ccg(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare control update generation"] + pub const fn comg(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Capture/Compare control update generation"] + pub fn set_comg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger generation"] + pub const fn tg(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger generation"] + pub fn set_tg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Break generation"] + pub const fn bg(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break generation"] + pub fn set_bg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxonly(pub u8); - impl Rxonly { - #[doc = "Full duplex (Transmit and receive)"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Output disabled (Receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Iscfg(pub u8); - impl Iscfg { - #[doc = "Slave - transmit"] - pub const SLAVETX: Self = Self(0); - #[doc = "Slave - receive"] - pub const SLAVERX: Self = Self(0x01); - #[doc = "Master - transmit"] - pub const MASTERTX: Self = Self(0x02); - #[doc = "Master - receive"] - pub const MASTERRX: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dff(pub u8); - impl Dff { - #[doc = "8-bit data frame format is selected for transmission/reception"] - pub const EIGHTBIT: Self = Self(0); - #[doc = "16-bit data frame format is selected for transmission/reception"] - pub const SIXTEENBIT: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidioe(pub u8); - impl Bidioe { - #[doc = "Output disabled (receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0); - #[doc = "Output enabled (transmit-only mode)"] - pub const OUTPUTENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRSTEDGE: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECONDEDGE: Self = Self(0x01); + impl Default for EgrAdv { + fn default() -> EgrAdv { + EgrAdv(0) + } } + #[doc = "control register 1"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcnext(pub u8); - impl Crcnext { - #[doc = "Next transmit value is from Tx buffer"] - pub const TXBUFFER: Self = Self(0); - #[doc = "Next transmit value is from Tx CRC register"] - pub const CRC: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1Gp(pub u32); + impl Cr1Gp { + #[doc = "Counter enable"] + pub const fn cen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Counter enable"] + pub fn set_cen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Update disable"] + pub const fn udis(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Update disable"] + pub fn set_udis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Update request source"] + pub const fn urs(&self) -> super::vals::Urs { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Urs(val as u8) + } + #[doc = "Update request source"] + pub fn set_urs(&mut self, val: super::vals::Urs) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "One-pulse mode"] + pub const fn opm(&self) -> super::vals::Opm { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Opm(val as u8) + } + #[doc = "One-pulse mode"] + pub fn set_opm(&mut self, val: super::vals::Opm) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Direction"] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Dir(val as u8) + } + #[doc = "Direction"] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Center-aligned mode selection"] + pub const fn cms(&self) -> super::vals::Cms { + let val = (self.0 >> 5usize) & 0x03; + super::vals::Cms(val as u8) + } + #[doc = "Center-aligned mode selection"] + pub fn set_cms(&mut self, val: super::vals::Cms) { + self.0 = (self.0 & !(0x03 << 5usize)) | (((val.0 as u32) & 0x03) << 5usize); + } + #[doc = "Auto-reload preload enable"] + pub const fn arpe(&self) -> super::vals::Arpe { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Arpe(val as u8) + } + #[doc = "Auto-reload preload enable"] + pub fn set_arpe(&mut self, val: super::vals::Arpe) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Clock division"] + pub const fn ckd(&self) -> super::vals::Ckd { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Ckd(val as u8) + } + #[doc = "Clock division"] + pub fn set_ckd(&mut self, val: super::vals::Ckd) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "CK to 0 when idle"] - pub const IDLELOW: Self = Self(0); - #[doc = "CK to 1 when idle"] - pub const IDLEHIGH: Self = Self(0x01); + impl Default for Cr1Gp { + fn default() -> Cr1Gp { + Cr1Gp(0) + } } + #[doc = "capture/compare enable register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsbfirst(pub u8); - impl Lsbfirst { - #[doc = "Data is transmitted/received with the MSB first"] - pub const MSBFIRST: Self = Self(0); - #[doc = "Data is transmitted/received with the LSB first"] - pub const LSBFIRST: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcerAdv(pub u32); + impl CcerAdv { + #[doc = "Capture/Compare 1 output enable"] + pub fn cce(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output enable"] + pub fn set_cce(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 complementary output enable"] + pub fn ccne(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 complementary output enable"] + pub fn set_ccne(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccnp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccnp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Br(pub u8); - impl Br { - #[doc = "f_PCLK / 2"] - pub const DIV2: Self = Self(0); - #[doc = "f_PCLK / 4"] - pub const DIV4: Self = Self(0x01); - #[doc = "f_PCLK / 8"] - pub const DIV8: Self = Self(0x02); - #[doc = "f_PCLK / 16"] - pub const DIV16: Self = Self(0x03); - #[doc = "f_PCLK / 32"] - pub const DIV32: Self = Self(0x04); - #[doc = "f_PCLK / 64"] - pub const DIV64: Self = Self(0x05); - #[doc = "f_PCLK / 128"] - pub const DIV128: Self = Self(0x06); - #[doc = "f_PCLK / 256"] - pub const DIV256: Self = Self(0x07); + impl Default for CcerAdv { + fn default() -> CcerAdv { + CcerAdv(0) + } } + #[doc = "slave mode control register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidimode(pub u8); - impl Bidimode { - #[doc = "2-line unidirectional data mode selected"] - pub const UNIDIRECTIONAL: Self = Self(0); - #[doc = "1-line bidirectional data mode selected"] - pub const BIDIRECTIONAL: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Smcr(pub u32); + impl Smcr { + #[doc = "Slave mode selection"] + pub const fn sms(&self) -> super::vals::Sms { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Sms(val as u8) + } + #[doc = "Slave mode selection"] + pub fn set_sms(&mut self, val: super::vals::Sms) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "Trigger selection"] + pub const fn ts(&self) -> super::vals::Ts { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Ts(val as u8) + } + #[doc = "Trigger selection"] + pub fn set_ts(&mut self, val: super::vals::Ts) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "Master/Slave mode"] + pub const fn msm(&self) -> super::vals::Msm { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Msm(val as u8) + } + #[doc = "Master/Slave mode"] + pub fn set_msm(&mut self, val: super::vals::Msm) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "External trigger filter"] + pub const fn etf(&self) -> super::vals::Etf { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Etf(val as u8) + } + #[doc = "External trigger filter"] + pub fn set_etf(&mut self, val: super::vals::Etf) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + } + #[doc = "External trigger prescaler"] + pub const fn etps(&self) -> super::vals::Etps { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Etps(val as u8) + } + #[doc = "External trigger prescaler"] + pub fn set_etps(&mut self, val: super::vals::Etps) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "External clock enable"] + pub const fn ece(&self) -> super::vals::Ece { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Ece(val as u8) + } + #[doc = "External clock enable"] + pub fn set_ece(&mut self, val: super::vals::Ece) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "External trigger polarity"] + pub const fn etp(&self) -> super::vals::Etp { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Etp(val as u8) + } + #[doc = "External trigger polarity"] + pub fn set_etp(&mut self, val: super::vals::Etp) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mstr(pub u8); - impl Mstr { - #[doc = "Slave configuration"] - pub const SLAVE: Self = Self(0); - #[doc = "Master configuration"] - pub const MASTER: Self = Self(0x01); + impl Default for Smcr { + fn default() -> Smcr { + Smcr(0) + } } + #[doc = "DMA address for full transfer"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frer(pub u8); - impl Frer { - #[doc = "No frame format error"] - pub const NOERROR: Self = Self(0); - #[doc = "A frame format error occurred"] - pub const ERROR: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dmar(pub u32); + impl Dmar { + #[doc = "DMA register for burst accesses"] + pub const fn dmab(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "DMA register for burst accesses"] + pub fn set_dmab(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Dmar { + fn default() -> Dmar { + Dmar(0) + } } + #[doc = "control register 1"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frf(pub u8); - impl Frf { - #[doc = "SPI Motorola mode"] - pub const MOTOROLA: Self = Self(0); - #[doc = "SPI TI mode"] - pub const TI: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1Basic(pub u32); + impl Cr1Basic { + #[doc = "Counter enable"] + pub const fn cen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Counter enable"] + pub fn set_cen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Update disable"] + pub const fn udis(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Update disable"] + pub fn set_udis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Update request source"] + pub const fn urs(&self) -> super::vals::Urs { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Urs(val as u8) + } + #[doc = "Update request source"] + pub fn set_urs(&mut self, val: super::vals::Urs) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "One-pulse mode"] + pub const fn opm(&self) -> super::vals::Opm { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Opm(val as u8) + } + #[doc = "One-pulse mode"] + pub fn set_opm(&mut self, val: super::vals::Opm) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Auto-reload preload enable"] + pub const fn arpe(&self) -> super::vals::Arpe { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Arpe(val as u8) + } + #[doc = "Auto-reload preload enable"] + pub fn set_arpe(&mut self, val: super::vals::Arpe) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } } - } -} -pub mod i2c_v3 { - use crate::generic::*; - #[doc = "I2C"] - #[derive(Copy, Clone)] - pub struct I2c1(pub *mut u8); - unsafe impl Send for I2c1 {} - unsafe impl Sync for I2c1 {} - impl I2c1 { - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] - pub fn oar1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] - pub fn oar2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Access: No wait states"] - pub fn timingr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] - pub fn timeoutr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "Access: No wait states"] - pub fn isr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "Access: No wait states"] - pub fn icr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "Access: No wait states"] - pub fn pecr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "Access: No wait states"] - pub fn rxdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "Access: No wait states"] - pub fn txdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Reload(pub u8); - impl Reload { - #[doc = "The transfer is completed after the NBYTES data transfer (STOP or RESTART will follow)"] - pub const COMPLETED: Self = Self(0); - #[doc = "The transfer is not completed after the NBYTES data transfer (NBYTES will be reloaded)"] - pub const NOTCOMPLETED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Add(pub u8); - impl Add { - #[doc = "The master operates in 7-bit addressing mode"] - pub const BIT7: Self = Self(0); - #[doc = "The master operates in 10-bit addressing mode"] - pub const BIT10: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Oamsk(pub u8); - impl Oamsk { - #[doc = "No mask"] - pub const NOMASK: Self = Self(0); - #[doc = "OA2[1] -is masked and don’t care. Only OA2[7:2] -are compared"] - pub const MASK1: Self = Self(0x01); - #[doc = "OA2[2:1] -are masked and don’t care. Only OA2[7:3] -are compared"] - pub const MASK2: Self = Self(0x02); - #[doc = "OA2[3:1] -are masked and don’t care. Only OA2[7:4] -are compared"] - pub const MASK3: Self = Self(0x03); - #[doc = "OA2[4:1] -are masked and don’t care. Only OA2[7:5] -are compared"] - pub const MASK4: Self = Self(0x04); - #[doc = "OA2[5:1] -are masked and don’t care. Only OA2[7:6] -are compared"] - pub const MASK5: Self = Self(0x05); - #[doc = "OA2[6:1] -are masked and don’t care. Only OA2[7] -is compared."] - pub const MASK6: Self = Self(0x06); - #[doc = "OA2[7:1] -are masked and don’t care. No comparison is done, and all (except reserved) 7-bit received addresses are acknowledged"] - pub const MASK7: Self = Self(0x07); + impl Default for Cr1Basic { + fn default() -> Cr1Basic { + Cr1Basic(0) + } } + #[doc = "counter"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Nack(pub u8); - impl Nack { - #[doc = "an ACK is sent after current received byte"] - pub const ACK: Self = Self(0); - #[doc = "a NACK is sent after current received byte"] - pub const NACK: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cnt16(pub u32); + impl Cnt16 { + #[doc = "counter value"] + pub const fn cnt(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "counter value"] + pub fn set_cnt(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Headr(pub u8); - impl Headr { - #[doc = "The master sends the complete 10 bit slave address read sequence"] - pub const COMPLETE: Self = Self(0); - #[doc = "The master only sends the 1st 7 bits of the 10 bit address, followed by Read direction"] - pub const PARTIAL: Self = Self(0x01); + impl Default for Cnt16 { + fn default() -> Cnt16 { + Cnt16(0) + } } + #[doc = "control register 2"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct RdWrn(pub u8); - impl RdWrn { - #[doc = "Master requests a write transfer"] - pub const WRITE: Self = Self(0); - #[doc = "Master requests a read transfer"] - pub const READ: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Adv(pub u32); + impl Cr2Adv { + #[doc = "Capture/compare preloaded control"] + pub const fn ccpc(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Capture/compare preloaded control"] + pub fn set_ccpc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/compare control update selection"] + pub const fn ccus(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Capture/compare control update selection"] + pub fn set_ccus(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Capture/compare DMA selection"] + pub const fn ccds(&self) -> super::vals::Ccds { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ccds(val as u8) + } + #[doc = "Capture/compare DMA selection"] + pub fn set_ccds(&mut self, val: super::vals::Ccds) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) + } + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "TI1 selection"] + pub const fn ti1s(&self) -> super::vals::Tis { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Tis(val as u8) + } + #[doc = "TI1 selection"] + pub fn set_ti1s(&mut self, val: super::vals::Tis) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Output Idle state 1"] + pub fn ois(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 8usize + n * 2usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Output Idle state 1"] + pub fn set_ois(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 8usize + n * 2usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Output Idle state 1"] + pub const fn ois1n(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 1"] + pub fn set_ois1n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Output Idle state 2"] + pub const fn ois2n(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 2"] + pub fn set_ois2n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Output Idle state 3"] + pub const fn ois3n(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 3"] + pub fn set_ois3n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pecerr(pub u8); - impl Pecerr { - #[doc = "Received PEC does match with PEC register"] - pub const MATCH: Self = Self(0); - #[doc = "Received PEC does not match with PEC register"] - pub const NOMATCH: Self = Self(0x01); + impl Default for Cr2Adv { + fn default() -> Cr2Adv { + Cr2Adv(0) + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dnf(pub u8); - impl Dnf { - #[doc = "Digital filter disabled"] - pub const NOFILTER: Self = Self(0); - #[doc = "Digital filter enabled and filtering capability up to 1 tI2CCLK"] - pub const FILTER1: Self = Self(0x01); - #[doc = "Digital filter enabled and filtering capability up to 2 tI2CCLK"] - pub const FILTER2: Self = Self(0x02); - #[doc = "Digital filter enabled and filtering capability up to 3 tI2CCLK"] - pub const FILTER3: Self = Self(0x03); - #[doc = "Digital filter enabled and filtering capability up to 4 tI2CCLK"] - pub const FILTER4: Self = Self(0x04); - #[doc = "Digital filter enabled and filtering capability up to 5 tI2CCLK"] - pub const FILTER5: Self = Self(0x05); - #[doc = "Digital filter enabled and filtering capability up to 6 tI2CCLK"] - pub const FILTER6: Self = Self(0x06); - #[doc = "Digital filter enabled and filtering capability up to 7 tI2CCLK"] - pub const FILTER7: Self = Self(0x07); - #[doc = "Digital filter enabled and filtering capability up to 8 tI2CCLK"] - pub const FILTER8: Self = Self(0x08); - #[doc = "Digital filter enabled and filtering capability up to 9 tI2CCLK"] - pub const FILTER9: Self = Self(0x09); - #[doc = "Digital filter enabled and filtering capability up to 10 tI2CCLK"] - pub const FILTER10: Self = Self(0x0a); - #[doc = "Digital filter enabled and filtering capability up to 11 tI2CCLK"] - pub const FILTER11: Self = Self(0x0b); - #[doc = "Digital filter enabled and filtering capability up to 12 tI2CCLK"] - pub const FILTER12: Self = Self(0x0c); - #[doc = "Digital filter enabled and filtering capability up to 13 tI2CCLK"] - pub const FILTER13: Self = Self(0x0d); - #[doc = "Digital filter enabled and filtering capability up to 14 tI2CCLK"] - pub const FILTER14: Self = Self(0x0e); - #[doc = "Digital filter enabled and filtering capability up to 15 tI2CCLK"] - pub const FILTER15: Self = Self(0x0f); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Start(pub u8); - impl Start { - #[doc = "No Start generation"] - pub const NOSTART: Self = Self(0); - #[doc = "Restart/Start generation"] - pub const START: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Write transfer, slave enters receiver mode"] - pub const WRITE: Self = Self(0); - #[doc = "Read transfer, slave enters transmitter mode"] - pub const READ: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Oamode(pub u8); - impl Oamode { - #[doc = "Own address 1 is a 7-bit address"] - pub const BIT7: Self = Self(0); - #[doc = "Own address 1 is a 10-bit address"] - pub const BIT10: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Stop(pub u8); - impl Stop { - #[doc = "No Stop generation"] - pub const NOSTOP: Self = Self(0); - #[doc = "Stop generation after current byte transfer"] - pub const STOP: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Autoend(pub u8); - impl Autoend { - #[doc = "Software end mode: TC flag is set when NBYTES data are transferred, stretching SCL low"] - pub const SOFTWARE: Self = Self(0); - #[doc = "Automatic end mode: a STOP condition is automatically sent when NBYTES data are transferred"] - pub const AUTOMATIC: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pecbyte(pub u8); - impl Pecbyte { - #[doc = "No PEC transfer"] - pub const NOPEC: Self = Self(0); - #[doc = "PEC transmission/reception is requested"] - pub const PEC: Self = Self(0x01); - } - } - pub mod regs { - use crate::generic::*; - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + #[doc = "DMA/Interrupt enable register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Slave address bit 0 (master mode) In 7-bit addressing mode (ADD10 = 0): This bit is dont care In 10-bit addressing mode (ADD10 = 1): This bit should be written with bit 0 of the slave address to be sent Note: Changing these bits when the START bit is set is not allowed."] - pub const fn sadd(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x03ff; - val as u16 - } - #[doc = "Slave address bit 0 (master mode) In 7-bit addressing mode (ADD10 = 0): This bit is dont care In 10-bit addressing mode (ADD10 = 1): This bit should be written with bit 0 of the slave address to be sent Note: Changing these bits when the START bit is set is not allowed."] - pub fn set_sadd(&mut self, val: u16) { - self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); - } - #[doc = "Transfer direction (master mode) Note: Changing this bit when the START bit is set is not allowed."] - pub const fn rd_wrn(&self) -> super::vals::RdWrn { - let val = (self.0 >> 10usize) & 0x01; - super::vals::RdWrn(val as u8) - } - #[doc = "Transfer direction (master mode) Note: Changing this bit when the START bit is set is not allowed."] - pub fn set_rd_wrn(&mut self, val: super::vals::RdWrn) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "10-bit addressing mode (master mode) Note: Changing this bit when the START bit is set is not allowed."] - pub const fn add10(&self) -> super::vals::Add { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Add(val as u8) + pub struct DierAdv(pub u32); + impl DierAdv { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "10-bit addressing mode (master mode) Note: Changing this bit when the START bit is set is not allowed."] - pub fn set_add10(&mut self, val: super::vals::Add) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + #[doc = "Update interrupt enable"] + pub fn set_uie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "10-bit address header only read direction (master receiver mode) Note: Changing this bit when the START bit is set is not allowed."] - pub const fn head10r(&self) -> super::vals::Headr { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Headr(val as u8) + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn ccie(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "10-bit address header only read direction (master receiver mode) Note: Changing this bit when the START bit is set is not allowed."] - pub fn set_head10r(&mut self, val: super::vals::Headr) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn set_ccie(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Start generation This bit is set by software, and cleared by hardware after the Start followed by the address sequence is sent, by an arbitration loss, by a timeout error detection, or when PE = 0. It can also be cleared by software by writing 1 to the ADDRCF bit in the I2C_ICR register. If the I2C is already in master mode with AUTOEND = 0, setting this bit generates a Repeated Start condition when RELOAD=0, after the end of the NBYTES transfer. Otherwise setting this bit will generate a START condition once the bus is free. Note: Writing 0 to this bit has no effect. The START bit can be set even if the bus is BUSY or I2C is in slave mode. This bit has no effect when RELOAD is set."] - pub const fn start(&self) -> super::vals::Start { - let val = (self.0 >> 13usize) & 0x01; - super::vals::Start(val as u8) + #[doc = "COM interrupt enable"] + pub const fn comie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "Start generation This bit is set by software, and cleared by hardware after the Start followed by the address sequence is sent, by an arbitration loss, by a timeout error detection, or when PE = 0. It can also be cleared by software by writing 1 to the ADDRCF bit in the I2C_ICR register. If the I2C is already in master mode with AUTOEND = 0, setting this bit generates a Repeated Start condition when RELOAD=0, after the end of the NBYTES transfer. Otherwise setting this bit will generate a START condition once the bus is free. Note: Writing 0 to this bit has no effect. The START bit can be set even if the bus is BUSY or I2C is in slave mode. This bit has no effect when RELOAD is set."] - pub fn set_start(&mut self, val: super::vals::Start) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + #[doc = "COM interrupt enable"] + pub fn set_comie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Stop generation (master mode) The bit is set by software, cleared by hardware when a Stop condition is detected, or when PE = 0. In Master Mode: Note: Writing 0 to this bit has no effect."] - pub const fn stop(&self) -> super::vals::Stop { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Stop(val as u8) + #[doc = "Trigger interrupt enable"] + pub const fn tie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "Stop generation (master mode) The bit is set by software, cleared by hardware when a Stop condition is detected, or when PE = 0. In Master Mode: Note: Writing 0 to this bit has no effect."] - pub fn set_stop(&mut self, val: super::vals::Stop) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "Trigger interrupt enable"] + pub fn set_tie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "NACK generation (slave mode) The bit is set by software, cleared by hardware when the NACK is sent, or when a STOP condition or an Address matched is received, or when PE=0. Note: Writing 0 to this bit has no effect. This bit is used in slave mode only: in master receiver mode, NACK is automatically generated after last byte preceding STOP or RESTART condition, whatever the NACK bit value. When an overrun occurs in slave receiver NOSTRETCH mode, a NACK is automatically generated whatever the NACK bit value. When hardware PEC checking is enabled (PECBYTE=1), the PEC acknowledge value does not depend on the NACK value."] - pub const fn nack(&self) -> super::vals::Nack { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Nack(val as u8) + #[doc = "Break interrupt enable"] + pub const fn bie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 } - #[doc = "NACK generation (slave mode) The bit is set by software, cleared by hardware when the NACK is sent, or when a STOP condition or an Address matched is received, or when PE=0. Note: Writing 0 to this bit has no effect. This bit is used in slave mode only: in master receiver mode, NACK is automatically generated after last byte preceding STOP or RESTART condition, whatever the NACK bit value. When an overrun occurs in slave receiver NOSTRETCH mode, a NACK is automatically generated whatever the NACK bit value. When hardware PEC checking is enabled (PECBYTE=1), the PEC acknowledge value does not depend on the NACK value."] - pub fn set_nack(&mut self, val: super::vals::Nack) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "Break interrupt enable"] + pub fn set_bie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Number of bytes The number of bytes to be transmitted/received is programmed there. This field is dont care in slave mode with SBC=0. Note: Changing these bits when the START bit is set is not allowed."] - pub const fn nbytes(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; - val as u8 + #[doc = "Update DMA request enable"] + pub const fn ude(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "Number of bytes The number of bytes to be transmitted/received is programmed there. This field is dont care in slave mode with SBC=0. Note: Changing these bits when the START bit is set is not allowed."] - pub fn set_nbytes(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + #[doc = "Update DMA request enable"] + pub fn set_ude(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "NBYTES reload mode This bit is set and cleared by software."] - pub const fn reload(&self) -> super::vals::Reload { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Reload(val as u8) + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn ccde(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "NBYTES reload mode This bit is set and cleared by software."] - pub fn set_reload(&mut self, val: super::vals::Reload) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn set_ccde(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Automatic end mode (master mode) This bit is set and cleared by software. Note: This bit has no effect in slave mode or when the RELOAD bit is set."] - pub const fn autoend(&self) -> super::vals::Autoend { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Autoend(val as u8) + #[doc = "COM DMA request enable"] + pub const fn comde(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 } - #[doc = "Automatic end mode (master mode) This bit is set and cleared by software. Note: This bit has no effect in slave mode or when the RELOAD bit is set."] - pub fn set_autoend(&mut self, val: super::vals::Autoend) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + #[doc = "COM DMA request enable"] + pub fn set_comde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Packet error checking byte This bit is set by software, and cleared by hardware when the PEC is transferred, or when a STOP condition or an Address matched is received, also when PE=0. Note: Writing 0 to this bit has no effect. This bit has no effect when RELOAD is set. This bit has no effect is slave mode when SBC=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn pecbyte(&self) -> super::vals::Pecbyte { - let val = (self.0 >> 26usize) & 0x01; - super::vals::Pecbyte(val as u8) + #[doc = "Trigger DMA request enable"] + pub const fn tde(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 } - #[doc = "Packet error checking byte This bit is set by software, and cleared by hardware when the PEC is transferred, or when a STOP condition or an Address matched is received, also when PE=0. Note: Writing 0 to this bit has no effect. This bit has no effect when RELOAD is set. This bit has no effect is slave mode when SBC=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_pecbyte(&mut self, val: super::vals::Pecbyte) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + #[doc = "Trigger DMA request enable"] + pub fn set_tde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) + impl Default for DierAdv { + fn default() -> DierAdv { + DierAdv(0) } } - #[doc = "Access: No wait states"] + #[doc = "event generation register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Timingr(pub u32); - impl Timingr { - #[doc = "SCL low period (master mode) This field is used to generate the SCL low period in master mode. tSCLL = (SCLL+1) x tPRESC Note: SCLL is also used to generate tBUF and tSU:STA timings."] - pub const fn scll(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + pub struct EgrGp(pub u32); + impl EgrGp { + #[doc = "Update generation"] + pub const fn ug(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "SCL low period (master mode) This field is used to generate the SCL low period in master mode. tSCLL = (SCLL+1) x tPRESC Note: SCLL is also used to generate tBUF and tSU:STA timings."] - pub fn set_scll(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "Update generation"] + pub fn set_ug(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "SCL high period (master mode) This field is used to generate the SCL high period in master mode. tSCLH = (SCLH+1) x tPRESC Note: SCLH is also used to generate tSU:STO and tHD:STA timing."] - pub const fn sclh(&self) -> u8 { - let val = (self.0 >> 8usize) & 0xff; - val as u8 + #[doc = "Capture/compare 1 generation"] + pub fn ccg(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "SCL high period (master mode) This field is used to generate the SCL high period in master mode. tSCLH = (SCLH+1) x tPRESC Note: SCLH is also used to generate tSU:STO and tHD:STA timing."] - pub fn set_sclh(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); + #[doc = "Capture/compare 1 generation"] + pub fn set_ccg(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Data hold time This field is used to generate the delay tSDADEL between SCL falling edge and SDA edge. In master mode and in slave mode with NOSTRETCH = 0, the SCL line is stretched low during tSDADEL. tSDADEL= SDADEL x tPRESC Note: SDADEL is used to generate tHD:DAT timing."] - pub const fn sdadel(&self) -> u8 { - let val = (self.0 >> 16usize) & 0x0f; - val as u8 + #[doc = "Capture/Compare control update generation"] + pub const fn comg(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "Data hold time This field is used to generate the delay tSDADEL between SCL falling edge and SDA edge. In master mode and in slave mode with NOSTRETCH = 0, the SCL line is stretched low during tSDADEL. tSDADEL= SDADEL x tPRESC Note: SDADEL is used to generate tHD:DAT timing."] - pub fn set_sdadel(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 16usize)) | (((val as u32) & 0x0f) << 16usize); + #[doc = "Capture/Compare control update generation"] + pub fn set_comg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Data setup time This field is used to generate a delay tSCLDEL between SDA edge and SCL rising edge. In master mode and in slave mode with NOSTRETCH = 0, the SCL line is stretched low during tSCLDEL. tSCLDEL = (SCLDEL+1) x tPRESC Note: tSCLDEL is used to generate tSU:DAT timing."] - pub const fn scldel(&self) -> u8 { - let val = (self.0 >> 20usize) & 0x0f; - val as u8 + #[doc = "Trigger generation"] + pub const fn tg(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "Data setup time This field is used to generate a delay tSCLDEL between SDA edge and SCL rising edge. In master mode and in slave mode with NOSTRETCH = 0, the SCL line is stretched low during tSCLDEL. tSCLDEL = (SCLDEL+1) x tPRESC Note: tSCLDEL is used to generate tSU:DAT timing."] - pub fn set_scldel(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 20usize)) | (((val as u32) & 0x0f) << 20usize); + #[doc = "Trigger generation"] + pub fn set_tg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Timing prescaler This field is used to prescale I2CCLK in order to generate the clock period tPRESC used for data setup and hold counters (refer to I2C timings on page9) and for SCL high and low level counters (refer to I2C master initialization on page24). tPRESC = (PRESC+1) x tI2CCLK"] - pub const fn presc(&self) -> u8 { - let val = (self.0 >> 28usize) & 0x0f; - val as u8 + #[doc = "Break generation"] + pub const fn bg(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 } - #[doc = "Timing prescaler This field is used to prescale I2CCLK in order to generate the clock period tPRESC used for data setup and hold counters (refer to I2C timings on page9) and for SCL high and low level counters (refer to I2C master initialization on page24). tPRESC = (PRESC+1) x tI2CCLK"] - pub fn set_presc(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 28usize)) | (((val as u32) & 0x0f) << 28usize); + #[doc = "Break generation"] + pub fn set_bg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } } - impl Default for Timingr { - fn default() -> Timingr { - Timingr(0) + impl Default for EgrGp { + fn default() -> EgrGp { + EgrGp(0) } } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + #[doc = "capture/compare enable register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Oar2(pub u32); - impl Oar2 { - #[doc = "Interface address bits 7:1 of address Note: These bits can be written only when OA2EN=0."] - pub const fn oa2(&self) -> u8 { - let val = (self.0 >> 1usize) & 0x7f; - val as u8 + pub struct CcerGp(pub u32); + impl CcerGp { + #[doc = "Capture/Compare 1 output enable"] + pub fn cce(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Interface address bits 7:1 of address Note: These bits can be written only when OA2EN=0."] - pub fn set_oa2(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 1usize)) | (((val as u32) & 0x7f) << 1usize); + #[doc = "Capture/Compare 1 output enable"] + pub fn set_cce(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Own Address 2 masks Note: These bits can be written only when OA2EN=0. As soon as OA2MSK is not equal to 0, the reserved I2C addresses (0b0000xxx and 0b1111xxx) are not acknowledged even if the comparison matches."] - pub const fn oa2msk(&self) -> super::vals::Oamsk { - let val = (self.0 >> 8usize) & 0x07; - super::vals::Oamsk(val as u8) + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Own Address 2 masks Note: These bits can be written only when OA2EN=0. As soon as OA2MSK is not equal to 0, the reserved I2C addresses (0b0000xxx and 0b1111xxx) are not acknowledged even if the comparison matches."] - pub fn set_oa2msk(&mut self, val: super::vals::Oamsk) { - self.0 = (self.0 & !(0x07 << 8usize)) | (((val.0 as u32) & 0x07) << 8usize); + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Own Address 2 enable"] - pub const fn oa2en(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccnp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Own Address 2 enable"] - pub fn set_oa2en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccnp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Oar2 { - fn default() -> Oar2 { - Oar2(0) + impl Default for CcerGp { + fn default() -> CcerGp { + CcerGp(0) } } - #[doc = "Access: No wait states"] + #[doc = "capture/compare mode register 1 (input mode)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Isr(pub u32); - impl Isr { - #[doc = "Transmit data register empty (transmitters) This bit is set by hardware when the I2C_TXDR register is empty. It is cleared when the next data to be sent is written in the I2C_TXDR register. This bit can be written to 1 by software in order to flush the transmit data register I2C_TXDR. Note: This bit is set by hardware when PE=0."] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + pub struct CcmrInput(pub u32); + impl CcmrInput { + #[doc = "Capture/Compare 1 selection"] + pub fn ccs(&self, n: usize) -> super::vals::CcmrInputCcs { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + super::vals::CcmrInputCcs(val as u8) } - #[doc = "Transmit data register empty (transmitters) This bit is set by hardware when the I2C_TXDR register is empty. It is cleared when the next data to be sent is written in the I2C_TXDR register. This bit can be written to 1 by software in order to flush the transmit data register I2C_TXDR. Note: This bit is set by hardware when PE=0."] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Capture/Compare 1 selection"] + pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrInputCcs) { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "Transmit interrupt status (transmitters) This bit is set by hardware when the I2C_TXDR register is empty and the data to be transmitted must be written in the I2C_TXDR register. It is cleared when the next data to be sent is written in the I2C_TXDR register. This bit can be written to 1 by software when NOSTRETCH=1 only, in order to generate a TXIS event (interrupt if TXIE=1 or DMA request if TXDMAEN=1). Note: This bit is cleared by hardware when PE=0."] - pub const fn txis(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "Input capture 1 prescaler"] + pub fn icpsc(&self, n: usize) -> u8 { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + val as u8 } - #[doc = "Transmit interrupt status (transmitters) This bit is set by hardware when the I2C_TXDR register is empty and the data to be transmitted must be written in the I2C_TXDR register. It is cleared when the next data to be sent is written in the I2C_TXDR register. This bit can be written to 1 by software when NOSTRETCH=1 only, in order to generate a TXIS event (interrupt if TXIE=1 or DMA request if TXDMAEN=1). Note: This bit is cleared by hardware when PE=0."] - pub fn set_txis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Input capture 1 prescaler"] + pub fn set_icpsc(&mut self, n: usize, val: u8) { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val as u32) & 0x03) << offs); } - #[doc = "Receive data register not empty (receivers) This bit is set by hardware when the received data is copied into the I2C_RXDR register, and is ready to be read. It is cleared when I2C_RXDR is read. Note: This bit is cleared by hardware when PE=0."] - pub const fn rxne(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "Input capture 1 filter"] + pub fn icf(&self, n: usize) -> super::vals::Icf { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + let val = (self.0 >> offs) & 0x0f; + super::vals::Icf(val as u8) } - #[doc = "Receive data register not empty (receivers) This bit is set by hardware when the received data is copied into the I2C_RXDR register, and is ready to be read. It is cleared when I2C_RXDR is read. Note: This bit is cleared by hardware when PE=0."] - pub fn set_rxne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Input capture 1 filter"] + pub fn set_icf(&mut self, n: usize, val: super::vals::Icf) { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); } - #[doc = "Address matched (slave mode) This bit is set by hardware as soon as the received slave address matched with one of the enabled slave addresses. It is cleared by software by setting ADDRCF bit. Note: This bit is cleared by hardware when PE=0."] - pub const fn addr(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + } + impl Default for CcmrInput { + fn default() -> CcmrInput { + CcmrInput(0) + } + } + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct SrAdv(pub u32); + impl SrAdv { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Address matched (slave mode) This bit is set by hardware as soon as the received slave address matched with one of the enabled slave addresses. It is cleared by software by setting ADDRCF bit. Note: This bit is cleared by hardware when PE=0."] - pub fn set_addr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Update interrupt flag"] + pub fn set_uif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Not Acknowledge received flag This flag is set by hardware when a NACK is received after a byte transmission. It is cleared by software by setting the NACKCF bit. Note: This bit is cleared by hardware when PE=0."] - pub const fn nackf(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "Capture/compare 1 interrupt flag"] + pub fn ccif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Not Acknowledge received flag This flag is set by hardware when a NACK is received after a byte transmission. It is cleared by software by setting the NACKCF bit. Note: This bit is cleared by hardware when PE=0."] - pub fn set_nackf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Capture/compare 1 interrupt flag"] + pub fn set_ccif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Stop detection flag This flag is set by hardware when a Stop condition is detected on the bus and the peripheral is involved in this transfer: either as a master, provided that the STOP condition is generated by the peripheral. or as a slave, provided that the peripheral has been addressed previously during this transfer. It is cleared by software by setting the STOPCF bit. Note: This bit is cleared by hardware when PE=0."] - pub const fn stopf(&self) -> bool { + #[doc = "COM interrupt flag"] + pub const fn comif(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Stop detection flag This flag is set by hardware when a Stop condition is detected on the bus and the peripheral is involved in this transfer: either as a master, provided that the STOP condition is generated by the peripheral. or as a slave, provided that the peripheral has been addressed previously during this transfer. It is cleared by software by setting the STOPCF bit. Note: This bit is cleared by hardware when PE=0."] - pub fn set_stopf(&mut self, val: bool) { + #[doc = "COM interrupt flag"] + pub fn set_comif(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Transfer Complete (master mode) This flag is set by hardware when RELOAD=0, AUTOEND=0 and NBYTES data have been transferred. It is cleared by software when START bit or STOP bit is set. Note: This bit is cleared by hardware when PE=0."] - pub const fn tc(&self) -> bool { + #[doc = "Trigger interrupt flag"] + pub const fn tif(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Transfer Complete (master mode) This flag is set by hardware when RELOAD=0, AUTOEND=0 and NBYTES data have been transferred. It is cleared by software when START bit or STOP bit is set. Note: This bit is cleared by hardware when PE=0."] - pub fn set_tc(&mut self, val: bool) { + #[doc = "Trigger interrupt flag"] + pub fn set_tif(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Transfer Complete Reload This flag is set by hardware when RELOAD=1 and NBYTES data have been transferred. It is cleared by software when NBYTES is written to a non-zero value. Note: This bit is cleared by hardware when PE=0. This flag is only for master mode, or for slave mode when the SBC bit is set."] - pub const fn tcr(&self) -> bool { + #[doc = "Break interrupt flag"] + pub const fn bif(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Transfer Complete Reload This flag is set by hardware when RELOAD=1 and NBYTES data have been transferred. It is cleared by software when NBYTES is written to a non-zero value. Note: This bit is cleared by hardware when PE=0. This flag is only for master mode, or for slave mode when the SBC bit is set."] - pub fn set_tcr(&mut self, val: bool) { + #[doc = "Break interrupt flag"] + pub fn set_bif(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Bus error This flag is set by hardware when a misplaced Start or Stop condition is detected whereas the peripheral is involved in the transfer. The flag is not set during the address phase in slave mode. It is cleared by software by setting BERRCF bit. Note: This bit is cleared by hardware when PE=0."] - pub const fn berr(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Bus error This flag is set by hardware when a misplaced Start or Stop condition is detected whereas the peripheral is involved in the transfer. The flag is not set during the address phase in slave mode. It is cleared by software by setting BERRCF bit. Note: This bit is cleared by hardware when PE=0."] - pub fn set_berr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Arbitration lost This flag is set by hardware in case of arbitration loss. It is cleared by software by setting the ARLOCF bit. Note: This bit is cleared by hardware when PE=0."] - pub const fn arlo(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Arbitration lost This flag is set by hardware in case of arbitration loss. It is cleared by software by setting the ARLOCF bit. Note: This bit is cleared by hardware when PE=0."] - pub fn set_arlo(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Overrun/Underrun (slave mode) This flag is set by hardware in slave mode with NOSTRETCH=1, when an overrun/underrun error occurs. It is cleared by software by setting the OVRCF bit. Note: This bit is cleared by hardware when PE=0."] - pub const fn ovr(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn ccof(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Overrun/Underrun (slave mode) This flag is set by hardware in slave mode with NOSTRETCH=1, when an overrun/underrun error occurs. It is cleared by software by setting the OVRCF bit. Note: This bit is cleared by hardware when PE=0."] - pub fn set_ovr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - #[doc = "PEC Error in reception This flag is set by hardware when the received PEC does not match with the PEC register content. A NACK is automatically sent after the wrong PEC reception. It is cleared by software by setting the PECCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn pecerr(&self) -> super::vals::Pecerr { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Pecerr(val as u8) + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn set_ccof(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "PEC Error in reception This flag is set by hardware when the received PEC does not match with the PEC register content. A NACK is automatically sent after the wrong PEC reception. It is cleared by software by setting the PECCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_pecerr(&mut self, val: super::vals::Pecerr) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + impl Default for SrAdv { + fn default() -> SrAdv { + SrAdv(0) } - #[doc = "Timeout or tLOW detection flag This flag is set by hardware when a timeout or extended clock timeout occurred. It is cleared by software by setting the TIMEOUTCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn timeout(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 + } + #[doc = "capture/compare mode register 2 (output mode)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcmrOutput(pub u32); + impl CcmrOutput { + #[doc = "Capture/Compare 3 selection"] + pub fn ccs(&self, n: usize) -> super::vals::CcmrOutputCcs { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + super::vals::CcmrOutputCcs(val as u8) } - #[doc = "Timeout or tLOW detection flag This flag is set by hardware when a timeout or extended clock timeout occurred. It is cleared by software by setting the TIMEOUTCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_timeout(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "Capture/Compare 3 selection"] + pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrOutputCcs) { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "SMBus alert This flag is set by hardware when SMBHEN=1 (SMBus host configuration), ALERTEN=1 and a SMBALERT event (falling edge) is detected on SMBA pin. It is cleared by software by setting the ALERTCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn alert(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "Output compare 3 fast enable"] + pub fn ocfe(&self, n: usize) -> bool { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "SMBus alert This flag is set by hardware when SMBHEN=1 (SMBus host configuration), ALERTEN=1 and a SMBALERT event (falling edge) is detected on SMBA pin. It is cleared by software by setting the ALERTCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_alert(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "Output compare 3 fast enable"] + pub fn set_ocfe(&mut self, n: usize, val: bool) { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Bus busy This flag indicates that a communication is in progress on the bus. It is set by hardware when a START condition is detected. It is cleared by hardware when a Stop condition is detected, or when PE=0."] - pub const fn busy(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 + #[doc = "Output compare 3 preload enable"] + pub fn ocpe(&self, n: usize) -> super::vals::Ocpe { + assert!(n < 2usize); + let offs = 3usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Ocpe(val as u8) } - #[doc = "Bus busy This flag indicates that a communication is in progress on the bus. It is set by hardware when a START condition is detected. It is cleared by hardware when a Stop condition is detected, or when PE=0."] - pub fn set_busy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "Output compare 3 preload enable"] + pub fn set_ocpe(&mut self, n: usize, val: super::vals::Ocpe) { + assert!(n < 2usize); + let offs = 3usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Transfer direction (Slave mode) This flag is updated when an address match event occurs (ADDR=1)."] - pub const fn dir(&self) -> super::vals::Dir { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Dir(val as u8) + #[doc = "Output compare 3 mode"] + pub fn ocm(&self, n: usize) -> super::vals::Ocm { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + let val = (self.0 >> offs) & 0x07; + super::vals::Ocm(val as u8) } - #[doc = "Transfer direction (Slave mode) This flag is updated when an address match event occurs (ADDR=1)."] - pub fn set_dir(&mut self, val: super::vals::Dir) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "Output compare 3 mode"] + pub fn set_ocm(&mut self, n: usize, val: super::vals::Ocm) { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); } - #[doc = "Address match code (Slave mode) These bits are updated with the received address when an address match event occurs (ADDR = 1). In the case of a 10-bit address, ADDCODE provides the 10-bit header followed by the 2 MSBs of the address."] - pub const fn addcode(&self) -> u8 { - let val = (self.0 >> 17usize) & 0x7f; - val as u8 + #[doc = "Output compare 3 clear enable"] + pub fn occe(&self, n: usize) -> bool { + assert!(n < 2usize); + let offs = 7usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Address match code (Slave mode) These bits are updated with the received address when an address match event occurs (ADDR = 1). In the case of a 10-bit address, ADDCODE provides the 10-bit header followed by the 2 MSBs of the address."] - pub fn set_addcode(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 17usize)) | (((val as u32) & 0x7f) << 17usize); + #[doc = "Output compare 3 clear enable"] + pub fn set_occe(&mut self, n: usize, val: bool) { + assert!(n < 2usize); + let offs = 7usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Isr { - fn default() -> Isr { - Isr(0) + impl Default for CcmrOutput { + fn default() -> CcmrOutput { + CcmrOutput(0) } } - #[doc = "Access: No wait states"] + #[doc = "auto-reload register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Txdr(pub u32); - impl Txdr { - #[doc = "8-bit transmit data Data byte to be transmitted to the I2C bus. Note: These bits can be written only when TXE=1."] - pub const fn txdata(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + pub struct Arr32(pub u32); + impl Arr32 { + #[doc = "Auto-reload value"] + pub const fn arr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "8-bit transmit data Data byte to be transmitted to the I2C bus. Note: These bits can be written only when TXE=1."] - pub fn set_txdata(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "Auto-reload value"] + pub fn set_arr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Txdr { - fn default() -> Txdr { - Txdr(0) + impl Default for Arr32 { + fn default() -> Arr32 { + Arr32(0) } } - #[doc = "Access: No wait states"] + #[doc = "prescaler"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Icr(pub u32); - impl Icr { - #[doc = "Address matched flag clear Writing 1 to this bit clears the ADDR flag in the I2C_ISR register. Writing 1 to this bit also clears the START bit in the I2C_CR2 register."] - pub const fn addrcf(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Address matched flag clear Writing 1 to this bit clears the ADDR flag in the I2C_ISR register. Writing 1 to this bit also clears the START bit in the I2C_CR2 register."] - pub fn set_addrcf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Not Acknowledge flag clear Writing 1 to this bit clears the ACKF flag in I2C_ISR register."] - pub const fn nackcf(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "Not Acknowledge flag clear Writing 1 to this bit clears the ACKF flag in I2C_ISR register."] - pub fn set_nackcf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Stop detection flag clear Writing 1 to this bit clears the STOPF flag in the I2C_ISR register."] - pub const fn stopcf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Stop detection flag clear Writing 1 to this bit clears the STOPF flag in the I2C_ISR register."] - pub fn set_stopcf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Bus error flag clear Writing 1 to this bit clears the BERRF flag in the I2C_ISR register."] - pub const fn berrcf(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Bus error flag clear Writing 1 to this bit clears the BERRF flag in the I2C_ISR register."] - pub fn set_berrcf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Arbitration Lost flag clear Writing 1 to this bit clears the ARLO flag in the I2C_ISR register."] - pub const fn arlocf(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Arbitration Lost flag clear Writing 1 to this bit clears the ARLO flag in the I2C_ISR register."] - pub fn set_arlocf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + pub struct Psc(pub u32); + impl Psc { + #[doc = "Prescaler value"] + pub const fn psc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "Overrun/Underrun flag clear Writing 1 to this bit clears the OVR flag in the I2C_ISR register."] - pub const fn ovrcf(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 + #[doc = "Prescaler value"] + pub fn set_psc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } - #[doc = "Overrun/Underrun flag clear Writing 1 to this bit clears the OVR flag in the I2C_ISR register."] - pub fn set_ovrcf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - #[doc = "PEC Error flag clear Writing 1 to this bit clears the PECERR flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn peccf(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 - } - #[doc = "PEC Error flag clear Writing 1 to this bit clears the PECERR flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_peccf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - #[doc = "Timeout detection flag clear Writing 1 to this bit clears the TIMEOUT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn timoutcf(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "Timeout detection flag clear Writing 1 to this bit clears the TIMEOUT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_timoutcf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "Alert flag clear Writing 1 to this bit clears the ALERT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn alertcf(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "Alert flag clear Writing 1 to this bit clears the ALERT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_alertcf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + impl Default for Psc { + fn default() -> Psc { + Psc(0) } } - impl Default for Icr { - fn default() -> Icr { - Icr(0) - } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct CcmrOutputCcs(pub u8); + impl CcmrOutputCcs { + #[doc = "CCx channel is configured as output"] + pub const OUTPUT: Self = Self(0); } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Timeoutr(pub u32); - impl Timeoutr { - #[doc = "Bus Timeout A This field is used to configure: The SCL low timeout condition tTIMEOUT when TIDLE=0 tTIMEOUT= (TIMEOUTA+1) x 2048 x tI2CCLK The bus idle condition (both SCL and SDA high) when TIDLE=1 tIDLE= (TIMEOUTA+1) x 4 x tI2CCLK Note: These bits can be written only when TIMOUTEN=0."] - pub const fn timeouta(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 - } - #[doc = "Bus Timeout A This field is used to configure: The SCL low timeout condition tTIMEOUT when TIDLE=0 tTIMEOUT= (TIMEOUTA+1) x 2048 x tI2CCLK The bus idle condition (both SCL and SDA high) when TIDLE=1 tIDLE= (TIMEOUTA+1) x 4 x tI2CCLK Note: These bits can be written only when TIMOUTEN=0."] - pub fn set_timeouta(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); - } - #[doc = "Idle clock timeout detection Note: This bit can be written only when TIMOUTEN=0."] - pub const fn tidle(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "Idle clock timeout detection Note: This bit can be written only when TIMOUTEN=0."] - pub fn set_tidle(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "Clock timeout enable"] - pub const fn timouten(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 - } - #[doc = "Clock timeout enable"] - pub fn set_timouten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); - } - #[doc = "Bus timeout B This field is used to configure the cumulative clock extension timeout: In master mode, the master cumulative clock low extend time (tLOW:MEXT) is detected In slave mode, the slave cumulative clock low extend time (tLOW:SEXT) is detected tLOW:EXT= (TIMEOUTB+1) x 2048 x tI2CCLK Note: These bits can be written only when TEXTEN=0."] - pub const fn timeoutb(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 - } - #[doc = "Bus timeout B This field is used to configure the cumulative clock extension timeout: In master mode, the master cumulative clock low extend time (tLOW:MEXT) is detected In slave mode, the slave cumulative clock low extend time (tLOW:SEXT) is detected tLOW:EXT= (TIMEOUTB+1) x 2048 x tI2CCLK Note: These bits can be written only when TEXTEN=0."] - pub fn set_timeoutb(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); - } - #[doc = "Extended clock timeout enable"] - pub const fn texten(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; - val != 0 - } - #[doc = "Extended clock timeout enable"] - pub fn set_texten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ts(pub u8); + impl Ts { + #[doc = "Internal Trigger 0 (ITR0)"] + pub const ITR0: Self = Self(0); + #[doc = "Internal Trigger 1 (ITR1)"] + pub const ITR1: Self = Self(0x01); + #[doc = "Internal Trigger 2 (ITR2)"] + pub const ITR2: Self = Self(0x02); + #[doc = "TI1 Edge Detector (TI1F_ED)"] + pub const TI1F_ED: Self = Self(0x04); + #[doc = "Filtered Timer Input 1 (TI1FP1)"] + pub const TI1FP1: Self = Self(0x05); + #[doc = "Filtered Timer Input 2 (TI2FP2)"] + pub const TI2FP2: Self = Self(0x06); + #[doc = "External Trigger input (ETRF)"] + pub const ETRF: Self = Self(0x07); } - impl Default for Timeoutr { - fn default() -> Timeoutr { - Timeoutr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cms(pub u8); + impl Cms { + #[doc = "The counter counts up or down depending on the direction bit"] + pub const EDGEALIGNED: Self = Self(0); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting down."] + pub const CENTERALIGNED1: Self = Self(0x01); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting up."] + pub const CENTERALIGNED2: Self = Self(0x02); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set both when the counter is counting up or down."] + pub const CENTERALIGNED3: Self = Self(0x03); } - #[doc = "Access: No wait states"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rxdr(pub u32); - impl Rxdr { - #[doc = "8-bit receive data Data byte received from the I2C bus."] - pub const fn rxdata(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "8-bit receive data Data byte received from the I2C bus."] - pub fn set_rxdata(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ece(pub u8); + impl Ece { + #[doc = "External clock mode 2 disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "External clock mode 2 enabled. The counter is clocked by any active edge on the ETRF signal."] + pub const ENABLED: Self = Self(0x01); } - impl Default for Rxdr { - fn default() -> Rxdr { - Rxdr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Urs(pub u8); + impl Urs { + #[doc = "Any of counter overflow/underflow, setting UG, or update through slave mode, generates an update interrupt or DMA request"] + pub const ANYEVENT: Self = Self(0); + #[doc = "Only counter overflow/underflow generates an update interrupt or DMA request"] + pub const COUNTERONLY: Self = Self(0x01); } - #[doc = "Access: No wait states"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pecr(pub u32); - impl Pecr { - #[doc = "Packet error checking register This field contains the internal PEC when PECEN=1. The PEC is cleared by hardware when PE=0."] - pub const fn pec(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "Packet error checking register This field contains the internal PEC when PECEN=1. The PEC is cleared by hardware when PE=0."] - pub fn set_pec(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Opm(pub u8); + impl Opm { + #[doc = "Counter is not stopped at update event"] + pub const DISABLED: Self = Self(0); + #[doc = "Counter stops counting at the next update event (clearing the CEN bit)"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Pecr { - fn default() -> Pecr { - Pecr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ocpe(pub u8); + impl Ocpe { + #[doc = "Preload register on CCR2 disabled. New values written to CCR2 are taken into account immediately"] + pub const DISABLED: Self = Self(0); + #[doc = "Preload register on CCR2 enabled. Preload value is loaded into active register on each update event"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Oar1(pub u32); - impl Oar1 { - #[doc = "Interface address 7-bit addressing mode: dont care 10-bit addressing mode: bits 9:8 of address Note: These bits can be written only when OA1EN=0. OA1[7:1]: Interface address Bits 7:1 of address Note: These bits can be written only when OA1EN=0. OA1[0]: Interface address 7-bit addressing mode: dont care 10-bit addressing mode: bit 0 of address Note: This bit can be written only when OA1EN=0."] - pub const fn oa1(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x03ff; - val as u16 - } - #[doc = "Interface address 7-bit addressing mode: dont care 10-bit addressing mode: bits 9:8 of address Note: These bits can be written only when OA1EN=0. OA1[7:1]: Interface address Bits 7:1 of address Note: These bits can be written only when OA1EN=0. OA1[0]: Interface address 7-bit addressing mode: dont care 10-bit addressing mode: bit 0 of address Note: This bit can be written only when OA1EN=0."] - pub fn set_oa1(&mut self, val: u16) { - self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); - } - #[doc = "Own Address 1 10-bit mode Note: This bit can be written only when OA1EN=0."] - pub const fn oa1mode(&self) -> super::vals::Oamode { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Oamode(val as u8) - } - #[doc = "Own Address 1 10-bit mode Note: This bit can be written only when OA1EN=0."] - pub fn set_oa1mode(&mut self, val: super::vals::Oamode) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "Own Address 1 enable"] - pub const fn oa1en(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 - } - #[doc = "Own Address 1 enable"] - pub fn set_oa1en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ccds(pub u8); + impl Ccds { + #[doc = "CCx DMA request sent when CCx event occurs"] + pub const ONCOMPARE: Self = Self(0); + #[doc = "CCx DMA request sent when update event occurs"] + pub const ONUPDATE: Self = Self(0x01); } - impl Default for Oar1 { - fn default() -> Oar1 { - Oar1(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct CcmrInputCcs(pub u8); + impl CcmrInputCcs { + #[doc = "CCx channel is configured as input, normal mapping: ICx mapped to TIx"] + pub const TI4: Self = Self(0x01); + #[doc = "CCx channel is configured as input, alternate mapping (switches 1 with 2, 3 with 4)"] + pub const TI3: Self = Self(0x02); + #[doc = "CCx channel is configured as input, ICx is mapped on TRC"] + pub const TRC: Self = Self(0x03); } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Peripheral enable Note: When PE=0, the I2C SCL and SDA lines are released. Internal state machines and status bits are put back to their reset value. When cleared, PE must be kept low for at least 3 APB clock cycles."] - pub const fn pe(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Peripheral enable Note: When PE=0, the I2C SCL and SDA lines are released. Internal state machines and status bits are put back to their reset value. When cleared, PE must be kept low for at least 3 APB clock cycles."] - pub fn set_pe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "TX Interrupt enable"] - pub const fn txie(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "TX Interrupt enable"] - pub fn set_txie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "RX Interrupt enable"] - pub const fn rxie(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "RX Interrupt enable"] - pub fn set_rxie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Address match Interrupt enable (slave only)"] - pub const fn addrie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Address match Interrupt enable (slave only)"] - pub fn set_addrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Not acknowledge received Interrupt enable"] - pub const fn nackie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "Not acknowledge received Interrupt enable"] - pub fn set_nackie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "STOP detection Interrupt enable"] - pub const fn stopie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "STOP detection Interrupt enable"] - pub fn set_stopie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Transfer Complete interrupt enable Note: Any of these events will generate an interrupt: Transfer Complete (TC) Transfer Complete Reload (TCR)"] - pub const fn tcie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Transfer Complete interrupt enable Note: Any of these events will generate an interrupt: Transfer Complete (TC) Transfer Complete Reload (TCR)"] - pub fn set_tcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Error interrupts enable Note: Any of these errors generate an interrupt: Arbitration Loss (ARLO) Bus Error detection (BERR) Overrun/Underrun (OVR) Timeout detection (TIMEOUT) PEC error detection (PECERR) Alert pin event detection (ALERT)"] - pub const fn errie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Error interrupts enable Note: Any of these errors generate an interrupt: Arbitration Loss (ARLO) Bus Error detection (BERR) Overrun/Underrun (OVR) Timeout detection (TIMEOUT) PEC error detection (PECERR) Alert pin event detection (ALERT)"] - pub fn set_errie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Digital noise filter These bits are used to configure the digital noise filter on SDA and SCL input. The digital filter will filter spikes with a length of up to DNF[3:0] -* tI2CCLK ... Note: If the analog filter is also enabled, the digital filter is added to the analog filter. This filter can only be programmed when the I2C is disabled (PE = 0)."] - pub const fn dnf(&self) -> super::vals::Dnf { - let val = (self.0 >> 8usize) & 0x0f; - super::vals::Dnf(val as u8) - } - #[doc = "Digital noise filter These bits are used to configure the digital noise filter on SDA and SCL input. The digital filter will filter spikes with a length of up to DNF[3:0] -* tI2CCLK ... Note: If the analog filter is also enabled, the digital filter is added to the analog filter. This filter can only be programmed when the I2C is disabled (PE = 0)."] - pub fn set_dnf(&mut self, val: super::vals::Dnf) { - self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); - } - #[doc = "Analog noise filter OFF Note: This bit can only be programmed when the I2C is disabled (PE = 0)."] - pub const fn anfoff(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "Analog noise filter OFF Note: This bit can only be programmed when the I2C is disabled (PE = 0)."] - pub fn set_anfoff(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "DMA transmission requests enable"] - pub const fn txdmaen(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "DMA transmission requests enable"] - pub fn set_txdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - #[doc = "DMA reception requests enable"] - pub const fn rxdmaen(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 - } - #[doc = "DMA reception requests enable"] - pub fn set_rxdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); - } - #[doc = "Slave byte control This bit is used to enable hardware byte control in slave mode."] - pub const fn sbc(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Slave byte control This bit is used to enable hardware byte control in slave mode."] - pub fn set_sbc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - #[doc = "Clock stretching disable This bit is used to disable clock stretching in slave mode. It must be kept cleared in master mode. Note: This bit can only be programmed when the I2C is disabled (PE = 0)."] - pub const fn nostretch(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 - } - #[doc = "Clock stretching disable This bit is used to disable clock stretching in slave mode. It must be kept cleared in master mode. Note: This bit can only be programmed when the I2C is disabled (PE = 0)."] - pub fn set_nostretch(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "Wakeup from Stop mode enable Note: If the Wakeup from Stop mode feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation. Note: WUPEN can be set only when DNF = 0000"] - pub const fn wupen(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 - } - #[doc = "Wakeup from Stop mode enable Note: If the Wakeup from Stop mode feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation. Note: WUPEN can be set only when DNF = 0000"] - pub fn set_wupen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); - } - #[doc = "General call enable"] - pub const fn gcen(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 - } - #[doc = "General call enable"] - pub fn set_gcen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); - } - #[doc = "SMBus Host address enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn smbhen(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 - } - #[doc = "SMBus Host address enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_smbhen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); - } - #[doc = "SMBus Device Default address enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn smbden(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 - } - #[doc = "SMBus Device Default address enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_smbden(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); - } - #[doc = "SMBus alert enable Device mode (SMBHEN=0): Host mode (SMBHEN=1): Note: When ALERTEN=0, the SMBA pin can be used as a standard GPIO. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn alerten(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 - } - #[doc = "SMBus alert enable Device mode (SMBHEN=0): Host mode (SMBHEN=1): Note: When ALERTEN=0, the SMBA pin can be used as a standard GPIO. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_alerten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - #[doc = "PEC enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn pecen(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 - } - #[doc = "PEC enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_pecen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); - } - } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) - } - } - } -} -pub mod gpio_v2 { - use crate::generic::*; - #[doc = "General-purpose I/Os"] - #[derive(Copy, Clone)] - pub struct Gpio(pub *mut u8); - unsafe impl Send for Gpio {} - unsafe impl Sync for Gpio {} - impl Gpio { - #[doc = "GPIO port mode register"] - pub fn moder(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "GPIO port output type register"] - pub fn otyper(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "GPIO port output speed register"] - pub fn ospeedr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "GPIO port pull-up/pull-down register"] - pub fn pupdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "GPIO port input data register"] - pub fn idr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "GPIO port output data register"] - pub fn odr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "GPIO port bit set/reset register"] - pub fn bsrr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "GPIO port configuration lock register"] - pub fn lckr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "GPIO alternate function register (low, high)"] - pub fn afr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(32usize + n * 4usize)) } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Arpe(pub u8); + impl Arpe { + #[doc = "TIMx_APRR register is not buffered"] + pub const DISABLED: Self = Self(0); + #[doc = "TIMx_APRR register is buffered"] + pub const ENABLED: Self = Self(0x01); } - } - pub mod vals { - use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ospeedr(pub u8); - impl Ospeedr { - #[doc = "Low speed"] - pub const LOWSPEED: Self = Self(0); - #[doc = "Medium speed"] - pub const MEDIUMSPEED: Self = Self(0x01); - #[doc = "High speed"] - pub const HIGHSPEED: Self = Self(0x02); - #[doc = "Very high speed"] - pub const VERYHIGHSPEED: Self = Self(0x03); + pub struct Mms(pub u8); + impl Mms { + #[doc = "The UG bit from the TIMx_EGR register is used as trigger output"] + pub const RESET: Self = Self(0); + #[doc = "The counter enable signal, CNT_EN, is used as trigger output"] + pub const ENABLE: Self = Self(0x01); + #[doc = "The update event is selected as trigger output"] + pub const UPDATE: Self = Self(0x02); + #[doc = "The trigger output send a positive pulse when the CC1IF flag it to be set, as soon as a capture or a compare match occurred"] + pub const COMPAREPULSE: Self = Self(0x03); + #[doc = "OC1REF signal is used as trigger output"] + pub const COMPAREOC1: Self = Self(0x04); + #[doc = "OC2REF signal is used as trigger output"] + pub const COMPAREOC2: Self = Self(0x05); + #[doc = "OC3REF signal is used as trigger output"] + pub const COMPAREOC3: Self = Self(0x06); + #[doc = "OC4REF signal is used as trigger output"] + pub const COMPAREOC4: Self = Self(0x07); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pupdr(pub u8); - impl Pupdr { - #[doc = "No pull-up, pull-down"] - pub const FLOATING: Self = Self(0); - #[doc = "Pull-up"] - pub const PULLUP: Self = Self(0x01); - #[doc = "Pull-down"] - pub const PULLDOWN: Self = Self(0x02); + pub struct Msm(pub u8); + impl Msm { + #[doc = "No action"] + pub const NOSYNC: Self = Self(0); + #[doc = "The effect of an event on the trigger input (TRGI) is delayed to allow a perfect synchronization between the current timer and its slaves (through TRGO). It is useful if we want to synchronize several timers on a single external event."] + pub const SYNC: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lck(pub u8); - impl Lck { - #[doc = "Port configuration not locked"] - pub const UNLOCKED: Self = Self(0); - #[doc = "Port configuration locked"] - pub const LOCKED: Self = Self(0x01); + pub struct Etf(pub u8); + impl Etf { + #[doc = "No filter, sampling is done at fDTS"] + pub const NOFILTER: Self = Self(0); + #[doc = "fSAMPLING=fCK_INT, N=2"] + pub const FCK_INT_N2: Self = Self(0x01); + #[doc = "fSAMPLING=fCK_INT, N=4"] + pub const FCK_INT_N4: Self = Self(0x02); + #[doc = "fSAMPLING=fCK_INT, N=8"] + pub const FCK_INT_N8: Self = Self(0x03); + #[doc = "fSAMPLING=fDTS/2, N=6"] + pub const FDTS_DIV2_N6: Self = Self(0x04); + #[doc = "fSAMPLING=fDTS/2, N=8"] + pub const FDTS_DIV2_N8: Self = Self(0x05); + #[doc = "fSAMPLING=fDTS/4, N=6"] + pub const FDTS_DIV4_N6: Self = Self(0x06); + #[doc = "fSAMPLING=fDTS/4, N=8"] + pub const FDTS_DIV4_N8: Self = Self(0x07); + #[doc = "fSAMPLING=fDTS/8, N=6"] + pub const FDTS_DIV8_N6: Self = Self(0x08); + #[doc = "fSAMPLING=fDTS/8, N=8"] + pub const FDTS_DIV8_N8: Self = Self(0x09); + #[doc = "fSAMPLING=fDTS/16, N=5"] + pub const FDTS_DIV16_N5: Self = Self(0x0a); + #[doc = "fSAMPLING=fDTS/16, N=6"] + pub const FDTS_DIV16_N6: Self = Self(0x0b); + #[doc = "fSAMPLING=fDTS/16, N=8"] + pub const FDTS_DIV16_N8: Self = Self(0x0c); + #[doc = "fSAMPLING=fDTS/32, N=5"] + pub const FDTS_DIV32_N5: Self = Self(0x0d); + #[doc = "fSAMPLING=fDTS/32, N=6"] + pub const FDTS_DIV32_N6: Self = Self(0x0e); + #[doc = "fSAMPLING=fDTS/32, N=8"] + pub const FDTS_DIV32_N8: Self = Self(0x0f); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Odr(pub u8); - impl Odr { - #[doc = "Set output to logic low"] - pub const LOW: Self = Self(0); - #[doc = "Set output to logic high"] - pub const HIGH: Self = Self(0x01); + pub struct Icf(pub u8); + impl Icf { + #[doc = "No filter, sampling is done at fDTS"] + pub const NOFILTER: Self = Self(0); + #[doc = "fSAMPLING=fCK_INT, N=2"] + pub const FCK_INT_N2: Self = Self(0x01); + #[doc = "fSAMPLING=fCK_INT, N=4"] + pub const FCK_INT_N4: Self = Self(0x02); + #[doc = "fSAMPLING=fCK_INT, N=8"] + pub const FCK_INT_N8: Self = Self(0x03); + #[doc = "fSAMPLING=fDTS/2, N=6"] + pub const FDTS_DIV2_N6: Self = Self(0x04); + #[doc = "fSAMPLING=fDTS/2, N=8"] + pub const FDTS_DIV2_N8: Self = Self(0x05); + #[doc = "fSAMPLING=fDTS/4, N=6"] + pub const FDTS_DIV4_N6: Self = Self(0x06); + #[doc = "fSAMPLING=fDTS/4, N=8"] + pub const FDTS_DIV4_N8: Self = Self(0x07); + #[doc = "fSAMPLING=fDTS/8, N=6"] + pub const FDTS_DIV8_N6: Self = Self(0x08); + #[doc = "fSAMPLING=fDTS/8, N=8"] + pub const FDTS_DIV8_N8: Self = Self(0x09); + #[doc = "fSAMPLING=fDTS/16, N=5"] + pub const FDTS_DIV16_N5: Self = Self(0x0a); + #[doc = "fSAMPLING=fDTS/16, N=6"] + pub const FDTS_DIV16_N6: Self = Self(0x0b); + #[doc = "fSAMPLING=fDTS/16, N=8"] + pub const FDTS_DIV16_N8: Self = Self(0x0c); + #[doc = "fSAMPLING=fDTS/32, N=5"] + pub const FDTS_DIV32_N5: Self = Self(0x0d); + #[doc = "fSAMPLING=fDTS/32, N=6"] + pub const FDTS_DIV32_N6: Self = Self(0x0e); + #[doc = "fSAMPLING=fDTS/32, N=8"] + pub const FDTS_DIV32_N8: Self = Self(0x0f); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bsw(pub u8); - impl Bsw { - #[doc = "Sets the corresponding ODRx bit"] - pub const SET: Self = Self(0x01); + pub struct Dir(pub u8); + impl Dir { + #[doc = "Counter used as upcounter"] + pub const UP: Self = Self(0); + #[doc = "Counter used as downcounter"] + pub const DOWN: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lckk(pub u8); - impl Lckk { - #[doc = "Port configuration lock key not active"] - pub const NOTACTIVE: Self = Self(0); - #[doc = "Port configuration lock key active"] - pub const ACTIVE: Self = Self(0x01); + pub struct Etps(pub u8); + impl Etps { + #[doc = "Prescaler OFF"] + pub const DIV1: Self = Self(0); + #[doc = "ETRP frequency divided by 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "ETRP frequency divided by 4"] + pub const DIV4: Self = Self(0x02); + #[doc = "ETRP frequency divided by 8"] + pub const DIV8: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Brw(pub u8); - impl Brw { - #[doc = "Resets the corresponding ODRx bit"] - pub const RESET: Self = Self(0x01); + pub struct Ossr(pub u8); + impl Ossr { + #[doc = "When inactive, OC/OCN outputs are disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "When inactive, OC/OCN outputs are enabled with their inactive level"] + pub const IDLELEVEL: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ot(pub u8); - impl Ot { - #[doc = "Output push-pull (reset state)"] - pub const PUSHPULL: Self = Self(0); - #[doc = "Output open-drain"] - pub const OPENDRAIN: Self = Self(0x01); + pub struct Ocm(pub u8); + impl Ocm { + #[doc = "The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the outputs"] + pub const FROZEN: Self = Self(0); + #[doc = "Set channel to active level on match. OCyREF signal is forced high when the counter matches the capture/compare register"] + pub const ACTIVEONMATCH: Self = Self(0x01); + #[doc = "Set channel to inactive level on match. OCyREF signal is forced low when the counter matches the capture/compare register"] + pub const INACTIVEONMATCH: Self = Self(0x02); + #[doc = "OCyREF toggles when TIMx_CNT=TIMx_CCRy"] + pub const TOGGLE: Self = Self(0x03); + #[doc = "OCyREF is forced low"] + pub const FORCEINACTIVE: Self = Self(0x04); + #[doc = "OCyREF is forced high"] + pub const FORCEACTIVE: Self = Self(0x05); + #[doc = "In upcounting, channel is active as long as TIMx_CNTTIMx_CCRy else active"] + pub const PWMMODE1: Self = Self(0x06); + #[doc = "Inversely to PwmMode1"] + pub const PWMMODE2: Self = Self(0x07); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Afr(pub u8); - impl Afr { - #[doc = "AF0"] - pub const AF0: Self = Self(0); - #[doc = "AF1"] - pub const AF1: Self = Self(0x01); - #[doc = "AF2"] - pub const AF2: Self = Self(0x02); - #[doc = "AF3"] - pub const AF3: Self = Self(0x03); - #[doc = "AF4"] - pub const AF4: Self = Self(0x04); - #[doc = "AF5"] - pub const AF5: Self = Self(0x05); - #[doc = "AF6"] - pub const AF6: Self = Self(0x06); - #[doc = "AF7"] - pub const AF7: Self = Self(0x07); - #[doc = "AF8"] - pub const AF8: Self = Self(0x08); - #[doc = "AF9"] - pub const AF9: Self = Self(0x09); - #[doc = "AF10"] - pub const AF10: Self = Self(0x0a); - #[doc = "AF11"] - pub const AF11: Self = Self(0x0b); - #[doc = "AF12"] - pub const AF12: Self = Self(0x0c); - #[doc = "AF13"] - pub const AF13: Self = Self(0x0d); - #[doc = "AF14"] - pub const AF14: Self = Self(0x0e); - #[doc = "AF15"] - pub const AF15: Self = Self(0x0f); + pub struct Tis(pub u8); + impl Tis { + #[doc = "The TIMx_CH1 pin is connected to TI1 input"] + pub const NORMAL: Self = Self(0); + #[doc = "The TIMx_CH1, CH2, CH3 pins are connected to TI1 input"] + pub const XOR: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Moder(pub u8); - impl Moder { - #[doc = "Input mode (reset state)"] - pub const INPUT: Self = Self(0); - #[doc = "General purpose output mode"] - pub const OUTPUT: Self = Self(0x01); - #[doc = "Alternate function mode"] - pub const ALTERNATE: Self = Self(0x02); - #[doc = "Analog mode"] - pub const ANALOG: Self = Self(0x03); + pub struct Etp(pub u8); + impl Etp { + #[doc = "ETR is noninverted, active at high level or rising edge"] + pub const NOTINVERTED: Self = Self(0); + #[doc = "ETR is inverted, active at low level or falling edge"] + pub const INVERTED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Idr(pub u8); - impl Idr { - #[doc = "Input is logic low"] - pub const LOW: Self = Self(0); - #[doc = "Input is logic high"] - pub const HIGH: Self = Self(0x01); - } - } - pub mod regs { - use crate::generic::*; - #[doc = "GPIO port output data register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Odr(pub u32); - impl Odr { - #[doc = "Port output data (y = 0..15)"] - pub fn odr(&self, n: usize) -> super::vals::Odr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Odr(val as u8) - } - #[doc = "Port output data (y = 0..15)"] - pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - } - impl Default for Odr { - fn default() -> Odr { - Odr(0) - } + pub struct Ckd(pub u8); + impl Ckd { + #[doc = "t_DTS = t_CK_INT"] + pub const DIV1: Self = Self(0); + #[doc = "t_DTS = 2 × t_CK_INT"] + pub const DIV2: Self = Self(0x01); + #[doc = "t_DTS = 4 × t_CK_INT"] + pub const DIV4: Self = Self(0x02); } - #[doc = "GPIO alternate function register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Afr(pub u32); - impl Afr { - #[doc = "Alternate function selection for port x bit y (y = 0..15)"] - pub fn afr(&self, n: usize) -> super::vals::Afr { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - super::vals::Afr(val as u8) - } - #[doc = "Alternate function selection for port x bit y (y = 0..15)"] - pub fn set_afr(&mut self, n: usize, val: super::vals::Afr) { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sms(pub u8); + impl Sms { + #[doc = "Slave mode disabled - if CEN = ‘1 then the prescaler is clocked directly by the internal clock."] + pub const DISABLED: Self = Self(0); + #[doc = "Encoder mode 1 - Counter counts up/down on TI2FP1 edge depending on TI1FP2 level."] + pub const ENCODER_MODE_1: Self = Self(0x01); + #[doc = "Encoder mode 2 - Counter counts up/down on TI1FP2 edge depending on TI2FP1 level."] + pub const ENCODER_MODE_2: Self = Self(0x02); + #[doc = "Encoder mode 3 - Counter counts up/down on both TI1FP1 and TI2FP2 edges depending on the level of the other input."] + pub const ENCODER_MODE_3: Self = Self(0x03); + #[doc = "Reset Mode - Rising edge of the selected trigger input (TRGI) reinitializes the counter and generates an update of the registers."] + pub const RESET_MODE: Self = Self(0x04); + #[doc = "Gated Mode - The counter clock is enabled when the trigger input (TRGI) is high. The counter stops (but is not reset) as soon as the trigger becomes low. Both start and stop of the counter are controlled."] + pub const GATED_MODE: Self = Self(0x05); + #[doc = "Trigger Mode - The counter starts at a rising edge of the trigger TRGI (but it is not reset). Only the start of the counter is controlled."] + pub const TRIGGER_MODE: Self = Self(0x06); + #[doc = "External Clock Mode 1 - Rising edges of the selected trigger (TRGI) clock the counter."] + pub const EXT_CLOCK_MODE: Self = Self(0x07); } - impl Default for Afr { - fn default() -> Afr { - Afr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ossi(pub u8); + impl Ossi { + #[doc = "When inactive, OC/OCN outputs are disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "When inactive, OC/OCN outputs are forced to idle level"] + pub const IDLELEVEL: Self = Self(0x01); } - #[doc = "GPIO port bit set/reset register"] + } +} +pub mod exti_v1 { + use crate::generic::*; + #[doc = "External interrupt/event controller"] + #[derive(Copy, Clone)] + pub struct Exti(pub *mut u8); + unsafe impl Send for Exti {} + unsafe impl Sync for Exti {} + impl Exti { + #[doc = "Interrupt mask register (EXTI_IMR)"] + pub fn imr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Event mask register (EXTI_EMR)"] + pub fn emr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "Rising Trigger selection register (EXTI_RTSR)"] + pub fn rtsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Falling Trigger selection register (EXTI_FTSR)"] + pub fn ftsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Software interrupt event register (EXTI_SWIER)"] + pub fn swier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Pending register (EXTI_PR)"] + pub fn pr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mr(pub u8); + impl Mr { + #[doc = "Interrupt request line is masked"] + pub const MASKED: Self = Self(0); + #[doc = "Interrupt request line is unmasked"] + pub const UNMASKED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Prw(pub u8); + impl Prw { + #[doc = "Clears pending bit"] + pub const CLEAR: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Tr(pub u8); + impl Tr { + #[doc = "Falling edge trigger is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Falling edge trigger is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Prr(pub u8); + impl Prr { + #[doc = "No trigger request occurred"] + pub const NOTPENDING: Self = Self(0); + #[doc = "Selected trigger request occurred"] + pub const PENDING: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Swierw(pub u8); + impl Swierw { + #[doc = "Generates an interrupt request"] + pub const PEND: Self = Self(0x01); + } + } + pub mod regs { + use crate::generic::*; + #[doc = "Falling Trigger selection register (EXTI_FTSR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bsrr(pub u32); - impl Bsrr { - #[doc = "Port x set bit y (y= 0..15)"] - pub fn bs(&self, n: usize) -> bool { - assert!(n < 16usize); + pub struct Ftsr(pub u32); + impl Ftsr { + #[doc = "Falling trigger event configuration of line 0"] + pub fn tr(&self, n: usize) -> super::vals::Tr { + assert!(n < 23usize); let offs = 0usize + n * 1usize; let val = (self.0 >> offs) & 0x01; - val != 0 + super::vals::Tr(val as u8) } - #[doc = "Port x set bit y (y= 0..15)"] - pub fn set_bs(&mut self, n: usize, val: bool) { - assert!(n < 16usize); + #[doc = "Falling trigger event configuration of line 0"] + pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { + assert!(n < 23usize); let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Port x set bit y (y= 0..15)"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Port x set bit y (y= 0..15)"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Bsrr { - fn default() -> Bsrr { - Bsrr(0) + impl Default for Ftsr { + fn default() -> Ftsr { + Ftsr(0) } } - #[doc = "GPIO port output speed register"] + #[doc = "Rising Trigger selection register (EXTI_RTSR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ospeedr(pub u32); - impl Ospeedr { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn ospeedr(&self, n: usize) -> super::vals::Ospeedr { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Ospeedr(val as u8) + pub struct Rtsr(pub u32); + impl Rtsr { + #[doc = "Rising trigger event configuration of line 0"] + pub fn tr(&self, n: usize) -> super::vals::Tr { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Tr(val as u8) } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_ospeedr(&mut self, n: usize, val: super::vals::Ospeedr) { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "Rising trigger event configuration of line 0"] + pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Ospeedr { - fn default() -> Ospeedr { - Ospeedr(0) + impl Default for Rtsr { + fn default() -> Rtsr { + Rtsr(0) } } - #[doc = "GPIO port mode register"] + #[doc = "Software interrupt event register (EXTI_SWIER)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Moder(pub u32); - impl Moder { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn moder(&self, n: usize) -> super::vals::Moder { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Moder(val as u8) + pub struct Swier(pub u32); + impl Swier { + #[doc = "Software Interrupt on line 0"] + pub fn swier(&self, n: usize) -> bool { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_moder(&mut self, n: usize, val: super::vals::Moder) { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "Software Interrupt on line 0"] + pub fn set_swier(&mut self, n: usize, val: bool) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Moder { - fn default() -> Moder { - Moder(0) + impl Default for Swier { + fn default() -> Swier { + Swier(0) } } - #[doc = "GPIO port output type register"] + #[doc = "Event mask register (EXTI_EMR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Otyper(pub u32); - impl Otyper { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn ot(&self, n: usize) -> super::vals::Ot { - assert!(n < 16usize); + pub struct Emr(pub u32); + impl Emr { + #[doc = "Event Mask on line 0"] + pub fn mr(&self, n: usize) -> super::vals::Mr { + assert!(n < 23usize); let offs = 0usize + n * 1usize; let val = (self.0 >> offs) & 0x01; - super::vals::Ot(val as u8) + super::vals::Mr(val as u8) } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_ot(&mut self, n: usize, val: super::vals::Ot) { - assert!(n < 16usize); + #[doc = "Event Mask on line 0"] + pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { + assert!(n < 23usize); let offs = 0usize + n * 1usize; self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Otyper { - fn default() -> Otyper { - Otyper(0) - } - } - #[doc = "GPIO port configuration lock register"] + impl Default for Emr { + fn default() -> Emr { + Emr(0) + } + } + #[doc = "Interrupt mask register (EXTI_IMR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Lckr(pub u32); - impl Lckr { - #[doc = "Port x lock bit y (y= 0..15)"] - pub fn lck(&self, n: usize) -> super::vals::Lck { - assert!(n < 16usize); + pub struct Imr(pub u32); + impl Imr { + #[doc = "Interrupt Mask on line 0"] + pub fn mr(&self, n: usize) -> super::vals::Mr { + assert!(n < 23usize); let offs = 0usize + n * 1usize; let val = (self.0 >> offs) & 0x01; - super::vals::Lck(val as u8) + super::vals::Mr(val as u8) } - #[doc = "Port x lock bit y (y= 0..15)"] - pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { - assert!(n < 16usize); + #[doc = "Interrupt Mask on line 0"] + pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { + assert!(n < 23usize); let offs = 0usize + n * 1usize; self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Port x lock bit y (y= 0..15)"] - pub const fn lckk(&self) -> super::vals::Lckk { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Lckk(val as u8) - } - #[doc = "Port x lock bit y (y= 0..15)"] - pub fn set_lckk(&mut self, val: super::vals::Lckk) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - } - impl Default for Lckr { - fn default() -> Lckr { - Lckr(0) - } - } - #[doc = "GPIO port pull-up/pull-down register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pupdr(pub u32); - impl Pupdr { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn pupdr(&self, n: usize) -> super::vals::Pupdr { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Pupdr(val as u8) - } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_pupdr(&mut self, n: usize, val: super::vals::Pupdr) { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } } - impl Default for Pupdr { - fn default() -> Pupdr { - Pupdr(0) + impl Default for Imr { + fn default() -> Imr { + Imr(0) } } - #[doc = "GPIO port input data register"] + #[doc = "Pending register (EXTI_PR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idr(pub u32); - impl Idr { - #[doc = "Port input data (y = 0..15)"] - pub fn idr(&self, n: usize) -> super::vals::Idr { - assert!(n < 16usize); + pub struct Pr(pub u32); + impl Pr { + #[doc = "Pending bit 0"] + pub fn pr(&self, n: usize) -> bool { + assert!(n < 23usize); let offs = 0usize + n * 1usize; let val = (self.0 >> offs) & 0x01; - super::vals::Idr(val as u8) + val != 0 } - #[doc = "Port input data (y = 0..15)"] - pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { - assert!(n < 16usize); + #[doc = "Pending bit 0"] + pub fn set_pr(&mut self, n: usize, val: bool) { + assert!(n < 23usize); let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Idr { - fn default() -> Idr { - Idr(0) + impl Default for Pr { + fn default() -> Pr { + Pr(0) } } } } -pub mod syscfg_h7 { +pub mod spi_v2 { use crate::generic::*; - #[doc = "System configuration controller"] + #[doc = "Serial peripheral interface"] #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "peripheral mode configuration register"] - pub fn pmcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "external interrupt configuration register 1"] - pub fn exticr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "compensation cell control/status register"] - pub fn cccsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "SYSCFG compensation cell value register"] - pub fn ccvr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "SYSCFG compensation cell code register"] - pub fn cccr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "SYSCFG power control register"] - pub fn pwrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "SYSCFG package register"] - pub fn pkgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(292usize)) } - } - #[doc = "SYSCFG user register 0"] - pub fn ur0(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(768usize)) } - } - #[doc = "SYSCFG user register 2"] - pub fn ur2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(776usize)) } - } - #[doc = "SYSCFG user register 3"] - pub fn ur3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(780usize)) } - } - #[doc = "SYSCFG user register 4"] - pub fn ur4(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(784usize)) } - } - #[doc = "SYSCFG user register 5"] - pub fn ur5(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(788usize)) } - } - #[doc = "SYSCFG user register 6"] - pub fn ur6(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(792usize)) } - } - #[doc = "SYSCFG user register 7"] - pub fn ur7(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(796usize)) } - } - #[doc = "SYSCFG user register 8"] - pub fn ur8(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(800usize)) } - } - #[doc = "SYSCFG user register 9"] - pub fn ur9(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(804usize)) } - } - #[doc = "SYSCFG user register 10"] - pub fn ur10(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(808usize)) } - } - #[doc = "SYSCFG user register 11"] - pub fn ur11(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(812usize)) } + pub struct Spi(pub *mut u8); + unsafe impl Send for Spi {} + unsafe impl Sync for Spi {} + impl Spi { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "SYSCFG user register 12"] - pub fn ur12(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(816usize)) } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "SYSCFG user register 13"] - pub fn ur13(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(820usize)) } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "SYSCFG user register 14"] - pub fn ur14(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(824usize)) } + #[doc = "data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[doc = "SYSCFG user register 15"] - pub fn ur15(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(828usize)) } + #[doc = "CRC polynomial register"] + pub fn crcpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[doc = "SYSCFG user register 16"] - pub fn ur16(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(832usize)) } + #[doc = "RX CRC register"] + pub fn rxcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[doc = "SYSCFG user register 17"] - pub fn ur17(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(836usize)) } + #[doc = "TX CRC register"] + pub fn txcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } } } pub mod regs { use crate::generic::*; - #[doc = "SYSCFG user register 13"] + #[doc = "RX CRC register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur13(pub u32); - impl Ur13 { - #[doc = "Secured DTCM RAM Size"] - pub const fn sdrs(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; - val as u8 - } - #[doc = "Secured DTCM RAM Size"] - pub fn set_sdrs(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); - } - #[doc = "D1 Standby reset"] - pub const fn d1sbrst(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + pub struct Rxcrcr(pub u32); + impl Rxcrcr { + #[doc = "Rx CRC register"] + pub const fn rx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "D1 Standby reset"] - pub fn set_d1sbrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "Rx CRC register"] + pub fn set_rx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Ur13 { - fn default() -> Ur13 { - Ur13(0) + impl Default for Rxcrcr { + fn default() -> Rxcrcr { + Rxcrcr(0) } } - #[doc = "SYSCFG user register 9"] + #[doc = "TX CRC register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur9(pub u32); - impl Ur9 { - #[doc = "Write protection for flash bank 2"] - pub const fn wrpn_2(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "Write protection for flash bank 2"] - pub fn set_wrpn_2(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - #[doc = "Protected area start address for bank 2"] - pub const fn pa_beg_2(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; + pub struct Txcrcr(pub u32); + impl Txcrcr { + #[doc = "Tx CRC register"] + pub const fn tx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; val as u16 } - #[doc = "Protected area start address for bank 2"] - pub fn set_pa_beg_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "Tx CRC register"] + pub fn set_tx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Ur9 { - fn default() -> Ur9 { - Ur9(0) + impl Default for Txcrcr { + fn default() -> Txcrcr { + Txcrcr(0) } } - #[doc = "SYSCFG compensation cell code register"] + #[doc = "data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cccr(pub u32); - impl Cccr { - #[doc = "NMOS compensation code"] - pub const fn ncc(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "NMOS compensation code"] - pub fn set_ncc(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); - } - #[doc = "PMOS compensation code"] - pub const fn pcc(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + pub struct Dr(pub u32); + impl Dr { + #[doc = "Data register"] + pub const fn dr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "PMOS compensation code"] - pub fn set_pcc(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "Data register"] + pub fn set_dr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Cccr { - fn default() -> Cccr { - Cccr(0) + impl Default for Dr { + fn default() -> Dr { + Dr(0) } } - #[doc = "SYSCFG compensation cell value register"] + #[doc = "status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccvr(pub u32); - impl Ccvr { - #[doc = "NMOS compensation value"] - pub const fn ncv(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + pub struct Sr(pub u32); + impl Sr { + #[doc = "Receive buffer not empty"] + pub const fn rxne(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "NMOS compensation value"] - pub fn set_ncv(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "Receive buffer not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "PMOS compensation value"] - pub const fn pcv(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "Transmit buffer empty"] + pub const fn txe(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "PMOS compensation value"] - pub fn set_pcv(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "Transmit buffer empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - } - impl Default for Ccvr { - fn default() -> Ccvr { - Ccvr(0) + #[doc = "CRC error flag"] + pub const fn crcerr(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - } - #[doc = "SYSCFG user register 10"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur10(pub u32); - impl Ur10 { - #[doc = "Protected area end address for bank 2"] - pub const fn pa_end_2(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + #[doc = "CRC error flag"] + pub fn set_crcerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Protected area end address for bank 2"] - pub fn set_pa_end_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "Mode fault"] + pub const fn modf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "Secured area start address for bank 2"] - pub const fn sa_beg_2(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "Mode fault"] + pub fn set_modf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Secured area start address for bank 2"] - pub fn set_sa_beg_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "Overrun flag"] + pub const fn ovr(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - } - impl Default for Ur10 { - fn default() -> Ur10 { - Ur10(0) + #[doc = "Overrun flag"] + pub fn set_ovr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - } - #[doc = "SYSCFG user register 12"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur12(pub u32); - impl Ur12 { - #[doc = "Secure mode"] - pub const fn secure(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "Busy flag"] + pub const fn bsy(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Secure mode"] - pub fn set_secure(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - } - impl Default for Ur12 { - fn default() -> Ur12 { - Ur12(0) + #[doc = "Busy flag"] + pub fn set_bsy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - } - #[doc = "SYSCFG user register 17"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur17(pub u32); - impl Ur17 { - #[doc = "I/O high speed / low voltage"] - pub const fn io_hslv(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Frame format error"] + pub const fn fre(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "I/O high speed / low voltage"] - pub fn set_io_hslv(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Frame format error"] + pub fn set_fre(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - } - impl Default for Ur17 { - fn default() -> Ur17 { - Ur17(0) + #[doc = "FIFO reception level"] + pub const fn frlvl(&self) -> u8 { + let val = (self.0 >> 9usize) & 0x03; + val as u8 } - } - #[doc = "SYSCFG power control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pwrcr(pub u32); - impl Pwrcr { - #[doc = "Overdrive enable"] - pub const fn oden(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; + #[doc = "FIFO reception level"] + pub fn set_frlvl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 9usize)) | (((val as u32) & 0x03) << 9usize); + } + #[doc = "FIFO Transmission Level"] + pub const fn ftlvl(&self) -> u8 { + let val = (self.0 >> 11usize) & 0x03; val as u8 } - #[doc = "Overdrive enable"] - pub fn set_oden(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "FIFO Transmission Level"] + pub fn set_ftlvl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val as u32) & 0x03) << 11usize); } } - impl Default for Pwrcr { - fn default() -> Pwrcr { - Pwrcr(0) + impl Default for Sr { + fn default() -> Sr { + Sr(0) } } - #[doc = "SYSCFG user register 5"] + #[doc = "control register 2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur5(pub u32); - impl Ur5 { - #[doc = "Mass erase secured area disabled for bank 1"] - pub const fn mesad_1(&self) -> bool { + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Rx buffer DMA enable"] + pub const fn rxdmaen(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Mass erase secured area disabled for bank 1"] - pub fn set_mesad_1(&mut self, val: bool) { + #[doc = "Rx buffer DMA enable"] + pub fn set_rxdmaen(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Write protection for flash bank 1"] - pub const fn wrpn_1(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; - val as u8 - } - #[doc = "Write protection for flash bank 1"] - pub fn set_wrpn_1(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + #[doc = "Tx buffer DMA enable"] + pub const fn txdmaen(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - } - impl Default for Ur5 { - fn default() -> Ur5 { - Ur5(0) + #[doc = "Tx buffer DMA enable"] + pub fn set_txdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - } - #[doc = "external interrupt configuration register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI x configuration (x = 4 to 7)"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 + #[doc = "SS output enable"] + pub const fn ssoe(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "EXTI x configuration (x = 4 to 7)"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + #[doc = "SS output enable"] + pub fn set_ssoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) + #[doc = "NSS pulse management"] + pub const fn nssp(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - } - #[doc = "SYSCFG user register 4"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur4(pub u32); - impl Ur4 { - #[doc = "Mass Erase Protected Area Disabled for bank 1"] - pub const fn mepad_1(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "NSS pulse management"] + pub fn set_nssp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Frame format"] + pub const fn frf(&self) -> super::vals::Frf { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Frf(val as u8) + } + #[doc = "Frame format"] + pub fn set_frf(&mut self, val: super::vals::Frf) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Error interrupt enable"] + pub const fn errie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Mass Erase Protected Area Disabled for bank 1"] - pub fn set_mepad_1(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "Error interrupt enable"] + pub fn set_errie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - } - impl Default for Ur4 { - fn default() -> Ur4 { - Ur4(0) + #[doc = "RX buffer not empty interrupt enable"] + pub const fn rxneie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - } - #[doc = "SYSCFG user register 7"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur7(pub u32); - impl Ur7 { - #[doc = "Secured area start address for bank 1"] - pub const fn sa_beg_1(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + #[doc = "RX buffer not empty interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Secured area start address for bank 1"] - pub fn set_sa_beg_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "Tx buffer empty interrupt enable"] + pub const fn txeie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 } - #[doc = "Secured area end address for bank 1"] - pub const fn sa_end_1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "Tx buffer empty interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Secured area end address for bank 1"] - pub fn set_sa_end_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "Data size"] + pub const fn ds(&self) -> super::vals::Ds { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Ds(val as u8) + } + #[doc = "Data size"] + pub fn set_ds(&mut self, val: super::vals::Ds) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + } + #[doc = "FIFO reception threshold"] + pub const fn frxth(&self) -> super::vals::Frxth { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Frxth(val as u8) + } + #[doc = "FIFO reception threshold"] + pub fn set_frxth(&mut self, val: super::vals::Frxth) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Last DMA transfer for reception"] + pub const fn ldma_rx(&self) -> super::vals::LdmaRx { + let val = (self.0 >> 13usize) & 0x01; + super::vals::LdmaRx(val as u8) + } + #[doc = "Last DMA transfer for reception"] + pub fn set_ldma_rx(&mut self, val: super::vals::LdmaRx) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "Last DMA transfer for transmission"] + pub const fn ldma_tx(&self) -> super::vals::LdmaTx { + let val = (self.0 >> 14usize) & 0x01; + super::vals::LdmaTx(val as u8) + } + #[doc = "Last DMA transfer for transmission"] + pub fn set_ldma_tx(&mut self, val: super::vals::LdmaTx) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } } - impl Default for Ur7 { - fn default() -> Ur7 { - Ur7(0) + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) } } - #[doc = "SYSCFG user register 14"] + #[doc = "CRC polynomial register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur14(pub u32); - impl Ur14 { - #[doc = "D1 Stop Reset"] - pub const fn d1stprst(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + pub struct Crcpr(pub u32); + impl Crcpr { + #[doc = "CRC polynomial register"] + pub const fn crcpoly(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "D1 Stop Reset"] - pub fn set_d1stprst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "CRC polynomial register"] + pub fn set_crcpoly(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Ur14 { - fn default() -> Ur14 { - Ur14(0) + impl Default for Crcpr { + fn default() -> Crcpr { + Crcpr(0) } } - #[doc = "peripheral mode configuration register"] + #[doc = "control register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pmcr(pub u32); - impl Pmcr { - #[doc = "I2C1 Fm+"] - pub const fn i2c1fmp(&self) -> bool { + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Cpha(val as u8) } - #[doc = "I2C1 Fm+"] - pub fn set_i2c1fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "I2C2 Fm+"] - pub const fn i2c2fmp(&self) -> bool { + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Cpol(val as u8) } - #[doc = "I2C2 Fm+"] - pub fn set_i2c2fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "I2C3 Fm+"] - pub const fn i2c3fmp(&self) -> bool { + #[doc = "Master selection"] + pub const fn mstr(&self) -> super::vals::Mstr { let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "I2C3 Fm+"] - pub fn set_i2c3fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "I2C4 Fm+"] - pub const fn i2c4fmp(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "I2C4 Fm+"] - pub fn set_i2c4fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "PB(6) Fm+"] - pub const fn pb6fmp(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + super::vals::Mstr(val as u8) } - #[doc = "PB(6) Fm+"] - pub fn set_pb6fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Master selection"] + pub fn set_mstr(&mut self, val: super::vals::Mstr) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "PB(7) Fast Mode Plus"] - pub const fn pb7fmp(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "Baud rate control"] + pub const fn br(&self) -> super::vals::Br { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Br(val as u8) } - #[doc = "PB(7) Fast Mode Plus"] - pub fn set_pb7fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Baud rate control"] + pub fn set_br(&mut self, val: super::vals::Br) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); } - #[doc = "PB(8) Fast Mode Plus"] - pub const fn pb8fmp(&self) -> bool { + #[doc = "SPI enable"] + pub const fn spe(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "PB(8) Fast Mode Plus"] - pub fn set_pb8fmp(&mut self, val: bool) { + #[doc = "SPI enable"] + pub fn set_spe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "PB(9) Fm+"] - pub const fn pb9fmp(&self) -> bool { + #[doc = "Frame format"] + pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { let val = (self.0 >> 7usize) & 0x01; - val != 0 + super::vals::Lsbfirst(val as u8) } - #[doc = "PB(9) Fm+"] - pub fn set_pb9fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Frame format"] + pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "Booster Enable"] - pub const fn booste(&self) -> bool { + #[doc = "Internal slave select"] + pub const fn ssi(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Booster Enable"] - pub fn set_booste(&mut self, val: bool) { + #[doc = "Internal slave select"] + pub fn set_ssi(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Analog switch supply voltage selection"] - pub const fn boostvddsel(&self) -> bool { + #[doc = "Software slave management"] + pub const fn ssm(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "Analog switch supply voltage selection"] - pub fn set_boostvddsel(&mut self, val: bool) { + #[doc = "Software slave management"] + pub fn set_ssm(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Ethernet PHY Interface Selection"] - pub const fn epis(&self) -> u8 { - let val = (self.0 >> 21usize) & 0x07; - val as u8 + #[doc = "Receive only"] + pub const fn rxonly(&self) -> super::vals::Rxonly { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Rxonly(val as u8) } - #[doc = "Ethernet PHY Interface Selection"] - pub fn set_epis(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 21usize)) | (((val as u32) & 0x07) << 21usize); + #[doc = "Receive only"] + pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "PA0 Switch Open"] - pub const fn pa0so(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 + #[doc = "CRC length"] + pub const fn crcl(&self) -> super::vals::Crcl { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Crcl(val as u8) } - #[doc = "PA0 Switch Open"] - pub fn set_pa0so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "CRC length"] + pub fn set_crcl(&mut self, val: super::vals::Crcl) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "PA1 Switch Open"] - pub const fn pa1so(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + #[doc = "CRC transfer next"] + pub const fn crcnext(&self) -> super::vals::Crcnext { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Crcnext(val as u8) } - #[doc = "PA1 Switch Open"] - pub fn set_pa1so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "CRC transfer next"] + pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "PC2 Switch Open"] - pub const fn pc2so(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; + #[doc = "Hardware CRC calculation enable"] + pub const fn crcen(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "PC2 Switch Open"] - pub fn set_pc2so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "Hardware CRC calculation enable"] + pub fn set_crcen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "PC3 Switch Open"] - pub const fn pc3so(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 + #[doc = "Output enable in bidirectional mode"] + pub const fn bidioe(&self) -> super::vals::Bidioe { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Bidioe(val as u8) } - #[doc = "PC3 Switch Open"] - pub fn set_pc3so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "Output enable in bidirectional mode"] + pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "Bidirectional data mode enable"] + pub const fn bidimode(&self) -> super::vals::Bidimode { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Bidimode(val as u8) + } + #[doc = "Bidirectional data mode enable"] + pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } } - impl Default for Pmcr { - fn default() -> Pmcr { - Pmcr(0) + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) } } - #[doc = "SYSCFG user register 2"] + } + pub mod vals { + use crate::generic::*; #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur2(pub u32); - impl Ur2 { - #[doc = "BOR_LVL Brownout Reset Threshold Level"] - pub const fn borh(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; - val as u8 - } - #[doc = "BOR_LVL Brownout Reset Threshold Level"] - pub fn set_borh(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); - } - #[doc = "Boot Address 0"] - pub const fn boot_add0(&self) -> u16 { - let val = (self.0 >> 16usize) & 0xffff; - val as u16 - } - #[doc = "Boot Address 0"] - pub fn set_boot_add0(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Br(pub u8); + impl Br { + #[doc = "f_PCLK / 2"] + pub const DIV2: Self = Self(0); + #[doc = "f_PCLK / 4"] + pub const DIV4: Self = Self(0x01); + #[doc = "f_PCLK / 8"] + pub const DIV8: Self = Self(0x02); + #[doc = "f_PCLK / 16"] + pub const DIV16: Self = Self(0x03); + #[doc = "f_PCLK / 32"] + pub const DIV32: Self = Self(0x04); + #[doc = "f_PCLK / 64"] + pub const DIV64: Self = Self(0x05); + #[doc = "f_PCLK / 128"] + pub const DIV128: Self = Self(0x06); + #[doc = "f_PCLK / 256"] + pub const DIV256: Self = Self(0x07); } - impl Default for Ur2 { - fn default() -> Ur2 { - Ur2(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct LdmaRx(pub u8); + impl LdmaRx { + #[doc = "Number of data to transfer for receive is even"] + pub const EVEN: Self = Self(0); + #[doc = "Number of data to transfer for receive is odd"] + pub const ODD: Self = Self(0x01); } - #[doc = "SYSCFG user register 0"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur0(pub u32); - impl Ur0 { - #[doc = "Bank Swap"] - pub const fn bks(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Bank Swap"] - pub fn set_bks(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Readout protection"] - pub const fn rdp(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; - val as u8 - } - #[doc = "Readout protection"] - pub fn set_rdp(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "CK to 0 when idle"] + pub const IDLELOW: Self = Self(0); + #[doc = "CK to 1 when idle"] + pub const IDLEHIGH: Self = Self(0x01); } - impl Default for Ur0 { - fn default() -> Ur0 { - Ur0(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ftlvlr(pub u8); + impl Ftlvlr { + #[doc = "Tx FIFO Empty"] + pub const EMPTY: Self = Self(0); + #[doc = "Tx 1/4 FIFO"] + pub const QUARTER: Self = Self(0x01); + #[doc = "Tx 1/2 FIFO"] + pub const HALF: Self = Self(0x02); + #[doc = "Tx FIFO full"] + pub const FULL: Self = Self(0x03); } - #[doc = "SYSCFG user register 6"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur6(pub u32); - impl Ur6 { - #[doc = "Protected area start address for bank 1"] - pub const fn pa_beg_1(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 - } - #[doc = "Protected area start address for bank 1"] - pub fn set_pa_beg_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); - } - #[doc = "Protected area end address for bank 1"] - pub const fn pa_end_1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 - } - #[doc = "Protected area end address for bank 1"] - pub fn set_pa_end_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bidioe(pub u8); + impl Bidioe { + #[doc = "Output disabled (receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0); + #[doc = "Output enabled (transmit-only mode)"] + pub const OUTPUTENABLED: Self = Self(0x01); } - impl Default for Ur6 { - fn default() -> Ur6 { - Ur6(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bidimode(pub u8); + impl Bidimode { + #[doc = "2-line unidirectional data mode selected"] + pub const UNIDIRECTIONAL: Self = Self(0); + #[doc = "1-line bidirectional data mode selected"] + pub const BIDIRECTIONAL: Self = Self(0x01); } - #[doc = "SYSCFG user register 11"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur11(pub u32); - impl Ur11 { - #[doc = "Secured area end address for bank 2"] - pub const fn sa_end_2(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 - } - #[doc = "Secured area end address for bank 2"] - pub fn set_sa_end_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); - } - #[doc = "Independent Watchdog 1 mode"] - pub const fn iwdg1m(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Independent Watchdog 1 mode"] - pub fn set_iwdg1m(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct LdmaTx(pub u8); + impl LdmaTx { + #[doc = "Number of data to transfer for transmit is even"] + pub const EVEN: Self = Self(0); + #[doc = "Number of data to transfer for transmit is odd"] + pub const ODD: Self = Self(0x01); } - impl Default for Ur11 { - fn default() -> Ur11 { - Ur11(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRSTEDGE: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECONDEDGE: Self = Self(0x01); } - #[doc = "SYSCFG user register 16"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur16(pub u32); - impl Ur16 { - #[doc = "Freeze independent watchdog in Stop mode"] - pub const fn fziwdgstp(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Freeze independent watchdog in Stop mode"] - pub fn set_fziwdgstp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Private key programmed"] - pub const fn pkp(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Private key programmed"] - pub fn set_pkp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frxth(pub u8); + impl Frxth { + #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/2 (16-bit)"] + pub const HALF: Self = Self(0); + #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/4 (8-bit)"] + pub const QUARTER: Self = Self(0x01); } - impl Default for Ur16 { - fn default() -> Ur16 { - Ur16(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frer(pub u8); + impl Frer { + #[doc = "No frame format error"] + pub const NOERROR: Self = Self(0); + #[doc = "A frame format error occurred"] + pub const ERROR: Self = Self(0x01); } - #[doc = "compensation cell control/status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ds(pub u8); + impl Ds { + #[doc = "4-bit"] + pub const FOURBIT: Self = Self(0x03); + #[doc = "5-bit"] + pub const FIVEBIT: Self = Self(0x04); + #[doc = "6-bit"] + pub const SIXBIT: Self = Self(0x05); + #[doc = "7-bit"] + pub const SEVENBIT: Self = Self(0x06); + #[doc = "8-bit"] + pub const EIGHTBIT: Self = Self(0x07); + #[doc = "9-bit"] + pub const NINEBIT: Self = Self(0x08); + #[doc = "10-bit"] + pub const TENBIT: Self = Self(0x09); + #[doc = "11-bit"] + pub const ELEVENBIT: Self = Self(0x0a); + #[doc = "12-bit"] + pub const TWELVEBIT: Self = Self(0x0b); + #[doc = "13-bit"] + pub const THIRTEENBIT: Self = Self(0x0c); + #[doc = "14-bit"] + pub const FOURTEENBIT: Self = Self(0x0d); + #[doc = "15-bit"] + pub const FIFTEENBIT: Self = Self(0x0e); + #[doc = "16-bit"] + pub const SIXTEENBIT: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frf(pub u8); + impl Frf { + #[doc = "SPI Motorola mode"] + pub const MOTOROLA: Self = Self(0); + #[doc = "SPI TI mode"] + pub const TI: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsbfirst(pub u8); + impl Lsbfirst { + #[doc = "Data is transmitted/received with the MSB first"] + pub const MSBFIRST: Self = Self(0); + #[doc = "Data is transmitted/received with the LSB first"] + pub const LSBFIRST: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crcl(pub u8); + impl Crcl { + #[doc = "8-bit CRC length"] + pub const EIGHTBIT: Self = Self(0); + #[doc = "16-bit CRC length"] + pub const SIXTEENBIT: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crcnext(pub u8); + impl Crcnext { + #[doc = "Next transmit value is from Tx buffer"] + pub const TXBUFFER: Self = Self(0); + #[doc = "Next transmit value is from Tx CRC register"] + pub const CRC: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frlvlr(pub u8); + impl Frlvlr { + #[doc = "Rx FIFO Empty"] + pub const EMPTY: Self = Self(0); + #[doc = "Rx 1/4 FIFO"] + pub const QUARTER: Self = Self(0x01); + #[doc = "Rx 1/2 FIFO"] + pub const HALF: Self = Self(0x02); + #[doc = "Rx FIFO full"] + pub const FULL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rxonly(pub u8); + impl Rxonly { + #[doc = "Full duplex (Transmit and receive)"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Output disabled (Receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mstr(pub u8); + impl Mstr { + #[doc = "Slave configuration"] + pub const SLAVE: Self = Self(0); + #[doc = "Master configuration"] + pub const MASTER: Self = Self(0x01); + } + } +} +pub mod spi_v1 { + use crate::generic::*; + #[doc = "Serial peripheral interface"] + #[derive(Copy, Clone)] + pub struct Spi(pub *mut u8); + unsafe impl Send for Spi {} + unsafe impl Sync for Spi {} + impl Spi { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "CRC polynomial register"] + pub fn crcpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "RX CRC register"] + pub fn rxcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "TX CRC register"] + pub fn txcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cccsr(pub u32); - impl Cccsr { - #[doc = "enable"] - pub const fn en(&self) -> bool { + pub struct Sr(pub u32); + impl Sr { + #[doc = "Receive buffer not empty"] + pub const fn rxne(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "enable"] - pub fn set_en(&mut self, val: bool) { + #[doc = "Receive buffer not empty"] + pub fn set_rxne(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Code selection"] - pub const fn cs(&self) -> bool { + #[doc = "Transmit buffer empty"] + pub const fn txe(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Code selection"] - pub fn set_cs(&mut self, val: bool) { + #[doc = "Transmit buffer empty"] + pub fn set_txe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Compensation cell ready flag"] - pub const fn ready(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "CRC error flag"] + pub const fn crcerr(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Compensation cell ready flag"] - pub fn set_ready(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "CRC error flag"] + pub fn set_crcerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "High-speed at low-voltage"] - pub const fn hslv(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "Mode fault"] + pub const fn modf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "High-speed at low-voltage"] - pub fn set_hslv(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - } - impl Default for Cccsr { - fn default() -> Cccsr { - Cccsr(0) - } - } - #[doc = "SYSCFG user register 15"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur15(pub u32); - impl Ur15 { - #[doc = "Freeze independent watchdog in Standby mode"] - pub const fn fziwdgstb(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Freeze independent watchdog in Standby mode"] - pub fn set_fziwdgstb(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - } - impl Default for Ur15 { - fn default() -> Ur15 { - Ur15(0) - } - } - #[doc = "SYSCFG package register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pkgr(pub u32); - impl Pkgr { - #[doc = "Package"] - pub const fn pkg(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "Package"] - pub fn set_pkg(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); - } - } - impl Default for Pkgr { - fn default() -> Pkgr { - Pkgr(0) - } - } - #[doc = "SYSCFG user register 3"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur3(pub u32); - impl Ur3 { - #[doc = "Boot Address 1"] - pub const fn boot_add1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0xffff; - val as u16 - } - #[doc = "Boot Address 1"] - pub fn set_boot_add1(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); - } - } - impl Default for Ur3 { - fn default() -> Ur3 { - Ur3(0) - } - } - #[doc = "SYSCFG user register 8"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur8(pub u32); - impl Ur8 { - #[doc = "Mass erase protected area disabled for bank 2"] - pub const fn mepad_2(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Mass erase protected area disabled for bank 2"] - pub fn set_mepad_2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Mode fault"] + pub fn set_modf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Mass erase secured area disabled for bank 2"] - pub const fn mesad_2(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "Overrun flag"] + pub const fn ovr(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Mass erase secured area disabled for bank 2"] - pub fn set_mesad_2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - } - impl Default for Ur8 { - fn default() -> Ur8 { - Ur8(0) + #[doc = "Overrun flag"] + pub fn set_ovr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - } - } -} -pub mod rng_v1 { - use crate::generic::*; - #[doc = "Random number generator"] - #[derive(Copy, Clone)] - pub struct Rng(pub *mut u8); - unsafe impl Send for Rng {} - unsafe impl Sync for Rng {} - impl Rng { - #[doc = "control register"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Random number generator enable"] - pub const fn rngen(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "Busy flag"] + pub const fn bsy(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Random number generator enable"] - pub fn set_rngen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Busy flag"] + pub fn set_bsy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Interrupt enable"] - pub const fn ie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "TI frame format error"] + pub const fn fre(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Interrupt enable"] - pub fn set_ie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "TI frame format error"] + pub fn set_fre(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } } - impl Default for Cr { - fn default() -> Cr { - Cr(0) + impl Default for Sr { + fn default() -> Sr { + Sr(0) } } - #[doc = "status register"] + #[doc = "control register 2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Data ready"] - pub const fn drdy(&self) -> bool { + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Rx buffer DMA enable"] + pub const fn rxdmaen(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Data ready"] - pub fn set_drdy(&mut self, val: bool) { + #[doc = "Rx buffer DMA enable"] + pub fn set_rxdmaen(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Clock error current status"] - pub const fn cecs(&self) -> bool { + #[doc = "Tx buffer DMA enable"] + pub const fn txdmaen(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Clock error current status"] - pub fn set_cecs(&mut self, val: bool) { + #[doc = "Tx buffer DMA enable"] + pub fn set_txdmaen(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Seed error current status"] - pub const fn secs(&self) -> bool { + #[doc = "SS output enable"] + pub const fn ssoe(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Seed error current status"] - pub fn set_secs(&mut self, val: bool) { + #[doc = "SS output enable"] + pub fn set_ssoe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Clock error interrupt status"] - pub const fn ceis(&self) -> bool { + #[doc = "Frame format"] + pub const fn frf(&self) -> super::vals::Frf { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Frf(val as u8) + } + #[doc = "Frame format"] + pub fn set_frf(&mut self, val: super::vals::Frf) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Error interrupt enable"] + pub const fn errie(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Clock error interrupt status"] - pub fn set_ceis(&mut self, val: bool) { + #[doc = "Error interrupt enable"] + pub fn set_errie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Seed error interrupt status"] - pub const fn seis(&self) -> bool { + #[doc = "RX buffer not empty interrupt enable"] + pub const fn rxneie(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Seed error interrupt status"] - pub fn set_seis(&mut self, val: bool) { + #[doc = "RX buffer not empty interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } + #[doc = "Tx buffer empty interrupt enable"] + pub const fn txeie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Tx buffer empty interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } } - impl Default for Sr { - fn default() -> Sr { - Sr(0) + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) } } - } -} -pub mod syscfg_f4 { - use crate::generic::*; - #[doc = "System configuration controller"] - #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "memory remap register"] - pub fn memrm(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } + #[doc = "data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dr(pub u32); + impl Dr { + #[doc = "Data register"] + pub const fn dr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Data register"] + pub fn set_dr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } } - #[doc = "peripheral mode configuration register"] - pub fn pmc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "external interrupt configuration register"] - pub fn exticr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "Compensation cell control register"] - pub fn cmpcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } + impl Default for Dr { + fn default() -> Dr { + Dr(0) + } } - } - pub mod regs { - use crate::generic::*; - #[doc = "memory remap register"] + #[doc = "RX CRC register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Memrm(pub u32); - impl Memrm { - #[doc = "Memory mapping selection"] - pub const fn mem_mode(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x07; - val as u8 - } - #[doc = "Memory mapping selection"] - pub fn set_mem_mode(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); + pub struct Rxcrcr(pub u32); + impl Rxcrcr { + #[doc = "Rx CRC register"] + pub const fn rx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "Flash bank mode selection"] - pub const fn fb_mode(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "Rx CRC register"] + pub fn set_rx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } - #[doc = "Flash bank mode selection"] - pub fn set_fb_mode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + impl Default for Rxcrcr { + fn default() -> Rxcrcr { + Rxcrcr(0) } - #[doc = "FMC memory mapping swap"] - pub const fn swp_fmc(&self) -> u8 { - let val = (self.0 >> 10usize) & 0x03; - val as u8 + } + #[doc = "CRC polynomial register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Crcpr(pub u32); + impl Crcpr { + #[doc = "CRC polynomial register"] + pub const fn crcpoly(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "FMC memory mapping swap"] - pub fn set_swp_fmc(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 10usize)) | (((val as u32) & 0x03) << 10usize); + #[doc = "CRC polynomial register"] + pub fn set_crcpoly(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Memrm { - fn default() -> Memrm { - Memrm(0) + impl Default for Crcpr { + fn default() -> Crcpr { + Crcpr(0) } } - #[doc = "Compensation cell control register"] + #[doc = "control register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cmpcr(pub u32); - impl Cmpcr { - #[doc = "Compensation cell power-down"] - pub const fn cmp_pd(&self) -> bool { + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { let val = (self.0 >> 0usize) & 0x01; + super::vals::Cpha(val as u8) + } + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Cpol(val as u8) + } + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "Master selection"] + pub const fn mstr(&self) -> super::vals::Mstr { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Mstr(val as u8) + } + #[doc = "Master selection"] + pub fn set_mstr(&mut self, val: super::vals::Mstr) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "Baud rate control"] + pub const fn br(&self) -> super::vals::Br { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Br(val as u8) + } + #[doc = "Baud rate control"] + pub fn set_br(&mut self, val: super::vals::Br) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + } + #[doc = "SPI enable"] + pub const fn spe(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Compensation cell power-down"] - pub fn set_cmp_pd(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "SPI enable"] + pub fn set_spe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "READY"] - pub const fn ready(&self) -> bool { + #[doc = "Frame format"] + pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Lsbfirst(val as u8) + } + #[doc = "Frame format"] + pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Internal slave select"] + pub const fn ssi(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "READY"] - pub fn set_ready(&mut self, val: bool) { + #[doc = "Internal slave select"] + pub fn set_ssi(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - } - impl Default for Cmpcr { - fn default() -> Cmpcr { - Cmpcr(0) - } - } - #[doc = "peripheral mode configuration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pmc(pub u32); - impl Pmc { - #[doc = "ADC1DC2"] - pub const fn adc1dc2(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "Software slave management"] + pub const fn ssm(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "ADC1DC2"] - pub fn set_adc1dc2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "Software slave management"] + pub fn set_ssm(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "ADC2DC2"] - pub const fn adc2dc2(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 + #[doc = "Receive only"] + pub const fn rxonly(&self) -> super::vals::Rxonly { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Rxonly(val as u8) } - #[doc = "ADC2DC2"] - pub fn set_adc2dc2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "Receive only"] + pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "ADC3DC2"] - pub const fn adc3dc2(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 + #[doc = "Data frame format"] + pub const fn dff(&self) -> super::vals::Dff { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Dff(val as u8) } - #[doc = "ADC3DC2"] - pub fn set_adc3dc2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "Data frame format"] + pub fn set_dff(&mut self, val: super::vals::Dff) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "Ethernet PHY interface selection"] - pub const fn mii_rmii_sel(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; + #[doc = "CRC transfer next"] + pub const fn crcnext(&self) -> super::vals::Crcnext { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Crcnext(val as u8) + } + #[doc = "CRC transfer next"] + pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Hardware CRC calculation enable"] + pub const fn crcen(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "Ethernet PHY interface selection"] - pub fn set_mii_rmii_sel(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "Hardware CRC calculation enable"] + pub fn set_crcen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Output enable in bidirectional mode"] + pub const fn bidioe(&self) -> super::vals::Bidioe { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Bidioe(val as u8) + } + #[doc = "Output enable in bidirectional mode"] + pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "Bidirectional data mode enable"] + pub const fn bidimode(&self) -> super::vals::Bidimode { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Bidimode(val as u8) + } + #[doc = "Bidirectional data mode enable"] + pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } } - impl Default for Pmc { - fn default() -> Pmc { - Pmc(0) + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) } } - #[doc = "external interrupt configuration register"] + #[doc = "TX CRC register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI x configuration"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 - } - #[doc = "EXTI x configuration"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + pub struct Txcrcr(pub u32); + impl Txcrcr { + #[doc = "Tx CRC register"] + pub const fn tx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) + #[doc = "Tx CRC register"] + pub fn set_tx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - } -} -pub mod usart_v2 { - use crate::generic::*; - #[doc = "Universal synchronous asynchronous receiver transmitter"] - #[derive(Copy, Clone)] - pub struct Usart(pub *mut u8); - unsafe impl Send for Usart {} - unsafe impl Sync for Usart {} - impl Usart { - #[doc = "Control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "Control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "Control register 3"] - pub fn cr3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Baud rate register"] - pub fn brr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Guard time and prescaler register"] - pub fn gtpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Receiver timeout register"] - pub fn rtor(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "Request register"] - pub fn rqr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "Interrupt & status register"] - pub fn isr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "Interrupt flag clear register"] - pub fn icr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "Receive data register"] - pub fn rdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "Transmit data register"] - pub fn tdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } + impl Default for Txcrcr { + fn default() -> Txcrcr { + Txcrcr(0) + } } } pub mod vals { use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Abrmod(pub u8); - impl Abrmod { - #[doc = "Measurement of the start bit is used to detect the baud rate"] - pub const START: Self = Self(0); - #[doc = "Falling edge to falling edge measurement"] - pub const EDGE: Self = Self(0x01); - #[doc = "0x7F frame detection"] - pub const FRAME7F: Self = Self(0x02); - #[doc = "0x55 frame detection"] - pub const FRAME55: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Wake(pub u8); - impl Wake { - #[doc = "Idle line"] - pub const IDLE: Self = Self(0); - #[doc = "Address mask"] - pub const ADDRESS: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Wus(pub u8); - impl Wus { - #[doc = "WUF active on address match"] - pub const ADDRESS: Self = Self(0); - #[doc = "WuF active on Start bit detection"] - pub const START: Self = Self(0x02); - #[doc = "WUF active on RXNE"] - pub const RXNE: Self = Self(0x03); + pub struct Rxonly(pub u8); + impl Rxonly { + #[doc = "Full duplex (Transmit and receive)"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Output disabled (Receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxfrq(pub u8); - impl Rxfrq { - #[doc = "clears the RXNE flag. This allows to discard the received data without reading it, and avoid an overrun condition"] - pub const DISCARD: Self = Self(0x01); + pub struct Iscfg(pub u8); + impl Iscfg { + #[doc = "Slave - transmit"] + pub const SLAVETX: Self = Self(0); + #[doc = "Slave - receive"] + pub const SLAVERX: Self = Self(0x01); + #[doc = "Master - transmit"] + pub const MASTERTX: Self = Self(0x02); + #[doc = "Master - receive"] + pub const MASTERRX: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lbdl(pub u8); - impl Lbdl { - #[doc = "10-bit break detection"] - pub const BIT10: Self = Self(0); - #[doc = "11-bit break detection"] - pub const BIT11: Self = Self(0x01); + pub struct Dff(pub u8); + impl Dff { + #[doc = "8-bit data frame format is selected for transmission/reception"] + pub const EIGHTBIT: Self = Self(0); + #[doc = "16-bit data frame format is selected for transmission/reception"] + pub const SIXTEENBIT: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sbkrq(pub u8); - impl Sbkrq { - #[doc = "sets the SBKF flag and request to send a BREAK on the line, as soon as the transmit machine is available"] - pub const BREAK: Self = Self(0x01); + pub struct Bidioe(pub u8); + impl Bidioe { + #[doc = "Output disabled (receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0); + #[doc = "Output enabled (transmit-only mode)"] + pub const OUTPUTENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] pub struct Cpha(pub u8); impl Cpha { #[doc = "The first clock transition is the first data capture edge"] - pub const FIRST: Self = Self(0); + pub const FIRSTEDGE: Self = Self(0); #[doc = "The second clock transition is the first data capture edge"] - pub const SECOND: Self = Self(0x01); + pub const SECONDEDGE: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Onebit(pub u8); - impl Onebit { - #[doc = "Three sample bit method"] - pub const SAMPLE3: Self = Self(0); - #[doc = "One sample bit method"] - pub const SAMPLE1: Self = Self(0x01); + pub struct Crcnext(pub u8); + impl Crcnext { + #[doc = "Next transmit value is from Tx buffer"] + pub const TXBUFFER: Self = Self(0); + #[doc = "Next transmit value is from Tx CRC register"] + pub const CRC: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Datainv(pub u8); - impl Datainv { - #[doc = "Logical data from the data register are send/received in positive/direct logic"] - pub const POSITIVE: Self = Self(0); - #[doc = "Logical data from the data register are send/received in negative/inverse logic"] - pub const NEGATIVE: Self = Self(0x01); + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "CK to 0 when idle"] + pub const IDLELOW: Self = Self(0); + #[doc = "CK to 1 when idle"] + pub const IDLEHIGH: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxinv(pub u8); - impl Rxinv { - #[doc = "RX pin signal works using the standard logic levels"] - pub const STANDARD: Self = Self(0); - #[doc = "RX pin signal values are inverted"] - pub const INVERTED: Self = Self(0x01); + pub struct Lsbfirst(pub u8); + impl Lsbfirst { + #[doc = "Data is transmitted/received with the MSB first"] + pub const MSBFIRST: Self = Self(0); + #[doc = "Data is transmitted/received with the LSB first"] + pub const LSBFIRST: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Over(pub u8); - impl Over { - #[doc = "Oversampling by 16"] - pub const OVERSAMPLING16: Self = Self(0); - #[doc = "Oversampling by 8"] - pub const OVERSAMPLING8: Self = Self(0x01); + pub struct Br(pub u8); + impl Br { + #[doc = "f_PCLK / 2"] + pub const DIV2: Self = Self(0); + #[doc = "f_PCLK / 4"] + pub const DIV4: Self = Self(0x01); + #[doc = "f_PCLK / 8"] + pub const DIV8: Self = Self(0x02); + #[doc = "f_PCLK / 16"] + pub const DIV16: Self = Self(0x03); + #[doc = "f_PCLK / 32"] + pub const DIV32: Self = Self(0x04); + #[doc = "f_PCLK / 64"] + pub const DIV64: Self = Self(0x05); + #[doc = "f_PCLK / 128"] + pub const DIV128: Self = Self(0x06); + #[doc = "f_PCLK / 256"] + pub const DIV256: Self = Self(0x07); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Stop(pub u8); - impl Stop { - #[doc = "1 stop bit"] - pub const STOP1: Self = Self(0); - #[doc = "0.5 stop bit"] - pub const STOP0P5: Self = Self(0x01); - #[doc = "2 stop bit"] - pub const STOP2: Self = Self(0x02); - #[doc = "1.5 stop bit"] - pub const STOP1P5: Self = Self(0x03); + pub struct Bidimode(pub u8); + impl Bidimode { + #[doc = "2-line unidirectional data mode selected"] + pub const UNIDIRECTIONAL: Self = Self(0); + #[doc = "1-line bidirectional data mode selected"] + pub const BIDIRECTIONAL: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Txinv(pub u8); - impl Txinv { - #[doc = "TX pin signal works using the standard logic levels"] - pub const STANDARD: Self = Self(0); - #[doc = "TX pin signal values are inverted"] - pub const INVERTED: Self = Self(0x01); + pub struct Mstr(pub u8); + impl Mstr { + #[doc = "Slave configuration"] + pub const SLAVE: Self = Self(0); + #[doc = "Master configuration"] + pub const MASTER: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Addm(pub u8); - impl Addm { - #[doc = "4-bit address detection"] - pub const BIT4: Self = Self(0); - #[doc = "7-bit address detection"] - pub const BIT7: Self = Self(0x01); + pub struct Frer(pub u8); + impl Frer { + #[doc = "No frame format error"] + pub const NOERROR: Self = Self(0); + #[doc = "A frame format error occurred"] + pub const ERROR: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ddre(pub u8); - impl Ddre { - #[doc = "DMA is not disabled in case of reception error"] - pub const NOTDISABLED: Self = Self(0); - #[doc = "DMA is disabled following a reception error"] - pub const DISABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ovrdis(pub u8); - impl Ovrdis { - #[doc = "Overrun Error Flag, ORE, is set when received data is not read before receiving new data"] - pub const ENABLED: Self = Self(0); - #[doc = "Overrun functionality is disabled. If new data is received while the RXNE flag is still set the ORE flag is not set and the new received data overwrites the previous content of the RDR register"] - pub const DISABLED: Self = Self(0x01); + pub struct Frf(pub u8); + impl Frf { + #[doc = "SPI Motorola mode"] + pub const MOTOROLA: Self = Self(0); + #[doc = "SPI TI mode"] + pub const TI: Self = Self(0x01); + } + } +} +pub mod i2c_v3 { + use crate::generic::*; + #[doc = "I2C"] + #[derive(Copy, Clone)] + pub struct I2c1(pub *mut u8); + unsafe impl Send for I2c1 {} + unsafe impl Sync for I2c1 {} + impl I2c1 { + #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + pub fn oar1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + pub fn oar2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Access: No wait states"] + pub fn timingr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + pub fn timeoutr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "Access: No wait states"] + pub fn isr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "Access: No wait states"] + pub fn icr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "Access: No wait states"] + pub fn pecr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "Access: No wait states"] + pub fn rxdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "Access: No wait states"] + pub fn txdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } } + } + pub mod vals { + use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct M0(pub u8); - impl M0 { - #[doc = "1 start bit, 8 data bits, n stop bits"] - pub const BIT8: Self = Self(0); - #[doc = "1 start bit, 9 data bits, n stop bits"] - pub const BIT9: Self = Self(0x01); + pub struct Reload(pub u8); + impl Reload { + #[doc = "The transfer is completed after the NBYTES data transfer (STOP or RESTART will follow)"] + pub const COMPLETED: Self = Self(0); + #[doc = "The transfer is not completed after the NBYTES data transfer (NBYTES will be reloaded)"] + pub const NOTCOMPLETED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dep(pub u8); - impl Dep { - #[doc = "DE signal is active high"] - pub const HIGH: Self = Self(0); - #[doc = "DE signal is active low"] - pub const LOW: Self = Self(0x01); + pub struct Add(pub u8); + impl Add { + #[doc = "The master operates in 7-bit addressing mode"] + pub const BIT7: Self = Self(0); + #[doc = "The master operates in 10-bit addressing mode"] + pub const BIT10: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Irlp(pub u8); - impl Irlp { - #[doc = "Normal mode"] - pub const NORMAL: Self = Self(0); - #[doc = "Low-power mode"] - pub const LOWPOWER: Self = Self(0x01); + pub struct Oamsk(pub u8); + impl Oamsk { + #[doc = "No mask"] + pub const NOMASK: Self = Self(0); + #[doc = "OA2[1] +is masked and don’t care. Only OA2[7:2] +are compared"] + pub const MASK1: Self = Self(0x01); + #[doc = "OA2[2:1] +are masked and don’t care. Only OA2[7:3] +are compared"] + pub const MASK2: Self = Self(0x02); + #[doc = "OA2[3:1] +are masked and don’t care. Only OA2[7:4] +are compared"] + pub const MASK3: Self = Self(0x03); + #[doc = "OA2[4:1] +are masked and don’t care. Only OA2[7:5] +are compared"] + pub const MASK4: Self = Self(0x04); + #[doc = "OA2[5:1] +are masked and don’t care. Only OA2[7:6] +are compared"] + pub const MASK5: Self = Self(0x05); + #[doc = "OA2[6:1] +are masked and don’t care. Only OA2[7] +is compared."] + pub const MASK6: Self = Self(0x06); + #[doc = "OA2[7:1] +are masked and don’t care. No comparison is done, and all (except reserved) 7-bit received addresses are acknowledged"] + pub const MASK7: Self = Self(0x07); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hdsel(pub u8); - impl Hdsel { - #[doc = "Half duplex mode is not selected"] - pub const NOTSELECTED: Self = Self(0); - #[doc = "Half duplex mode is selected"] - pub const SELECTED: Self = Self(0x01); + pub struct Nack(pub u8); + impl Nack { + #[doc = "an ACK is sent after current received byte"] + pub const ACK: Self = Self(0); + #[doc = "a NACK is sent after current received byte"] + pub const NACK: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Msbfirst(pub u8); - impl Msbfirst { - #[doc = "data is transmitted/received with data bit 0 first, following the start bit"] - pub const LSB: Self = Self(0); - #[doc = "data is transmitted/received with MSB (bit 7/8/9) first, following the start bit"] - pub const MSB: Self = Self(0x01); + pub struct Headr(pub u8); + impl Headr { + #[doc = "The master sends the complete 10 bit slave address read sequence"] + pub const COMPLETE: Self = Self(0); + #[doc = "The master only sends the 1st 7 bits of the 10 bit address, followed by Read direction"] + pub const PARTIAL: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Txfrq(pub u8); - impl Txfrq { - #[doc = "Set the TXE flags. This allows to discard the transmit data"] - pub const DISCARD: Self = Self(0x01); + pub struct RdWrn(pub u8); + impl RdWrn { + #[doc = "Master requests a write transfer"] + pub const WRITE: Self = Self(0); + #[doc = "Master requests a read transfer"] + pub const READ: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ps(pub u8); - impl Ps { - #[doc = "Even parity"] - pub const EVEN: Self = Self(0); - #[doc = "Odd parity"] - pub const ODD: Self = Self(0x01); + pub struct Pecerr(pub u8); + impl Pecerr { + #[doc = "Received PEC does match with PEC register"] + pub const MATCH: Self = Self(0); + #[doc = "Received PEC does not match with PEC register"] + pub const NOMATCH: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct M1(pub u8); - impl M1 { - #[doc = "Use M0 to set the data bits"] - pub const M0: Self = Self(0); - #[doc = "1 start bit, 7 data bits, n stop bits"] - pub const BIT7: Self = Self(0x01); + pub struct Dnf(pub u8); + impl Dnf { + #[doc = "Digital filter disabled"] + pub const NOFILTER: Self = Self(0); + #[doc = "Digital filter enabled and filtering capability up to 1 tI2CCLK"] + pub const FILTER1: Self = Self(0x01); + #[doc = "Digital filter enabled and filtering capability up to 2 tI2CCLK"] + pub const FILTER2: Self = Self(0x02); + #[doc = "Digital filter enabled and filtering capability up to 3 tI2CCLK"] + pub const FILTER3: Self = Self(0x03); + #[doc = "Digital filter enabled and filtering capability up to 4 tI2CCLK"] + pub const FILTER4: Self = Self(0x04); + #[doc = "Digital filter enabled and filtering capability up to 5 tI2CCLK"] + pub const FILTER5: Self = Self(0x05); + #[doc = "Digital filter enabled and filtering capability up to 6 tI2CCLK"] + pub const FILTER6: Self = Self(0x06); + #[doc = "Digital filter enabled and filtering capability up to 7 tI2CCLK"] + pub const FILTER7: Self = Self(0x07); + #[doc = "Digital filter enabled and filtering capability up to 8 tI2CCLK"] + pub const FILTER8: Self = Self(0x08); + #[doc = "Digital filter enabled and filtering capability up to 9 tI2CCLK"] + pub const FILTER9: Self = Self(0x09); + #[doc = "Digital filter enabled and filtering capability up to 10 tI2CCLK"] + pub const FILTER10: Self = Self(0x0a); + #[doc = "Digital filter enabled and filtering capability up to 11 tI2CCLK"] + pub const FILTER11: Self = Self(0x0b); + #[doc = "Digital filter enabled and filtering capability up to 12 tI2CCLK"] + pub const FILTER12: Self = Self(0x0c); + #[doc = "Digital filter enabled and filtering capability up to 13 tI2CCLK"] + pub const FILTER13: Self = Self(0x0d); + #[doc = "Digital filter enabled and filtering capability up to 14 tI2CCLK"] + pub const FILTER14: Self = Self(0x0e); + #[doc = "Digital filter enabled and filtering capability up to 15 tI2CCLK"] + pub const FILTER15: Self = Self(0x0f); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lbcl(pub u8); - impl Lbcl { - #[doc = "The clock pulse of the last data bit is not output to the CK pin"] - pub const NOTOUTPUT: Self = Self(0); - #[doc = "The clock pulse of the last data bit is output to the CK pin"] - pub const OUTPUT: Self = Self(0x01); + pub struct Start(pub u8); + impl Start { + #[doc = "No Start generation"] + pub const NOSTART: Self = Self(0); + #[doc = "Restart/Start generation"] + pub const START: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "Steady low value on CK pin outside transmission window"] - pub const LOW: Self = Self(0); - #[doc = "Steady high value on CK pin outside transmission window"] - pub const HIGH: Self = Self(0x01); + pub struct Dir(pub u8); + impl Dir { + #[doc = "Write transfer, slave enters receiver mode"] + pub const WRITE: Self = Self(0); + #[doc = "Read transfer, slave enters transmitter mode"] + pub const READ: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Swap(pub u8); - impl Swap { - #[doc = "TX/RX pins are used as defined in standard pinout"] - pub const STANDARD: Self = Self(0); - #[doc = "The TX and RX pins functions are swapped"] - pub const SWAPPED: Self = Self(0x01); + pub struct Oamode(pub u8); + impl Oamode { + #[doc = "Own address 1 is a 7-bit address"] + pub const BIT7: Self = Self(0); + #[doc = "Own address 1 is a 10-bit address"] + pub const BIT10: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Abrrq(pub u8); - impl Abrrq { - #[doc = "resets the ABRF flag in the USART_ISR and request an automatic baud rate measurement on the next received data frame"] - pub const REQUEST: Self = Self(0x01); + pub struct Stop(pub u8); + impl Stop { + #[doc = "No Stop generation"] + pub const NOSTOP: Self = Self(0); + #[doc = "Stop generation after current byte transfer"] + pub const STOP: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mmrq(pub u8); - impl Mmrq { - #[doc = "Puts the USART in mute mode and sets the RWU flag"] - pub const MUTE: Self = Self(0x01); + pub struct Autoend(pub u8); + impl Autoend { + #[doc = "Software end mode: TC flag is set when NBYTES data are transferred, stretching SCL low"] + pub const SOFTWARE: Self = Self(0); + #[doc = "Automatic end mode: a STOP condition is automatically sent when NBYTES data are transferred"] + pub const AUTOMATIC: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pecbyte(pub u8); + impl Pecbyte { + #[doc = "No PEC transfer"] + pub const NOPEC: Self = Self(0); + #[doc = "PEC transmission/reception is requested"] + pub const PEC: Self = Self(0x01); } } pub mod regs { use crate::generic::*; - #[doc = "Request register"] + #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rqr(pub u32); - impl Rqr { - #[doc = "Auto baud rate request"] - pub const fn abrrq(&self) -> super::vals::Abrrq { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Abrrq(val as u8) + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Slave address bit 0 (master mode) In 7-bit addressing mode (ADD10 = 0): This bit is dont care In 10-bit addressing mode (ADD10 = 1): This bit should be written with bit 0 of the slave address to be sent Note: Changing these bits when the START bit is set is not allowed."] + pub const fn sadd(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x03ff; + val as u16 } - #[doc = "Auto baud rate request"] - pub fn set_abrrq(&mut self, val: super::vals::Abrrq) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Slave address bit 0 (master mode) In 7-bit addressing mode (ADD10 = 0): This bit is dont care In 10-bit addressing mode (ADD10 = 1): This bit should be written with bit 0 of the slave address to be sent Note: Changing these bits when the START bit is set is not allowed."] + pub fn set_sadd(&mut self, val: u16) { + self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); } - #[doc = "Send break request"] - pub const fn sbkrq(&self) -> super::vals::Sbkrq { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Sbkrq(val as u8) + #[doc = "Transfer direction (master mode) Note: Changing this bit when the START bit is set is not allowed."] + pub const fn rd_wrn(&self) -> super::vals::RdWrn { + let val = (self.0 >> 10usize) & 0x01; + super::vals::RdWrn(val as u8) } - #[doc = "Send break request"] - pub fn set_sbkrq(&mut self, val: super::vals::Sbkrq) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "Transfer direction (master mode) Note: Changing this bit when the START bit is set is not allowed."] + pub fn set_rd_wrn(&mut self, val: super::vals::RdWrn) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "Mute mode request"] - pub const fn mmrq(&self) -> super::vals::Mmrq { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Mmrq(val as u8) + #[doc = "10-bit addressing mode (master mode) Note: Changing this bit when the START bit is set is not allowed."] + pub const fn add10(&self) -> super::vals::Add { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Add(val as u8) } - #[doc = "Mute mode request"] - pub fn set_mmrq(&mut self, val: super::vals::Mmrq) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "10-bit addressing mode (master mode) Note: Changing this bit when the START bit is set is not allowed."] + pub fn set_add10(&mut self, val: super::vals::Add) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "Receive data flush request"] - pub const fn rxfrq(&self) -> super::vals::Rxfrq { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Rxfrq(val as u8) + #[doc = "10-bit address header only read direction (master receiver mode) Note: Changing this bit when the START bit is set is not allowed."] + pub const fn head10r(&self) -> super::vals::Headr { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Headr(val as u8) } - #[doc = "Receive data flush request"] - pub fn set_rxfrq(&mut self, val: super::vals::Rxfrq) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "10-bit address header only read direction (master receiver mode) Note: Changing this bit when the START bit is set is not allowed."] + pub fn set_head10r(&mut self, val: super::vals::Headr) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Transmit data flush request"] - pub const fn txfrq(&self) -> super::vals::Txfrq { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Txfrq(val as u8) + #[doc = "Start generation This bit is set by software, and cleared by hardware after the Start followed by the address sequence is sent, by an arbitration loss, by a timeout error detection, or when PE = 0. It can also be cleared by software by writing 1 to the ADDRCF bit in the I2C_ICR register. If the I2C is already in master mode with AUTOEND = 0, setting this bit generates a Repeated Start condition when RELOAD=0, after the end of the NBYTES transfer. Otherwise setting this bit will generate a START condition once the bus is free. Note: Writing 0 to this bit has no effect. The START bit can be set even if the bus is BUSY or I2C is in slave mode. This bit has no effect when RELOAD is set."] + pub const fn start(&self) -> super::vals::Start { + let val = (self.0 >> 13usize) & 0x01; + super::vals::Start(val as u8) } - #[doc = "Transmit data flush request"] - pub fn set_txfrq(&mut self, val: super::vals::Txfrq) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "Start generation This bit is set by software, and cleared by hardware after the Start followed by the address sequence is sent, by an arbitration loss, by a timeout error detection, or when PE = 0. It can also be cleared by software by writing 1 to the ADDRCF bit in the I2C_ICR register. If the I2C is already in master mode with AUTOEND = 0, setting this bit generates a Repeated Start condition when RELOAD=0, after the end of the NBYTES transfer. Otherwise setting this bit will generate a START condition once the bus is free. Note: Writing 0 to this bit has no effect. The START bit can be set even if the bus is BUSY or I2C is in slave mode. This bit has no effect when RELOAD is set."] + pub fn set_start(&mut self, val: super::vals::Start) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); } - } - impl Default for Rqr { - fn default() -> Rqr { - Rqr(0) + #[doc = "Stop generation (master mode) The bit is set by software, cleared by hardware when a Stop condition is detected, or when PE = 0. In Master Mode: Note: Writing 0 to this bit has no effect."] + pub const fn stop(&self) -> super::vals::Stop { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Stop(val as u8) } - } - #[doc = "Receiver timeout register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rtor(pub u32); - impl Rtor { - #[doc = "Receiver timeout value"] - pub const fn rto(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x00ff_ffff; - val as u32 + #[doc = "Stop generation (master mode) The bit is set by software, cleared by hardware when a Stop condition is detected, or when PE = 0. In Master Mode: Note: Writing 0 to this bit has no effect."] + pub fn set_stop(&mut self, val: super::vals::Stop) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "Receiver timeout value"] - pub fn set_rto(&mut self, val: u32) { - self.0 = - (self.0 & !(0x00ff_ffff << 0usize)) | (((val as u32) & 0x00ff_ffff) << 0usize); + #[doc = "NACK generation (slave mode) The bit is set by software, cleared by hardware when the NACK is sent, or when a STOP condition or an Address matched is received, or when PE=0. Note: Writing 0 to this bit has no effect. This bit is used in slave mode only: in master receiver mode, NACK is automatically generated after last byte preceding STOP or RESTART condition, whatever the NACK bit value. When an overrun occurs in slave receiver NOSTRETCH mode, a NACK is automatically generated whatever the NACK bit value. When hardware PEC checking is enabled (PECBYTE=1), the PEC acknowledge value does not depend on the NACK value."] + pub const fn nack(&self) -> super::vals::Nack { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Nack(val as u8) } - #[doc = "Block Length"] - pub const fn blen(&self) -> u8 { - let val = (self.0 >> 24usize) & 0xff; + #[doc = "NACK generation (slave mode) The bit is set by software, cleared by hardware when the NACK is sent, or when a STOP condition or an Address matched is received, or when PE=0. Note: Writing 0 to this bit has no effect. This bit is used in slave mode only: in master receiver mode, NACK is automatically generated after last byte preceding STOP or RESTART condition, whatever the NACK bit value. When an overrun occurs in slave receiver NOSTRETCH mode, a NACK is automatically generated whatever the NACK bit value. When hardware PEC checking is enabled (PECBYTE=1), the PEC acknowledge value does not depend on the NACK value."] + pub fn set_nack(&mut self, val: super::vals::Nack) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Number of bytes The number of bytes to be transmitted/received is programmed there. This field is dont care in slave mode with SBC=0. Note: Changing these bits when the START bit is set is not allowed."] + pub const fn nbytes(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; val as u8 } - #[doc = "Block Length"] - pub fn set_blen(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 24usize)) | (((val as u32) & 0xff) << 24usize); + #[doc = "Number of bytes The number of bytes to be transmitted/received is programmed there. This field is dont care in slave mode with SBC=0. Note: Changing these bits when the START bit is set is not allowed."] + pub fn set_nbytes(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + } + #[doc = "NBYTES reload mode This bit is set and cleared by software."] + pub const fn reload(&self) -> super::vals::Reload { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Reload(val as u8) + } + #[doc = "NBYTES reload mode This bit is set and cleared by software."] + pub fn set_reload(&mut self, val: super::vals::Reload) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "Automatic end mode (master mode) This bit is set and cleared by software. Note: This bit has no effect in slave mode or when the RELOAD bit is set."] + pub const fn autoend(&self) -> super::vals::Autoend { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Autoend(val as u8) + } + #[doc = "Automatic end mode (master mode) This bit is set and cleared by software. Note: This bit has no effect in slave mode or when the RELOAD bit is set."] + pub fn set_autoend(&mut self, val: super::vals::Autoend) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "Packet error checking byte This bit is set by software, and cleared by hardware when the PEC is transferred, or when a STOP condition or an Address matched is received, also when PE=0. Note: Writing 0 to this bit has no effect. This bit has no effect when RELOAD is set. This bit has no effect is slave mode when SBC=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub const fn pecbyte(&self) -> super::vals::Pecbyte { + let val = (self.0 >> 26usize) & 0x01; + super::vals::Pecbyte(val as u8) + } + #[doc = "Packet error checking byte This bit is set by software, and cleared by hardware when the PEC is transferred, or when a STOP condition or an Address matched is received, also when PE=0. Note: Writing 0 to this bit has no effect. This bit has no effect when RELOAD is set. This bit has no effect is slave mode when SBC=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub fn set_pecbyte(&mut self, val: super::vals::Pecbyte) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); } } - impl Default for Rtor { - fn default() -> Rtor { - Rtor(0) + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) } } - #[doc = "Control register 1"] + #[doc = "Access: No wait states"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "USART enable"] - pub const fn ue(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + pub struct Timingr(pub u32); + impl Timingr { + #[doc = "SCL low period (master mode) This field is used to generate the SCL low period in master mode. tSCLL = (SCLL+1) x tPRESC Note: SCLL is also used to generate tBUF and tSU:STA timings."] + pub const fn scll(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "USART enable"] - pub fn set_ue(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "SCL low period (master mode) This field is used to generate the SCL low period in master mode. tSCLL = (SCLL+1) x tPRESC Note: SCLL is also used to generate tBUF and tSU:STA timings."] + pub fn set_scll(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "USART enable in Stop mode"] - pub const fn uesm(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "SCL high period (master mode) This field is used to generate the SCL high period in master mode. tSCLH = (SCLH+1) x tPRESC Note: SCLH is also used to generate tSU:STO and tHD:STA timing."] + pub const fn sclh(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; + val as u8 } - #[doc = "USART enable in Stop mode"] - pub fn set_uesm(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "SCL high period (master mode) This field is used to generate the SCL high period in master mode. tSCLH = (SCLH+1) x tPRESC Note: SCLH is also used to generate tSU:STO and tHD:STA timing."] + pub fn set_sclh(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); } - #[doc = "Receiver enable"] - pub const fn re(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "Data hold time This field is used to generate the delay tSDADEL between SCL falling edge and SDA edge. In master mode and in slave mode with NOSTRETCH = 0, the SCL line is stretched low during tSDADEL. tSDADEL= SDADEL x tPRESC Note: SDADEL is used to generate tHD:DAT timing."] + pub const fn sdadel(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x0f; + val as u8 } - #[doc = "Receiver enable"] - pub fn set_re(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Data hold time This field is used to generate the delay tSDADEL between SCL falling edge and SDA edge. In master mode and in slave mode with NOSTRETCH = 0, the SCL line is stretched low during tSDADEL. tSDADEL= SDADEL x tPRESC Note: SDADEL is used to generate tHD:DAT timing."] + pub fn set_sdadel(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 16usize)) | (((val as u32) & 0x0f) << 16usize); } - #[doc = "Transmitter enable"] - pub const fn te(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "Data setup time This field is used to generate a delay tSCLDEL between SDA edge and SCL rising edge. In master mode and in slave mode with NOSTRETCH = 0, the SCL line is stretched low during tSCLDEL. tSCLDEL = (SCLDEL+1) x tPRESC Note: tSCLDEL is used to generate tSU:DAT timing."] + pub const fn scldel(&self) -> u8 { + let val = (self.0 >> 20usize) & 0x0f; + val as u8 } - #[doc = "Transmitter enable"] - pub fn set_te(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Data setup time This field is used to generate a delay tSCLDEL between SDA edge and SCL rising edge. In master mode and in slave mode with NOSTRETCH = 0, the SCL line is stretched low during tSCLDEL. tSCLDEL = (SCLDEL+1) x tPRESC Note: tSCLDEL is used to generate tSU:DAT timing."] + pub fn set_scldel(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 20usize)) | (((val as u32) & 0x0f) << 20usize); } - #[doc = "IDLE interrupt enable"] - pub const fn idleie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "Timing prescaler This field is used to prescale I2CCLK in order to generate the clock period tPRESC used for data setup and hold counters (refer to I2C timings on page9) and for SCL high and low level counters (refer to I2C master initialization on page24). tPRESC = (PRESC+1) x tI2CCLK"] + pub const fn presc(&self) -> u8 { + let val = (self.0 >> 28usize) & 0x0f; + val as u8 } - #[doc = "IDLE interrupt enable"] - pub fn set_idleie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Timing prescaler This field is used to prescale I2CCLK in order to generate the clock period tPRESC used for data setup and hold counters (refer to I2C timings on page9) and for SCL high and low level counters (refer to I2C master initialization on page24). tPRESC = (PRESC+1) x tI2CCLK"] + pub fn set_presc(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 28usize)) | (((val as u32) & 0x0f) << 28usize); } - #[doc = "RXNE interrupt enable"] - pub const fn rxneie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "RXNE interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Transmission complete interrupt enable"] - pub const fn tcie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Transmission complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "interrupt enable"] - pub const fn txeie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "PE interrupt enable"] - pub const fn peie(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "PE interrupt enable"] - pub fn set_peie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Parity selection"] - pub const fn ps(&self) -> super::vals::Ps { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Ps(val as u8) - } - #[doc = "Parity selection"] - pub fn set_ps(&mut self, val: super::vals::Ps) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "Parity control enable"] - pub const fn pce(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "Parity control enable"] - pub fn set_pce(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - #[doc = "Receiver wakeup method"] - pub const fn wake(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 - } - #[doc = "Receiver wakeup method"] - pub fn set_wake(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - #[doc = "Word length"] - pub const fn m0(&self) -> super::vals::M0 { - let val = (self.0 >> 12usize) & 0x01; - super::vals::M0(val as u8) - } - #[doc = "Word length"] - pub fn set_m0(&mut self, val: super::vals::M0) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "Word length"] - pub const fn m1(&self) -> super::vals::M1 { - let val = (self.0 >> 12usize) & 0x01; - super::vals::M1(val as u8) - } - #[doc = "Word length"] - pub fn set_m1(&mut self, val: super::vals::M1) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "Mute mode enable"] - pub const fn mme(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "Mute mode enable"] - pub fn set_mme(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "Character match interrupt enable"] - pub const fn cmie(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "Character match interrupt enable"] - pub fn set_cmie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - #[doc = "Oversampling mode"] - pub fn over(&self, n: usize) -> super::vals::Over { - assert!(n < 1usize); - let offs = 15usize + n * 0usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Over(val as u8) - } - #[doc = "Oversampling mode"] - pub fn set_over(&mut self, n: usize, val: super::vals::Over) { - assert!(n < 1usize); - let offs = 15usize + n * 0usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "Driver Enable deassertion time"] - pub const fn dedt(&self) -> u8 { - let val = (self.0 >> 16usize) & 0x1f; - val as u8 - } - #[doc = "Driver Enable deassertion time"] - pub fn set_dedt(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 16usize)) | (((val as u32) & 0x1f) << 16usize); + } + impl Default for Timingr { + fn default() -> Timingr { + Timingr(0) } - #[doc = "Driver Enable assertion time"] - pub const fn deat(&self) -> u8 { - let val = (self.0 >> 21usize) & 0x1f; + } + #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Oar2(pub u32); + impl Oar2 { + #[doc = "Interface address bits 7:1 of address Note: These bits can be written only when OA2EN=0."] + pub const fn oa2(&self) -> u8 { + let val = (self.0 >> 1usize) & 0x7f; val as u8 } - #[doc = "Driver Enable assertion time"] - pub fn set_deat(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 21usize)) | (((val as u32) & 0x1f) << 21usize); + #[doc = "Interface address bits 7:1 of address Note: These bits can be written only when OA2EN=0."] + pub fn set_oa2(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 1usize)) | (((val as u32) & 0x7f) << 1usize); } - #[doc = "Receiver timeout interrupt enable"] - pub const fn rtoie(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + #[doc = "Own Address 2 masks Note: These bits can be written only when OA2EN=0. As soon as OA2MSK is not equal to 0, the reserved I2C addresses (0b0000xxx and 0b1111xxx) are not acknowledged even if the comparison matches."] + pub const fn oa2msk(&self) -> super::vals::Oamsk { + let val = (self.0 >> 8usize) & 0x07; + super::vals::Oamsk(val as u8) } - #[doc = "Receiver timeout interrupt enable"] - pub fn set_rtoie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "Own Address 2 masks Note: These bits can be written only when OA2EN=0. As soon as OA2MSK is not equal to 0, the reserved I2C addresses (0b0000xxx and 0b1111xxx) are not acknowledged even if the comparison matches."] + pub fn set_oa2msk(&mut self, val: super::vals::Oamsk) { + self.0 = (self.0 & !(0x07 << 8usize)) | (((val.0 as u32) & 0x07) << 8usize); } - #[doc = "End of Block interrupt enable"] - pub const fn eobie(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; + #[doc = "Own Address 2 enable"] + pub const fn oa2en(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; val != 0 } - #[doc = "End of Block interrupt enable"] - pub fn set_eobie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "Own Address 2 enable"] + pub fn set_oa2en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) + impl Default for Oar2 { + fn default() -> Oar2 { + Oar2(0) } } - #[doc = "Control register 3"] + #[doc = "Access: No wait states"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr3(pub u32); - impl Cr3 { - #[doc = "Error interrupt enable"] - pub const fn eie(&self) -> bool { + pub struct Isr(pub u32); + impl Isr { + #[doc = "Transmit data register empty (transmitters) This bit is set by hardware when the I2C_TXDR register is empty. It is cleared when the next data to be sent is written in the I2C_TXDR register. This bit can be written to 1 by software in order to flush the transmit data register I2C_TXDR. Note: This bit is set by hardware when PE=0."] + pub const fn txe(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Error interrupt enable"] - pub fn set_eie(&mut self, val: bool) { + #[doc = "Transmit data register empty (transmitters) This bit is set by hardware when the I2C_TXDR register is empty. It is cleared when the next data to be sent is written in the I2C_TXDR register. This bit can be written to 1 by software in order to flush the transmit data register I2C_TXDR. Note: This bit is set by hardware when PE=0."] + pub fn set_txe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "IrDA mode enable"] - pub const fn iren(&self) -> bool { + #[doc = "Transmit interrupt status (transmitters) This bit is set by hardware when the I2C_TXDR register is empty and the data to be transmitted must be written in the I2C_TXDR register. It is cleared when the next data to be sent is written in the I2C_TXDR register. This bit can be written to 1 by software when NOSTRETCH=1 only, in order to generate a TXIS event (interrupt if TXIE=1 or DMA request if TXDMAEN=1). Note: This bit is cleared by hardware when PE=0."] + pub const fn txis(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "IrDA mode enable"] - pub fn set_iren(&mut self, val: bool) { + #[doc = "Transmit interrupt status (transmitters) This bit is set by hardware when the I2C_TXDR register is empty and the data to be transmitted must be written in the I2C_TXDR register. It is cleared when the next data to be sent is written in the I2C_TXDR register. This bit can be written to 1 by software when NOSTRETCH=1 only, in order to generate a TXIS event (interrupt if TXIE=1 or DMA request if TXDMAEN=1). Note: This bit is cleared by hardware when PE=0."] + pub fn set_txis(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "IrDA low-power"] - pub const fn irlp(&self) -> super::vals::Irlp { + #[doc = "Receive data register not empty (receivers) This bit is set by hardware when the received data is copied into the I2C_RXDR register, and is ready to be read. It is cleared when I2C_RXDR is read. Note: This bit is cleared by hardware when PE=0."] + pub const fn rxne(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; - super::vals::Irlp(val as u8) + val != 0 } - #[doc = "IrDA low-power"] - pub fn set_irlp(&mut self, val: super::vals::Irlp) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Receive data register not empty (receivers) This bit is set by hardware when the received data is copied into the I2C_RXDR register, and is ready to be read. It is cleared when I2C_RXDR is read. Note: This bit is cleared by hardware when PE=0."] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Half-duplex selection"] - pub const fn hdsel(&self) -> super::vals::Hdsel { + #[doc = "Address matched (slave mode) This bit is set by hardware as soon as the received slave address matched with one of the enabled slave addresses. It is cleared by software by setting ADDRCF bit. Note: This bit is cleared by hardware when PE=0."] + pub const fn addr(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; - super::vals::Hdsel(val as u8) + val != 0 } - #[doc = "Half-duplex selection"] - pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Address matched (slave mode) This bit is set by hardware as soon as the received slave address matched with one of the enabled slave addresses. It is cleared by software by setting ADDRCF bit. Note: This bit is cleared by hardware when PE=0."] + pub fn set_addr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Smartcard NACK enable"] - pub const fn nack(&self) -> bool { + #[doc = "Not Acknowledge received flag This flag is set by hardware when a NACK is received after a byte transmission. It is cleared by software by setting the NACKCF bit. Note: This bit is cleared by hardware when PE=0."] + pub const fn nackf(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Smartcard NACK enable"] - pub fn set_nack(&mut self, val: bool) { + #[doc = "Not Acknowledge received flag This flag is set by hardware when a NACK is received after a byte transmission. It is cleared by software by setting the NACKCF bit. Note: This bit is cleared by hardware when PE=0."] + pub fn set_nackf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Smartcard mode enable"] - pub const fn scen(&self) -> bool { + #[doc = "Stop detection flag This flag is set by hardware when a Stop condition is detected on the bus and the peripheral is involved in this transfer: either as a master, provided that the STOP condition is generated by the peripheral. or as a slave, provided that the peripheral has been addressed previously during this transfer. It is cleared by software by setting the STOPCF bit. Note: This bit is cleared by hardware when PE=0."] + pub const fn stopf(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Smartcard mode enable"] - pub fn set_scen(&mut self, val: bool) { + #[doc = "Stop detection flag This flag is set by hardware when a Stop condition is detected on the bus and the peripheral is involved in this transfer: either as a master, provided that the STOP condition is generated by the peripheral. or as a slave, provided that the peripheral has been addressed previously during this transfer. It is cleared by software by setting the STOPCF bit. Note: This bit is cleared by hardware when PE=0."] + pub fn set_stopf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "DMA enable receiver"] - pub const fn dmar(&self) -> bool { + #[doc = "Transfer Complete (master mode) This flag is set by hardware when RELOAD=0, AUTOEND=0 and NBYTES data have been transferred. It is cleared by software when START bit or STOP bit is set. Note: This bit is cleared by hardware when PE=0."] + pub const fn tc(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "DMA enable receiver"] - pub fn set_dmar(&mut self, val: bool) { + #[doc = "Transfer Complete (master mode) This flag is set by hardware when RELOAD=0, AUTOEND=0 and NBYTES data have been transferred. It is cleared by software when START bit or STOP bit is set. Note: This bit is cleared by hardware when PE=0."] + pub fn set_tc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "DMA enable transmitter"] - pub const fn dmat(&self) -> bool { + #[doc = "Transfer Complete Reload This flag is set by hardware when RELOAD=1 and NBYTES data have been transferred. It is cleared by software when NBYTES is written to a non-zero value. Note: This bit is cleared by hardware when PE=0. This flag is only for master mode, or for slave mode when the SBC bit is set."] + pub const fn tcr(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "DMA enable transmitter"] - pub fn set_dmat(&mut self, val: bool) { + #[doc = "Transfer Complete Reload This flag is set by hardware when RELOAD=1 and NBYTES data have been transferred. It is cleared by software when NBYTES is written to a non-zero value. Note: This bit is cleared by hardware when PE=0. This flag is only for master mode, or for slave mode when the SBC bit is set."] + pub fn set_tcr(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "RTS enable"] - pub const fn rtse(&self) -> bool { + #[doc = "Bus error This flag is set by hardware when a misplaced Start or Stop condition is detected whereas the peripheral is involved in the transfer. The flag is not set during the address phase in slave mode. It is cleared by software by setting BERRCF bit. Note: This bit is cleared by hardware when PE=0."] + pub const fn berr(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "RTS enable"] - pub fn set_rtse(&mut self, val: bool) { + #[doc = "Bus error This flag is set by hardware when a misplaced Start or Stop condition is detected whereas the peripheral is involved in the transfer. The flag is not set during the address phase in slave mode. It is cleared by software by setting BERRCF bit. Note: This bit is cleared by hardware when PE=0."] + pub fn set_berr(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "CTS enable"] - pub const fn ctse(&self) -> bool { + #[doc = "Arbitration lost This flag is set by hardware in case of arbitration loss. It is cleared by software by setting the ARLOCF bit. Note: This bit is cleared by hardware when PE=0."] + pub const fn arlo(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "CTS enable"] - pub fn set_ctse(&mut self, val: bool) { + #[doc = "Arbitration lost This flag is set by hardware in case of arbitration loss. It is cleared by software by setting the ARLOCF bit. Note: This bit is cleared by hardware when PE=0."] + pub fn set_arlo(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "CTS interrupt enable"] - pub const fn ctsie(&self) -> bool { + #[doc = "Overrun/Underrun (slave mode) This flag is set by hardware in slave mode with NOSTRETCH=1, when an overrun/underrun error occurs. It is cleared by software by setting the OVRCF bit. Note: This bit is cleared by hardware when PE=0."] + pub const fn ovr(&self) -> bool { let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "CTS interrupt enable"] - pub fn set_ctsie(&mut self, val: bool) { + #[doc = "Overrun/Underrun (slave mode) This flag is set by hardware in slave mode with NOSTRETCH=1, when an overrun/underrun error occurs. It is cleared by software by setting the OVRCF bit. Note: This bit is cleared by hardware when PE=0."] + pub fn set_ovr(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "One sample bit method enable"] - pub const fn onebit(&self) -> super::vals::Onebit { + #[doc = "PEC Error in reception This flag is set by hardware when the received PEC does not match with the PEC register content. A NACK is automatically sent after the wrong PEC reception. It is cleared by software by setting the PECCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub const fn pecerr(&self) -> super::vals::Pecerr { let val = (self.0 >> 11usize) & 0x01; - super::vals::Onebit(val as u8) + super::vals::Pecerr(val as u8) } - #[doc = "One sample bit method enable"] - pub fn set_onebit(&mut self, val: super::vals::Onebit) { + #[doc = "PEC Error in reception This flag is set by hardware when the received PEC does not match with the PEC register content. A NACK is automatically sent after the wrong PEC reception. It is cleared by software by setting the PECCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub fn set_pecerr(&mut self, val: super::vals::Pecerr) { self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "Overrun Disable"] - pub const fn ovrdis(&self) -> super::vals::Ovrdis { + #[doc = "Timeout or tLOW detection flag This flag is set by hardware when a timeout or extended clock timeout occurred. It is cleared by software by setting the TIMEOUTCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub const fn timeout(&self) -> bool { let val = (self.0 >> 12usize) & 0x01; - super::vals::Ovrdis(val as u8) + val != 0 } - #[doc = "Overrun Disable"] - pub fn set_ovrdis(&mut self, val: super::vals::Ovrdis) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "Timeout or tLOW detection flag This flag is set by hardware when a timeout or extended clock timeout occurred. It is cleared by software by setting the TIMEOUTCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub fn set_timeout(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "DMA Disable on Reception Error"] - pub const fn ddre(&self) -> bool { + #[doc = "SMBus alert This flag is set by hardware when SMBHEN=1 (SMBus host configuration), ALERTEN=1 and a SMBALERT event (falling edge) is detected on SMBA pin. It is cleared by software by setting the ALERTCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub const fn alert(&self) -> bool { let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "DMA Disable on Reception Error"] - pub fn set_ddre(&mut self, val: bool) { + #[doc = "SMBus alert This flag is set by hardware when SMBHEN=1 (SMBus host configuration), ALERTEN=1 and a SMBALERT event (falling edge) is detected on SMBA pin. It is cleared by software by setting the ALERTCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub fn set_alert(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Driver enable mode"] - pub const fn dem(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "Bus busy This flag indicates that a communication is in progress on the bus. It is set by hardware when a START condition is detected. It is cleared by hardware when a Stop condition is detected, or when PE=0."] + pub const fn busy(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; val != 0 } - #[doc = "Driver enable mode"] - pub fn set_dem(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "Bus busy This flag indicates that a communication is in progress on the bus. It is set by hardware when a START condition is detected. It is cleared by hardware when a Stop condition is detected, or when PE=0."] + pub fn set_busy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "Driver enable polarity selection"] - pub const fn dep(&self) -> super::vals::Dep { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Dep(val as u8) + #[doc = "Transfer direction (Slave mode) This flag is updated when an address match event occurs (ADDR=1)."] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Dir(val as u8) } - #[doc = "Driver enable polarity selection"] - pub fn set_dep(&mut self, val: super::vals::Dep) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "Transfer direction (Slave mode) This flag is updated when an address match event occurs (ADDR=1)."] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "Smartcard auto-retry count"] - pub const fn scarcnt(&self) -> u8 { - let val = (self.0 >> 17usize) & 0x07; + #[doc = "Address match code (Slave mode) These bits are updated with the received address when an address match event occurs (ADDR = 1). In the case of a 10-bit address, ADDCODE provides the 10-bit header followed by the 2 MSBs of the address."] + pub const fn addcode(&self) -> u8 { + let val = (self.0 >> 17usize) & 0x7f; val as u8 } - #[doc = "Smartcard auto-retry count"] - pub fn set_scarcnt(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 17usize)) | (((val as u32) & 0x07) << 17usize); - } - #[doc = "Wakeup from Stop mode interrupt flag selection"] - pub const fn wus(&self) -> super::vals::Wus { - let val = (self.0 >> 20usize) & 0x03; - super::vals::Wus(val as u8) - } - #[doc = "Wakeup from Stop mode interrupt flag selection"] - pub fn set_wus(&mut self, val: super::vals::Wus) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); - } - #[doc = "Wakeup from Stop mode interrupt enable"] - pub const fn wufie(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 - } - #[doc = "Wakeup from Stop mode interrupt enable"] - pub fn set_wufie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "Address match code (Slave mode) These bits are updated with the received address when an address match event occurs (ADDR = 1). In the case of a 10-bit address, ADDCODE provides the 10-bit header followed by the 2 MSBs of the address."] + pub fn set_addcode(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 17usize)) | (((val as u32) & 0x7f) << 17usize); } } - impl Default for Cr3 { - fn default() -> Cr3 { - Cr3(0) + impl Default for Isr { + fn default() -> Isr { + Isr(0) } } - #[doc = "Interrupt & status register"] + #[doc = "Access: No wait states"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ixr(pub u32); - impl Ixr { - #[doc = "Parity error"] - pub const fn pe(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Parity error"] - pub fn set_pe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Framing error"] - pub const fn fe(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Framing error"] - pub fn set_fe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + pub struct Txdr(pub u32); + impl Txdr { + #[doc = "8-bit transmit data Data byte to be transmitted to the I2C bus. Note: These bits can be written only when TXE=1."] + pub const fn txdata(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "Noise detected flag"] - pub const fn nf(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "8-bit transmit data Data byte to be transmitted to the I2C bus. Note: These bits can be written only when TXE=1."] + pub fn set_txdata(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "Noise detected flag"] - pub fn set_nf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + impl Default for Txdr { + fn default() -> Txdr { + Txdr(0) } - #[doc = "Overrun error"] - pub const fn ore(&self) -> bool { + } + #[doc = "Access: No wait states"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Icr(pub u32); + impl Icr { + #[doc = "Address matched flag clear Writing 1 to this bit clears the ADDR flag in the I2C_ISR register. Writing 1 to this bit also clears the START bit in the I2C_CR2 register."] + pub const fn addrcf(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Overrun error"] - pub fn set_ore(&mut self, val: bool) { + #[doc = "Address matched flag clear Writing 1 to this bit clears the ADDR flag in the I2C_ISR register. Writing 1 to this bit also clears the START bit in the I2C_CR2 register."] + pub fn set_addrcf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Idle line detected"] - pub const fn idle(&self) -> bool { + #[doc = "Not Acknowledge flag clear Writing 1 to this bit clears the ACKF flag in I2C_ISR register."] + pub const fn nackcf(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Idle line detected"] - pub fn set_idle(&mut self, val: bool) { + #[doc = "Not Acknowledge flag clear Writing 1 to this bit clears the ACKF flag in I2C_ISR register."] + pub fn set_nackcf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Read data register not empty"] - pub const fn rxne(&self) -> bool { + #[doc = "Stop detection flag clear Writing 1 to this bit clears the STOPF flag in the I2C_ISR register."] + pub const fn stopcf(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Read data register not empty"] - pub fn set_rxne(&mut self, val: bool) { + #[doc = "Stop detection flag clear Writing 1 to this bit clears the STOPF flag in the I2C_ISR register."] + pub fn set_stopcf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Transmission complete"] - pub const fn tc(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Transmission complete"] - pub fn set_tc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Transmit data register empty"] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Transmit data register empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "LIN break detection flag"] - pub const fn lbdf(&self) -> bool { + #[doc = "Bus error flag clear Writing 1 to this bit clears the BERRF flag in the I2C_ISR register."] + pub const fn berrcf(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "LIN break detection flag"] - pub fn set_lbdf(&mut self, val: bool) { + #[doc = "Bus error flag clear Writing 1 to this bit clears the BERRF flag in the I2C_ISR register."] + pub fn set_berrcf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "CTS interrupt flag"] - pub const fn ctsif(&self) -> bool { + #[doc = "Arbitration Lost flag clear Writing 1 to this bit clears the ARLO flag in the I2C_ISR register."] + pub const fn arlocf(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "CTS interrupt flag"] - pub fn set_ctsif(&mut self, val: bool) { + #[doc = "Arbitration Lost flag clear Writing 1 to this bit clears the ARLO flag in the I2C_ISR register."] + pub fn set_arlocf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "CTS flag"] - pub const fn cts(&self) -> bool { + #[doc = "Overrun/Underrun flag clear Writing 1 to this bit clears the OVR flag in the I2C_ISR register."] + pub const fn ovrcf(&self) -> bool { let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "CTS flag"] - pub fn set_cts(&mut self, val: bool) { + #[doc = "Overrun/Underrun flag clear Writing 1 to this bit clears the OVR flag in the I2C_ISR register."] + pub fn set_ovrcf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "Receiver timeout"] - pub const fn rtof(&self) -> bool { + #[doc = "PEC Error flag clear Writing 1 to this bit clears the PECERR flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub const fn peccf(&self) -> bool { let val = (self.0 >> 11usize) & 0x01; val != 0 } - #[doc = "Receiver timeout"] - pub fn set_rtof(&mut self, val: bool) { + #[doc = "PEC Error flag clear Writing 1 to this bit clears the PECERR flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub fn set_peccf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "End of block flag"] - pub const fn eobf(&self) -> bool { + #[doc = "Timeout detection flag clear Writing 1 to this bit clears the TIMEOUT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub const fn timoutcf(&self) -> bool { let val = (self.0 >> 12usize) & 0x01; val != 0 } - #[doc = "End of block flag"] - pub fn set_eobf(&mut self, val: bool) { + #[doc = "Timeout detection flag clear Writing 1 to this bit clears the TIMEOUT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub fn set_timoutcf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "Auto baud rate error"] - pub const fn abre(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "Alert flag clear Writing 1 to this bit clears the ALERT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub const fn alertcf(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "Auto baud rate error"] - pub fn set_abre(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "Alert flag clear Writing 1 to this bit clears the ALERT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub fn set_alertcf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Auto baud rate flag"] - pub const fn abrf(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 - } - #[doc = "Auto baud rate flag"] - pub fn set_abrf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + impl Default for Icr { + fn default() -> Icr { + Icr(0) } - #[doc = "Busy flag"] - pub const fn busy(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + } + #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Timeoutr(pub u32); + impl Timeoutr { + #[doc = "Bus Timeout A This field is used to configure: The SCL low timeout condition tTIMEOUT when TIDLE=0 tTIMEOUT= (TIMEOUTA+1) x 2048 x tI2CCLK The bus idle condition (both SCL and SDA high) when TIDLE=1 tIDLE= (TIMEOUTA+1) x 4 x tI2CCLK Note: These bits can be written only when TIMOUTEN=0."] + pub const fn timeouta(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "Busy flag"] - pub fn set_busy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "Bus Timeout A This field is used to configure: The SCL low timeout condition tTIMEOUT when TIDLE=0 tTIMEOUT= (TIMEOUTA+1) x 2048 x tI2CCLK The bus idle condition (both SCL and SDA high) when TIDLE=1 tIDLE= (TIMEOUTA+1) x 4 x tI2CCLK Note: These bits can be written only when TIMOUTEN=0."] + pub fn set_timeouta(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "character match flag"] - pub const fn cmf(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; + #[doc = "Idle clock timeout detection Note: This bit can be written only when TIMOUTEN=0."] + pub const fn tidle(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; val != 0 } - #[doc = "character match flag"] - pub fn set_cmf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "Idle clock timeout detection Note: This bit can be written only when TIMOUTEN=0."] + pub fn set_tidle(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "Send break flag"] - pub const fn sbkf(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; + #[doc = "Clock timeout enable"] + pub const fn timouten(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; val != 0 } - #[doc = "Send break flag"] - pub fn set_sbkf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "Clock timeout enable"] + pub fn set_timouten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "Receiver wakeup from Mute mode"] - pub const fn rwu(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 + #[doc = "Bus timeout B This field is used to configure the cumulative clock extension timeout: In master mode, the master cumulative clock low extend time (tLOW:MEXT) is detected In slave mode, the slave cumulative clock low extend time (tLOW:SEXT) is detected tLOW:EXT= (TIMEOUTB+1) x 2048 x tI2CCLK Note: These bits can be written only when TEXTEN=0."] + pub const fn timeoutb(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - #[doc = "Receiver wakeup from Mute mode"] - pub fn set_rwu(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "Bus timeout B This field is used to configure the cumulative clock extension timeout: In master mode, the master cumulative clock low extend time (tLOW:MEXT) is detected In slave mode, the slave cumulative clock low extend time (tLOW:SEXT) is detected tLOW:EXT= (TIMEOUTB+1) x 2048 x tI2CCLK Note: These bits can be written only when TEXTEN=0."] + pub fn set_timeoutb(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } - #[doc = "Wakeup from Stop mode flag"] - pub const fn wuf(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; + #[doc = "Extended clock timeout enable"] + pub const fn texten(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; val != 0 } - #[doc = "Wakeup from Stop mode flag"] - pub fn set_wuf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); - } - #[doc = "Transmit enable acknowledge flag"] - pub const fn teack(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 + #[doc = "Extended clock timeout enable"] + pub fn set_texten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } - #[doc = "Transmit enable acknowledge flag"] - pub fn set_teack(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + impl Default for Timeoutr { + fn default() -> Timeoutr { + Timeoutr(0) } - #[doc = "Receive enable acknowledge flag"] - pub const fn reack(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + } + #[doc = "Access: No wait states"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rxdr(pub u32); + impl Rxdr { + #[doc = "8-bit receive data Data byte received from the I2C bus."] + pub const fn rxdata(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "Receive enable acknowledge flag"] - pub fn set_reack(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "8-bit receive data Data byte received from the I2C bus."] + pub fn set_rxdata(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } } - impl Default for Ixr { - fn default() -> Ixr { - Ixr(0) + impl Default for Rxdr { + fn default() -> Rxdr { + Rxdr(0) } } - #[doc = "Control register 2"] + #[doc = "Access: No wait states"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "7-bit Address Detection/4-bit Address Detection"] - pub fn addm(&self, n: usize) -> super::vals::Addm { - assert!(n < 1usize); - let offs = 4usize + n * 0usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Addm(val as u8) + pub struct Pecr(pub u32); + impl Pecr { + #[doc = "Packet error checking register This field contains the internal PEC when PECEN=1. The PEC is cleared by hardware when PE=0."] + pub const fn pec(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "7-bit Address Detection/4-bit Address Detection"] - pub fn set_addm(&mut self, n: usize, val: super::vals::Addm) { - assert!(n < 1usize); - let offs = 4usize + n * 0usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Packet error checking register This field contains the internal PEC when PECEN=1. The PEC is cleared by hardware when PE=0."] + pub fn set_pec(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "LIN break detection length"] - pub const fn lbdl(&self) -> super::vals::Lbdl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lbdl(val as u8) + } + impl Default for Pecr { + fn default() -> Pecr { + Pecr(0) } - #[doc = "LIN break detection length"] - pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Oar1(pub u32); + impl Oar1 { + #[doc = "Interface address 7-bit addressing mode: dont care 10-bit addressing mode: bits 9:8 of address Note: These bits can be written only when OA1EN=0. OA1[7:1]: Interface address Bits 7:1 of address Note: These bits can be written only when OA1EN=0. OA1[0]: Interface address 7-bit addressing mode: dont care 10-bit addressing mode: bit 0 of address Note: This bit can be written only when OA1EN=0."] + pub const fn oa1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x03ff; + val as u16 } - #[doc = "LIN break detection interrupt enable"] - pub const fn lbdie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "Interface address 7-bit addressing mode: dont care 10-bit addressing mode: bits 9:8 of address Note: These bits can be written only when OA1EN=0. OA1[7:1]: Interface address Bits 7:1 of address Note: These bits can be written only when OA1EN=0. OA1[0]: Interface address 7-bit addressing mode: dont care 10-bit addressing mode: bit 0 of address Note: This bit can be written only when OA1EN=0."] + pub fn set_oa1(&mut self, val: u16) { + self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); } - #[doc = "LIN break detection interrupt enable"] - pub fn set_lbdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Own Address 1 10-bit mode Note: This bit can be written only when OA1EN=0."] + pub const fn oa1mode(&self) -> super::vals::Oamode { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Oamode(val as u8) } - #[doc = "Last bit clock pulse"] - pub const fn lbcl(&self) -> super::vals::Lbcl { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Lbcl(val as u8) + #[doc = "Own Address 1 10-bit mode Note: This bit can be written only when OA1EN=0."] + pub fn set_oa1mode(&mut self, val: super::vals::Oamode) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "Last bit clock pulse"] - pub fn set_lbcl(&mut self, val: super::vals::Lbcl) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "Own Address 1 enable"] + pub const fn oa1en(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 } - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Cpha(val as u8) + #[doc = "Own Address 1 enable"] + pub fn set_oa1en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + impl Default for Oar1 { + fn default() -> Oar1 { + Oar1(0) } - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Cpol(val as u8) + } + #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Peripheral enable Note: When PE=0, the I2C SCL and SDA lines are released. Internal state machines and status bits are put back to their reset value. When cleared, PE must be kept low for at least 3 APB clock cycles."] + pub const fn pe(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "Peripheral enable Note: When PE=0, the I2C SCL and SDA lines are released. Internal state machines and status bits are put back to their reset value. When cleared, PE must be kept low for at least 3 APB clock cycles."] + pub fn set_pe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Clock enable"] - pub const fn clken(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "TX Interrupt enable"] + pub const fn txie(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Clock enable"] - pub fn set_clken(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "TX Interrupt enable"] + pub fn set_txie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "STOP bits"] - pub const fn stop(&self) -> super::vals::Stop { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Stop(val as u8) + #[doc = "RX Interrupt enable"] + pub const fn rxie(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "STOP bits"] - pub fn set_stop(&mut self, val: super::vals::Stop) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + #[doc = "RX Interrupt enable"] + pub fn set_rxie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "LIN mode enable"] - pub const fn linen(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "Address match Interrupt enable (slave only)"] + pub const fn addrie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "LIN mode enable"] - pub fn set_linen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "Address match Interrupt enable (slave only)"] + pub fn set_addrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Swap TX/RX pins"] - pub const fn swap(&self) -> super::vals::Swap { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Swap(val as u8) + #[doc = "Not acknowledge received Interrupt enable"] + pub const fn nackie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - #[doc = "Swap TX/RX pins"] - pub fn set_swap(&mut self, val: super::vals::Swap) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "Not acknowledge received Interrupt enable"] + pub fn set_nackie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "RX pin active level inversion"] - pub const fn rxinv(&self) -> super::vals::Rxinv { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Rxinv(val as u8) + #[doc = "STOP detection Interrupt enable"] + pub const fn stopie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "RX pin active level inversion"] - pub fn set_rxinv(&mut self, val: super::vals::Rxinv) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "STOP detection Interrupt enable"] + pub fn set_stopie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "TX pin active level inversion"] - pub const fn txinv(&self) -> super::vals::Txinv { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Txinv(val as u8) + #[doc = "Transfer Complete interrupt enable Note: Any of these events will generate an interrupt: Transfer Complete (TC) Transfer Complete Reload (TCR)"] + pub const fn tcie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "TX pin active level inversion"] - pub fn set_txinv(&mut self, val: super::vals::Txinv) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + #[doc = "Transfer Complete interrupt enable Note: Any of these events will generate an interrupt: Transfer Complete (TC) Transfer Complete Reload (TCR)"] + pub fn set_tcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Binary data inversion"] - pub const fn datainv(&self) -> super::vals::Datainv { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Datainv(val as u8) + #[doc = "Error interrupts enable Note: Any of these errors generate an interrupt: Arbitration Loss (ARLO) Bus Error detection (BERR) Overrun/Underrun (OVR) Timeout detection (TIMEOUT) PEC error detection (PECERR) Alert pin event detection (ALERT)"] + pub const fn errie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 } - #[doc = "Binary data inversion"] - pub fn set_datainv(&mut self, val: super::vals::Datainv) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + #[doc = "Error interrupts enable Note: Any of these errors generate an interrupt: Arbitration Loss (ARLO) Bus Error detection (BERR) Overrun/Underrun (OVR) Timeout detection (TIMEOUT) PEC error detection (PECERR) Alert pin event detection (ALERT)"] + pub fn set_errie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Most significant bit first"] - pub const fn msbfirst(&self) -> super::vals::Msbfirst { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Msbfirst(val as u8) + #[doc = "Digital noise filter These bits are used to configure the digital noise filter on SDA and SCL input. The digital filter will filter spikes with a length of up to DNF[3:0] +* tI2CCLK ... Note: If the analog filter is also enabled, the digital filter is added to the analog filter. This filter can only be programmed when the I2C is disabled (PE = 0)."] + pub const fn dnf(&self) -> super::vals::Dnf { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Dnf(val as u8) } - #[doc = "Most significant bit first"] - pub fn set_msbfirst(&mut self, val: super::vals::Msbfirst) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + #[doc = "Digital noise filter These bits are used to configure the digital noise filter on SDA and SCL input. The digital filter will filter spikes with a length of up to DNF[3:0] +* tI2CCLK ... Note: If the analog filter is also enabled, the digital filter is added to the analog filter. This filter can only be programmed when the I2C is disabled (PE = 0)."] + pub fn set_dnf(&mut self, val: super::vals::Dnf) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); } - #[doc = "Auto baud rate enable"] - pub const fn abren(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; + #[doc = "Analog noise filter OFF Note: This bit can only be programmed when the I2C is disabled (PE = 0)."] + pub const fn anfoff(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; val != 0 } - #[doc = "Auto baud rate enable"] - pub fn set_abren(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + #[doc = "Analog noise filter OFF Note: This bit can only be programmed when the I2C is disabled (PE = 0)."] + pub fn set_anfoff(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "Auto baud rate mode"] - pub const fn abrmod(&self) -> super::vals::Abrmod { - let val = (self.0 >> 21usize) & 0x03; - super::vals::Abrmod(val as u8) + #[doc = "DMA transmission requests enable"] + pub const fn txdmaen(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 } - #[doc = "Auto baud rate mode"] - pub fn set_abrmod(&mut self, val: super::vals::Abrmod) { - self.0 = (self.0 & !(0x03 << 21usize)) | (((val.0 as u32) & 0x03) << 21usize); + #[doc = "DMA transmission requests enable"] + pub fn set_txdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "Receiver timeout enable"] - pub const fn rtoen(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; + #[doc = "DMA reception requests enable"] + pub const fn rxdmaen(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; val != 0 } - #[doc = "Receiver timeout enable"] - pub fn set_rtoen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "DMA reception requests enable"] + pub fn set_rxdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "Address of the USART node"] - pub const fn add(&self) -> u8 { - let val = (self.0 >> 24usize) & 0xff; - val as u8 + #[doc = "Slave byte control This bit is used to enable hardware byte control in slave mode."] + pub const fn sbc(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "Address of the USART node"] - pub fn set_add(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 24usize)) | (((val as u32) & 0xff) << 24usize); + #[doc = "Slave byte control This bit is used to enable hardware byte control in slave mode."] + pub fn set_sbc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) + #[doc = "Clock stretching disable This bit is used to disable clock stretching in slave mode. It must be kept cleared in master mode. Note: This bit can only be programmed when the I2C is disabled (PE = 0)."] + pub const fn nostretch(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 } - } - #[doc = "Data register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dr(pub u32); - impl Dr { - #[doc = "data value"] - pub const fn dr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x01ff; - val as u16 + #[doc = "Clock stretching disable This bit is used to disable clock stretching in slave mode. It must be kept cleared in master mode. Note: This bit can only be programmed when the I2C is disabled (PE = 0)."] + pub fn set_nostretch(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "data value"] - pub fn set_dr(&mut self, val: u16) { - self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + #[doc = "Wakeup from Stop mode enable Note: If the Wakeup from Stop mode feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation. Note: WUPEN can be set only when DNF = 0000"] + pub const fn wupen(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 } - } - impl Default for Dr { - fn default() -> Dr { - Dr(0) + #[doc = "Wakeup from Stop mode enable Note: If the Wakeup from Stop mode feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation. Note: WUPEN can be set only when DNF = 0000"] + pub fn set_wupen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - } - #[doc = "Baud rate register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Brr(pub u32); - impl Brr { - #[doc = "mantissa of USARTDIV"] - pub const fn brr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "General call enable"] + pub const fn gcen(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 } - #[doc = "mantissa of USARTDIV"] - pub fn set_brr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "General call enable"] + pub fn set_gcen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - } - impl Default for Brr { - fn default() -> Brr { - Brr(0) + #[doc = "SMBus Host address enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub const fn smbhen(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 } - } - #[doc = "Guard time and prescaler register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Gtpr(pub u32); - impl Gtpr { - #[doc = "Prescaler value"] - pub const fn psc(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + #[doc = "SMBus Host address enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub fn set_smbhen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "Prescaler value"] - pub fn set_psc(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "SMBus Device Default address enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub const fn smbden(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 } - #[doc = "Guard time value"] - pub const fn gt(&self) -> u8 { - let val = (self.0 >> 8usize) & 0xff; - val as u8 + #[doc = "SMBus Device Default address enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub fn set_smbden(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Guard time value"] - pub fn set_gt(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); + #[doc = "SMBus alert enable Device mode (SMBHEN=0): Host mode (SMBHEN=1): Note: When ALERTEN=0, the SMBA pin can be used as a standard GPIO. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub const fn alerten(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "SMBus alert enable Device mode (SMBHEN=0): Host mode (SMBHEN=1): Note: When ALERTEN=0, the SMBA pin can be used as a standard GPIO. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub fn set_alerten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "PEC enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub const fn pecen(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "PEC enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] + pub fn set_pecen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } } - impl Default for Gtpr { - fn default() -> Gtpr { - Gtpr(0) + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) } } } } -pub mod generic { - use core::marker::PhantomData; - #[derive(Copy, Clone)] - pub struct RW; - #[derive(Copy, Clone)] - pub struct R; +pub mod gpio_v2 { + use crate::generic::*; + #[doc = "General-purpose I/Os"] #[derive(Copy, Clone)] - pub struct W; - mod sealed { - use super::*; - pub trait Access {} - impl Access for R {} - impl Access for W {} - impl Access for RW {} - } - pub trait Access: sealed::Access + Copy {} - impl Access for R {} - impl Access for W {} - impl Access for RW {} - pub trait Read: Access {} - impl Read for RW {} - impl Read for R {} - pub trait Write: Access {} - impl Write for RW {} - impl Write for W {} - #[derive(Copy, Clone)] - pub struct Reg { - ptr: *mut u8, - phantom: PhantomData<*mut (T, A)>, - } - unsafe impl Send for Reg {} - unsafe impl Sync for Reg {} - impl Reg { - pub fn from_ptr(ptr: *mut u8) -> Self { - Self { - ptr, - phantom: PhantomData, - } - } - pub fn ptr(&self) -> *mut T { - self.ptr as _ - } - } - impl Reg { - pub unsafe fn read(&self) -> T { - (self.ptr as *mut T).read_volatile() - } - } - impl Reg { - pub unsafe fn write_value(&self, val: T) { - (self.ptr as *mut T).write_volatile(val) - } - } - impl Reg { - pub unsafe fn write(&self, f: impl FnOnce(&mut T) -> R) -> R { - let mut val = Default::default(); - let res = f(&mut val); - self.write_value(val); - res - } - } - impl Reg { - pub unsafe fn modify(&self, f: impl FnOnce(&mut T) -> R) -> R { - let mut val = self.read(); - let res = f(&mut val); - self.write_value(val); - res - } - } -} -pub mod spi_v3 { - use crate::generic::*; - #[doc = "Serial peripheral interface"] - #[derive(Copy, Clone)] - pub struct Spi(pub *mut u8); - unsafe impl Send for Spi {} - unsafe impl Sync for Spi {} - impl Spi { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { + pub struct Gpio(pub *mut u8); + unsafe impl Send for Gpio {} + unsafe impl Sync for Gpio {} + impl Gpio { + #[doc = "GPIO port mode register"] + pub fn moder(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { + #[doc = "GPIO port output type register"] + pub fn otyper(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "configuration register 1"] - pub fn cfg1(self) -> Reg { + #[doc = "GPIO port output speed register"] + pub fn ospeedr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "configuration register 2"] - pub fn cfg2(self) -> Reg { + #[doc = "GPIO port pull-up/pull-down register"] + pub fn pupdr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[doc = "Interrupt Enable Register"] - pub fn ier(self) -> Reg { + #[doc = "GPIO port input data register"] + pub fn idr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[doc = "Status Register"] - pub fn sr(self) -> Reg { + #[doc = "GPIO port output data register"] + pub fn odr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[doc = "Interrupt/Status Flags Clear Register"] - pub fn ifcr(self) -> Reg { + #[doc = "GPIO port bit set/reset register"] + pub fn bsrr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(24usize)) } } - #[doc = "Transmit Data Register"] - pub fn txdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "Receive Data Register"] - pub fn rxdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } - } - #[doc = "Polynomial Register"] - pub fn crcpoly(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(64usize)) } - } - #[doc = "Transmitter CRC Register"] - pub fn txcrc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(68usize)) } - } - #[doc = "Receiver CRC Register"] - pub fn rxcrc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } + #[doc = "GPIO port configuration lock register"] + pub fn lckr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } } - #[doc = "Underrun Data Register"] - pub fn udrdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } + #[doc = "GPIO alternate function register (low, high)"] + pub fn afr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(32usize + n * 4usize)) } } } pub mod vals { use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mbr(pub u8); - impl Mbr { - #[doc = "f_spi_ker_ck / 2"] - pub const DIV2: Self = Self(0); - #[doc = "f_spi_ker_ck / 4"] - pub const DIV4: Self = Self(0x01); - #[doc = "f_spi_ker_ck / 8"] - pub const DIV8: Self = Self(0x02); - #[doc = "f_spi_ker_ck / 16"] - pub const DIV16: Self = Self(0x03); - #[doc = "f_spi_ker_ck / 32"] - pub const DIV32: Self = Self(0x04); - #[doc = "f_spi_ker_ck / 64"] - pub const DIV64: Self = Self(0x05); - #[doc = "f_spi_ker_ck / 128"] - pub const DIV128: Self = Self(0x06); - #[doc = "f_spi_ker_ck / 256"] - pub const DIV256: Self = Self(0x07); + pub struct Ospeedr(pub u8); + impl Ospeedr { + #[doc = "Low speed"] + pub const LOWSPEED: Self = Self(0); + #[doc = "Medium speed"] + pub const MEDIUMSPEED: Self = Self(0x01); + #[doc = "High speed"] + pub const HIGHSPEED: Self = Self(0x02); + #[doc = "Very high speed"] + pub const VERYHIGHSPEED: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Master(pub u8); - impl Master { - #[doc = "Slave configuration"] - pub const SLAVE: Self = Self(0); - #[doc = "Master configuration"] - pub const MASTER: Self = Self(0x01); + pub struct Pupdr(pub u8); + impl Pupdr { + #[doc = "No pull-up, pull-down"] + pub const FLOATING: Self = Self(0); + #[doc = "Pull-up"] + pub const PULLUP: Self = Self(0x01); + #[doc = "Pull-down"] + pub const PULLDOWN: Self = Self(0x02); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Udrdet(pub u8); - impl Udrdet { - #[doc = "Underrun is detected at begin of data frame"] - pub const STARTOFFRAME: Self = Self(0); - #[doc = "Underrun is detected at end of last data frame"] - pub const ENDOFFRAME: Self = Self(0x01); - #[doc = "Underrun is detected at begin of active SS signal"] - pub const STARTOFSLAVESELECT: Self = Self(0x02); + pub struct Lck(pub u8); + impl Lck { + #[doc = "Port configuration not locked"] + pub const UNLOCKED: Self = Self(0); + #[doc = "Port configuration locked"] + pub const LOCKED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ssiop(pub u8); - impl Ssiop { - #[doc = "Low level is active for SS signal"] - pub const ACTIVELOW: Self = Self(0); - #[doc = "High level is active for SS signal"] - pub const ACTIVEHIGH: Self = Self(0x01); + pub struct Odr(pub u8); + impl Odr { + #[doc = "Set output to logic low"] + pub const LOW: Self = Self(0); + #[doc = "Set output to logic high"] + pub const HIGH: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fthlv(pub u8); - impl Fthlv { - #[doc = "1 frame"] - pub const ONEFRAME: Self = Self(0); - #[doc = "2 frames"] - pub const TWOFRAMES: Self = Self(0x01); - #[doc = "3 frames"] - pub const THREEFRAMES: Self = Self(0x02); - #[doc = "4 frames"] - pub const FOURFRAMES: Self = Self(0x03); - #[doc = "5 frames"] - pub const FIVEFRAMES: Self = Self(0x04); - #[doc = "6 frames"] - pub const SIXFRAMES: Self = Self(0x05); - #[doc = "7 frames"] - pub const SEVENFRAMES: Self = Self(0x06); - #[doc = "8 frames"] - pub const EIGHTFRAMES: Self = Self(0x07); - #[doc = "9 frames"] - pub const NINEFRAMES: Self = Self(0x08); - #[doc = "10 frames"] - pub const TENFRAMES: Self = Self(0x09); - #[doc = "11 frames"] - pub const ELEVENFRAMES: Self = Self(0x0a); - #[doc = "12 frames"] - pub const TWELVEFRAMES: Self = Self(0x0b); - #[doc = "13 frames"] - pub const THIRTEENFRAMES: Self = Self(0x0c); - #[doc = "14 frames"] - pub const FOURTEENFRAMES: Self = Self(0x0d); - #[doc = "15 frames"] - pub const FIFTEENFRAMES: Self = Self(0x0e); - #[doc = "16 frames"] - pub const SIXTEENFRAMES: Self = Self(0x0f); + pub struct Bsw(pub u8); + impl Bsw { + #[doc = "Sets the corresponding ODRx bit"] + pub const SET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxwne(pub u8); - impl Rxwne { - #[doc = "Less than 32-bit data frame received"] - pub const LESSTHAN32: Self = Self(0); - #[doc = "At least 32-bit data frame received"] - pub const ATLEAST32: Self = Self(0x01); + pub struct Lckk(pub u8); + impl Lckk { + #[doc = "Port configuration lock key not active"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Port configuration lock key active"] + pub const ACTIVE: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Comm(pub u8); - impl Comm { - #[doc = "Full duplex"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Simplex transmitter only"] - pub const TRANSMITTER: Self = Self(0x01); - #[doc = "Simplex receiver only"] - pub const RECEIVER: Self = Self(0x02); - #[doc = "Half duplex"] - pub const HALFDUPLEX: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hddir(pub u8); - impl Hddir { - #[doc = "Receiver in half duplex mode"] - pub const RECEIVER: Self = Self(0); - #[doc = "Transmitter in half duplex mode"] - pub const TRANSMITTER: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crc(pub u8); - impl Crc { - #[doc = "Full size (33/17 bit) CRC polynomial is not used"] - pub const DISABLED: Self = Self(0); - #[doc = "Full size (33/17 bit) CRC polynomial is used"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Datfmt(pub u8); - impl Datfmt { - #[doc = "The data inside RXDR and TXDR are right aligned"] - pub const RIGHTALIGNED: Self = Self(0); - #[doc = "The data inside RXDR and TXDR are left aligned"] - pub const LEFTALIGNED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sp(pub u8); - impl Sp { - #[doc = "Motorola SPI protocol"] - pub const MOTOROLA: Self = Self(0); - #[doc = "TI SPI protocol"] - pub const TI: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Afcntr(pub u8); - impl Afcntr { - #[doc = "Peripheral takes no control of GPIOs while disabled"] - pub const NOTCONTROLLED: Self = Self(0); - #[doc = "Peripheral controls GPIOs while disabled"] - pub const CONTROLLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ssom(pub u8); - impl Ssom { - #[doc = "SS is asserted until data transfer complete"] - pub const ASSERTED: Self = Self(0); - #[doc = "Data frames interleaved with SS not asserted during MIDI"] - pub const NOTASSERTED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Udrcfg(pub u8); - impl Udrcfg { - #[doc = "Slave sends a constant underrun pattern"] - pub const CONSTANT: Self = Self(0); - #[doc = "Slave repeats last received data frame from master"] - pub const REPEATRECEIVED: Self = Self(0x01); - #[doc = "Slave repeats last transmitted data frame"] - pub const REPEATTRANSMITTED: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tcrcini(pub u8); - impl Tcrcini { - #[doc = "All zeros TX CRC initialization pattern"] - pub const ALLZEROS: Self = Self(0); - #[doc = "All ones TX CRC initialization pattern"] - pub const ALLONES: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRSTEDGE: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECONDEDGE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "CK to 0 when idle"] - pub const IDLELOW: Self = Self(0); - #[doc = "CK to 1 when idle"] - pub const IDLEHIGH: Self = Self(0x01); + pub struct Brw(pub u8); + impl Brw { + #[doc = "Resets the corresponding ODRx bit"] + pub const RESET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rcrcini(pub u8); - impl Rcrcini { - #[doc = "All zeros RX CRC initialization pattern"] - pub const ALLZEROS: Self = Self(0); - #[doc = "All ones RX CRC initialization pattern"] - pub const ALLONES: Self = Self(0x01); + pub struct Ot(pub u8); + impl Ot { + #[doc = "Output push-pull (reset state)"] + pub const PUSHPULL: Self = Self(0); + #[doc = "Output open-drain"] + pub const OPENDRAIN: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Datlen(pub u8); - impl Datlen { - #[doc = "16 bit data length"] - pub const BITS16: Self = Self(0); - #[doc = "24 bit data length"] - pub const BITS24: Self = Self(0x01); - #[doc = "32 bit data length"] - pub const BITS32: Self = Self(0x02); + pub struct Afr(pub u8); + impl Afr { + #[doc = "AF0"] + pub const AF0: Self = Self(0); + #[doc = "AF1"] + pub const AF1: Self = Self(0x01); + #[doc = "AF2"] + pub const AF2: Self = Self(0x02); + #[doc = "AF3"] + pub const AF3: Self = Self(0x03); + #[doc = "AF4"] + pub const AF4: Self = Self(0x04); + #[doc = "AF5"] + pub const AF5: Self = Self(0x05); + #[doc = "AF6"] + pub const AF6: Self = Self(0x06); + #[doc = "AF7"] + pub const AF7: Self = Self(0x07); + #[doc = "AF8"] + pub const AF8: Self = Self(0x08); + #[doc = "AF9"] + pub const AF9: Self = Self(0x09); + #[doc = "AF10"] + pub const AF10: Self = Self(0x0a); + #[doc = "AF11"] + pub const AF11: Self = Self(0x0b); + #[doc = "AF12"] + pub const AF12: Self = Self(0x0c); + #[doc = "AF13"] + pub const AF13: Self = Self(0x0d); + #[doc = "AF14"] + pub const AF14: Self = Self(0x0e); + #[doc = "AF15"] + pub const AF15: Self = Self(0x0f); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxplvl(pub u8); - impl Rxplvl { - #[doc = "Zero frames beyond packing ratio available"] - pub const ZEROFRAMES: Self = Self(0); - #[doc = "One frame beyond packing ratio available"] - pub const ONEFRAME: Self = Self(0x01); - #[doc = "Two frame beyond packing ratio available"] - pub const TWOFRAMES: Self = Self(0x02); - #[doc = "Three frame beyond packing ratio available"] - pub const THREEFRAMES: Self = Self(0x03); + pub struct Moder(pub u8); + impl Moder { + #[doc = "Input mode (reset state)"] + pub const INPUT: Self = Self(0); + #[doc = "General purpose output mode"] + pub const OUTPUT: Self = Self(0x01); + #[doc = "Alternate function mode"] + pub const ALTERNATE: Self = Self(0x02); + #[doc = "Analog mode"] + pub const ANALOG: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsbfrst(pub u8); - impl Lsbfrst { - #[doc = "Data is transmitted/received with the MSB first"] - pub const MSBFIRST: Self = Self(0); - #[doc = "Data is transmitted/received with the LSB first"] - pub const LSBFIRST: Self = Self(0x01); + pub struct Idr(pub u8); + impl Idr { + #[doc = "Input is logic low"] + pub const LOW: Self = Self(0); + #[doc = "Input is logic high"] + pub const HIGH: Self = Self(0x01); } } pub mod regs { use crate::generic::*; - #[doc = "Underrun Data Register"] + #[doc = "GPIO port output data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Udrdr(pub u32); - impl Udrdr { - #[doc = "Data at slave underrun condition"] - pub const fn udrdr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Odr(pub u32); + impl Odr { + #[doc = "Port output data (y = 0..15)"] + pub fn odr(&self, n: usize) -> super::vals::Odr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Odr(val as u8) } - #[doc = "Data at slave underrun condition"] - pub fn set_udrdr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Port output data (y = 0..15)"] + pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Udrdr { - fn default() -> Udrdr { - Udrdr(0) + impl Default for Odr { + fn default() -> Odr { + Odr(0) } } - #[doc = "Transmitter CRC Register"] + #[doc = "GPIO alternate function register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Txcrc(pub u32); - impl Txcrc { - #[doc = "CRC register for transmitter"] - pub const fn txcrc(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Afr(pub u32); + impl Afr { + #[doc = "Alternate function selection for port x bit y (y = 0..15)"] + pub fn afr(&self, n: usize) -> super::vals::Afr { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + super::vals::Afr(val as u8) } - #[doc = "CRC register for transmitter"] - pub fn set_txcrc(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Alternate function selection for port x bit y (y = 0..15)"] + pub fn set_afr(&mut self, n: usize, val: super::vals::Afr) { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); } } - impl Default for Txcrc { - fn default() -> Txcrc { - Txcrc(0) + impl Default for Afr { + fn default() -> Afr { + Afr(0) } } - #[doc = "Polynomial Register"] + #[doc = "GPIO port bit set/reset register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crcpoly(pub u32); - impl Crcpoly { - #[doc = "CRC polynomial register"] - pub const fn crcpoly(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "CRC polynomial register"] - pub fn set_crcpoly(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + pub struct Bsrr(pub u32); + impl Bsrr { + #[doc = "Port x set bit y (y= 0..15)"] + pub fn bs(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Port x set bit y (y= 0..15)"] + pub fn set_bs(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Port x set bit y (y= 0..15)"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Port x set bit y (y= 0..15)"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Crcpoly { - fn default() -> Crcpoly { - Crcpoly(0) + impl Default for Bsrr { + fn default() -> Bsrr { + Bsrr(0) } } - #[doc = "configuration register 1"] + #[doc = "GPIO port output speed register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfg1(pub u32); - impl Cfg1 { - #[doc = "Number of bits in at single SPI data frame"] - pub const fn dsize(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x1f; - val as u8 - } - #[doc = "Number of bits in at single SPI data frame"] - pub fn set_dsize(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 0usize)) | (((val as u32) & 0x1f) << 0usize); - } - #[doc = "threshold level"] - pub const fn fthlv(&self) -> super::vals::Fthlv { - let val = (self.0 >> 5usize) & 0x0f; - super::vals::Fthlv(val as u8) + pub struct Ospeedr(pub u32); + impl Ospeedr { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn ospeedr(&self, n: usize) -> super::vals::Ospeedr { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Ospeedr(val as u8) } - #[doc = "threshold level"] - pub fn set_fthlv(&mut self, val: super::vals::Fthlv) { - self.0 = (self.0 & !(0x0f << 5usize)) | (((val.0 as u32) & 0x0f) << 5usize); + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_ospeedr(&mut self, n: usize, val: super::vals::Ospeedr) { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "Behavior of slave transmitter at underrun condition"] - pub const fn udrcfg(&self) -> super::vals::Udrcfg { - let val = (self.0 >> 9usize) & 0x03; - super::vals::Udrcfg(val as u8) + } + impl Default for Ospeedr { + fn default() -> Ospeedr { + Ospeedr(0) } - #[doc = "Behavior of slave transmitter at underrun condition"] - pub fn set_udrcfg(&mut self, val: super::vals::Udrcfg) { - self.0 = (self.0 & !(0x03 << 9usize)) | (((val.0 as u32) & 0x03) << 9usize); + } + #[doc = "GPIO port mode register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Moder(pub u32); + impl Moder { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn moder(&self, n: usize) -> super::vals::Moder { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Moder(val as u8) } - #[doc = "Detection of underrun condition at slave transmitter"] - pub const fn udrdet(&self) -> super::vals::Udrdet { - let val = (self.0 >> 11usize) & 0x03; - super::vals::Udrdet(val as u8) + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_moder(&mut self, n: usize, val: super::vals::Moder) { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "Detection of underrun condition at slave transmitter"] - pub fn set_udrdet(&mut self, val: super::vals::Udrdet) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + } + impl Default for Moder { + fn default() -> Moder { + Moder(0) } - #[doc = "Rx DMA stream enable"] - pub const fn rxdmaen(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 + } + #[doc = "GPIO port output type register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Otyper(pub u32); + impl Otyper { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn ot(&self, n: usize) -> super::vals::Ot { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Ot(val as u8) } - #[doc = "Rx DMA stream enable"] - pub fn set_rxdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_ot(&mut self, n: usize, val: super::vals::Ot) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Tx DMA stream enable"] - pub const fn txdmaen(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 + } + impl Default for Otyper { + fn default() -> Otyper { + Otyper(0) } - #[doc = "Tx DMA stream enable"] - pub fn set_txdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "GPIO port configuration lock register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Lckr(pub u32); + impl Lckr { + #[doc = "Port x lock bit y (y= 0..15)"] + pub fn lck(&self, n: usize) -> super::vals::Lck { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lck(val as u8) } - #[doc = "Length of CRC frame to be transacted and compared"] - pub const fn crcsize(&self) -> u8 { - let val = (self.0 >> 16usize) & 0x1f; - val as u8 + #[doc = "Port x lock bit y (y= 0..15)"] + pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Length of CRC frame to be transacted and compared"] - pub fn set_crcsize(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 16usize)) | (((val as u32) & 0x1f) << 16usize); + #[doc = "Port x lock bit y (y= 0..15)"] + pub const fn lckk(&self) -> super::vals::Lckk { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Lckk(val as u8) } - #[doc = "Hardware CRC computation enable"] - pub const fn crcen(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + #[doc = "Port x lock bit y (y= 0..15)"] + pub fn set_lckk(&mut self, val: super::vals::Lckk) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "Hardware CRC computation enable"] - pub fn set_crcen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + impl Default for Lckr { + fn default() -> Lckr { + Lckr(0) } - #[doc = "Master baud rate"] - pub const fn mbr(&self) -> super::vals::Mbr { - let val = (self.0 >> 28usize) & 0x07; - super::vals::Mbr(val as u8) + } + #[doc = "GPIO port pull-up/pull-down register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pupdr(pub u32); + impl Pupdr { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn pupdr(&self, n: usize) -> super::vals::Pupdr { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Pupdr(val as u8) } - #[doc = "Master baud rate"] - pub fn set_mbr(&mut self, val: super::vals::Mbr) { - self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_pupdr(&mut self, n: usize, val: super::vals::Pupdr) { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } } - impl Default for Cfg1 { - fn default() -> Cfg1 { - Cfg1(0) + impl Default for Pupdr { + fn default() -> Pupdr { + Pupdr(0) } } - #[doc = "configuration register 2"] + #[doc = "GPIO port input data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfg2(pub u32); - impl Cfg2 { - #[doc = "Master SS Idleness"] - pub const fn mssi(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "Master SS Idleness"] - pub fn set_mssi(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + pub struct Idr(pub u32); + impl Idr { + #[doc = "Port input data (y = 0..15)"] + pub fn idr(&self, n: usize) -> super::vals::Idr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Idr(val as u8) } - #[doc = "Master Inter-Data Idleness"] - pub const fn midi(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "Port input data (y = 0..15)"] + pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Master Inter-Data Idleness"] - pub fn set_midi(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + } + impl Default for Idr { + fn default() -> Idr { + Idr(0) } - #[doc = "Swap functionality of MISO and MOSI pins"] - pub const fn ioswp(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 - } - #[doc = "Swap functionality of MISO and MOSI pins"] - pub fn set_ioswp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + } +} +pub mod syscfg_h7 { + use crate::generic::*; + #[doc = "System configuration controller"] + #[derive(Copy, Clone)] + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "peripheral mode configuration register"] + pub fn pmcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "external interrupt configuration register 1"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + } + #[doc = "compensation cell control/status register"] + pub fn cccsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "SYSCFG compensation cell value register"] + pub fn ccvr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "SYSCFG compensation cell code register"] + pub fn cccr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "SYSCFG power control register"] + pub fn pwrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "SYSCFG package register"] + pub fn pkgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(292usize)) } + } + #[doc = "SYSCFG user register 0"] + pub fn ur0(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(768usize)) } + } + #[doc = "SYSCFG user register 2"] + pub fn ur2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(776usize)) } + } + #[doc = "SYSCFG user register 3"] + pub fn ur3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(780usize)) } + } + #[doc = "SYSCFG user register 4"] + pub fn ur4(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(784usize)) } + } + #[doc = "SYSCFG user register 5"] + pub fn ur5(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(788usize)) } + } + #[doc = "SYSCFG user register 6"] + pub fn ur6(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(792usize)) } + } + #[doc = "SYSCFG user register 7"] + pub fn ur7(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(796usize)) } + } + #[doc = "SYSCFG user register 8"] + pub fn ur8(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(800usize)) } + } + #[doc = "SYSCFG user register 9"] + pub fn ur9(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(804usize)) } + } + #[doc = "SYSCFG user register 10"] + pub fn ur10(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(808usize)) } + } + #[doc = "SYSCFG user register 11"] + pub fn ur11(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(812usize)) } + } + #[doc = "SYSCFG user register 12"] + pub fn ur12(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(816usize)) } + } + #[doc = "SYSCFG user register 13"] + pub fn ur13(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(820usize)) } + } + #[doc = "SYSCFG user register 14"] + pub fn ur14(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(824usize)) } + } + #[doc = "SYSCFG user register 15"] + pub fn ur15(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(828usize)) } + } + #[doc = "SYSCFG user register 16"] + pub fn ur16(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(832usize)) } + } + #[doc = "SYSCFG user register 17"] + pub fn ur17(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(836usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "SYSCFG user register 13"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur13(pub u32); + impl Ur13 { + #[doc = "Secured DTCM RAM Size"] + pub const fn sdrs(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 } - #[doc = "SPI Communication Mode"] - pub const fn comm(&self) -> super::vals::Comm { - let val = (self.0 >> 17usize) & 0x03; - super::vals::Comm(val as u8) + #[doc = "Secured DTCM RAM Size"] + pub fn set_sdrs(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); } - #[doc = "SPI Communication Mode"] - pub fn set_comm(&mut self, val: super::vals::Comm) { - self.0 = (self.0 & !(0x03 << 17usize)) | (((val.0 as u32) & 0x03) << 17usize); + #[doc = "D1 Standby reset"] + pub const fn d1sbrst(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "Serial Protocol"] - pub const fn sp(&self) -> super::vals::Sp { - let val = (self.0 >> 19usize) & 0x07; - super::vals::Sp(val as u8) + #[doc = "D1 Standby reset"] + pub fn set_d1sbrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Serial Protocol"] - pub fn set_sp(&mut self, val: super::vals::Sp) { - self.0 = (self.0 & !(0x07 << 19usize)) | (((val.0 as u32) & 0x07) << 19usize); + } + impl Default for Ur13 { + fn default() -> Ur13 { + Ur13(0) } - #[doc = "SPI Master"] - pub const fn master(&self) -> super::vals::Master { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Master(val as u8) + } + #[doc = "SYSCFG user register 9"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur9(pub u32); + impl Ur9 { + #[doc = "Write protection for flash bank 2"] + pub const fn wrpn_2(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "SPI Master"] - pub fn set_master(&mut self, val: super::vals::Master) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + #[doc = "Write protection for flash bank 2"] + pub fn set_wrpn_2(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "Data frame format"] - pub const fn lsbfrst(&self) -> super::vals::Lsbfrst { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Lsbfrst(val as u8) + #[doc = "Protected area start address for bank 2"] + pub const fn pa_beg_2(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - #[doc = "Data frame format"] - pub fn set_lsbfrst(&mut self, val: super::vals::Lsbfrst) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + #[doc = "Protected area start address for bank 2"] + pub fn set_pa_beg_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Cpha(val as u8) + } + impl Default for Ur9 { + fn default() -> Ur9 { + Ur9(0) } - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "SYSCFG compensation cell code register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cccr(pub u32); + impl Cccr { + #[doc = "NMOS compensation code"] + pub const fn ncc(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Cpol(val as u8) + #[doc = "NMOS compensation code"] + pub fn set_ncc(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + #[doc = "PMOS compensation code"] + pub const fn pcc(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 } - #[doc = "Software management of SS signal input"] - pub const fn ssm(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + #[doc = "PMOS compensation code"] + pub fn set_pcc(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); } - #[doc = "Software management of SS signal input"] - pub fn set_ssm(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + impl Default for Cccr { + fn default() -> Cccr { + Cccr(0) } - #[doc = "SS input/output polarity"] - pub const fn ssiop(&self) -> super::vals::Ssiop { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Ssiop(val as u8) + } + #[doc = "SYSCFG compensation cell value register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccvr(pub u32); + impl Ccvr { + #[doc = "NMOS compensation value"] + pub const fn ncv(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "SS input/output polarity"] - pub fn set_ssiop(&mut self, val: super::vals::Ssiop) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + #[doc = "NMOS compensation value"] + pub fn set_ncv(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "SS output enable"] - pub const fn ssoe(&self) -> bool { - let val = (self.0 >> 29usize) & 0x01; - val != 0 - } - #[doc = "SS output enable"] - pub fn set_ssoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); - } - #[doc = "SS output management in master mode"] - pub const fn ssom(&self) -> super::vals::Ssom { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Ssom(val as u8) - } - #[doc = "SS output management in master mode"] - pub fn set_ssom(&mut self, val: super::vals::Ssom) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "Alternate function GPIOs control"] - pub const fn afcntr(&self) -> super::vals::Afcntr { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Afcntr(val as u8) + #[doc = "PMOS compensation value"] + pub const fn pcv(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 } - #[doc = "Alternate function GPIOs control"] - pub fn set_afcntr(&mut self, val: super::vals::Afcntr) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + #[doc = "PMOS compensation value"] + pub fn set_pcv(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); } } - impl Default for Cfg2 { - fn default() -> Cfg2 { - Cfg2(0) + impl Default for Ccvr { + fn default() -> Ccvr { + Ccvr(0) } } - #[doc = "control register 2"] + #[doc = "SYSCFG user register 10"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Number of data at current transfer"] - pub const fn tsize(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; + pub struct Ur10(pub u32); + impl Ur10 { + #[doc = "Protected area end address for bank 2"] + pub const fn pa_end_2(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; val as u16 } - #[doc = "Number of data at current transfer"] - pub fn set_tsize(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Protected area end address for bank 2"] + pub fn set_pa_end_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "Number of data transfer extension to be reload into TSIZE just when a previous"] - pub const fn tser(&self) -> u16 { - let val = (self.0 >> 16usize) & 0xffff; + #[doc = "Secured area start address for bank 2"] + pub const fn sa_beg_2(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; val as u16 } - #[doc = "Number of data transfer extension to be reload into TSIZE just when a previous"] - pub fn set_tser(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + #[doc = "Secured area start address for bank 2"] + pub fn set_sa_beg_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) + impl Default for Ur10 { + fn default() -> Ur10 { + Ur10(0) } } - #[doc = "Receive Data Register"] + #[doc = "SYSCFG user register 12"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rxdr(pub u32); - impl Rxdr { - #[doc = "Receive data register"] - pub const fn rxdr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Ur12(pub u32); + impl Ur12 { + #[doc = "Secure mode"] + pub const fn secure(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "Receive data register"] - pub fn set_rxdr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Secure mode"] + pub fn set_secure(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Rxdr { - fn default() -> Rxdr { - Rxdr(0) + impl Default for Ur12 { + fn default() -> Ur12 { + Ur12(0) } } - #[doc = "Interrupt Enable Register"] + #[doc = "SYSCFG user register 17"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ier(pub u32); - impl Ier { - #[doc = "RXP Interrupt Enable"] - pub const fn rxpie(&self) -> bool { + pub struct Ur17(pub u32); + impl Ur17 { + #[doc = "I/O high speed / low voltage"] + pub const fn io_hslv(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "RXP Interrupt Enable"] - pub fn set_rxpie(&mut self, val: bool) { + #[doc = "I/O high speed / low voltage"] + pub fn set_io_hslv(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "TXP interrupt enable"] - pub const fn txpie(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "TXP interrupt enable"] - pub fn set_txpie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "DXP interrupt enabled"] - pub const fn dxpie(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + } + impl Default for Ur17 { + fn default() -> Ur17 { + Ur17(0) } - #[doc = "DXP interrupt enabled"] - pub fn set_dxpie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "SYSCFG power control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pwrcr(pub u32); + impl Pwrcr { + #[doc = "Overdrive enable"] + pub const fn oden(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "EOT, SUSP and TXC interrupt enable"] - pub const fn eotie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "Overdrive enable"] + pub fn set_oden(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "EOT, SUSP and TXC interrupt enable"] - pub fn set_eotie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + impl Default for Pwrcr { + fn default() -> Pwrcr { + Pwrcr(0) } - #[doc = "TXTFIE interrupt enable"] - pub const fn txtfie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + } + #[doc = "SYSCFG user register 5"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur5(pub u32); + impl Ur5 { + #[doc = "Mass erase secured area disabled for bank 1"] + pub const fn mesad_1(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "TXTFIE interrupt enable"] - pub fn set_txtfie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Mass erase secured area disabled for bank 1"] + pub fn set_mesad_1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "UDR interrupt enable"] - pub const fn udrie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "Write protection for flash bank 1"] + pub const fn wrpn_1(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; + val as u8 } - #[doc = "UDR interrupt enable"] - pub fn set_udrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Write protection for flash bank 1"] + pub fn set_wrpn_1(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); } - #[doc = "OVR interrupt enable"] - pub const fn ovrie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + } + impl Default for Ur5 { + fn default() -> Ur5 { + Ur5(0) } - #[doc = "OVR interrupt enable"] - pub fn set_ovrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "external interrupt configuration register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI x configuration (x = 4 to 7)"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + val as u8 } - #[doc = "CRC Interrupt enable"] - pub const fn crceie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "EXTI x configuration (x = 4 to 7)"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); } - #[doc = "CRC Interrupt enable"] - pub fn set_crceie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) } - #[doc = "TIFRE interrupt enable"] - pub const fn tifreie(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + } + #[doc = "SYSCFG user register 4"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur4(pub u32); + impl Ur4 { + #[doc = "Mass Erase Protected Area Disabled for bank 1"] + pub const fn mepad_1(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "TIFRE interrupt enable"] - pub fn set_tifreie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Mass Erase Protected Area Disabled for bank 1"] + pub fn set_mepad_1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Mode Fault interrupt enable"] - pub const fn modfie(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Mode Fault interrupt enable"] - pub fn set_modfie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Additional number of transactions reload interrupt enable"] - pub const fn tserfie(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "Additional number of transactions reload interrupt enable"] - pub fn set_tserfie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - } - impl Default for Ier { - fn default() -> Ier { - Ier(0) + } + impl Default for Ur4 { + fn default() -> Ur4 { + Ur4(0) } } - #[doc = "control register 1"] + #[doc = "SYSCFG user register 7"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Serial Peripheral Enable"] - pub const fn spe(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Serial Peripheral Enable"] - pub fn set_spe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Master automatic SUSP in Receive mode"] - pub const fn masrx(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Master automatic SUSP in Receive mode"] - pub fn set_masrx(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Master transfer start"] - pub const fn cstart(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Master transfer start"] - pub fn set_cstart(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Master SUSPend request"] - pub const fn csusp(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "Master SUSPend request"] - pub fn set_csusp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - #[doc = "Rx/Tx direction at Half-duplex mode"] - pub const fn hddir(&self) -> super::vals::Hddir { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Hddir(val as u8) - } - #[doc = "Rx/Tx direction at Half-duplex mode"] - pub fn set_hddir(&mut self, val: super::vals::Hddir) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "Internal SS signal input level"] - pub const fn ssi(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "Internal SS signal input level"] - pub fn set_ssi(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "32-bit CRC polynomial configuration"] - pub const fn crc33_17(&self) -> super::vals::Crc { - let val = (self.0 >> 13usize) & 0x01; - super::vals::Crc(val as u8) - } - #[doc = "32-bit CRC polynomial configuration"] - pub fn set_crc33_17(&mut self, val: super::vals::Crc) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "CRC calculation initialization pattern control for receiver"] - pub const fn rcrcini(&self) -> super::vals::Rcrcini { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Rcrcini(val as u8) - } - #[doc = "CRC calculation initialization pattern control for receiver"] - pub fn set_rcrcini(&mut self, val: super::vals::Rcrcini) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "CRC calculation initialization pattern control for transmitter"] - pub const fn tcrcini(&self) -> super::vals::Tcrcini { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Tcrcini(val as u8) - } - #[doc = "CRC calculation initialization pattern control for transmitter"] - pub fn set_tcrcini(&mut self, val: super::vals::Tcrcini) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Locking the AF configuration of associated IOs"] - pub const fn iolock(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Locking the AF configuration of associated IOs"] - pub fn set_iolock(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + pub struct Ur7(pub u32); + impl Ur7 { + #[doc = "Secured area start address for bank 1"] + pub const fn sa_beg_1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) + #[doc = "Secured area start address for bank 1"] + pub fn set_sa_beg_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - } - #[doc = "Receiver CRC Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rxcrc(pub u32); - impl Rxcrc { - #[doc = "CRC register for receiver"] - pub const fn rxcrc(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "Secured area end address for bank 1"] + pub const fn sa_end_1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - #[doc = "CRC register for receiver"] - pub fn set_rxcrc(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Secured area end address for bank 1"] + pub fn set_sa_end_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } } - impl Default for Rxcrc { - fn default() -> Rxcrc { - Rxcrc(0) + impl Default for Ur7 { + fn default() -> Ur7 { + Ur7(0) } } - #[doc = "Transmit Data Register"] + #[doc = "SYSCFG user register 14"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Txdr(pub u32); - impl Txdr { - #[doc = "Transmit data register"] - pub const fn txdr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Ur14(pub u32); + impl Ur14 { + #[doc = "D1 Stop Reset"] + pub const fn d1stprst(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Transmit data register"] - pub fn set_txdr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "D1 Stop Reset"] + pub fn set_d1stprst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } } - impl Default for Txdr { - fn default() -> Txdr { - Txdr(0) + impl Default for Ur14 { + fn default() -> Ur14 { + Ur14(0) } } - #[doc = "Status Register"] + #[doc = "peripheral mode configuration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Rx-Packet available"] - pub const fn rxp(&self) -> bool { + pub struct Pmcr(pub u32); + impl Pmcr { + #[doc = "I2C1 Fm+"] + pub const fn i2c1fmp(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Rx-Packet available"] - pub fn set_rxp(&mut self, val: bool) { + #[doc = "I2C1 Fm+"] + pub fn set_i2c1fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Tx-Packet space available"] - pub const fn txp(&self) -> bool { + #[doc = "I2C2 Fm+"] + pub const fn i2c2fmp(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Tx-Packet space available"] - pub fn set_txp(&mut self, val: bool) { + #[doc = "I2C2 Fm+"] + pub fn set_i2c2fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Duplex Packet"] - pub const fn dxp(&self) -> bool { + #[doc = "I2C3 Fm+"] + pub const fn i2c3fmp(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Duplex Packet"] - pub fn set_dxp(&mut self, val: bool) { + #[doc = "I2C3 Fm+"] + pub fn set_i2c3fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "End Of Transfer"] - pub const fn eot(&self) -> bool { + #[doc = "I2C4 Fm+"] + pub const fn i2c4fmp(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "End Of Transfer"] - pub fn set_eot(&mut self, val: bool) { + #[doc = "I2C4 Fm+"] + pub fn set_i2c4fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Transmission Transfer Filled"] - pub const fn txtf(&self) -> bool { + #[doc = "PB(6) Fm+"] + pub const fn pb6fmp(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Transmission Transfer Filled"] - pub fn set_txtf(&mut self, val: bool) { + #[doc = "PB(6) Fm+"] + pub fn set_pb6fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Underrun at slave transmission mode"] - pub const fn udr(&self) -> bool { + #[doc = "PB(7) Fast Mode Plus"] + pub const fn pb7fmp(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Underrun at slave transmission mode"] - pub fn set_udr(&mut self, val: bool) { + #[doc = "PB(7) Fast Mode Plus"] + pub fn set_pb7fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Overrun"] - pub const fn ovr(&self) -> bool { + #[doc = "PB(8) Fast Mode Plus"] + pub const fn pb8fmp(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Overrun"] - pub fn set_ovr(&mut self, val: bool) { + #[doc = "PB(8) Fast Mode Plus"] + pub fn set_pb8fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "CRC Error"] - pub const fn crce(&self) -> bool { + #[doc = "PB(9) Fm+"] + pub const fn pb9fmp(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "CRC Error"] - pub fn set_crce(&mut self, val: bool) { + #[doc = "PB(9) Fm+"] + pub fn set_pb9fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "TI frame format error"] - pub const fn tifre(&self) -> bool { + #[doc = "Booster Enable"] + pub const fn booste(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "TI frame format error"] - pub fn set_tifre(&mut self, val: bool) { + #[doc = "Booster Enable"] + pub fn set_booste(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Mode Fault"] - pub const fn modf(&self) -> bool { + #[doc = "Analog switch supply voltage selection"] + pub const fn boostvddsel(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "Mode Fault"] - pub fn set_modf(&mut self, val: bool) { + #[doc = "Analog switch supply voltage selection"] + pub fn set_boostvddsel(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Additional number of SPI data to be transacted was reload"] - pub const fn tserf(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; + #[doc = "Ethernet PHY Interface Selection"] + pub const fn epis(&self) -> u8 { + let val = (self.0 >> 21usize) & 0x07; + val as u8 + } + #[doc = "Ethernet PHY Interface Selection"] + pub fn set_epis(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 21usize)) | (((val as u32) & 0x07) << 21usize); + } + #[doc = "PA0 Switch Open"] + pub const fn pa0so(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Additional number of SPI data to be transacted was reload"] - pub fn set_tserf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "PA0 Switch Open"] + pub fn set_pa0so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "SUSPend"] - pub const fn susp(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "PA1 Switch Open"] + pub const fn pa1so(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "SUSPend"] - pub fn set_susp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "PA1 Switch Open"] + pub fn set_pa1so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "TxFIFO transmission complete"] - pub const fn txc(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "PC2 Switch Open"] + pub const fn pc2so(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "TxFIFO transmission complete"] - pub fn set_txc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "PC2 Switch Open"] + pub fn set_pc2so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "RxFIFO Packing LeVeL"] - pub const fn rxplvl(&self) -> super::vals::Rxplvl { - let val = (self.0 >> 13usize) & 0x03; - super::vals::Rxplvl(val as u8) + #[doc = "PC3 Switch Open"] + pub const fn pc3so(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 } - #[doc = "RxFIFO Packing LeVeL"] - pub fn set_rxplvl(&mut self, val: super::vals::Rxplvl) { - self.0 = (self.0 & !(0x03 << 13usize)) | (((val.0 as u32) & 0x03) << 13usize); + #[doc = "PC3 Switch Open"] + pub fn set_pc3so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - #[doc = "RxFIFO Word Not Empty"] - pub const fn rxwne(&self) -> super::vals::Rxwne { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Rxwne(val as u8) + } + impl Default for Pmcr { + fn default() -> Pmcr { + Pmcr(0) } - #[doc = "RxFIFO Word Not Empty"] - pub fn set_rxwne(&mut self, val: super::vals::Rxwne) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SYSCFG user register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur2(pub u32); + impl Ur2 { + #[doc = "BOR_LVL Brownout Reset Threshold Level"] + pub const fn borh(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 } - #[doc = "Number of data frames remaining in current TSIZE session"] - pub const fn ctsize(&self) -> u16 { + #[doc = "BOR_LVL Brownout Reset Threshold Level"] + pub fn set_borh(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + } + #[doc = "Boot Address 0"] + pub const fn boot_add0(&self) -> u16 { let val = (self.0 >> 16usize) & 0xffff; val as u16 } - #[doc = "Number of data frames remaining in current TSIZE session"] - pub fn set_ctsize(&mut self, val: u16) { + #[doc = "Boot Address 0"] + pub fn set_boot_add0(&mut self, val: u16) { self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); } } - impl Default for Sr { - fn default() -> Sr { - Sr(0) + impl Default for Ur2 { + fn default() -> Ur2 { + Ur2(0) } } - #[doc = "Interrupt/Status Flags Clear Register"] + #[doc = "SYSCFG user register 0"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ifcr(pub u32); - impl Ifcr { - #[doc = "End Of Transfer flag clear"] - pub const fn eotc(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + pub struct Ur0(pub u32); + impl Ur0 { + #[doc = "Bank Swap"] + pub const fn bks(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "End Of Transfer flag clear"] - pub fn set_eotc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Bank Swap"] + pub fn set_bks(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Transmission Transfer Filled flag clear"] - pub const fn txtfc(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "Readout protection"] + pub const fn rdp(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; + val as u8 } - #[doc = "Transmission Transfer Filled flag clear"] - pub fn set_txtfc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Readout protection"] + pub fn set_rdp(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); } - #[doc = "Underrun flag clear"] - pub const fn udrc(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + } + impl Default for Ur0 { + fn default() -> Ur0 { + Ur0(0) } - #[doc = "Underrun flag clear"] - pub fn set_udrc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "SYSCFG user register 6"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur6(pub u32); + impl Ur6 { + #[doc = "Protected area start address for bank 1"] + pub const fn pa_beg_1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "Overrun flag clear"] - pub const fn ovrc(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "Protected area start address for bank 1"] + pub fn set_pa_beg_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "Overrun flag clear"] - pub fn set_ovrc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Protected area end address for bank 1"] + pub const fn pa_end_1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - #[doc = "CRC Error flag clear"] - pub const fn crcec(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "Protected area end address for bank 1"] + pub fn set_pa_end_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } - #[doc = "CRC Error flag clear"] - pub fn set_crcec(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + impl Default for Ur6 { + fn default() -> Ur6 { + Ur6(0) } - #[doc = "TI frame format error flag clear"] - pub const fn tifrec(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + } + #[doc = "SYSCFG user register 11"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur11(pub u32); + impl Ur11 { + #[doc = "Secured area end address for bank 2"] + pub const fn sa_end_2(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "TI frame format error flag clear"] - pub fn set_tifrec(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Secured area end address for bank 2"] + pub fn set_sa_end_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "Mode Fault flag clear"] - pub const fn modfc(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + #[doc = "Independent Watchdog 1 mode"] + pub const fn iwdg1m(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Mode Fault flag clear"] - pub fn set_modfc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "Independent Watchdog 1 mode"] + pub fn set_iwdg1m(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "TSERFC flag clear"] - pub const fn tserfc(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; + } + impl Default for Ur11 { + fn default() -> Ur11 { + Ur11(0) + } + } + #[doc = "SYSCFG user register 16"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur16(pub u32); + impl Ur16 { + #[doc = "Freeze independent watchdog in Stop mode"] + pub const fn fziwdgstp(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "TSERFC flag clear"] - pub fn set_tserfc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "Freeze independent watchdog in Stop mode"] + pub fn set_fziwdgstp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "SUSPend flag clear"] - pub const fn suspc(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "Private key programmed"] + pub const fn pkp(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "SUSPend flag clear"] - pub fn set_suspc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "Private key programmed"] + pub fn set_pkp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Ifcr { - fn default() -> Ifcr { - Ifcr(0) - } - } - } -} -pub mod syscfg_l0 { - use crate::generic::*; - #[doc = "System configuration controller"] - #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "configuration register 1"] - pub fn cfgr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "CFGR2"] - pub fn cfgr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "external interrupt configuration register"] - pub fn exticr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "CFGR3"] - pub fn cfgr3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "external interrupt configuration register 1-4"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI configuration bits"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 - } - #[doc = "EXTI configuration bits"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); - } - } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) + impl Default for Ur16 { + fn default() -> Ur16 { + Ur16(0) } } - #[doc = "CFGR2"] + #[doc = "compensation cell control/status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr2(pub u32); - impl Cfgr2 { - #[doc = "Firewall disable bit"] - pub const fn fwdis(&self) -> bool { + pub struct Cccsr(pub u32); + impl Cccsr { + #[doc = "enable"] + pub const fn en(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Firewall disable bit"] - pub fn set_fwdis(&mut self, val: bool) { + #[doc = "enable"] + pub fn set_en(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Fm+ drive capability on PB6 enable bit"] - pub const fn i2c_pb6_fmp(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Fm+ drive capability on PB6 enable bit"] - pub fn set_i2c_pb6_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Fm+ drive capability on PB7 enable bit"] - pub const fn i2c_pb7_fmp(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Fm+ drive capability on PB7 enable bit"] - pub fn set_i2c_pb7_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Fm+ drive capability on PB8 enable bit"] - pub const fn i2c_pb8_fmp(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; + #[doc = "Code selection"] + pub const fn cs(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Fm+ drive capability on PB8 enable bit"] - pub fn set_i2c_pb8_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "Code selection"] + pub fn set_cs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Fm+ drive capability on PB9 enable bit"] - pub const fn i2c_pb9_fmp(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "Compensation cell ready flag"] + pub const fn ready(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Fm+ drive capability on PB9 enable bit"] - pub fn set_i2c_pb9_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "Compensation cell ready flag"] + pub fn set_ready(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "I2C1 Fm+ drive capability enable bit"] - pub const fn i2c1_fmp(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "High-speed at low-voltage"] + pub const fn hslv(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "I2C1 Fm+ drive capability enable bit"] - pub fn set_i2c1_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "I2C2 Fm+ drive capability enable bit"] - pub const fn i2c2_fmp(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 + #[doc = "High-speed at low-voltage"] + pub fn set_hslv(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "I2C2 Fm+ drive capability enable bit"] - pub fn set_i2c2_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + impl Default for Cccsr { + fn default() -> Cccsr { + Cccsr(0) } - #[doc = "I2C3 Fm+ drive capability enable bit"] - pub const fn i2c3_fmp(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + } + #[doc = "SYSCFG user register 15"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur15(pub u32); + impl Ur15 { + #[doc = "Freeze independent watchdog in Standby mode"] + pub const fn fziwdgstb(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "I2C3 Fm+ drive capability enable bit"] - pub fn set_i2c3_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "Freeze independent watchdog in Standby mode"] + pub fn set_fziwdgstb(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Cfgr2 { - fn default() -> Cfgr2 { - Cfgr2(0) + impl Default for Ur15 { + fn default() -> Ur15 { + Ur15(0) } } - #[doc = "configuration register 1"] + #[doc = "SYSCFG package register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr1(pub u32); - impl Cfgr1 { - #[doc = "Memory mapping selection bits"] - pub const fn mem_mode(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; + pub struct Pkgr(pub u32); + impl Pkgr { + #[doc = "Package"] + pub const fn pkg(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; val as u8 } - #[doc = "Memory mapping selection bits"] - pub fn set_mem_mode(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); - } - #[doc = "User bank swapping"] - pub const fn ufb(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "Package"] + pub fn set_pkg(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "User bank swapping"] - pub fn set_ufb(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + impl Default for Pkgr { + fn default() -> Pkgr { + Pkgr(0) } - #[doc = "Boot mode selected by the boot pins status bits"] - pub const fn boot_mode(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x03; - val as u8 + } + #[doc = "SYSCFG user register 3"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur3(pub u32); + impl Ur3 { + #[doc = "Boot Address 1"] + pub const fn boot_add1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 } - #[doc = "Boot mode selected by the boot pins status bits"] - pub fn set_boot_mode(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + #[doc = "Boot Address 1"] + pub fn set_boot_add1(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); } } - impl Default for Cfgr1 { - fn default() -> Cfgr1 { - Cfgr1(0) + impl Default for Ur3 { + fn default() -> Ur3 { + Ur3(0) } } - #[doc = "CFGR3"] + #[doc = "SYSCFG user register 8"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr3(pub u32); - impl Cfgr3 { - #[doc = "VREFINT enable and scaler control for COMP2 enable bit"] - pub const fn en_vrefint(&self) -> bool { + pub struct Ur8(pub u32); + impl Ur8 { + #[doc = "Mass erase protected area disabled for bank 2"] + pub const fn mepad_2(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "VREFINT enable and scaler control for COMP2 enable bit"] - pub fn set_en_vrefint(&mut self, val: bool) { + #[doc = "Mass erase protected area disabled for bank 2"] + pub fn set_mepad_2(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "VREFINT_ADC connection bit"] - pub const fn sel_vref_out(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x03; - val as u8 - } - #[doc = "VREFINT_ADC connection bit"] - pub fn set_sel_vref_out(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 4usize)) | (((val as u32) & 0x03) << 4usize); - } - #[doc = "VREFINT reference for ADC enable bit"] - pub const fn enbuf_vrefint_adc(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Mass erase secured area disabled for bank 2"] + pub const fn mesad_2(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "VREFINT reference for ADC enable bit"] - pub fn set_enbuf_vrefint_adc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Temperature sensor reference for ADC enable bit"] - pub const fn enbuf_sensor_adc(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Temperature sensor reference for ADC enable bit"] - pub fn set_enbuf_sensor_adc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "VREFINT reference for COMP2 scaler enable bit"] - pub const fn enbuf_vrefint_comp2(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "VREFINT reference for COMP2 scaler enable bit"] - pub fn set_enbuf_vrefint_comp2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "VREFINT reference for HSI48 oscillator enable bit"] - pub const fn enref_hsi48(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "VREFINT reference for HSI48 oscillator enable bit"] - pub fn set_enref_hsi48(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "VREFINT ready flag"] - pub const fn vrefint_rdyf(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; - val != 0 - } - #[doc = "VREFINT ready flag"] - pub fn set_vrefint_rdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); - } - #[doc = "SYSCFG_CFGR3 lock bit"] - pub const fn ref_lock(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; - val != 0 - } - #[doc = "SYSCFG_CFGR3 lock bit"] - pub fn set_ref_lock(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + #[doc = "Mass erase secured area disabled for bank 2"] + pub fn set_mesad_2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Cfgr3 { - fn default() -> Cfgr3 { - Cfgr3(0) + impl Default for Ur8 { + fn default() -> Ur8 { + Ur8(0) } } } } -pub mod rcc_l0 { +pub mod rng_v1 { use crate::generic::*; - #[doc = "Reset and clock control"] + #[doc = "Random number generator"] #[derive(Copy, Clone)] - pub struct Rcc(pub *mut u8); - unsafe impl Send for Rcc {} - unsafe impl Sync for Rcc {} - impl Rcc { - #[doc = "Clock control register"] + pub struct Rng(pub *mut u8); + unsafe impl Send for Rng {} + unsafe impl Sync for Rng {} + impl Rng { + #[doc = "control register"] pub fn cr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "Internal clock sources calibration register"] - pub fn icscr(self) -> Reg { + #[doc = "status register"] + pub fn sr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "Clock recovery RC register"] - pub fn crrcr(self) -> Reg { + #[doc = "data register"] + pub fn dr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "Clock configuration register"] - pub fn cfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Clock interrupt enable register"] - pub fn cier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Clock interrupt flag register"] - pub fn cifr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "Clock interrupt clear register"] - pub fn cicr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "GPIO reset register"] - pub fn ioprstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "AHB peripheral reset register"] - pub fn ahbrstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "APB2 peripheral reset register"] - pub fn apb2rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "APB1 peripheral reset register"] - pub fn apb1rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "GPIO clock enable register"] - pub fn iopenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "AHB peripheral clock enable register"] - pub fn ahbenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } - } - #[doc = "APB2 peripheral clock enable register"] - pub fn apb2enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(52usize)) } - } - #[doc = "APB1 peripheral clock enable register"] - pub fn apb1enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(56usize)) } - } - #[doc = "GPIO clock enable in sleep mode register"] - pub fn iopsmen(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(60usize)) } - } - #[doc = "AHB peripheral clock enable in sleep mode register"] - pub fn ahbsmenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(64usize)) } - } - #[doc = "APB2 peripheral clock enable in sleep mode register"] - pub fn apb2smenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(68usize)) } - } - #[doc = "APB1 peripheral clock enable in sleep mode register"] - pub fn apb1smenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } - } - #[doc = "Clock configuration register"] - pub fn ccipr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - #[doc = "Control and status register"] - pub fn csr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(80usize)) } - } } pub mod regs { use crate::generic::*; - #[doc = "Clock control register"] + #[doc = "control register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] pub struct Cr(pub u32); impl Cr { - #[doc = "16 MHz high-speed internal clock enable"] - pub const fn hsi16on(&self) -> super::vals::Pllon { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Pllon(val as u8) - } - #[doc = "16 MHz high-speed internal clock enable"] - pub fn set_hsi16on(&mut self, val: super::vals::Pllon) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "High-speed internal clock enable bit for some IP kernels"] - pub const fn hsi16keron(&self) -> super::vals::Pllon { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Pllon(val as u8) - } - #[doc = "High-speed internal clock enable bit for some IP kernels"] - pub fn set_hsi16keron(&mut self, val: super::vals::Pllon) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "Internal high-speed clock ready flag"] - pub const fn hsi16rdyf(&self) -> bool { + #[doc = "Random number generator enable"] + pub const fn rngen(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Internal high-speed clock ready flag"] - pub fn set_hsi16rdyf(&mut self, val: bool) { + #[doc = "Random number generator enable"] + pub fn set_rngen(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "HSI16DIVEN"] - pub const fn hsi16diven(&self) -> super::vals::Hsidiven { + #[doc = "Interrupt enable"] + pub const fn ie(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; - super::vals::Hsidiven(val as u8) - } - #[doc = "HSI16DIVEN"] - pub fn set_hsi16diven(&mut self, val: super::vals::Hsidiven) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "HSI16DIVF"] - pub const fn hsi16divf(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "HSI16DIVF"] - pub fn set_hsi16divf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "16 MHz high-speed internal clock output enable"] - pub const fn hsi16outen(&self) -> super::vals::Hsiouten { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Hsiouten(val as u8) + #[doc = "Interrupt enable"] + pub fn set_ie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "16 MHz high-speed internal clock output enable"] - pub fn set_hsi16outen(&mut self, val: super::vals::Hsiouten) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + impl Default for Cr { + fn default() -> Cr { + Cr(0) } - #[doc = "MSI clock enable bit"] - pub const fn msion(&self) -> super::vals::Pllon { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Pllon(val as u8) + } + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Sr(pub u32); + impl Sr { + #[doc = "Data ready"] + pub const fn drdy(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "MSI clock enable bit"] - pub fn set_msion(&mut self, val: super::vals::Pllon) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "Data ready"] + pub fn set_drdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "MSI clock ready flag"] - pub const fn msirdy(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + #[doc = "Clock error current status"] + pub const fn cecs(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "MSI clock ready flag"] - pub fn set_msirdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "Clock error current status"] + pub fn set_cecs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "HSE clock enable bit"] - pub const fn hseon(&self) -> super::vals::Pllon { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Pllon(val as u8) + #[doc = "Seed error current status"] + pub const fn secs(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "HSE clock enable bit"] - pub fn set_hseon(&mut self, val: super::vals::Pllon) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "Seed error current status"] + pub fn set_secs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "HSE clock ready flag"] - pub const fn hserdy(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; + #[doc = "Clock error interrupt status"] + pub const fn ceis(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "HSE clock ready flag"] - pub fn set_hserdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "HSE clock bypass bit"] - pub const fn hsebyp(&self) -> super::vals::Hsebyp { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Hsebyp(val as u8) - } - #[doc = "HSE clock bypass bit"] - pub fn set_hsebyp(&mut self, val: super::vals::Hsebyp) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "Clock security system on HSE enable bit"] - pub const fn csshseon(&self) -> super::vals::Pllon { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Pllon(val as u8) - } - #[doc = "Clock security system on HSE enable bit"] - pub fn set_csshseon(&mut self, val: super::vals::Pllon) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "TC/LCD prescaler"] - pub const fn rtcpre(&self) -> super::vals::Rtcpre { - let val = (self.0 >> 20usize) & 0x03; - super::vals::Rtcpre(val as u8) - } - #[doc = "TC/LCD prescaler"] - pub fn set_rtcpre(&mut self, val: super::vals::Rtcpre) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); - } - #[doc = "PLL enable bit"] - pub const fn pllon(&self) -> super::vals::Pllon { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Pllon(val as u8) - } - #[doc = "PLL enable bit"] - pub fn set_pllon(&mut self, val: super::vals::Pllon) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + #[doc = "Clock error interrupt status"] + pub fn set_ceis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "PLL clock ready flag"] - pub const fn pllrdy(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; + #[doc = "Seed error interrupt status"] + pub const fn seis(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "PLL clock ready flag"] - pub fn set_pllrdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "Seed error interrupt status"] + pub fn set_seis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } } - impl Default for Cr { - fn default() -> Cr { - Cr(0) + impl Default for Sr { + fn default() -> Sr { + Sr(0) } } - #[doc = "Internal clock sources calibration register"] + } +} +pub mod syscfg_f4 { + use crate::generic::*; + #[doc = "System configuration controller"] + #[derive(Copy, Clone)] + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "memory remap register"] + pub fn memrm(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "peripheral mode configuration register"] + pub fn pmc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "external interrupt configuration register"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + } + #[doc = "Compensation cell control register"] + pub fn cmpcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "memory remap register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Icscr(pub u32); - impl Icscr { - #[doc = "nternal high speed clock calibration"] - pub const fn hsi16cal(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "nternal high speed clock calibration"] - pub fn set_hsi16cal(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - #[doc = "High speed internal clock trimming"] - pub const fn hsi16trim(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x1f; + pub struct Memrm(pub u32); + impl Memrm { + #[doc = "Memory mapping selection"] + pub const fn mem_mode(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x07; val as u8 } - #[doc = "High speed internal clock trimming"] - pub fn set_hsi16trim(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); - } - #[doc = "MSI clock ranges"] - pub const fn msirange(&self) -> super::vals::Msirange { - let val = (self.0 >> 13usize) & 0x07; - super::vals::Msirange(val as u8) - } - #[doc = "MSI clock ranges"] - pub fn set_msirange(&mut self, val: super::vals::Msirange) { - self.0 = (self.0 & !(0x07 << 13usize)) | (((val.0 as u32) & 0x07) << 13usize); + #[doc = "Memory mapping selection"] + pub fn set_mem_mode(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); } - #[doc = "MSI clock calibration"] - pub const fn msical(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; - val as u8 + #[doc = "Flash bank mode selection"] + pub const fn fb_mode(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "MSI clock calibration"] - pub fn set_msical(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + #[doc = "Flash bank mode selection"] + pub fn set_fb_mode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "MSI clock trimming"] - pub const fn msitrim(&self) -> u8 { - let val = (self.0 >> 24usize) & 0xff; + #[doc = "FMC memory mapping swap"] + pub const fn swp_fmc(&self) -> u8 { + let val = (self.0 >> 10usize) & 0x03; val as u8 } - #[doc = "MSI clock trimming"] - pub fn set_msitrim(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 24usize)) | (((val as u32) & 0xff) << 24usize); + #[doc = "FMC memory mapping swap"] + pub fn set_swp_fmc(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 10usize)) | (((val as u32) & 0x03) << 10usize); } } - impl Default for Icscr { - fn default() -> Icscr { - Icscr(0) + impl Default for Memrm { + fn default() -> Memrm { + Memrm(0) } } - #[doc = "Control and status register"] + #[doc = "Compensation cell control register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Csr(pub u32); - impl Csr { - #[doc = "Internal low-speed oscillator enable"] - pub const fn lsion(&self) -> super::vals::Csslseon { + pub struct Cmpcr(pub u32); + impl Cmpcr { + #[doc = "Compensation cell power-down"] + pub const fn cmp_pd(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::Csslseon(val as u8) - } - #[doc = "Internal low-speed oscillator enable"] - pub fn set_lsion(&mut self, val: super::vals::Csslseon) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Internal low-speed oscillator ready bit"] - pub const fn lsirdy(&self) -> super::vals::Lserdy { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Lserdy(val as u8) + val != 0 } - #[doc = "Internal low-speed oscillator ready bit"] - pub fn set_lsirdy(&mut self, val: super::vals::Lserdy) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "Compensation cell power-down"] + pub fn set_cmp_pd(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "External low-speed oscillator enable bit"] - pub const fn lseon(&self) -> super::vals::Csslseon { + #[doc = "READY"] + pub const fn ready(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; - super::vals::Csslseon(val as u8) + val != 0 } - #[doc = "External low-speed oscillator enable bit"] - pub fn set_lseon(&mut self, val: super::vals::Csslseon) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "READY"] + pub fn set_ready(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "External low-speed oscillator ready bit"] - pub const fn lserdy(&self) -> super::vals::Lserdy { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Lserdy(val as u8) + } + impl Default for Cmpcr { + fn default() -> Cmpcr { + Cmpcr(0) } - #[doc = "External low-speed oscillator ready bit"] - pub fn set_lserdy(&mut self, val: super::vals::Lserdy) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "peripheral mode configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pmc(pub u32); + impl Pmc { + #[doc = "ADC1DC2"] + pub const fn adc1dc2(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "External low-speed oscillator bypass bit"] - pub const fn lsebyp(&self) -> super::vals::Lsebyp { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Lsebyp(val as u8) + #[doc = "ADC1DC2"] + pub fn set_adc1dc2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "External low-speed oscillator bypass bit"] - pub fn set_lsebyp(&mut self, val: super::vals::Lsebyp) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "ADC2DC2"] + pub const fn adc2dc2(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 } - #[doc = "LSEDRV"] - pub const fn lsedrv(&self) -> super::vals::Lsedrv { - let val = (self.0 >> 11usize) & 0x03; - super::vals::Lsedrv(val as u8) + #[doc = "ADC2DC2"] + pub fn set_adc2dc2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "LSEDRV"] - pub fn set_lsedrv(&mut self, val: super::vals::Lsedrv) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + #[doc = "ADC3DC2"] + pub const fn adc3dc2(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 } - #[doc = "CSSLSEON"] - pub const fn csslseon(&self) -> super::vals::Csslseon { - let val = (self.0 >> 13usize) & 0x01; - super::vals::Csslseon(val as u8) + #[doc = "ADC3DC2"] + pub fn set_adc3dc2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "CSSLSEON"] - pub fn set_csslseon(&mut self, val: super::vals::Csslseon) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + #[doc = "Ethernet PHY interface selection"] + pub const fn mii_rmii_sel(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 } - #[doc = "CSS on LSE failure detection flag"] - pub const fn csslsed(&self) -> super::vals::Csslsed { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Csslsed(val as u8) - } - #[doc = "CSS on LSE failure detection flag"] - pub fn set_csslsed(&mut self, val: super::vals::Csslsed) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "RTC and LCD clock source selection bits"] - pub const fn rtcsel(&self) -> super::vals::Rtcsel { - let val = (self.0 >> 16usize) & 0x03; - super::vals::Rtcsel(val as u8) - } - #[doc = "RTC and LCD clock source selection bits"] - pub fn set_rtcsel(&mut self, val: super::vals::Rtcsel) { - self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); - } - #[doc = "RTC clock enable bit"] - pub const fn rtcen(&self) -> super::vals::Rtcen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Rtcen(val as u8) - } - #[doc = "RTC clock enable bit"] - pub fn set_rtcen(&mut self, val: super::vals::Rtcen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "RTC software reset bit"] - pub const fn rtcrst(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 - } - #[doc = "RTC software reset bit"] - pub fn set_rtcrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); - } - #[doc = "Remove reset flag"] - pub const fn rmvf(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 - } - #[doc = "Remove reset flag"] - pub fn set_rmvf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); - } - #[doc = "OBLRSTF"] - pub const fn oblrstf(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 - } - #[doc = "OBLRSTF"] - pub fn set_oblrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); - } - #[doc = "PIN reset flag"] - pub const fn pinrstf(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 - } - #[doc = "PIN reset flag"] - pub fn set_pinrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); - } - #[doc = "POR/PDR reset flag"] - pub const fn porrstf(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 - } - #[doc = "POR/PDR reset flag"] - pub fn set_porrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); - } - #[doc = "Software reset flag"] - pub const fn sftrstf(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 - } - #[doc = "Software reset flag"] - pub fn set_sftrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); - } - #[doc = "Independent watchdog reset flag"] - pub const fn iwdgrstf(&self) -> bool { - let val = (self.0 >> 29usize) & 0x01; - val != 0 - } - #[doc = "Independent watchdog reset flag"] - pub fn set_iwdgrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); - } - #[doc = "Window watchdog reset flag"] - pub const fn wwdgrstf(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; - val != 0 - } - #[doc = "Window watchdog reset flag"] - pub fn set_wwdgrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); - } - #[doc = "Low-power reset flag"] - pub const fn lpwrrstf(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; - val != 0 - } - #[doc = "Low-power reset flag"] - pub fn set_lpwrrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + #[doc = "Ethernet PHY interface selection"] + pub fn set_mii_rmii_sel(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } } - impl Default for Csr { - fn default() -> Csr { - Csr(0) + impl Default for Pmc { + fn default() -> Pmc { + Pmc(0) } } - #[doc = "Clock configuration register"] + #[doc = "external interrupt configuration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr(pub u32); - impl Cfgr { - #[doc = "System clock switch"] - pub const fn sw(&self) -> super::vals::Sw { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Sw(val as u8) - } - #[doc = "System clock switch"] - pub fn set_sw(&mut self, val: super::vals::Sw) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); - } - #[doc = "System clock switch status"] - pub const fn sws(&self) -> super::vals::Sws { - let val = (self.0 >> 2usize) & 0x03; - super::vals::Sws(val as u8) - } - #[doc = "System clock switch status"] - pub fn set_sws(&mut self, val: super::vals::Sws) { - self.0 = (self.0 & !(0x03 << 2usize)) | (((val.0 as u32) & 0x03) << 2usize); - } - #[doc = "AHB prescaler"] - pub const fn hpre(&self) -> super::vals::Hpre { - let val = (self.0 >> 4usize) & 0x0f; - super::vals::Hpre(val as u8) - } - #[doc = "AHB prescaler"] - pub fn set_hpre(&mut self, val: super::vals::Hpre) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val.0 as u32) & 0x0f) << 4usize); - } - #[doc = "APB low-speed prescaler (APB1)"] - pub fn ppre(&self, n: usize) -> super::vals::Ppre { - assert!(n < 2usize); - let offs = 8usize + n * 3usize; - let val = (self.0 >> offs) & 0x07; - super::vals::Ppre(val as u8) - } - #[doc = "APB low-speed prescaler (APB1)"] - pub fn set_ppre(&mut self, n: usize, val: super::vals::Ppre) { - assert!(n < 2usize); - let offs = 8usize + n * 3usize; - self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); - } - #[doc = "Wake-up from stop clock selection"] - pub const fn stopwuck(&self) -> super::vals::Stopwuck { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Stopwuck(val as u8) - } - #[doc = "Wake-up from stop clock selection"] - pub fn set_stopwuck(&mut self, val: super::vals::Stopwuck) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "PLL entry clock source"] - pub const fn pllsrc(&self) -> super::vals::Pllsrc { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Pllsrc(val as u8) - } - #[doc = "PLL entry clock source"] - pub fn set_pllsrc(&mut self, val: super::vals::Pllsrc) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "PLL multiplication factor"] - pub const fn pllmul(&self) -> super::vals::Pllmul { - let val = (self.0 >> 18usize) & 0x0f; - super::vals::Pllmul(val as u8) - } - #[doc = "PLL multiplication factor"] - pub fn set_pllmul(&mut self, val: super::vals::Pllmul) { - self.0 = (self.0 & !(0x0f << 18usize)) | (((val.0 as u32) & 0x0f) << 18usize); - } - #[doc = "PLL output division"] - pub const fn plldiv(&self) -> super::vals::Plldiv { - let val = (self.0 >> 22usize) & 0x03; - super::vals::Plldiv(val as u8) - } - #[doc = "PLL output division"] - pub fn set_plldiv(&mut self, val: super::vals::Plldiv) { - self.0 = (self.0 & !(0x03 << 22usize)) | (((val.0 as u32) & 0x03) << 22usize); - } - #[doc = "Microcontroller clock output selection"] - pub const fn mcosel(&self) -> super::vals::Mcosel { - let val = (self.0 >> 24usize) & 0x0f; - super::vals::Mcosel(val as u8) - } - #[doc = "Microcontroller clock output selection"] - pub fn set_mcosel(&mut self, val: super::vals::Mcosel) { - self.0 = (self.0 & !(0x0f << 24usize)) | (((val.0 as u32) & 0x0f) << 24usize); - } - #[doc = "Microcontroller clock output prescaler"] - pub const fn mcopre(&self) -> super::vals::Mcopre { - let val = (self.0 >> 28usize) & 0x07; - super::vals::Mcopre(val as u8) + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI x configuration"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + val as u8 } - #[doc = "Microcontroller clock output prescaler"] - pub fn set_mcopre(&mut self, val: super::vals::Mcopre) { - self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); + #[doc = "EXTI x configuration"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); } } - impl Default for Cfgr { - fn default() -> Cfgr { - Cfgr(0) + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) } } - #[doc = "Clock recovery RC register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crrcr(pub u32); - impl Crrcr { - #[doc = "48MHz HSI clock enable bit"] - pub const fn hsi48on(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "48MHz HSI clock enable bit"] - pub fn set_hsi48on(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "48MHz HSI clock ready flag"] - pub const fn hsi48rdy(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "48MHz HSI clock ready flag"] - pub fn set_hsi48rdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "48 MHz HSI clock divided by 6 output enable"] - pub const fn hsi48div6en(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "48 MHz HSI clock divided by 6 output enable"] - pub fn set_hsi48div6en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "48 MHz HSI clock calibration"] - pub const fn hsi48cal(&self) -> u8 { - let val = (self.0 >> 8usize) & 0xff; - val as u8 - } - #[doc = "48 MHz HSI clock calibration"] - pub fn set_hsi48cal(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); - } + } +} +pub mod usart_v2 { + use crate::generic::*; + #[doc = "Universal synchronous asynchronous receiver transmitter"] + #[derive(Copy, Clone)] + pub struct Usart(pub *mut u8); + unsafe impl Send for Usart {} + unsafe impl Sync for Usart {} + impl Usart { + #[doc = "Control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } } - impl Default for Crrcr { - fn default() -> Crrcr { - Crrcr(0) - } + #[doc = "Control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "GPIO clock enable in sleep mode register"] + #[doc = "Control register 3"] + pub fn cr3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Baud rate register"] + pub fn brr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Guard time and prescaler register"] + pub fn gtpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Receiver timeout register"] + pub fn rtor(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "Request register"] + pub fn rqr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "Interrupt & status register"] + pub fn isr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "Interrupt flag clear register"] + pub fn icr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "Receive data register"] + pub fn rdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "Transmit data register"] + pub fn tdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + } + pub mod vals { + use crate::generic::*; #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Iopsmen(pub u32); - impl Iopsmen { - #[doc = "IOPASMEN"] - pub const fn iopasmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Iophsmen(val as u8) - } - #[doc = "IOPASMEN"] - pub fn set_iopasmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "IOPBSMEN"] - pub const fn iopbsmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Iophsmen(val as u8) - } - #[doc = "IOPBSMEN"] - pub fn set_iopbsmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "IOPCSMEN"] - pub const fn iopcsmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Iophsmen(val as u8) - } - #[doc = "IOPCSMEN"] - pub fn set_iopcsmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "IOPDSMEN"] - pub const fn iopdsmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Iophsmen(val as u8) - } - #[doc = "IOPDSMEN"] - pub fn set_iopdsmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "Port E clock enable during Sleep mode bit"] - pub const fn iopesmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Iophsmen(val as u8) - } - #[doc = "Port E clock enable during Sleep mode bit"] - pub fn set_iopesmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "IOPHSMEN"] - pub const fn iophsmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Iophsmen(val as u8) - } - #[doc = "IOPHSMEN"] - pub fn set_iophsmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Abrmod(pub u8); + impl Abrmod { + #[doc = "Measurement of the start bit is used to detect the baud rate"] + pub const START: Self = Self(0); + #[doc = "Falling edge to falling edge measurement"] + pub const EDGE: Self = Self(0x01); + #[doc = "0x7F frame detection"] + pub const FRAME7F: Self = Self(0x02); + #[doc = "0x55 frame detection"] + pub const FRAME55: Self = Self(0x03); } - impl Default for Iopsmen { - fn default() -> Iopsmen { - Iopsmen(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Wake(pub u8); + impl Wake { + #[doc = "Idle line"] + pub const IDLE: Self = Self(0); + #[doc = "Address mask"] + pub const ADDRESS: Self = Self(0x01); } - #[doc = "APB1 peripheral clock enable register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1enr(pub u32); - impl Apb1enr { - #[doc = "Timer2 clock enable bit"] - pub const fn tim2en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Timer2 clock enable bit"] - pub fn set_tim2en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Timer3 clock enable bit"] - pub const fn tim3en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Timer3 clock enable bit"] - pub fn set_tim3en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "Timer 6 clock enable bit"] - pub const fn tim6en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Timer 6 clock enable bit"] - pub fn set_tim6en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "Timer 7 clock enable bit"] - pub const fn tim7en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Timer 7 clock enable bit"] - pub fn set_tim7en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Window watchdog clock enable bit"] - pub const fn wwdgen(&self) -> super::vals::Lptimen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Window watchdog clock enable bit"] - pub fn set_wwdgen(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "SPI2 clock enable bit"] - pub const fn spi2en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "SPI2 clock enable bit"] - pub fn set_spi2en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "UART2 clock enable bit"] - pub const fn usart2en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "UART2 clock enable bit"] - pub fn set_usart2en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "LPUART1 clock enable bit"] - pub const fn lpuart1en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "LPUART1 clock enable bit"] - pub fn set_lpuart1en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "USART4 clock enable bit"] - pub const fn usart4en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "USART4 clock enable bit"] - pub fn set_usart4en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "USART5 clock enable bit"] - pub const fn usart5en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "USART5 clock enable bit"] - pub fn set_usart5en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "I2C1 clock enable bit"] - pub const fn i2c1en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "I2C1 clock enable bit"] - pub fn set_i2c1en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "I2C2 clock enable bit"] - pub const fn i2c2en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "I2C2 clock enable bit"] - pub fn set_i2c2en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "USB clock enable bit"] - pub const fn usben(&self) -> super::vals::Lptimen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "USB clock enable bit"] - pub fn set_usben(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "Clock recovery system clock enable bit"] - pub const fn crsen(&self) -> super::vals::Lptimen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Clock recovery system clock enable bit"] - pub fn set_crsen(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "Power interface clock enable bit"] - pub const fn pwren(&self) -> super::vals::Lptimen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Power interface clock enable bit"] - pub fn set_pwren(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "DAC interface clock enable bit"] - pub const fn dacen(&self) -> super::vals::Lptimen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "DAC interface clock enable bit"] - pub fn set_dacen(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "I2C3 clock enable bit"] - pub const fn i2c3en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "I2C3 clock enable bit"] - pub fn set_i2c3en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "Low power timer clock enable bit"] - pub const fn lptim1en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Low power timer clock enable bit"] - pub fn set_lptim1en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Wus(pub u8); + impl Wus { + #[doc = "WUF active on address match"] + pub const ADDRESS: Self = Self(0); + #[doc = "WuF active on Start bit detection"] + pub const START: Self = Self(0x02); + #[doc = "WUF active on RXNE"] + pub const RXNE: Self = Self(0x03); } - impl Default for Apb1enr { - fn default() -> Apb1enr { - Apb1enr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rxfrq(pub u8); + impl Rxfrq { + #[doc = "clears the RXNE flag. This allows to discard the received data without reading it, and avoid an overrun condition"] + pub const DISCARD: Self = Self(0x01); } - #[doc = "AHB peripheral clock enable register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahbenr(pub u32); - impl Ahbenr { - #[doc = "DMA clock enable bit"] - pub const fn dmaen(&self) -> super::vals::Crypen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Crypen(val as u8) - } - #[doc = "DMA clock enable bit"] - pub fn set_dmaen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "NVM interface clock enable bit"] - pub const fn mifen(&self) -> super::vals::Crypen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Crypen(val as u8) - } - #[doc = "NVM interface clock enable bit"] - pub fn set_mifen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "CRC clock enable bit"] - pub const fn crcen(&self) -> super::vals::Crypen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Crypen(val as u8) - } - #[doc = "CRC clock enable bit"] - pub fn set_crcen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "Touch Sensing clock enable bit"] - pub const fn touchen(&self) -> super::vals::Crypen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Crypen(val as u8) - } - #[doc = "Touch Sensing clock enable bit"] - pub fn set_touchen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "Random Number Generator clock enable bit"] - pub const fn rngen(&self) -> super::vals::Crypen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Crypen(val as u8) - } - #[doc = "Random Number Generator clock enable bit"] - pub fn set_rngen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "Crypto clock enable bit"] - pub const fn crypen(&self) -> super::vals::Crypen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Crypen(val as u8) - } - #[doc = "Crypto clock enable bit"] - pub fn set_crypen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lbdl(pub u8); + impl Lbdl { + #[doc = "10-bit break detection"] + pub const BIT10: Self = Self(0); + #[doc = "11-bit break detection"] + pub const BIT11: Self = Self(0x01); } - impl Default for Ahbenr { - fn default() -> Ahbenr { - Ahbenr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sbkrq(pub u8); + impl Sbkrq { + #[doc = "sets the SBKF flag and request to send a BREAK on the line, as soon as the transmit machine is available"] + pub const BREAK: Self = Self(0x01); } - #[doc = "AHB peripheral clock enable in sleep mode register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahbsmenr(pub u32); - impl Ahbsmenr { - #[doc = "DMA clock enable during sleep mode bit"] - pub const fn dmasmen(&self) -> super::vals::Dmasmen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Dmasmen(val as u8) - } - #[doc = "DMA clock enable during sleep mode bit"] - pub fn set_dmasmen(&mut self, val: super::vals::Dmasmen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "NVM interface clock enable during sleep mode bit"] - pub const fn mifsmen(&self) -> super::vals::Mifsmen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Mifsmen(val as u8) - } - #[doc = "NVM interface clock enable during sleep mode bit"] - pub fn set_mifsmen(&mut self, val: super::vals::Mifsmen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "SRAM interface clock enable during sleep mode bit"] - pub const fn sramsmen(&self) -> super::vals::Sramsmen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Sramsmen(val as u8) - } - #[doc = "SRAM interface clock enable during sleep mode bit"] - pub fn set_sramsmen(&mut self, val: super::vals::Sramsmen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "CRC clock enable during sleep mode bit"] - pub const fn crcsmen(&self) -> super::vals::Crcsmen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Crcsmen(val as u8) - } - #[doc = "CRC clock enable during sleep mode bit"] - pub fn set_crcsmen(&mut self, val: super::vals::Crcsmen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "Touch Sensing clock enable during sleep mode bit"] - pub const fn touchsmen(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Touch Sensing clock enable during sleep mode bit"] - pub fn set_touchsmen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - #[doc = "Random Number Generator clock enable during sleep mode bit"] - pub const fn rngsmen(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 - } - #[doc = "Random Number Generator clock enable during sleep mode bit"] - pub fn set_rngsmen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); - } - #[doc = "Crypto clock enable during sleep mode bit"] - pub const fn crypsmen(&self) -> super::vals::Crypsmen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Crypsmen(val as u8) - } - #[doc = "Crypto clock enable during sleep mode bit"] - pub fn set_crypsmen(&mut self, val: super::vals::Crypsmen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRST: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECOND: Self = Self(0x01); } - impl Default for Ahbsmenr { - fn default() -> Ahbsmenr { - Ahbsmenr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Onebit(pub u8); + impl Onebit { + #[doc = "Three sample bit method"] + pub const SAMPLE3: Self = Self(0); + #[doc = "One sample bit method"] + pub const SAMPLE1: Self = Self(0x01); } - #[doc = "Clock interrupt flag register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cifr(pub u32); - impl Cifr { - #[doc = "LSI ready interrupt flag"] - pub const fn lsirdyf(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "LSI ready interrupt flag"] - pub fn set_lsirdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Datainv(pub u8); + impl Datainv { + #[doc = "Logical data from the data register are send/received in positive/direct logic"] + pub const POSITIVE: Self = Self(0); + #[doc = "Logical data from the data register are send/received in negative/inverse logic"] + pub const NEGATIVE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rxinv(pub u8); + impl Rxinv { + #[doc = "RX pin signal works using the standard logic levels"] + pub const STANDARD: Self = Self(0); + #[doc = "RX pin signal values are inverted"] + pub const INVERTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Over(pub u8); + impl Over { + #[doc = "Oversampling by 16"] + pub const OVERSAMPLING16: Self = Self(0); + #[doc = "Oversampling by 8"] + pub const OVERSAMPLING8: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Stop(pub u8); + impl Stop { + #[doc = "1 stop bit"] + pub const STOP1: Self = Self(0); + #[doc = "0.5 stop bit"] + pub const STOP0P5: Self = Self(0x01); + #[doc = "2 stop bit"] + pub const STOP2: Self = Self(0x02); + #[doc = "1.5 stop bit"] + pub const STOP1P5: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Txinv(pub u8); + impl Txinv { + #[doc = "TX pin signal works using the standard logic levels"] + pub const STANDARD: Self = Self(0); + #[doc = "TX pin signal values are inverted"] + pub const INVERTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Addm(pub u8); + impl Addm { + #[doc = "4-bit address detection"] + pub const BIT4: Self = Self(0); + #[doc = "7-bit address detection"] + pub const BIT7: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ddre(pub u8); + impl Ddre { + #[doc = "DMA is not disabled in case of reception error"] + pub const NOTDISABLED: Self = Self(0); + #[doc = "DMA is disabled following a reception error"] + pub const DISABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ovrdis(pub u8); + impl Ovrdis { + #[doc = "Overrun Error Flag, ORE, is set when received data is not read before receiving new data"] + pub const ENABLED: Self = Self(0); + #[doc = "Overrun functionality is disabled. If new data is received while the RXNE flag is still set the ORE flag is not set and the new received data overwrites the previous content of the RDR register"] + pub const DISABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct M0(pub u8); + impl M0 { + #[doc = "1 start bit, 8 data bits, n stop bits"] + pub const BIT8: Self = Self(0); + #[doc = "1 start bit, 9 data bits, n stop bits"] + pub const BIT9: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dep(pub u8); + impl Dep { + #[doc = "DE signal is active high"] + pub const HIGH: Self = Self(0); + #[doc = "DE signal is active low"] + pub const LOW: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Irlp(pub u8); + impl Irlp { + #[doc = "Normal mode"] + pub const NORMAL: Self = Self(0); + #[doc = "Low-power mode"] + pub const LOWPOWER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hdsel(pub u8); + impl Hdsel { + #[doc = "Half duplex mode is not selected"] + pub const NOTSELECTED: Self = Self(0); + #[doc = "Half duplex mode is selected"] + pub const SELECTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Msbfirst(pub u8); + impl Msbfirst { + #[doc = "data is transmitted/received with data bit 0 first, following the start bit"] + pub const LSB: Self = Self(0); + #[doc = "data is transmitted/received with MSB (bit 7/8/9) first, following the start bit"] + pub const MSB: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Txfrq(pub u8); + impl Txfrq { + #[doc = "Set the TXE flags. This allows to discard the transmit data"] + pub const DISCARD: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ps(pub u8); + impl Ps { + #[doc = "Even parity"] + pub const EVEN: Self = Self(0); + #[doc = "Odd parity"] + pub const ODD: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct M1(pub u8); + impl M1 { + #[doc = "Use M0 to set the data bits"] + pub const M0: Self = Self(0); + #[doc = "1 start bit, 7 data bits, n stop bits"] + pub const BIT7: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lbcl(pub u8); + impl Lbcl { + #[doc = "The clock pulse of the last data bit is not output to the CK pin"] + pub const NOTOUTPUT: Self = Self(0); + #[doc = "The clock pulse of the last data bit is output to the CK pin"] + pub const OUTPUT: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "Steady low value on CK pin outside transmission window"] + pub const LOW: Self = Self(0); + #[doc = "Steady high value on CK pin outside transmission window"] + pub const HIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Swap(pub u8); + impl Swap { + #[doc = "TX/RX pins are used as defined in standard pinout"] + pub const STANDARD: Self = Self(0); + #[doc = "The TX and RX pins functions are swapped"] + pub const SWAPPED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Abrrq(pub u8); + impl Abrrq { + #[doc = "resets the ABRF flag in the USART_ISR and request an automatic baud rate measurement on the next received data frame"] + pub const REQUEST: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mmrq(pub u8); + impl Mmrq { + #[doc = "Puts the USART in mute mode and sets the RWU flag"] + pub const MUTE: Self = Self(0x01); + } + } + pub mod regs { + use crate::generic::*; + #[doc = "Request register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rqr(pub u32); + impl Rqr { + #[doc = "Auto baud rate request"] + pub const fn abrrq(&self) -> super::vals::Abrrq { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Abrrq(val as u8) } - #[doc = "LSE ready interrupt flag"] - pub const fn lserdyf(&self) -> bool { + #[doc = "Auto baud rate request"] + pub fn set_abrrq(&mut self, val: super::vals::Abrrq) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Send break request"] + pub const fn sbkrq(&self) -> super::vals::Sbkrq { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Sbkrq(val as u8) } - #[doc = "LSE ready interrupt flag"] - pub fn set_lserdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Send break request"] + pub fn set_sbkrq(&mut self, val: super::vals::Sbkrq) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "HSI16 ready interrupt flag"] - pub const fn hsi16rdyf(&self) -> bool { + #[doc = "Mute mode request"] + pub const fn mmrq(&self) -> super::vals::Mmrq { let val = (self.0 >> 2usize) & 0x01; - val != 0 + super::vals::Mmrq(val as u8) } - #[doc = "HSI16 ready interrupt flag"] - pub fn set_hsi16rdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Mute mode request"] + pub fn set_mmrq(&mut self, val: super::vals::Mmrq) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "HSE ready interrupt flag"] - pub const fn hserdyf(&self) -> bool { + #[doc = "Receive data flush request"] + pub const fn rxfrq(&self) -> super::vals::Rxfrq { let val = (self.0 >> 3usize) & 0x01; - val != 0 + super::vals::Rxfrq(val as u8) } - #[doc = "HSE ready interrupt flag"] - pub fn set_hserdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Receive data flush request"] + pub fn set_rxfrq(&mut self, val: super::vals::Rxfrq) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "PLL ready interrupt flag"] - pub const fn pllrdyf(&self) -> bool { + #[doc = "Transmit data flush request"] + pub const fn txfrq(&self) -> super::vals::Txfrq { let val = (self.0 >> 4usize) & 0x01; - val != 0 + super::vals::Txfrq(val as u8) } - #[doc = "PLL ready interrupt flag"] - pub fn set_pllrdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "MSI ready interrupt flag"] - pub const fn msirdyf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "MSI ready interrupt flag"] - pub fn set_msirdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "HSI48 ready interrupt flag"] - pub const fn hsi48rdyf(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "HSI48 ready interrupt flag"] - pub fn set_hsi48rdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "LSE Clock Security System Interrupt flag"] - pub const fn csslsef(&self) -> super::vals::Csslsef { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Csslsef(val as u8) - } - #[doc = "LSE Clock Security System Interrupt flag"] - pub fn set_csslsef(&mut self, val: super::vals::Csslsef) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "Clock Security System Interrupt flag"] - pub const fn csshsef(&self) -> super::vals::Csshsef { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Csshsef(val as u8) - } - #[doc = "Clock Security System Interrupt flag"] - pub fn set_csshsef(&mut self, val: super::vals::Csshsef) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - } - impl Default for Cifr { - fn default() -> Cifr { - Cifr(0) - } - } - #[doc = "APB2 peripheral clock enable in sleep mode register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb2smenr(pub u32); - impl Apb2smenr { - #[doc = "System configuration controller clock enable during sleep mode bit"] - pub const fn syscfgsmen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Dbgsmen(val as u8) - } - #[doc = "System configuration controller clock enable during sleep mode bit"] - pub fn set_syscfgsmen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM21 timer clock enable during sleep mode bit"] - pub const fn tim21smen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Dbgsmen(val as u8) - } - #[doc = "TIM21 timer clock enable during sleep mode bit"] - pub fn set_tim21smen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "TIM22 timer clock enable during sleep mode bit"] - pub const fn tim22smen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Dbgsmen(val as u8) - } - #[doc = "TIM22 timer clock enable during sleep mode bit"] - pub fn set_tim22smen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "ADC clock enable during sleep mode bit"] - pub const fn adcsmen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Dbgsmen(val as u8) - } - #[doc = "ADC clock enable during sleep mode bit"] - pub fn set_adcsmen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SPI1 clock enable during sleep mode bit"] - pub const fn spi1smen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Dbgsmen(val as u8) - } - #[doc = "SPI1 clock enable during sleep mode bit"] - pub fn set_spi1smen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "USART1 clock enable during sleep mode bit"] - pub const fn usart1smen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Dbgsmen(val as u8) - } - #[doc = "USART1 clock enable during sleep mode bit"] - pub fn set_usart1smen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "DBG clock enable during sleep mode bit"] - pub const fn dbgsmen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Dbgsmen(val as u8) - } - #[doc = "DBG clock enable during sleep mode bit"] - pub fn set_dbgsmen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + #[doc = "Transmit data flush request"] + pub fn set_txfrq(&mut self, val: super::vals::Txfrq) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } } - impl Default for Apb2smenr { - fn default() -> Apb2smenr { - Apb2smenr(0) + impl Default for Rqr { + fn default() -> Rqr { + Rqr(0) } } - #[doc = "APB2 peripheral reset register"] + #[doc = "Receiver timeout register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb2rstr(pub u32); - impl Apb2rstr { - #[doc = "System configuration controller reset"] - pub const fn syscfgrst(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "System configuration controller reset"] - pub fn set_syscfgrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "TIM21 timer reset"] - pub const fn tim21rst(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "TIM21 timer reset"] - pub fn set_tim21rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "TIM22 timer reset"] - pub const fn tim22rst(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "TIM22 timer reset"] - pub fn set_tim22rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "ADC interface reset"] - pub const fn adcrst(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "ADC interface reset"] - pub fn set_adcrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "SPI 1 reset"] - pub const fn spi1rst(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "SPI 1 reset"] - pub fn set_spi1rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "USART1 reset"] - pub const fn usart1rst(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 + pub struct Rtor(pub u32); + impl Rtor { + #[doc = "Receiver timeout value"] + pub const fn rto(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x00ff_ffff; + val as u32 } - #[doc = "USART1 reset"] - pub fn set_usart1rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "Receiver timeout value"] + pub fn set_rto(&mut self, val: u32) { + self.0 = + (self.0 & !(0x00ff_ffff << 0usize)) | (((val as u32) & 0x00ff_ffff) << 0usize); } - #[doc = "DBG reset"] - pub const fn dbgrst(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + #[doc = "Block Length"] + pub const fn blen(&self) -> u8 { + let val = (self.0 >> 24usize) & 0xff; + val as u8 } - #[doc = "DBG reset"] - pub fn set_dbgrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "Block Length"] + pub fn set_blen(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 24usize)) | (((val as u32) & 0xff) << 24usize); } } - impl Default for Apb2rstr { - fn default() -> Apb2rstr { - Apb2rstr(0) + impl Default for Rtor { + fn default() -> Rtor { + Rtor(0) } } - #[doc = "Clock interrupt clear register"] + #[doc = "Control register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cicr(pub u32); - impl Cicr { - #[doc = "LSI ready Interrupt clear"] - pub const fn lsirdyc(&self) -> bool { + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "USART enable"] + pub const fn ue(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "LSI ready Interrupt clear"] - pub fn set_lsirdyc(&mut self, val: bool) { + #[doc = "USART enable"] + pub fn set_ue(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "LSE ready Interrupt clear"] - pub const fn lserdyc(&self) -> bool { + #[doc = "USART enable in Stop mode"] + pub const fn uesm(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "LSE ready Interrupt clear"] - pub fn set_lserdyc(&mut self, val: bool) { + #[doc = "USART enable in Stop mode"] + pub fn set_uesm(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "HSI16 ready Interrupt clear"] - pub const fn hsi16rdyc(&self) -> bool { + #[doc = "Receiver enable"] + pub const fn re(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "HSI16 ready Interrupt clear"] - pub fn set_hsi16rdyc(&mut self, val: bool) { + #[doc = "Receiver enable"] + pub fn set_re(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "HSE ready Interrupt clear"] - pub const fn hserdyc(&self) -> bool { + #[doc = "Transmitter enable"] + pub const fn te(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "HSE ready Interrupt clear"] - pub fn set_hserdyc(&mut self, val: bool) { + #[doc = "Transmitter enable"] + pub fn set_te(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "PLL ready Interrupt clear"] - pub const fn pllrdyc(&self) -> bool { + #[doc = "IDLE interrupt enable"] + pub const fn idleie(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "PLL ready Interrupt clear"] - pub fn set_pllrdyc(&mut self, val: bool) { + #[doc = "IDLE interrupt enable"] + pub fn set_idleie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "MSI ready Interrupt clear"] - pub const fn msirdyc(&self) -> bool { + #[doc = "RXNE interrupt enable"] + pub const fn rxneie(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "MSI ready Interrupt clear"] - pub fn set_msirdyc(&mut self, val: bool) { + #[doc = "RXNE interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "HSI48 ready Interrupt clear"] - pub const fn hsi48rdyc(&self) -> bool { + #[doc = "Transmission complete interrupt enable"] + pub const fn tcie(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "HSI48 ready Interrupt clear"] - pub fn set_hsi48rdyc(&mut self, val: bool) { + #[doc = "Transmission complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "LSE Clock Security System Interrupt clear"] - pub const fn csslsec(&self) -> bool { + #[doc = "interrupt enable"] + pub const fn txeie(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "LSE Clock Security System Interrupt clear"] - pub fn set_csslsec(&mut self, val: bool) { + #[doc = "interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Clock Security System Interrupt clear"] - pub const fn csshsec(&self) -> bool { + #[doc = "PE interrupt enable"] + pub const fn peie(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Clock Security System Interrupt clear"] - pub fn set_csshsec(&mut self, val: bool) { + #[doc = "PE interrupt enable"] + pub fn set_peie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - } - impl Default for Cicr { - fn default() -> Cicr { - Cicr(0) - } - } - #[doc = "APB2 peripheral clock enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb2enr(pub u32); - impl Apb2enr { - #[doc = "System configuration controller clock enable bit"] - pub const fn syscfgen(&self) -> super::vals::Dbgen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Dbgen(val as u8) - } - #[doc = "System configuration controller clock enable bit"] - pub fn set_syscfgen(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM21 timer clock enable bit"] - pub const fn tim21en(&self) -> super::vals::Dbgen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Dbgen(val as u8) + #[doc = "Parity selection"] + pub const fn ps(&self) -> super::vals::Ps { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ps(val as u8) } - #[doc = "TIM21 timer clock enable bit"] - pub fn set_tim21en(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Parity selection"] + pub fn set_ps(&mut self, val: super::vals::Ps) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "TIM22 timer clock enable bit"] - pub const fn tim22en(&self) -> super::vals::Dbgen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Dbgen(val as u8) + #[doc = "Parity control enable"] + pub const fn pce(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 } - #[doc = "TIM22 timer clock enable bit"] - pub fn set_tim22en(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Parity control enable"] + pub fn set_pce(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "MiFaRe Firewall clock enable bit"] - pub const fn mifien(&self) -> super::vals::Dbgen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Dbgen(val as u8) + #[doc = "Receiver wakeup method"] + pub const fn wake(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 } - #[doc = "MiFaRe Firewall clock enable bit"] - pub fn set_mifien(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Receiver wakeup method"] + pub fn set_wake(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "ADC clock enable bit"] - pub const fn adcen(&self) -> super::vals::Dbgen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Dbgen(val as u8) + #[doc = "Word length"] + pub const fn m0(&self) -> super::vals::M0 { + let val = (self.0 >> 12usize) & 0x01; + super::vals::M0(val as u8) } - #[doc = "ADC clock enable bit"] - pub fn set_adcen(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "Word length"] + pub fn set_m0(&mut self, val: super::vals::M0) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "SPI1 clock enable bit"] - pub const fn spi1en(&self) -> super::vals::Dbgen { + #[doc = "Word length"] + pub const fn m1(&self) -> super::vals::M1 { let val = (self.0 >> 12usize) & 0x01; - super::vals::Dbgen(val as u8) + super::vals::M1(val as u8) } - #[doc = "SPI1 clock enable bit"] - pub fn set_spi1en(&mut self, val: super::vals::Dbgen) { + #[doc = "Word length"] + pub fn set_m1(&mut self, val: super::vals::M1) { self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "USART1 clock enable bit"] - pub const fn usart1en(&self) -> super::vals::Dbgen { + #[doc = "Mute mode enable"] + pub const fn mme(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Mute mode enable"] + pub fn set_mme(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Character match interrupt enable"] + pub const fn cmie(&self) -> bool { let val = (self.0 >> 14usize) & 0x01; - super::vals::Dbgen(val as u8) + val != 0 } - #[doc = "USART1 clock enable bit"] - pub fn set_usart1en(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "Character match interrupt enable"] + pub fn set_cmie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "DBG clock enable bit"] - pub const fn dbgen(&self) -> super::vals::Dbgen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Dbgen(val as u8) + #[doc = "Oversampling mode"] + pub fn over(&self, n: usize) -> super::vals::Over { + assert!(n < 1usize); + let offs = 15usize + n * 0usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Over(val as u8) } - #[doc = "DBG clock enable bit"] - pub fn set_dbgen(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + #[doc = "Oversampling mode"] + pub fn set_over(&mut self, n: usize, val: super::vals::Over) { + assert!(n < 1usize); + let offs = 15usize + n * 0usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "Driver Enable deassertion time"] + pub const fn dedt(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x1f; + val as u8 + } + #[doc = "Driver Enable deassertion time"] + pub fn set_dedt(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 16usize)) | (((val as u32) & 0x1f) << 16usize); + } + #[doc = "Driver Enable assertion time"] + pub const fn deat(&self) -> u8 { + let val = (self.0 >> 21usize) & 0x1f; + val as u8 + } + #[doc = "Driver Enable assertion time"] + pub fn set_deat(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 21usize)) | (((val as u32) & 0x1f) << 21usize); + } + #[doc = "Receiver timeout interrupt enable"] + pub const fn rtoie(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "Receiver timeout interrupt enable"] + pub fn set_rtoie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "End of Block interrupt enable"] + pub const fn eobie(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 + } + #[doc = "End of Block interrupt enable"] + pub fn set_eobie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } } - impl Default for Apb2enr { - fn default() -> Apb2enr { - Apb2enr(0) + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) } } - #[doc = "APB1 peripheral clock enable in sleep mode register"] + #[doc = "Control register 3"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1smenr(pub u32); - impl Apb1smenr { - #[doc = "Timer2 clock enable during sleep mode bit"] - pub const fn tim2smen(&self) -> super::vals::Lptimsmen { + pub struct Cr3(pub u32); + impl Cr3 { + #[doc = "Error interrupt enable"] + pub const fn eie(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::Lptimsmen(val as u8) + val != 0 } - #[doc = "Timer2 clock enable during sleep mode bit"] - pub fn set_tim2smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Error interrupt enable"] + pub fn set_eie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Timer3 clock enable during Sleep mode bit"] - pub const fn tim3smen(&self) -> super::vals::Lptimsmen { + #[doc = "IrDA mode enable"] + pub const fn iren(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; - super::vals::Lptimsmen(val as u8) + val != 0 } - #[doc = "Timer3 clock enable during Sleep mode bit"] - pub fn set_tim3smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "IrDA mode enable"] + pub fn set_iren(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Timer 6 clock enable during sleep mode bit"] - pub const fn tim6smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "IrDA low-power"] + pub const fn irlp(&self) -> super::vals::Irlp { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Irlp(val as u8) } - #[doc = "Timer 6 clock enable during sleep mode bit"] - pub fn set_tim6smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "IrDA low-power"] + pub fn set_irlp(&mut self, val: super::vals::Irlp) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Timer 7 clock enable during Sleep mode bit"] - pub const fn tim7smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "Half-duplex selection"] + pub const fn hdsel(&self) -> super::vals::Hdsel { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Hdsel(val as u8) } - #[doc = "Timer 7 clock enable during Sleep mode bit"] - pub fn set_tim7smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Half-duplex selection"] + pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Window watchdog clock enable during sleep mode bit"] - pub const fn wwdgsmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "Smartcard NACK enable"] + pub const fn nack(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - #[doc = "Window watchdog clock enable during sleep mode bit"] - pub fn set_wwdgsmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + #[doc = "Smartcard NACK enable"] + pub fn set_nack(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "SPI2 clock enable during sleep mode bit"] - pub const fn spi2smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "Smartcard mode enable"] + pub const fn scen(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "SPI2 clock enable during sleep mode bit"] - pub fn set_spi2smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "Smartcard mode enable"] + pub fn set_scen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "UART2 clock enable during sleep mode bit"] - pub const fn usart2smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "DMA enable receiver"] + pub const fn dmar(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "UART2 clock enable during sleep mode bit"] - pub fn set_usart2smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + #[doc = "DMA enable receiver"] + pub fn set_dmar(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "LPUART1 clock enable during sleep mode bit"] - pub const fn lpuart1smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "DMA enable transmitter"] + pub const fn dmat(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 } - #[doc = "LPUART1 clock enable during sleep mode bit"] - pub fn set_lpuart1smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + #[doc = "DMA enable transmitter"] + pub fn set_dmat(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "USART4 clock enable during Sleep mode bit"] - pub const fn usart4smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "RTS enable"] + pub const fn rtse(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "USART4 clock enable during Sleep mode bit"] - pub fn set_usart4smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + #[doc = "RTS enable"] + pub fn set_rtse(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "USART5 clock enable during Sleep mode bit"] - pub const fn usart5smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "CTS enable"] + pub const fn ctse(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 } - #[doc = "USART5 clock enable during Sleep mode bit"] - pub fn set_usart5smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + #[doc = "CTS enable"] + pub fn set_ctse(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "I2C1 clock enable during sleep mode bit"] - pub const fn i2c1smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "CTS interrupt enable"] + pub const fn ctsie(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 } - #[doc = "I2C1 clock enable during sleep mode bit"] - pub fn set_i2c1smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + #[doc = "CTS interrupt enable"] + pub fn set_ctsie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "I2C2 clock enable during sleep mode bit"] - pub const fn i2c2smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "One sample bit method enable"] + pub const fn onebit(&self) -> super::vals::Onebit { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Onebit(val as u8) } - #[doc = "I2C2 clock enable during sleep mode bit"] - pub fn set_i2c2smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + #[doc = "One sample bit method enable"] + pub fn set_onebit(&mut self, val: super::vals::Onebit) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "USB clock enable during sleep mode bit"] - pub const fn usbsmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "Overrun Disable"] + pub const fn ovrdis(&self) -> super::vals::Ovrdis { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Ovrdis(val as u8) } - #[doc = "USB clock enable during sleep mode bit"] - pub fn set_usbsmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + #[doc = "Overrun Disable"] + pub fn set_ovrdis(&mut self, val: super::vals::Ovrdis) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Clock recovery system clock enable during sleep mode bit"] - pub const fn crssmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "DMA Disable on Reception Error"] + pub const fn ddre(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 } - #[doc = "Clock recovery system clock enable during sleep mode bit"] - pub fn set_crssmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + #[doc = "DMA Disable on Reception Error"] + pub fn set_ddre(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Power interface clock enable during sleep mode bit"] - pub const fn pwrsmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "Driver enable mode"] + pub const fn dem(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 } - #[doc = "Power interface clock enable during sleep mode bit"] - pub fn set_pwrsmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + #[doc = "Driver enable mode"] + pub fn set_dem(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "DAC interface clock enable during sleep mode bit"] - pub const fn dacsmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "Driver enable polarity selection"] + pub const fn dep(&self) -> super::vals::Dep { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Dep(val as u8) } - #[doc = "DAC interface clock enable during sleep mode bit"] - pub fn set_dacsmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + #[doc = "Driver enable polarity selection"] + pub fn set_dep(&mut self, val: super::vals::Dep) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "2C3 clock enable during Sleep mode bit"] - pub const fn i2c3smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "Smartcard auto-retry count"] + pub const fn scarcnt(&self) -> u8 { + let val = (self.0 >> 17usize) & 0x07; + val as u8 } - #[doc = "2C3 clock enable during Sleep mode bit"] - pub fn set_i2c3smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + #[doc = "Smartcard auto-retry count"] + pub fn set_scarcnt(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 17usize)) | (((val as u32) & 0x07) << 17usize); } - #[doc = "Low power timer clock enable during sleep mode bit"] - pub const fn lptim1smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "Wakeup from Stop mode interrupt flag selection"] + pub const fn wus(&self) -> super::vals::Wus { + let val = (self.0 >> 20usize) & 0x03; + super::vals::Wus(val as u8) } - #[doc = "Low power timer clock enable during sleep mode bit"] - pub fn set_lptim1smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + #[doc = "Wakeup from Stop mode interrupt flag selection"] + pub fn set_wus(&mut self, val: super::vals::Wus) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); + } + #[doc = "Wakeup from Stop mode interrupt enable"] + pub const fn wufie(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "Wakeup from Stop mode interrupt enable"] + pub fn set_wufie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } } - impl Default for Apb1smenr { - fn default() -> Apb1smenr { - Apb1smenr(0) + impl Default for Cr3 { + fn default() -> Cr3 { + Cr3(0) } } - #[doc = "GPIO clock enable register"] + #[doc = "Interrupt & status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Iopenr(pub u32); - impl Iopenr { - #[doc = "IO port A clock enable bit"] - pub const fn iopaen(&self) -> super::vals::Iophen { + pub struct Ixr(pub u32); + impl Ixr { + #[doc = "Parity error"] + pub const fn pe(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::Iophen(val as u8) + val != 0 } - #[doc = "IO port A clock enable bit"] - pub fn set_iopaen(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Parity error"] + pub fn set_pe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "IO port B clock enable bit"] - pub const fn iopben(&self) -> super::vals::Iophen { + #[doc = "Framing error"] + pub const fn fe(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; - super::vals::Iophen(val as u8) + val != 0 } - #[doc = "IO port B clock enable bit"] - pub fn set_iopben(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "Framing error"] + pub fn set_fe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "IO port A clock enable bit"] - pub const fn iopcen(&self) -> super::vals::Iophen { + #[doc = "Noise detected flag"] + pub const fn nf(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; - super::vals::Iophen(val as u8) + val != 0 } - #[doc = "IO port A clock enable bit"] - pub fn set_iopcen(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Noise detected flag"] + pub fn set_nf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "I/O port D clock enable bit"] - pub const fn iopden(&self) -> super::vals::Iophen { + #[doc = "Overrun error"] + pub const fn ore(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; - super::vals::Iophen(val as u8) + val != 0 } - #[doc = "I/O port D clock enable bit"] - pub fn set_iopden(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Overrun error"] + pub fn set_ore(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "I/O port E clock enable bit"] - pub const fn iopeen(&self) -> super::vals::Iophen { + #[doc = "Idle line detected"] + pub const fn idle(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; - super::vals::Iophen(val as u8) + val != 0 } - #[doc = "I/O port E clock enable bit"] - pub fn set_iopeen(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "Idle line detected"] + pub fn set_idle(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "I/O port H clock enable bit"] - pub const fn iophen(&self) -> super::vals::Iophen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Iophen(val as u8) + #[doc = "Read data register not empty"] + pub const fn rxne(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "I/O port H clock enable bit"] - pub fn set_iophen(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Read data register not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - } - impl Default for Iopenr { - fn default() -> Iopenr { - Iopenr(0) + #[doc = "Transmission complete"] + pub const fn tc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - } - #[doc = "APB1 peripheral reset register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1rstr(pub u32); - impl Apb1rstr { - #[doc = "Timer2 reset"] - pub const fn tim2rst(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Transmission complete"] + pub fn set_tc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Transmit data register empty"] + pub const fn txe(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Timer2 reset"] - pub fn set_tim2rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Transmit data register empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Timer3 reset"] - pub const fn tim3rst(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "LIN break detection flag"] + pub const fn lbdf(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Timer3 reset"] - pub fn set_tim3rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "LIN break detection flag"] + pub fn set_lbdf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Timer 6 reset"] - pub const fn tim6rst(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "CTS interrupt flag"] + pub const fn ctsif(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "Timer 6 reset"] - pub fn set_tim6rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "CTS interrupt flag"] + pub fn set_ctsif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Timer 7 reset"] - pub const fn tim7rst(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "CTS flag"] + pub const fn cts(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "Timer 7 reset"] - pub fn set_tim7rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "CTS flag"] + pub fn set_cts(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "Window watchdog reset"] - pub const fn wwdrst(&self) -> bool { + #[doc = "Receiver timeout"] + pub const fn rtof(&self) -> bool { let val = (self.0 >> 11usize) & 0x01; val != 0 } - #[doc = "Window watchdog reset"] - pub fn set_wwdrst(&mut self, val: bool) { + #[doc = "Receiver timeout"] + pub fn set_rtof(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "SPI2 reset"] - pub const fn spi2rst(&self) -> bool { + #[doc = "End of block flag"] + pub const fn eobf(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "End of block flag"] + pub fn set_eobf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Auto baud rate error"] + pub const fn abre(&self) -> bool { let val = (self.0 >> 14usize) & 0x01; val != 0 } - #[doc = "SPI2 reset"] - pub fn set_spi2rst(&mut self, val: bool) { + #[doc = "Auto baud rate error"] + pub fn set_abre(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "UART2 reset"] - pub const fn lpuart12rst(&self) -> bool { + #[doc = "Auto baud rate flag"] + pub const fn abrf(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Auto baud rate flag"] + pub fn set_abrf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "Busy flag"] + pub const fn busy(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Busy flag"] + pub fn set_busy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "character match flag"] + pub const fn cmf(&self) -> bool { let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "UART2 reset"] - pub fn set_lpuart12rst(&mut self, val: bool) { + #[doc = "character match flag"] + pub fn set_cmf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "LPUART1 reset"] - pub const fn lpuart1rst(&self) -> bool { + #[doc = "Send break flag"] + pub const fn sbkf(&self) -> bool { let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "LPUART1 reset"] - pub fn set_lpuart1rst(&mut self, val: bool) { + #[doc = "Send break flag"] + pub fn set_sbkf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "USART4 reset"] - pub const fn usart4rst(&self) -> bool { + #[doc = "Receiver wakeup from Mute mode"] + pub const fn rwu(&self) -> bool { let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "USART4 reset"] - pub fn set_usart4rst(&mut self, val: bool) { + #[doc = "Receiver wakeup from Mute mode"] + pub fn set_rwu(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "USART5 reset"] - pub const fn usart5rst(&self) -> bool { + #[doc = "Wakeup from Stop mode flag"] + pub const fn wuf(&self) -> bool { let val = (self.0 >> 20usize) & 0x01; val != 0 } - #[doc = "USART5 reset"] - pub fn set_usart5rst(&mut self, val: bool) { + #[doc = "Wakeup from Stop mode flag"] + pub fn set_wuf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "I2C1 reset"] - pub const fn i2c1rst(&self) -> bool { + #[doc = "Transmit enable acknowledge flag"] + pub const fn teack(&self) -> bool { let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "I2C1 reset"] - pub fn set_i2c1rst(&mut self, val: bool) { + #[doc = "Transmit enable acknowledge flag"] + pub fn set_teack(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "I2C2 reset"] - pub const fn i2c2rst(&self) -> bool { + #[doc = "Receive enable acknowledge flag"] + pub const fn reack(&self) -> bool { let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "I2C2 reset"] - pub fn set_i2c2rst(&mut self, val: bool) { + #[doc = "Receive enable acknowledge flag"] + pub fn set_reack(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "USB reset"] - pub const fn usbrst(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 - } - #[doc = "USB reset"] - pub fn set_usbrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + impl Default for Ixr { + fn default() -> Ixr { + Ixr(0) } - #[doc = "Clock recovery system reset"] - pub const fn crsrst(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 + } + #[doc = "Control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "7-bit Address Detection/4-bit Address Detection"] + pub fn addm(&self, n: usize) -> super::vals::Addm { + assert!(n < 1usize); + let offs = 4usize + n * 0usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Addm(val as u8) } - #[doc = "Clock recovery system reset"] - pub fn set_crsrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "7-bit Address Detection/4-bit Address Detection"] + pub fn set_addm(&mut self, n: usize, val: super::vals::Addm) { + assert!(n < 1usize); + let offs = 4usize + n * 0usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Power interface reset"] - pub const fn pwrrst(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 + #[doc = "LIN break detection length"] + pub const fn lbdl(&self) -> super::vals::Lbdl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lbdl(val as u8) } - #[doc = "Power interface reset"] - pub fn set_pwrrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "LIN break detection length"] + pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "DAC interface reset"] - pub const fn dacrst(&self) -> bool { - let val = (self.0 >> 29usize) & 0x01; + #[doc = "LIN break detection interrupt enable"] + pub const fn lbdie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "DAC interface reset"] - pub fn set_dacrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); - } - #[doc = "I2C3 reset"] - pub const fn i2c3rst(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; - val != 0 + #[doc = "LIN break detection interrupt enable"] + pub fn set_lbdie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "I2C3 reset"] - pub fn set_i2c3rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + #[doc = "Last bit clock pulse"] + pub const fn lbcl(&self) -> super::vals::Lbcl { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Lbcl(val as u8) } - #[doc = "Low power timer reset"] - pub const fn lptim1rst(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; - val != 0 + #[doc = "Last bit clock pulse"] + pub fn set_lbcl(&mut self, val: super::vals::Lbcl) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "Low power timer reset"] - pub fn set_lptim1rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Cpha(val as u8) } - } - impl Default for Apb1rstr { - fn default() -> Apb1rstr { - Apb1rstr(0) + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - } - #[doc = "GPIO reset register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ioprstr(pub u32); - impl Ioprstr { - #[doc = "I/O port A reset"] - pub const fn ioparst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Iophrst(val as u8) + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Cpol(val as u8) } - #[doc = "I/O port A reset"] - pub fn set_ioparst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "I/O port B reset"] - pub const fn iopbrst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Iophrst(val as u8) + #[doc = "Clock enable"] + pub const fn clken(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 } - #[doc = "I/O port B reset"] - pub fn set_iopbrst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "Clock enable"] + pub fn set_clken(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "I/O port A reset"] - pub const fn iopcrst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Iophrst(val as u8) + #[doc = "STOP bits"] + pub const fn stop(&self) -> super::vals::Stop { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Stop(val as u8) } - #[doc = "I/O port A reset"] - pub fn set_iopcrst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "STOP bits"] + pub fn set_stop(&mut self, val: super::vals::Stop) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); } - #[doc = "I/O port D reset"] - pub const fn iopdrst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Iophrst(val as u8) + #[doc = "LIN mode enable"] + pub const fn linen(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 } - #[doc = "I/O port D reset"] - pub fn set_iopdrst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "LIN mode enable"] + pub fn set_linen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "I/O port E reset"] - pub const fn ioperst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Iophrst(val as u8) + #[doc = "Swap TX/RX pins"] + pub const fn swap(&self) -> super::vals::Swap { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Swap(val as u8) } - #[doc = "I/O port E reset"] - pub fn set_ioperst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "Swap TX/RX pins"] + pub fn set_swap(&mut self, val: super::vals::Swap) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "I/O port H reset"] - pub const fn iophrst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Iophrst(val as u8) + #[doc = "RX pin active level inversion"] + pub const fn rxinv(&self) -> super::vals::Rxinv { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Rxinv(val as u8) } - #[doc = "I/O port H reset"] - pub fn set_iophrst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "RX pin active level inversion"] + pub fn set_rxinv(&mut self, val: super::vals::Rxinv) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - } - impl Default for Ioprstr { - fn default() -> Ioprstr { - Ioprstr(0) + #[doc = "TX pin active level inversion"] + pub const fn txinv(&self) -> super::vals::Txinv { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Txinv(val as u8) } - } - #[doc = "Clock interrupt enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cier(pub u32); - impl Cier { - #[doc = "LSI ready interrupt flag"] - pub const fn lsirdyie(&self) -> super::vals::Hsirdyie { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Hsirdyie(val as u8) + #[doc = "TX pin active level inversion"] + pub fn set_txinv(&mut self, val: super::vals::Txinv) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "LSI ready interrupt flag"] - pub fn set_lsirdyie(&mut self, val: super::vals::Hsirdyie) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Binary data inversion"] + pub const fn datainv(&self) -> super::vals::Datainv { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Datainv(val as u8) } - #[doc = "LSE ready interrupt flag"] - pub const fn lserdyie(&self) -> super::vals::Hsirdyie { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Hsirdyie(val as u8) + #[doc = "Binary data inversion"] + pub fn set_datainv(&mut self, val: super::vals::Datainv) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "LSE ready interrupt flag"] - pub fn set_lserdyie(&mut self, val: super::vals::Hsirdyie) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "Most significant bit first"] + pub const fn msbfirst(&self) -> super::vals::Msbfirst { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Msbfirst(val as u8) } - #[doc = "HSI16 ready interrupt flag"] - pub const fn hsi16rdyie(&self) -> super::vals::Hsirdyie { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Hsirdyie(val as u8) + #[doc = "Most significant bit first"] + pub fn set_msbfirst(&mut self, val: super::vals::Msbfirst) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "HSI16 ready interrupt flag"] - pub fn set_hsi16rdyie(&mut self, val: super::vals::Hsirdyie) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Auto baud rate enable"] + pub const fn abren(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 } - #[doc = "HSE ready interrupt flag"] - pub const fn hserdyie(&self) -> super::vals::Hsirdyie { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Hsirdyie(val as u8) + #[doc = "Auto baud rate enable"] + pub fn set_abren(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "HSE ready interrupt flag"] - pub fn set_hserdyie(&mut self, val: super::vals::Hsirdyie) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Auto baud rate mode"] + pub const fn abrmod(&self) -> super::vals::Abrmod { + let val = (self.0 >> 21usize) & 0x03; + super::vals::Abrmod(val as u8) } - #[doc = "PLL ready interrupt flag"] - pub const fn pllrdyie(&self) -> super::vals::Hsirdyie { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Hsirdyie(val as u8) + #[doc = "Auto baud rate mode"] + pub fn set_abrmod(&mut self, val: super::vals::Abrmod) { + self.0 = (self.0 & !(0x03 << 21usize)) | (((val.0 as u32) & 0x03) << 21usize); } - #[doc = "PLL ready interrupt flag"] - pub fn set_pllrdyie(&mut self, val: super::vals::Hsirdyie) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "Receiver timeout enable"] + pub const fn rtoen(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 } - #[doc = "MSI ready interrupt flag"] - pub const fn msirdyie(&self) -> super::vals::Hsirdyie { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Hsirdyie(val as u8) + #[doc = "Receiver timeout enable"] + pub fn set_rtoen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "MSI ready interrupt flag"] - pub fn set_msirdyie(&mut self, val: super::vals::Hsirdyie) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Address of the USART node"] + pub const fn add(&self) -> u8 { + let val = (self.0 >> 24usize) & 0xff; + val as u8 } - #[doc = "HSI48 ready interrupt flag"] - pub const fn hsi48rdyie(&self) -> super::vals::Hsirdyie { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Hsirdyie(val as u8) + #[doc = "Address of the USART node"] + pub fn set_add(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 24usize)) | (((val as u32) & 0xff) << 24usize); } - #[doc = "HSI48 ready interrupt flag"] - pub fn set_hsi48rdyie(&mut self, val: super::vals::Hsirdyie) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) } - #[doc = "LSE CSS interrupt flag"] - pub const fn csslse(&self) -> super::vals::Csslse { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Csslse(val as u8) + } + #[doc = "Data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dr(pub u32); + impl Dr { + #[doc = "data value"] + pub const fn dr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 } - #[doc = "LSE CSS interrupt flag"] - pub fn set_csslse(&mut self, val: super::vals::Csslse) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "data value"] + pub fn set_dr(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); } } - impl Default for Cier { - fn default() -> Cier { - Cier(0) + impl Default for Dr { + fn default() -> Dr { + Dr(0) } } - #[doc = "Clock configuration register"] + #[doc = "Baud rate register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccipr(pub u32); - impl Ccipr { - #[doc = "USART1 clock source selection bits"] - pub const fn usart1sel(&self) -> super::vals::Lpuartsel { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Lpuartsel(val as u8) - } - #[doc = "USART1 clock source selection bits"] - pub fn set_usart1sel(&mut self, val: super::vals::Lpuartsel) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); - } - #[doc = "USART2 clock source selection bits"] - pub const fn usart2sel(&self) -> super::vals::Lpuartsel { - let val = (self.0 >> 2usize) & 0x03; - super::vals::Lpuartsel(val as u8) - } - #[doc = "USART2 clock source selection bits"] - pub fn set_usart2sel(&mut self, val: super::vals::Lpuartsel) { - self.0 = (self.0 & !(0x03 << 2usize)) | (((val.0 as u32) & 0x03) << 2usize); - } - #[doc = "LPUART1 clock source selection bits"] - pub const fn lpuart1sel(&self) -> super::vals::Lpuartsel { - let val = (self.0 >> 10usize) & 0x03; - super::vals::Lpuartsel(val as u8) - } - #[doc = "LPUART1 clock source selection bits"] - pub fn set_lpuart1sel(&mut self, val: super::vals::Lpuartsel) { - self.0 = (self.0 & !(0x03 << 10usize)) | (((val.0 as u32) & 0x03) << 10usize); - } - #[doc = "I2C1 clock source selection bits"] - pub const fn i2c1sel(&self) -> super::vals::Icsel { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Icsel(val as u8) - } - #[doc = "I2C1 clock source selection bits"] - pub fn set_i2c1sel(&mut self, val: super::vals::Icsel) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); - } - #[doc = "I2C3 clock source selection bits"] - pub const fn i2c3sel(&self) -> super::vals::Icsel { - let val = (self.0 >> 16usize) & 0x03; - super::vals::Icsel(val as u8) - } - #[doc = "I2C3 clock source selection bits"] - pub fn set_i2c3sel(&mut self, val: super::vals::Icsel) { - self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); - } - #[doc = "Low Power Timer clock source selection bits"] - pub const fn lptim1sel(&self) -> super::vals::Lptimsel { - let val = (self.0 >> 18usize) & 0x03; - super::vals::Lptimsel(val as u8) - } - #[doc = "Low Power Timer clock source selection bits"] - pub fn set_lptim1sel(&mut self, val: super::vals::Lptimsel) { - self.0 = (self.0 & !(0x03 << 18usize)) | (((val.0 as u32) & 0x03) << 18usize); - } - #[doc = "48 MHz HSI48 clock source selection bit"] - pub const fn hsi48msel(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + pub struct Brr(pub u32); + impl Brr { + #[doc = "mantissa of USARTDIV"] + pub const fn brr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "48 MHz HSI48 clock source selection bit"] - pub fn set_hsi48msel(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "mantissa of USARTDIV"] + pub fn set_brr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Ccipr { - fn default() -> Ccipr { - Ccipr(0) + impl Default for Brr { + fn default() -> Brr { + Brr(0) } } - #[doc = "AHB peripheral reset register"] + #[doc = "Guard time and prescaler register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahbrstr(pub u32); - impl Ahbrstr { - #[doc = "DMA reset"] - pub const fn dmarst(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "DMA reset"] - pub fn set_dmarst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Memory interface reset"] - pub const fn mifrst(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Memory interface reset"] - pub fn set_mifrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Test integration module reset"] - pub const fn crcrst(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "Test integration module reset"] - pub fn set_crcrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "Touch Sensing reset"] - pub const fn touchrst(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Touch Sensing reset"] - pub fn set_touchrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - #[doc = "Random Number Generator module reset"] - pub const fn rngrst(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 + pub struct Gtpr(pub u32); + impl Gtpr { + #[doc = "Prescaler value"] + pub const fn psc(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "Random Number Generator module reset"] - pub fn set_rngrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + #[doc = "Prescaler value"] + pub fn set_psc(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "Crypto module reset"] - pub const fn cryprst(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 + #[doc = "Guard time value"] + pub const fn gt(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; + val as u8 } - #[doc = "Crypto module reset"] - pub fn set_cryprst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "Guard time value"] + pub fn set_gt(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); } } - impl Default for Ahbrstr { - fn default() -> Ahbrstr { - Ahbrstr(0) + impl Default for Gtpr { + fn default() -> Gtpr { + Gtpr(0) } } } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Msirange(pub u8); - impl Msirange { - #[doc = "range 0 around 65.536 kHz"] - pub const RANGE0: Self = Self(0); - #[doc = "range 1 around 131.072 kHz"] - pub const RANGE1: Self = Self(0x01); - #[doc = "range 2 around 262.144 kHz"] - pub const RANGE2: Self = Self(0x02); - #[doc = "range 3 around 524.288 kHz"] - pub const RANGE3: Self = Self(0x03); - #[doc = "range 4 around 1.048 MHz"] - pub const RANGE4: Self = Self(0x04); - #[doc = "range 5 around 2.097 MHz (reset value)"] - pub const RANGE5: Self = Self(0x05); - #[doc = "range 6 around 4.194 MHz"] - pub const RANGE6: Self = Self(0x06); - #[doc = "not allowed"] - pub const RANGE7: Self = Self(0x07); +} +pub mod generic { + use core::marker::PhantomData; + #[derive(Copy, Clone)] + pub struct RW; + #[derive(Copy, Clone)] + pub struct R; + #[derive(Copy, Clone)] + pub struct W; + mod sealed { + use super::*; + pub trait Access {} + impl Access for R {} + impl Access for W {} + impl Access for RW {} + } + pub trait Access: sealed::Access + Copy {} + impl Access for R {} + impl Access for W {} + impl Access for RW {} + pub trait Read: Access {} + impl Read for RW {} + impl Read for R {} + pub trait Write: Access {} + impl Write for RW {} + impl Write for W {} + #[derive(Copy, Clone)] + pub struct Reg { + ptr: *mut u8, + phantom: PhantomData<*mut (T, A)>, + } + unsafe impl Send for Reg {} + unsafe impl Sync for Reg {} + impl Reg { + pub fn from_ptr(ptr: *mut u8) -> Self { + Self { + ptr, + phantom: PhantomData, + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hserdyr(pub u8); - impl Hserdyr { - #[doc = "Oscillator is not stable"] - pub const NOTREADY: Self = Self(0); - #[doc = "Oscillator is stable"] - pub const READY: Self = Self(0x01); + pub fn ptr(&self) -> *mut T { + self.ptr as _ } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcsmen(pub u8); - impl Crcsmen { - #[doc = "Test integration module clock disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "Test integration module clock enabled in Sleep mode (if enabled by CRCEN)"] - pub const ENABLED: Self = Self(0x01); + } + impl Reg { + pub unsafe fn read(&self) -> T { + (self.ptr as *mut T).read_volatile() } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cryprstw(pub u8); - impl Cryprstw { - #[doc = "Reset the module"] - pub const RESET: Self = Self(0x01); + } + impl Reg { + pub unsafe fn write_value(&self, val: T) { + (self.ptr as *mut T).write_volatile(val) } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dbgrstw(pub u8); - impl Dbgrstw { - #[doc = "Reset the module"] - pub const RESET: Self = Self(0x01); + } + impl Reg { + pub unsafe fn write(&self, f: impl FnOnce(&mut T) -> R) -> R { + let mut val = Default::default(); + let res = f(&mut val); + self.write_value(val); + res } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsirdyie(pub u8); - impl Hsirdyie { - #[doc = "Ready interrupt disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Ready interrupt enabled"] - pub const ENABLED: Self = Self(0x01); + } + impl Reg { + pub unsafe fn modify(&self, f: impl FnOnce(&mut T) -> R) -> R { + let mut val = self.read(); + let res = f(&mut val); + self.write_value(val); + res } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsidivfr(pub u8); - impl Hsidivfr { - #[doc = "16 MHz HSI clock not divided"] - pub const NOTDIVIDED: Self = Self(0); - #[doc = "16 MHz HSI clock divided by 4"] - pub const DIV4: Self = Self(0x01); + } +} +pub mod spi_v3 { + use crate::generic::*; + #[doc = "Serial peripheral interface"] + #[derive(Copy, Clone)] + pub struct Spi(pub *mut u8); + unsafe impl Send for Spi {} + unsafe impl Sync for Spi {} + impl Spi { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Stopwuck(pub u8); - impl Stopwuck { - #[doc = "Internal 64 KHz to 4 MHz (MSI) oscillator selected as wake-up from Stop clock"] - pub const MSI: Self = Self(0); - #[doc = "Internal 16 MHz (HSI) oscillator selected as wake-up from Stop clock (or HSI16/4 if HSI16DIVEN=1)"] - pub const HSI16: Self = Self(0x01); + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsi48rdyfr(pub u8); - impl Hsi48rdyfr { - #[doc = "No clock ready interrupt"] - pub const NOTINTERRUPTED: Self = Self(0); - #[doc = "Clock ready interrupt"] - pub const INTERRUPTED: Self = Self(0x01); + #[doc = "configuration register 1"] + pub fn cfg1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "configuration register 2"] + pub fn cfg2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Interrupt Enable Register"] + pub fn ier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } } + #[doc = "Status Register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "Interrupt/Status Flags Clear Register"] + pub fn ifcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "Transmit Data Register"] + pub fn txdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "Receive Data Register"] + pub fn rxdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } + } + #[doc = "Polynomial Register"] + pub fn crcpoly(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(64usize)) } + } + #[doc = "Transmitter CRC Register"] + pub fn txcrc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(68usize)) } + } + #[doc = "Receiver CRC Register"] + pub fn rxcrc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "Underrun Data Register"] + pub fn udrdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + } + pub mod vals { + use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcpre(pub u8); - impl Rtcpre { - #[doc = "HSE divided by 2"] + pub struct Mbr(pub u8); + impl Mbr { + #[doc = "f_spi_ker_ck / 2"] pub const DIV2: Self = Self(0); - #[doc = "HSE divided by 4"] + #[doc = "f_spi_ker_ck / 4"] pub const DIV4: Self = Self(0x01); - #[doc = "HSE divided by 8"] + #[doc = "f_spi_ker_ck / 8"] pub const DIV8: Self = Self(0x02); - #[doc = "HSE divided by 16"] + #[doc = "f_spi_ker_ck / 16"] pub const DIV16: Self = Self(0x03); + #[doc = "f_spi_ker_ck / 32"] + pub const DIV32: Self = Self(0x04); + #[doc = "f_spi_ker_ck / 64"] + pub const DIV64: Self = Self(0x05); + #[doc = "f_spi_ker_ck / 128"] + pub const DIV128: Self = Self(0x06); + #[doc = "f_spi_ker_ck / 256"] + pub const DIV256: Self = Self(0x07); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csshsecw(pub u8); - impl Csshsecw { - #[doc = "Clear interrupt flag"] - pub const CLEAR: Self = Self(0x01); + pub struct Master(pub u8); + impl Master { + #[doc = "Slave configuration"] + pub const SLAVE: Self = Self(0); + #[doc = "Master configuration"] + pub const MASTER: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csslsef(pub u8); - impl Csslsef { - #[doc = "No failure detected on LSE clock failure"] - pub const NOFAILURE: Self = Self(0); - #[doc = "Failure detected on LSE clock failure"] - pub const FAILURE: Self = Self(0x01); + pub struct Udrdet(pub u8); + impl Udrdet { + #[doc = "Underrun is detected at begin of data frame"] + pub const STARTOFFRAME: Self = Self(0); + #[doc = "Underrun is detected at end of last data frame"] + pub const ENDOFFRAME: Self = Self(0x01); + #[doc = "Underrun is detected at begin of active SS signal"] + pub const STARTOFSLAVESELECT: Self = Self(0x02); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csslsed(pub u8); - impl Csslsed { - #[doc = "No failure detected on LSE (32 kHz oscillator)"] - pub const NOFAILURE: Self = Self(0); - #[doc = "Failure detected on LSE (32 kHz oscillator)"] - pub const FAILURE: Self = Self(0x01); + pub struct Ssiop(pub u8); + impl Ssiop { + #[doc = "Low level is active for SS signal"] + pub const ACTIVELOW: Self = Self(0); + #[doc = "High level is active for SS signal"] + pub const ACTIVEHIGH: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptimen(pub u8); - impl Lptimen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); + pub struct Fthlv(pub u8); + impl Fthlv { + #[doc = "1 frame"] + pub const ONEFRAME: Self = Self(0); + #[doc = "2 frames"] + pub const TWOFRAMES: Self = Self(0x01); + #[doc = "3 frames"] + pub const THREEFRAMES: Self = Self(0x02); + #[doc = "4 frames"] + pub const FOURFRAMES: Self = Self(0x03); + #[doc = "5 frames"] + pub const FIVEFRAMES: Self = Self(0x04); + #[doc = "6 frames"] + pub const SIXFRAMES: Self = Self(0x05); + #[doc = "7 frames"] + pub const SEVENFRAMES: Self = Self(0x06); + #[doc = "8 frames"] + pub const EIGHTFRAMES: Self = Self(0x07); + #[doc = "9 frames"] + pub const NINEFRAMES: Self = Self(0x08); + #[doc = "10 frames"] + pub const TENFRAMES: Self = Self(0x09); + #[doc = "11 frames"] + pub const ELEVENFRAMES: Self = Self(0x0a); + #[doc = "12 frames"] + pub const TWELVEFRAMES: Self = Self(0x0b); + #[doc = "13 frames"] + pub const THIRTEENFRAMES: Self = Self(0x0c); + #[doc = "14 frames"] + pub const FOURTEENFRAMES: Self = Self(0x0d); + #[doc = "15 frames"] + pub const FIFTEENFRAMES: Self = Self(0x0e); + #[doc = "16 frames"] + pub const SIXTEENFRAMES: Self = Self(0x0f); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcsel(pub u8); - impl Rtcsel { - #[doc = "No clock"] - pub const NOCLOCK: Self = Self(0); - #[doc = "LSE oscillator clock used as RTC clock"] - pub const LSE: Self = Self(0x01); - #[doc = "LSI oscillator clock used as RTC clock"] - pub const LSI: Self = Self(0x02); - #[doc = "HSE oscillator clock divided by a programmable prescaler (selection through the RTCPRE[1:0] -bits in the RCC clock control register (RCC_CR)) used as the RTC clock"] - pub const HSE: Self = Self(0x03); + pub struct Rxwne(pub u8); + impl Rxwne { + #[doc = "Less than 32-bit data frame received"] + pub const LESSTHAN32: Self = Self(0); + #[doc = "At least 32-bit data frame received"] + pub const ATLEAST32: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptimsel(pub u8); - impl Lptimsel { - #[doc = "APB clock selected as Timer clock"] - pub const APB: Self = Self(0); - #[doc = "LSI clock selected as Timer clock"] - pub const LSI: Self = Self(0x01); - #[doc = "HSI16 clock selected as Timer clock"] - pub const HSI16: Self = Self(0x02); - #[doc = "LSE clock selected as Timer clock"] - pub const LSE: Self = Self(0x03); + pub struct Comm(pub u8); + impl Comm { + #[doc = "Full duplex"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Simplex transmitter only"] + pub const TRANSMITTER: Self = Self(0x01); + #[doc = "Simplex receiver only"] + pub const RECEIVER: Self = Self(0x02); + #[doc = "Half duplex"] + pub const HALFDUPLEX: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csslseon(pub u8); - impl Csslseon { - #[doc = "Oscillator OFF"] - pub const OFF: Self = Self(0); - #[doc = "Oscillator ON"] - pub const ON: Self = Self(0x01); + pub struct Hddir(pub u8); + impl Hddir { + #[doc = "Receiver in half duplex mode"] + pub const RECEIVER: Self = Self(0); + #[doc = "Transmitter in half duplex mode"] + pub const TRANSMITTER: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dmasmen(pub u8); - impl Dmasmen { - #[doc = "DMA clock disabled in Sleep mode"] + pub struct Crc(pub u8); + impl Crc { + #[doc = "Full size (33/17 bit) CRC polynomial is not used"] pub const DISABLED: Self = Self(0); - #[doc = "DMA clock enabled in Sleep mode"] + #[doc = "Full size (33/17 bit) CRC polynomial is used"] pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lpwrrstfr(pub u8); - impl Lpwrrstfr { - #[doc = "No reset has occured"] - pub const NORESET: Self = Self(0); - #[doc = "A reset has occured"] - pub const RESET: Self = Self(0x01); + pub struct Datfmt(pub u8); + impl Datfmt { + #[doc = "The data inside RXDR and TXDR are right aligned"] + pub const RIGHTALIGNED: Self = Self(0); + #[doc = "The data inside RXDR and TXDR are left aligned"] + pub const LEFTALIGNED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mcosel(pub u8); - impl Mcosel { - #[doc = "No clock"] - pub const NOCLOCK: Self = Self(0); - #[doc = "SYSCLK clock selected"] - pub const SYSCLK: Self = Self(0x01); - #[doc = "HSI oscillator clock selected"] - pub const HSI16: Self = Self(0x02); - #[doc = "MSI oscillator clock selected"] - pub const MSI: Self = Self(0x03); - #[doc = "HSE oscillator clock selected"] - pub const HSE: Self = Self(0x04); - #[doc = "PLL clock selected"] - pub const PLL: Self = Self(0x05); - #[doc = "LSI oscillator clock selected"] - pub const LSI: Self = Self(0x06); - #[doc = "LSE oscillator clock selected"] - pub const LSE: Self = Self(0x07); + pub struct Sp(pub u8); + impl Sp { + #[doc = "Motorola SPI protocol"] + pub const MOTOROLA: Self = Self(0); + #[doc = "TI SPI protocol"] + pub const TI: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rmvfw(pub u8); - impl Rmvfw { - #[doc = "Clears the reset flag"] - pub const CLEAR: Self = Self(0x01); + pub struct Afcntr(pub u8); + impl Afcntr { + #[doc = "Peripheral takes no control of GPIOs while disabled"] + pub const NOTCONTROLLED: Self = Self(0); + #[doc = "Peripheral controls GPIOs while disabled"] + pub const CONTROLLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Iophrst(pub u8); - impl Iophrst { - #[doc = "Reset I/O port"] - pub const RESET: Self = Self(0x01); + pub struct Ssom(pub u8); + impl Ssom { + #[doc = "SS is asserted until data transfer complete"] + pub const ASSERTED: Self = Self(0); + #[doc = "Data frames interleaved with SS not asserted during MIDI"] + pub const NOTASSERTED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsebyp(pub u8); - impl Lsebyp { - #[doc = "LSE oscillator not bypassed"] - pub const NOTBYPASSED: Self = Self(0); - #[doc = "LSE oscillator bypassed"] - pub const BYPASSED: Self = Self(0x01); + pub struct Udrcfg(pub u8); + impl Udrcfg { + #[doc = "Slave sends a constant underrun pattern"] + pub const CONSTANT: Self = Self(0); + #[doc = "Slave repeats last received data frame from master"] + pub const REPEATRECEIVED: Self = Self(0x01); + #[doc = "Slave repeats last transmitted data frame"] + pub const REPEATTRANSMITTED: Self = Self(0x02); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sramsmen(pub u8); - impl Sramsmen { - #[doc = "NVM interface clock disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "NVM interface clock enabled in Sleep mode"] - pub const ENABLED: Self = Self(0x01); + pub struct Tcrcini(pub u8); + impl Tcrcini { + #[doc = "All zeros TX CRC initialization pattern"] + pub const ALLZEROS: Self = Self(0); + #[doc = "All ones TX CRC initialization pattern"] + pub const ALLONES: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Icsel(pub u8); - impl Icsel { - #[doc = "APB clock selected as peripheral clock"] - pub const APB: Self = Self(0); - #[doc = "System clock selected as peripheral clock"] - pub const SYSTEM: Self = Self(0x01); - #[doc = "HSI16 clock selected as peripheral clock"] - pub const HSI16: Self = Self(0x02); + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRSTEDGE: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECONDEDGE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "CK to 0 when idle"] + pub const IDLELOW: Self = Self(0); + #[doc = "CK to 1 when idle"] + pub const IDLEHIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rcrcini(pub u8); + impl Rcrcini { + #[doc = "All zeros RX CRC initialization pattern"] + pub const ALLZEROS: Self = Self(0); + #[doc = "All ones RX CRC initialization pattern"] + pub const ALLONES: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Datlen(pub u8); + impl Datlen { + #[doc = "16 bit data length"] + pub const BITS16: Self = Self(0); + #[doc = "24 bit data length"] + pub const BITS24: Self = Self(0x01); + #[doc = "32 bit data length"] + pub const BITS32: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rxplvl(pub u8); + impl Rxplvl { + #[doc = "Zero frames beyond packing ratio available"] + pub const ZEROFRAMES: Self = Self(0); + #[doc = "One frame beyond packing ratio available"] + pub const ONEFRAME: Self = Self(0x01); + #[doc = "Two frame beyond packing ratio available"] + pub const TWOFRAMES: Self = Self(0x02); + #[doc = "Three frame beyond packing ratio available"] + pub const THREEFRAMES: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsbfrst(pub u8); + impl Lsbfrst { + #[doc = "Data is transmitted/received with the MSB first"] + pub const MSBFIRST: Self = Self(0); + #[doc = "Data is transmitted/received with the LSB first"] + pub const LSBFIRST: Self = Self(0x01); + } + } + pub mod regs { + use crate::generic::*; + #[doc = "Underrun Data Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Udrdr(pub u32); + impl Udrdr { + #[doc = "Data at slave underrun condition"] + pub const fn udrdr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Data at slave underrun condition"] + pub fn set_udrdr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Udrdr { + fn default() -> Udrdr { + Udrdr(0) + } + } + #[doc = "Transmitter CRC Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Txcrc(pub u32); + impl Txcrc { + #[doc = "CRC register for transmitter"] + pub const fn txcrc(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "CRC register for transmitter"] + pub fn set_txcrc(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Txcrc { + fn default() -> Txcrc { + Txcrc(0) + } + } + #[doc = "Polynomial Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Crcpoly(pub u32); + impl Crcpoly { + #[doc = "CRC polynomial register"] + pub const fn crcpoly(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "CRC polynomial register"] + pub fn set_crcpoly(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Crcpoly { + fn default() -> Crcpoly { + Crcpoly(0) + } + } + #[doc = "configuration register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cfg1(pub u32); + impl Cfg1 { + #[doc = "Number of bits in at single SPI data frame"] + pub const fn dsize(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x1f; + val as u8 + } + #[doc = "Number of bits in at single SPI data frame"] + pub fn set_dsize(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 0usize)) | (((val as u32) & 0x1f) << 0usize); + } + #[doc = "threshold level"] + pub const fn fthlv(&self) -> super::vals::Fthlv { + let val = (self.0 >> 5usize) & 0x0f; + super::vals::Fthlv(val as u8) + } + #[doc = "threshold level"] + pub fn set_fthlv(&mut self, val: super::vals::Fthlv) { + self.0 = (self.0 & !(0x0f << 5usize)) | (((val.0 as u32) & 0x0f) << 5usize); + } + #[doc = "Behavior of slave transmitter at underrun condition"] + pub const fn udrcfg(&self) -> super::vals::Udrcfg { + let val = (self.0 >> 9usize) & 0x03; + super::vals::Udrcfg(val as u8) + } + #[doc = "Behavior of slave transmitter at underrun condition"] + pub fn set_udrcfg(&mut self, val: super::vals::Udrcfg) { + self.0 = (self.0 & !(0x03 << 9usize)) | (((val.0 as u32) & 0x03) << 9usize); + } + #[doc = "Detection of underrun condition at slave transmitter"] + pub const fn udrdet(&self) -> super::vals::Udrdet { + let val = (self.0 >> 11usize) & 0x03; + super::vals::Udrdet(val as u8) + } + #[doc = "Detection of underrun condition at slave transmitter"] + pub fn set_udrdet(&mut self, val: super::vals::Udrdet) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + } + #[doc = "Rx DMA stream enable"] + pub const fn rxdmaen(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Rx DMA stream enable"] + pub fn set_rxdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "Tx DMA stream enable"] + pub const fn txdmaen(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Tx DMA stream enable"] + pub fn set_txdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "Length of CRC frame to be transacted and compared"] + pub const fn crcsize(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x1f; + val as u8 + } + #[doc = "Length of CRC frame to be transacted and compared"] + pub fn set_crcsize(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 16usize)) | (((val as u32) & 0x1f) << 16usize); + } + #[doc = "Hardware CRC computation enable"] + pub const fn crcen(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "Hardware CRC computation enable"] + pub fn set_crcen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "Master baud rate"] + pub const fn mbr(&self) -> super::vals::Mbr { + let val = (self.0 >> 28usize) & 0x07; + super::vals::Mbr(val as u8) + } + #[doc = "Master baud rate"] + pub fn set_mbr(&mut self, val: super::vals::Mbr) { + self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); + } + } + impl Default for Cfg1 { + fn default() -> Cfg1 { + Cfg1(0) + } + } + #[doc = "configuration register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cfg2(pub u32); + impl Cfg2 { + #[doc = "Master SS Idleness"] + pub const fn mssi(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "Master SS Idleness"] + pub fn set_mssi(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "Master Inter-Data Idleness"] + pub const fn midi(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 + } + #[doc = "Master Inter-Data Idleness"] + pub fn set_midi(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + } + #[doc = "Swap functionality of MISO and MOSI pins"] + pub const fn ioswp(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Swap functionality of MISO and MOSI pins"] + pub fn set_ioswp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "SPI Communication Mode"] + pub const fn comm(&self) -> super::vals::Comm { + let val = (self.0 >> 17usize) & 0x03; + super::vals::Comm(val as u8) + } + #[doc = "SPI Communication Mode"] + pub fn set_comm(&mut self, val: super::vals::Comm) { + self.0 = (self.0 & !(0x03 << 17usize)) | (((val.0 as u32) & 0x03) << 17usize); + } + #[doc = "Serial Protocol"] + pub const fn sp(&self) -> super::vals::Sp { + let val = (self.0 >> 19usize) & 0x07; + super::vals::Sp(val as u8) + } + #[doc = "Serial Protocol"] + pub fn set_sp(&mut self, val: super::vals::Sp) { + self.0 = (self.0 & !(0x07 << 19usize)) | (((val.0 as u32) & 0x07) << 19usize); + } + #[doc = "SPI Master"] + pub const fn master(&self) -> super::vals::Master { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Master(val as u8) + } + #[doc = "SPI Master"] + pub fn set_master(&mut self, val: super::vals::Master) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "Data frame format"] + pub const fn lsbfrst(&self) -> super::vals::Lsbfrst { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Lsbfrst(val as u8) + } + #[doc = "Data frame format"] + pub fn set_lsbfrst(&mut self, val: super::vals::Lsbfrst) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Cpha(val as u8) + } + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Cpol(val as u8) + } + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "Software management of SS signal input"] + pub const fn ssm(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "Software management of SS signal input"] + pub fn set_ssm(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "SS input/output polarity"] + pub const fn ssiop(&self) -> super::vals::Ssiop { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ssiop(val as u8) + } + #[doc = "SS input/output polarity"] + pub fn set_ssiop(&mut self, val: super::vals::Ssiop) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "SS output enable"] + pub const fn ssoe(&self) -> bool { + let val = (self.0 >> 29usize) & 0x01; + val != 0 + } + #[doc = "SS output enable"] + pub fn set_ssoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); + } + #[doc = "SS output management in master mode"] + pub const fn ssom(&self) -> super::vals::Ssom { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Ssom(val as u8) + } + #[doc = "SS output management in master mode"] + pub fn set_ssom(&mut self, val: super::vals::Ssom) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "Alternate function GPIOs control"] + pub const fn afcntr(&self) -> super::vals::Afcntr { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Afcntr(val as u8) + } + #[doc = "Alternate function GPIOs control"] + pub fn set_afcntr(&mut self, val: super::vals::Afcntr) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Cfg2 { + fn default() -> Cfg2 { + Cfg2(0) + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Number of data at current transfer"] + pub const fn tsize(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Number of data at current transfer"] + pub fn set_tsize(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + #[doc = "Number of data transfer extension to be reload into TSIZE just when a previous"] + pub const fn tser(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 + } + #[doc = "Number of data transfer extension to be reload into TSIZE just when a previous"] + pub fn set_tser(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + } + } + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) + } + } + #[doc = "Receive Data Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rxdr(pub u32); + impl Rxdr { + #[doc = "Receive data register"] + pub const fn rxdr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Receive data register"] + pub fn set_rxdr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Rxdr { + fn default() -> Rxdr { + Rxdr(0) + } + } + #[doc = "Interrupt Enable Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ier(pub u32); + impl Ier { + #[doc = "RXP Interrupt Enable"] + pub const fn rxpie(&self) -> bool { +======= + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioilpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiojlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiojlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioklpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioklpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "CRC peripheral clock enable during CSleep mode"] + pub const fn crclpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "CRC peripheral clock enable during CSleep mode"] + pub fn set_crclpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "BDMA Clock Enable During CSleep Mode"] + pub const fn bdmalpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "BDMA Clock Enable During CSleep Mode"] + pub fn set_bdmalpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc3lpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc3lpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "Backup RAM Clock Enable During CSleep Mode"] + pub const fn bkpramlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "Backup RAM Clock Enable During CSleep Mode"] + pub fn set_bkpramlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "SRAM4 Clock Enable During CSleep Mode"] + pub const fn sram4lpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "SRAM4 Clock Enable During CSleep Mode"] + pub fn set_sram4lpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + } + impl Default for Ahb4lpenr { + fn default() -> Ahb4lpenr { + Ahb4lpenr(0) + } + } + #[doc = "RCC AHB3 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb3enr(pub u32); + impl Ahb3enr { + #[doc = "MDMA Peripheral Clock Enable"] + pub const fn mdmaen(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) + } + #[doc = "MDMA Peripheral Clock Enable"] + pub fn set_mdmaen(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2D Peripheral Clock Enable"] + pub const fn dma2den(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) + } + #[doc = "DMA2D Peripheral Clock Enable"] + pub fn set_dma2den(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "JPGDEC Peripheral Clock Enable"] + pub const fn jpgdecen(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) + } + #[doc = "JPGDEC Peripheral Clock Enable"] + pub fn set_jpgdecen(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FMC Peripheral Clocks Enable"] + pub const fn fmcen(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) + } + #[doc = "FMC Peripheral Clocks Enable"] + pub fn set_fmcen(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] + pub const fn qspien(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] + pub fn set_qspien(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] + pub const fn sdmmc1en(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] + pub fn set_sdmmc1en(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + } + impl Default for Ahb3enr { + fn default() -> Ahb3enr { + Ahb3enr(0) + } + } + #[doc = "RCC CSI configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Csicfgr(pub u32); + impl Csicfgr { + #[doc = "CSI clock calibration"] + pub const fn csical(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 + } + #[doc = "CSI clock calibration"] + pub fn set_csical(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + } + #[doc = "CSI clock trimming"] + pub const fn csitrim(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x3f; + val as u8 + } + #[doc = "CSI clock trimming"] + pub fn set_csitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 24usize)) | (((val as u32) & 0x3f) << 24usize); + } + } + impl Default for Csicfgr { + fn default() -> Csicfgr { + Csicfgr(0) + } + } + #[doc = "RCC AHB2 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Ahb2lpenr(pub u32); + impl C1Ahb2lpenr { + #[doc = "DCMI peripheral clock enable during csleep mode"] + pub const fn dcmilpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "DCMI peripheral clock enable during csleep mode"] + pub fn set_dcmilpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "CRYPT peripheral clock enable during CSleep mode"] + pub const fn cryptlpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "CRYPT peripheral clock enable during CSleep mode"] + pub fn set_cryptlpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "HASH peripheral clock enable during CSleep mode"] + pub const fn hashlpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "HASH peripheral clock enable during CSleep mode"] + pub fn set_hashlpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "RNG peripheral clock enable during CSleep mode"] + pub const fn rnglpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "RNG peripheral clock enable during CSleep mode"] + pub fn set_rnglpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] + pub const fn sdmmc2lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] + pub fn set_sdmmc2lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SRAM1 Clock Enable During CSleep Mode"] + pub const fn sram1lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM1 Clock Enable During CSleep Mode"] + pub fn set_sram1lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "SRAM2 Clock Enable During CSleep Mode"] + pub const fn sram2lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM2 Clock Enable During CSleep Mode"] + pub fn set_sram2lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "SRAM3 Clock Enable During CSleep Mode"] + pub const fn sram3lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM3 Clock Enable During CSleep Mode"] + pub fn set_sram3lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for C1Ahb2lpenr { + fn default() -> C1Ahb2lpenr { + C1Ahb2lpenr(0) + } + } + #[doc = "RCC APB2 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb2rstr(pub u32); + impl Apb2rstr { + #[doc = "TIM1 block reset"] + pub const fn tim1rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "TIM1 block reset"] + pub fn set_tim1rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM8 block reset"] + pub const fn tim8rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "TIM8 block reset"] + pub fn set_tim8rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "USART1 block reset"] + pub const fn usart1rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "USART1 block reset"] + pub fn set_usart1rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "USART6 block reset"] + pub const fn usart6rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "USART6 block reset"] + pub fn set_usart6rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "SPI1 block reset"] + pub const fn spi1rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "SPI1 block reset"] + pub fn set_spi1rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "SPI4 block reset"] + pub const fn spi4rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 13usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "SPI4 block reset"] + pub fn set_spi4rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "TIM15 block reset"] + pub const fn tim15rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "TIM15 block reset"] + pub fn set_tim15rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "TIM16 block reset"] + pub const fn tim16rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "TIM16 block reset"] + pub fn set_tim16rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "TIM17 block reset"] + pub const fn tim17rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "TIM17 block reset"] + pub fn set_tim17rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "SPI5 block reset"] + pub const fn spi5rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "SPI5 block reset"] + pub fn set_spi5rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "SAI1 block reset"] + pub const fn sai1rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "SAI1 block reset"] + pub fn set_sai1rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "SAI2 block reset"] + pub const fn sai2rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "SAI2 block reset"] + pub fn set_sai2rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "SAI3 block reset"] + pub const fn sai3rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "SAI3 block reset"] + pub fn set_sai3rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "DFSDM1 block reset"] + pub const fn dfsdm1rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "DFSDM1 block reset"] + pub fn set_dfsdm1rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "HRTIM block reset"] + pub const fn hrtimrst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Tim1rst(val as u8) + } + #[doc = "HRTIM block reset"] + pub fn set_hrtimrst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + } + impl Default for Apb2rstr { + fn default() -> Apb2rstr { + Apb2rstr(0) + } + } + #[doc = "RCC Reset Status Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rsr(pub u32); + impl Rsr { + #[doc = "Remove reset flag"] + pub const fn rmvf(&self) -> super::vals::RsrRmvf { + let val = (self.0 >> 16usize) & 0x01; + super::vals::RsrRmvf(val as u8) + } + #[doc = "Remove reset flag"] + pub fn set_rmvf(&mut self, val: super::vals::RsrRmvf) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "CPU reset flag"] + pub const fn cpurstf(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "CPU reset flag"] + pub fn set_cpurstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "D1 domain power switch reset flag"] + pub const fn d1rstf(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "D1 domain power switch reset flag"] + pub fn set_d1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "D2 domain power switch reset flag"] + pub const fn d2rstf(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 + } + #[doc = "D2 domain power switch reset flag"] + pub fn set_d2rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + } + #[doc = "BOR reset flag"] + pub const fn borrstf(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 + } + #[doc = "BOR reset flag"] + pub fn set_borrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "Pin reset flag (NRST)"] + pub const fn pinrstf(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "Pin reset flag (NRST)"] + pub fn set_pinrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "POR/PDR reset flag"] + pub const fn porrstf(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "POR/PDR reset flag"] + pub fn set_porrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "System reset from CPU reset flag"] + pub const fn sftrstf(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "System reset from CPU reset flag"] + pub fn set_sftrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + #[doc = "Independent Watchdog reset flag"] + pub const fn iwdg1rstf(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "Independent Watchdog reset flag"] + pub fn set_iwdg1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "Window Watchdog reset flag"] + pub const fn wwdg1rstf(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "Window Watchdog reset flag"] + pub fn set_wwdg1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] + pub const fn lpwrrstf(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; + val != 0 + } + #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] + pub fn set_lpwrrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + } + } + impl Default for Rsr { + fn default() -> Rsr { + Rsr(0) + } + } + #[doc = "RCC APB4 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb4lpenr(pub u32); + impl Apb4lpenr { + #[doc = "SYSCFG peripheral clock enable during CSleep mode"] + pub const fn syscfglpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "SYSCFG peripheral clock enable during CSleep mode"] + pub fn set_syscfglpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lpuart1lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lpuart1lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi6lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi6lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim2lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim2lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim3lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim3lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim5lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim5lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] + pub const fn comp12lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] + pub fn set_comp12lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "VREF peripheral clock enable during CSleep mode"] + pub const fn vreflpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "VREF peripheral clock enable during CSleep mode"] + pub fn set_vreflpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "RTC APB Clock Enable During CSleep Mode"] + pub const fn rtcapblpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "RTC APB Clock Enable During CSleep Mode"] + pub fn set_rtcapblpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + } + impl Default for Apb4lpenr { + fn default() -> Apb4lpenr { + Apb4lpenr(0) + } + } + #[doc = "RCC AHB3 Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb3rstr(pub u32); + impl Ahb3rstr { + #[doc = "MDMA block reset"] + pub const fn mdmarst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Mdmarst(val as u8) + } + #[doc = "MDMA block reset"] + pub fn set_mdmarst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2D block reset"] + pub const fn dma2drst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Mdmarst(val as u8) + } + #[doc = "DMA2D block reset"] + pub fn set_dma2drst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "JPGDEC block reset"] + pub const fn jpgdecrst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Mdmarst(val as u8) + } + #[doc = "JPGDEC block reset"] + pub fn set_jpgdecrst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FMC block reset"] + pub const fn fmcrst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Mdmarst(val as u8) + } + #[doc = "FMC block reset"] + pub fn set_fmcrst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "QUADSPI and QUADSPI delay block reset"] + pub const fn qspirst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Mdmarst(val as u8) + } + #[doc = "QUADSPI and QUADSPI delay block reset"] + pub fn set_qspirst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SDMMC1 and SDMMC1 delay block reset"] + pub const fn sdmmc1rst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Mdmarst(val as u8) + } + #[doc = "SDMMC1 and SDMMC1 delay block reset"] + pub fn set_sdmmc1rst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "CPU reset"] + pub const fn cpurst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Mdmarst(val as u8) + } + #[doc = "CPU reset"] + pub fn set_cpurst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Ahb3rstr { + fn default() -> Ahb3rstr { + Ahb3rstr(0) + } + } + #[doc = "RCC APB2 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb2enr(pub u32); + impl Apb2enr { + #[doc = "TIM1 peripheral clock enable"] + pub const fn tim1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "TIM1 peripheral clock enable"] + pub fn set_tim1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM8 peripheral clock enable"] + pub const fn tim8en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "TIM8 peripheral clock enable"] + pub fn set_tim8en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "USART1 Peripheral Clocks Enable"] + pub const fn usart1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "USART1 Peripheral Clocks Enable"] + pub fn set_usart1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "USART6 Peripheral Clocks Enable"] + pub const fn usart6en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "USART6 Peripheral Clocks Enable"] + pub fn set_usart6en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "SPI1 Peripheral Clocks Enable"] + pub const fn spi1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "SPI1 Peripheral Clocks Enable"] + pub fn set_spi1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "SPI4 Peripheral Clocks Enable"] + pub const fn spi4en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 13usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "SPI4 Peripheral Clocks Enable"] + pub fn set_spi4en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "TIM15 peripheral clock enable"] + pub const fn tim15en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "TIM15 peripheral clock enable"] + pub fn set_tim15en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "TIM16 peripheral clock enable"] + pub const fn tim16en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "TIM16 peripheral clock enable"] + pub fn set_tim16en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "TIM17 peripheral clock enable"] + pub const fn tim17en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "TIM17 peripheral clock enable"] + pub fn set_tim17en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "SPI5 Peripheral Clocks Enable"] + pub const fn spi5en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "SPI5 Peripheral Clocks Enable"] + pub fn set_spi5en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "SAI1 Peripheral Clocks Enable"] + pub const fn sai1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "SAI1 Peripheral Clocks Enable"] + pub fn set_sai1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "SAI2 Peripheral Clocks Enable"] + pub const fn sai2en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "SAI2 Peripheral Clocks Enable"] + pub fn set_sai2en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "SAI3 Peripheral Clocks Enable"] + pub const fn sai3en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "SAI3 Peripheral Clocks Enable"] + pub fn set_sai3en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "DFSDM1 Peripheral Clocks Enable"] + pub const fn dfsdm1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "DFSDM1 Peripheral Clocks Enable"] + pub fn set_dfsdm1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "HRTIM peripheral clock enable"] + pub const fn hrtimen(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "HRTIM peripheral clock enable"] + pub fn set_hrtimen(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + } + impl Default for Apb2enr { + fn default() -> Apb2enr { + Apb2enr(0) + } + } + #[doc = "RCC APB1 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1henr(pub u32); + impl Apb1henr { + #[doc = "Clock Recovery System peripheral clock enable"] + pub const fn crsen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) + } + #[doc = "Clock Recovery System peripheral clock enable"] + pub fn set_crsen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "SWPMI Peripheral Clocks Enable"] + pub const fn swpen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) + } + #[doc = "SWPMI Peripheral Clocks Enable"] + pub fn set_swpen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "OPAMP peripheral clock enable"] + pub const fn opampen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) + } + #[doc = "OPAMP peripheral clock enable"] + pub fn set_opampen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "MDIOS peripheral clock enable"] + pub const fn mdiosen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) + } + #[doc = "MDIOS peripheral clock enable"] + pub fn set_mdiosen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FDCAN Peripheral Clocks Enable"] + pub const fn fdcanen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) + } + #[doc = "FDCAN Peripheral Clocks Enable"] + pub fn set_fdcanen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + } + impl Default for Apb1henr { + fn default() -> Apb1henr { + Apb1henr(0) + } + } + #[doc = "RCC Clock Source Interrupt Clear Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cicr(pub u32); + impl Cicr { + #[doc = "LSI ready Interrupt Clear"] + pub const fn lsirdyc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lsirdyc(val as u8) + } + #[doc = "LSI ready Interrupt Clear"] + pub fn set_lsirdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LSE ready Interrupt Clear"] + pub const fn lserdyc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Lsirdyc(val as u8) + } + #[doc = "LSE ready Interrupt Clear"] + pub fn set_lserdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "HSI ready Interrupt Clear"] + pub const fn hsirdyc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Lsirdyc(val as u8) + } + #[doc = "HSI ready Interrupt Clear"] + pub fn set_hsirdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "HSE ready Interrupt Clear"] + pub const fn hserdyc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Lsirdyc(val as u8) + } + #[doc = "HSE ready Interrupt Clear"] + pub fn set_hserdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "CSI ready Interrupt Clear"] + pub const fn hse_ready_interrupt_clear(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "CSI ready Interrupt Clear"] + pub fn set_hse_ready_interrupt_clear(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "RC48 ready Interrupt Clear"] + pub const fn hsi48rdyc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lsirdyc(val as u8) + } + #[doc = "RC48 ready Interrupt Clear"] + pub fn set_hsi48rdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "PLL1 ready Interrupt Clear"] + pub fn pllrdyc(&self, n: usize) -> super::vals::Lsirdyc { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lsirdyc(val as u8) + } + #[doc = "PLL1 ready Interrupt Clear"] + pub fn set_pllrdyc(&mut self, n: usize, val: super::vals::Lsirdyc) { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "LSE clock security system Interrupt Clear"] + pub const fn lsecssc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Lsirdyc(val as u8) + } + #[doc = "LSE clock security system Interrupt Clear"] + pub fn set_lsecssc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "HSE clock security system Interrupt Clear"] + pub const fn hsecssc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Lsirdyc(val as u8) + } + #[doc = "HSE clock security system Interrupt Clear"] + pub fn set_hsecssc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + } + impl Default for Cicr { + fn default() -> Cicr { + Cicr(0) + } + } + #[doc = "RCC APB2 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb2lpenr(pub u32); + impl Apb2lpenr { + #[doc = "TIM1 peripheral clock enable during CSleep mode"] + pub const fn tim1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM1 peripheral clock enable during CSleep mode"] + pub fn set_tim1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM8 peripheral clock enable during CSleep mode"] + pub const fn tim8lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM8 peripheral clock enable during CSleep mode"] + pub fn set_tim8lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart6lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart6lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi4lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 13usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi4lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "TIM15 peripheral clock enable during CSleep mode"] + pub const fn tim15lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM15 peripheral clock enable during CSleep mode"] + pub fn set_tim15lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "TIM16 peripheral clock enable during CSleep mode"] + pub const fn tim16lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM16 peripheral clock enable during CSleep mode"] + pub fn set_tim16lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "TIM17 peripheral clock enable during CSleep mode"] + pub const fn tim17lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM17 peripheral clock enable during CSleep mode"] + pub fn set_tim17lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi5lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi5lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai2lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai2lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai3lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai3lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn dfsdm1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_dfsdm1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "HRTIM peripheral clock enable during CSleep mode"] + pub const fn hrtimlpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "HRTIM peripheral clock enable during CSleep mode"] + pub fn set_hrtimlpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + } + impl Default for Apb2lpenr { + fn default() -> Apb2lpenr { + Apb2lpenr(0) + } + } + #[doc = "RCC Global Control Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Gcr(pub u32); + impl Gcr { + #[doc = "WWDG1 reset scope control"] + pub const fn ww1rsc(&self) -> super::vals::Ww1rsc { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ww1rsc(val as u8) + } + #[doc = "WWDG1 reset scope control"] + pub fn set_ww1rsc(&mut self, val: super::vals::Ww1rsc) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + } + impl Default for Gcr { + fn default() -> Gcr { + Gcr(0) + } + } + #[doc = "RCC APB1 Low Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1llpenr(pub u32); + impl Apb1llpenr { + #[doc = "TIM2 peripheral clock enable during CSleep mode"] + pub const fn tim2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM2 peripheral clock enable during CSleep mode"] + pub fn set_tim2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM3 peripheral clock enable during CSleep mode"] + pub const fn tim3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM3 peripheral clock enable during CSleep mode"] + pub fn set_tim3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "TIM4 peripheral clock enable during CSleep mode"] + pub const fn tim4lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM4 peripheral clock enable during CSleep mode"] + pub fn set_tim4lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM5 peripheral clock enable during CSleep mode"] + pub const fn tim5lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM5 peripheral clock enable during CSleep mode"] + pub fn set_tim5lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "TIM6 peripheral clock enable during CSleep mode"] + pub const fn tim6lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM6 peripheral clock enable during CSleep mode"] + pub fn set_tim6lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "TIM7 peripheral clock enable during CSleep mode"] + pub const fn tim7lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM7 peripheral clock enable during CSleep mode"] + pub fn set_tim7lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "TIM12 peripheral clock enable during CSleep mode"] + pub const fn tim12lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM12 peripheral clock enable during CSleep mode"] + pub fn set_tim12lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "TIM13 peripheral clock enable during CSleep mode"] + pub const fn tim13lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM13 peripheral clock enable during CSleep mode"] + pub fn set_tim13lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "TIM14 peripheral clock enable during CSleep mode"] + pub const fn tim14lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM14 peripheral clock enable during CSleep mode"] + pub fn set_tim14lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim1lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim1lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] + pub const fn spdifrxlpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spdifrxlpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart4lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart4lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart5lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart5lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c1lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c1lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] + pub const fn ceclpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] + pub fn set_ceclpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] + pub const fn dac12lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] + pub fn set_dac12lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart7lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart7lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart8lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart8lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Apb1llpenr { + fn default() -> Apb1llpenr { + Apb1llpenr(0) + } + } + #[doc = "RCC Clock Recovery RC Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Crrcr(pub u32); + impl Crrcr { + #[doc = "Internal RC 48 MHz clock calibration"] + pub const fn hsi48cal(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x03ff; + val as u16 + } + #[doc = "Internal RC 48 MHz clock calibration"] + pub fn set_hsi48cal(&mut self, val: u16) { + self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + } + } + impl Default for Crrcr { + fn default() -> Crrcr { + Crrcr(0) + } + } + #[doc = "RCC Internal Clock Source Calibration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Icscr(pub u32); + impl Icscr { + #[doc = "HSI clock calibration"] + pub const fn hsical(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "HSI clock calibration"] + pub fn set_hsical(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "HSI clock trimming"] + pub const fn hsitrim(&self) -> u8 { + let val = (self.0 >> 12usize) & 0x3f; + val as u8 + } + #[doc = "HSI clock trimming"] + pub fn set_hsitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 12usize)) | (((val as u32) & 0x3f) << 12usize); + } + #[doc = "CSI clock calibration"] + pub const fn csical(&self) -> u8 { + let val = (self.0 >> 18usize) & 0xff; + val as u8 + } + #[doc = "CSI clock calibration"] + pub fn set_csical(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 18usize)) | (((val as u32) & 0xff) << 18usize); + } + #[doc = "CSI clock trimming"] + pub const fn csitrim(&self) -> u8 { + let val = (self.0 >> 26usize) & 0x1f; + val as u8 + } + #[doc = "CSI clock trimming"] + pub fn set_csitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 26usize)) | (((val as u32) & 0x1f) << 26usize); + } + } + impl Default for Icscr { + fn default() -> Icscr { + Icscr(0) + } + } + #[doc = "RCC AHB2 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb2enr(pub u32); + impl Ahb2enr { + #[doc = "DCMI peripheral clock"] + pub const fn dcmien(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) + } + #[doc = "DCMI peripheral clock"] + pub fn set_dcmien(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "CRYPT peripheral clock enable"] + pub const fn crypten(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) + } + #[doc = "CRYPT peripheral clock enable"] + pub fn set_crypten(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "HASH peripheral clock enable"] + pub const fn hashen(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) + } + #[doc = "HASH peripheral clock enable"] + pub fn set_hashen(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "RNG peripheral clocks enable"] + pub const fn rngen(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) + } + #[doc = "RNG peripheral clocks enable"] + pub fn set_rngen(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "SDMMC2 and SDMMC2 delay clock enable"] + pub const fn sdmmc2en(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) + } + #[doc = "SDMMC2 and SDMMC2 delay clock enable"] + pub fn set_sdmmc2en(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SRAM1 block enable"] + pub const fn sram1en(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) + } + #[doc = "SRAM1 block enable"] + pub fn set_sram1en(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "SRAM2 block enable"] + pub const fn sram2en(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) + } + #[doc = "SRAM2 block enable"] + pub fn set_sram2en(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "SRAM3 block enable"] + pub const fn sram3en(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) + } + #[doc = "SRAM3 block enable"] + pub fn set_sram3en(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Ahb2enr { + fn default() -> Ahb2enr { + Ahb2enr(0) + } + } + #[doc = "RCC APB3 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb3rstr(pub u32); + impl Apb3rstr { + #[doc = "LTDC block reset"] + pub const fn ltdcrst(&self) -> super::vals::Ltdcrst { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ltdcrst(val as u8) + } + #[doc = "LTDC block reset"] + pub fn set_ltdcrst(&mut self, val: super::vals::Ltdcrst) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + } + impl Default for Apb3rstr { + fn default() -> Apb3rstr { + Apb3rstr(0) + } + } + #[doc = "clock control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "Internal high-speed clock enable"] + pub const fn hsion(&self) -> super::vals::Hsion { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Hsion(val as u8) + } + #[doc = "Internal high-speed clock enable"] + pub fn set_hsion(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "High Speed Internal clock enable in Stop mode"] + pub const fn hsikeron(&self) -> super::vals::Hsion { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Hsion(val as u8) + } + #[doc = "High Speed Internal clock enable in Stop mode"] + pub fn set_hsikeron(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "HSI clock ready flag"] + pub const fn hsirdy(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "HSI clock ready flag"] + pub fn set_hsirdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "HSI clock divider"] + pub const fn hsidiv(&self) -> super::vals::Hsidiv { + let val = (self.0 >> 3usize) & 0x03; + super::vals::Hsidiv(val as u8) + } + #[doc = "HSI clock divider"] + pub fn set_hsidiv(&mut self, val: super::vals::Hsidiv) { + self.0 = (self.0 & !(0x03 << 3usize)) | (((val.0 as u32) & 0x03) << 3usize); + } + #[doc = "HSI divider flag"] + pub const fn hsidivf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "HSI divider flag"] + pub fn set_hsidivf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "CSI clock enable"] + pub const fn csion(&self) -> super::vals::Hsion { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Hsion(val as u8) + } + #[doc = "CSI clock enable"] + pub fn set_csion(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "CSI clock ready flag"] + pub const fn csirdy(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "CSI clock ready flag"] + pub fn set_csirdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "CSI clock enable in Stop mode"] + pub const fn csikeron(&self) -> super::vals::Hsion { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Hsion(val as u8) + } + #[doc = "CSI clock enable in Stop mode"] + pub fn set_csikeron(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "RC48 clock enable"] + pub const fn hsi48on(&self) -> super::vals::Hsion { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Hsion(val as u8) + } + #[doc = "RC48 clock enable"] + pub fn set_hsi48on(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "RC48 clock ready flag"] + pub const fn hsi48rdy(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "RC48 clock ready flag"] + pub fn set_hsi48rdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "D1 domain clocks ready flag"] + pub const fn d1ckrdy(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "D1 domain clocks ready flag"] + pub fn set_d1ckrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "D2 domain clocks ready flag"] + pub const fn d2ckrdy(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "D2 domain clocks ready flag"] + pub fn set_d2ckrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "HSE clock enable"] + pub const fn hseon(&self) -> super::vals::Hsion { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Hsion(val as u8) + } + #[doc = "HSE clock enable"] + pub fn set_hseon(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "HSE clock ready flag"] + pub const fn hserdy(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "HSE clock ready flag"] + pub fn set_hserdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "HSE clock bypass"] + pub const fn hsebyp(&self) -> super::vals::Hsebyp { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Hsebyp(val as u8) + } + #[doc = "HSE clock bypass"] + pub fn set_hsebyp(&mut self, val: super::vals::Hsebyp) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "HSE Clock Security System enable"] + pub const fn hsecsson(&self) -> super::vals::Hsion { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Hsion(val as u8) + } + #[doc = "HSE Clock Security System enable"] + pub fn set_hsecsson(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "PLL1 enable"] + pub const fn pll1on(&self) -> super::vals::Hsion { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Hsion(val as u8) + } + #[doc = "PLL1 enable"] + pub fn set_pll1on(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "PLL1 clock ready flag"] + pub const fn pll1rdy(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "PLL1 clock ready flag"] + pub fn set_pll1rdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + #[doc = "PLL2 enable"] + pub const fn pll2on(&self) -> super::vals::Hsion { + let val = (self.0 >> 26usize) & 0x01; + super::vals::Hsion(val as u8) + } + #[doc = "PLL2 enable"] + pub fn set_pll2on(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + } + #[doc = "PLL2 clock ready flag"] + pub const fn pll2rdy(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 + } + #[doc = "PLL2 clock ready flag"] + pub fn set_pll2rdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + } + #[doc = "PLL3 enable"] + pub const fn pll3on(&self) -> super::vals::Hsion { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Hsion(val as u8) + } + #[doc = "PLL3 enable"] + pub fn set_pll3on(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "PLL3 clock ready flag"] + pub const fn pll3rdy(&self) -> bool { + let val = (self.0 >> 29usize) & 0x01; + val != 0 + } + #[doc = "PLL3 clock ready flag"] + pub fn set_pll3rdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); + } + } + impl Default for Cr { + fn default() -> Cr { + Cr(0) + } + } + #[doc = "RCC PLL1 Fractional Divider Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pll1fracr(pub u32); + impl Pll1fracr { + #[doc = "Fractional part of the multiplication factor for PLL1 VCO"] + pub const fn fracn1(&self) -> u16 { + let val = (self.0 >> 3usize) & 0x1fff; + val as u16 + } + #[doc = "Fractional part of the multiplication factor for PLL1 VCO"] + pub fn set_fracn1(&mut self, val: u16) { + self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); + } + } + impl Default for Pll1fracr { + fn default() -> Pll1fracr { + Pll1fracr(0) + } + } + #[doc = "RCC Reset Status Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Rsr(pub u32); + impl C1Rsr { + #[doc = "Remove reset flag"] + pub const fn rmvf(&self) -> super::vals::C1RsrRmvf { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1RsrRmvf(val as u8) + } + #[doc = "Remove reset flag"] + pub fn set_rmvf(&mut self, val: super::vals::C1RsrRmvf) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "CPU reset flag"] + pub const fn cpurstf(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "CPU reset flag"] + pub fn set_cpurstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "D1 domain power switch reset flag"] + pub const fn d1rstf(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "D1 domain power switch reset flag"] + pub fn set_d1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "D2 domain power switch reset flag"] + pub const fn d2rstf(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 + } + #[doc = "D2 domain power switch reset flag"] + pub fn set_d2rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + } + #[doc = "BOR reset flag"] + pub const fn borrstf(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 + } + #[doc = "BOR reset flag"] + pub fn set_borrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "Pin reset flag (NRST)"] + pub const fn pinrstf(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "Pin reset flag (NRST)"] + pub fn set_pinrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "POR/PDR reset flag"] + pub const fn porrstf(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "POR/PDR reset flag"] + pub fn set_porrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "System reset from CPU reset flag"] + pub const fn sftrstf(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "System reset from CPU reset flag"] + pub fn set_sftrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + #[doc = "Independent Watchdog reset flag"] + pub const fn iwdg1rstf(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "Independent Watchdog reset flag"] + pub fn set_iwdg1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "Window Watchdog reset flag"] + pub const fn wwdg1rstf(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "Window Watchdog reset flag"] + pub fn set_wwdg1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] + pub const fn lpwrrstf(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; + val != 0 + } + #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] + pub fn set_lpwrrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + } + } + impl Default for C1Rsr { + fn default() -> C1Rsr { + C1Rsr(0) + } + } + #[doc = "RCC APB4 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb4rstr(pub u32); + impl Apb4rstr { + #[doc = "SYSCFG block reset"] + pub const fn syscfgrst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Syscfgrst(val as u8) + } + #[doc = "SYSCFG block reset"] + pub fn set_syscfgrst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "LPUART1 block reset"] + pub const fn lpuart1rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Syscfgrst(val as u8) + } + #[doc = "LPUART1 block reset"] + pub fn set_lpuart1rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "SPI6 block reset"] + pub const fn spi6rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Syscfgrst(val as u8) + } + #[doc = "SPI6 block reset"] + pub fn set_spi6rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "I2C4 block reset"] + pub const fn i2c4rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Syscfgrst(val as u8) + } + #[doc = "I2C4 block reset"] + pub fn set_i2c4rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "LPTIM2 block reset"] + pub const fn lptim2rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Syscfgrst(val as u8) + } + #[doc = "LPTIM2 block reset"] + pub fn set_lptim2rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "LPTIM3 block reset"] + pub const fn lptim3rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Syscfgrst(val as u8) + } + #[doc = "LPTIM3 block reset"] + pub fn set_lptim3rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "LPTIM4 block reset"] + pub const fn lptim4rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Syscfgrst(val as u8) + } + #[doc = "LPTIM4 block reset"] + pub fn set_lptim4rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "LPTIM5 block reset"] + pub const fn lptim5rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Syscfgrst(val as u8) + } + #[doc = "LPTIM5 block reset"] + pub fn set_lptim5rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "COMP12 Blocks Reset"] + pub const fn comp12rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Syscfgrst(val as u8) + } + #[doc = "COMP12 Blocks Reset"] + pub fn set_comp12rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "VREF block reset"] + pub const fn vrefrst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Syscfgrst(val as u8) + } + #[doc = "VREF block reset"] + pub fn set_vrefrst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SAI4 block reset"] + pub const fn sai4rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Syscfgrst(val as u8) + } + #[doc = "SAI4 block reset"] + pub fn set_sai4rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + } + impl Default for Apb4rstr { + fn default() -> Apb4rstr { + Apb4rstr(0) + } + } + #[doc = "RCC PLLs Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pllcfgr(pub u32); + impl Pllcfgr { + #[doc = "PLL1 fractional latch enable"] + pub fn pllfracen(&self, n: usize) -> super::vals::Pll1fracen { + assert!(n < 3usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Pll1fracen(val as u8) + } + #[doc = "PLL1 fractional latch enable"] + pub fn set_pllfracen(&mut self, n: usize, val: super::vals::Pll1fracen) { + assert!(n < 3usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "PLL1 VCO selection"] + pub fn pllvcosel(&self, n: usize) -> super::vals::Pll1vcosel { + assert!(n < 3usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Pll1vcosel(val as u8) + } + #[doc = "PLL1 VCO selection"] + pub fn set_pllvcosel(&mut self, n: usize, val: super::vals::Pll1vcosel) { + assert!(n < 3usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "PLL1 input frequency range"] + pub fn pllrge(&self, n: usize) -> super::vals::Pll1rge { + assert!(n < 3usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Pll1rge(val as u8) + } + #[doc = "PLL1 input frequency range"] + pub fn set_pllrge(&mut self, n: usize, val: super::vals::Pll1rge) { + assert!(n < 3usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + } + #[doc = "PLL1 DIVP divider output enable"] + pub fn divpen(&self, n: usize) -> super::vals::Divp1en { + assert!(n < 3usize); + let offs = 16usize + n * 3usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Divp1en(val as u8) + } + #[doc = "PLL1 DIVP divider output enable"] + pub fn set_divpen(&mut self, n: usize, val: super::vals::Divp1en) { + assert!(n < 3usize); + let offs = 16usize + n * 3usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "PLL1 DIVQ divider output enable"] + pub fn divqen(&self, n: usize) -> super::vals::Divp1en { + assert!(n < 3usize); + let offs = 17usize + n * 3usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Divp1en(val as u8) + } + #[doc = "PLL1 DIVQ divider output enable"] + pub fn set_divqen(&mut self, n: usize, val: super::vals::Divp1en) { + assert!(n < 3usize); + let offs = 17usize + n * 3usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "PLL1 DIVR divider output enable"] + pub fn divren(&self, n: usize) -> super::vals::Divp1en { + assert!(n < 3usize); + let offs = 18usize + n * 3usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Divp1en(val as u8) + } + #[doc = "PLL1 DIVR divider output enable"] + pub fn set_divren(&mut self, n: usize, val: super::vals::Divp1en) { + assert!(n < 3usize); + let offs = 18usize + n * 3usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + } + impl Default for Pllcfgr { + fn default() -> Pllcfgr { + Pllcfgr(0) + } + } + #[doc = "RCC PLL2 Dividers Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pll2divr(pub u32); + impl Pll2divr { + #[doc = "Multiplication factor for PLL1 VCO"] + pub const fn divn2(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 + } + #[doc = "Multiplication factor for PLL1 VCO"] + pub fn set_divn2(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + } + #[doc = "PLL1 DIVP division factor"] + pub const fn divp2(&self) -> u8 { + let val = (self.0 >> 9usize) & 0x7f; + val as u8 + } + #[doc = "PLL1 DIVP division factor"] + pub fn set_divp2(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 9usize)) | (((val as u32) & 0x7f) << 9usize); + } + #[doc = "PLL1 DIVQ division factor"] + pub const fn divq2(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x7f; + val as u8 + } + #[doc = "PLL1 DIVQ division factor"] + pub fn set_divq2(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); + } + #[doc = "PLL1 DIVR division factor"] + pub const fn divr2(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x7f; + val as u8 + } + #[doc = "PLL1 DIVR division factor"] + pub fn set_divr2(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); + } + } + impl Default for Pll2divr { + fn default() -> Pll2divr { + Pll2divr(0) + } + } + #[doc = "RCC Domain 3 Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D3cfgr(pub u32); + impl D3cfgr { + #[doc = "D3 domain APB4 prescaler"] + pub const fn d3ppre(&self) -> super::vals::D3ppre { + let val = (self.0 >> 4usize) & 0x07; + super::vals::D3ppre(val as u8) + } + #[doc = "D3 domain APB4 prescaler"] + pub fn set_d3ppre(&mut self, val: super::vals::D3ppre) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + } + impl Default for D3cfgr { + fn default() -> D3cfgr { + D3cfgr(0) + } + } + #[doc = "RCC AHB4 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Ahb4enr(pub u32); + impl C1Ahb4enr { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioaen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioaen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioben(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioben(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiocen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiocen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioden(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioden(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioeen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioeen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiofen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiofen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiogen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiogen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiohen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiohen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioien(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioien(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiojen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiojen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioken(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioken(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "CRC peripheral clock enable"] + pub const fn crcen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "CRC peripheral clock enable"] + pub fn set_crcen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "BDMA and DMAMUX2 Clock Enable"] + pub const fn bdmaen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "BDMA and DMAMUX2 Clock Enable"] + pub fn set_bdmaen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "ADC3 Peripheral Clocks Enable"] + pub const fn adc3en(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "ADC3 Peripheral Clocks Enable"] + pub fn set_adc3en(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "HSEM peripheral clock enable"] + pub const fn hsemen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 25usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "HSEM peripheral clock enable"] + pub fn set_hsemen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "Backup RAM Clock Enable"] + pub const fn bkpramen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "Backup RAM Clock Enable"] + pub fn set_bkpramen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + } + impl Default for C1Ahb4enr { + fn default() -> C1Ahb4enr { + C1Ahb4enr(0) + } + } + #[doc = "RCC AHB3 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Ahb3lpenr(pub u32); + impl C1Ahb3lpenr { + #[doc = "MDMA Clock Enable During CSleep Mode"] + pub const fn mdmalpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } +<<<<<<< HEAD + #[doc = "RXP Interrupt Enable"] + pub fn set_rxpie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "TXP interrupt enable"] + pub const fn txpie(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "TXP interrupt enable"] + pub fn set_txpie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "DXP interrupt enabled"] + pub const fn dxpie(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "DXP interrupt enabled"] + pub fn set_dxpie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "EOT, SUSP and TXC interrupt enable"] + pub const fn eotie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "EOT, SUSP and TXC interrupt enable"] + pub fn set_eotie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "TXTFIE interrupt enable"] + pub const fn txtfie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "TXTFIE interrupt enable"] + pub fn set_txtfie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "UDR interrupt enable"] + pub const fn udrie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "UDR interrupt enable"] + pub fn set_udrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "OVR interrupt enable"] + pub const fn ovrie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "OVR interrupt enable"] + pub fn set_ovrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "CRC Interrupt enable"] + pub const fn crceie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "CRC Interrupt enable"] + pub fn set_crceie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "TIFRE interrupt enable"] + pub const fn tifreie(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "TIFRE interrupt enable"] + pub fn set_tifreie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Mode Fault interrupt enable"] + pub const fn modfie(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Mode Fault interrupt enable"] + pub fn set_modfie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Additional number of transactions reload interrupt enable"] + pub const fn tserfie(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Additional number of transactions reload interrupt enable"] + pub fn set_tserfie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + } + impl Default for Ier { + fn default() -> Ier { + Ier(0) + } + } + #[doc = "control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Serial Peripheral Enable"] + pub const fn spe(&self) -> bool { +======= + #[doc = "MDMA Clock Enable During CSleep Mode"] + pub fn set_mdmalpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2D Clock Enable During CSleep Mode"] + pub const fn dma2dlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "DMA2D Clock Enable During CSleep Mode"] + pub fn set_dma2dlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "JPGDEC Clock Enable During CSleep Mode"] + pub const fn jpgdeclpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "JPGDEC Clock Enable During CSleep Mode"] + pub fn set_jpgdeclpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Flash interface clock enable during csleep mode"] + pub const fn flashpren(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Flash interface clock enable during csleep mode"] + pub fn set_flashpren(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] + pub const fn fmclpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fmclpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] + pub const fn qspilpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] + pub fn set_qspilpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] + pub const fn sdmmc1lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] + pub fn set_sdmmc1lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] + pub const fn d1dtcm1lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] + pub fn set_d1dtcm1lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] + pub const fn dtcm2lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] + pub fn set_dtcm2lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "D1ITCM Block Clock Enable During CSleep mode"] + pub const fn itcmlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1ITCM Block Clock Enable During CSleep mode"] + pub fn set_itcmlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "AXISRAM Block Clock Enable During CSleep mode"] + pub const fn axisramlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "AXISRAM Block Clock Enable During CSleep mode"] + pub fn set_axisramlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for C1Ahb3lpenr { + fn default() -> C1Ahb3lpenr { + C1Ahb3lpenr(0) + } + } + #[doc = "RCC AHB4 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb4rstr(pub u32); + impl Ahb4rstr { + #[doc = "GPIO block reset"] + pub const fn gpioarst(&self) -> super::vals::Gpioarst { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 0usize) & 0x01; + super::vals::Gpioarst(val as u8) + } +<<<<<<< HEAD + #[doc = "Serial Peripheral Enable"] + pub fn set_spe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Master automatic SUSP in Receive mode"] + pub const fn masrx(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Master automatic SUSP in Receive mode"] + pub fn set_masrx(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Master transfer start"] + pub const fn cstart(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Master transfer start"] + pub fn set_cstart(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Master SUSPend request"] + pub const fn csusp(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Master SUSPend request"] + pub fn set_csusp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "Rx/Tx direction at Half-duplex mode"] + pub const fn hddir(&self) -> super::vals::Hddir { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Hddir(val as u8) + } + #[doc = "Rx/Tx direction at Half-duplex mode"] + pub fn set_hddir(&mut self, val: super::vals::Hddir) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "Internal SS signal input level"] + pub const fn ssi(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Internal SS signal input level"] + pub fn set_ssi(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "32-bit CRC polynomial configuration"] + pub const fn crc33_17(&self) -> super::vals::Crc { + let val = (self.0 >> 13usize) & 0x01; + super::vals::Crc(val as u8) + } + #[doc = "32-bit CRC polynomial configuration"] + pub fn set_crc33_17(&mut self, val: super::vals::Crc) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "CRC calculation initialization pattern control for receiver"] + pub const fn rcrcini(&self) -> super::vals::Rcrcini { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Rcrcini(val as u8) + } + #[doc = "CRC calculation initialization pattern control for receiver"] + pub fn set_rcrcini(&mut self, val: super::vals::Rcrcini) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "CRC calculation initialization pattern control for transmitter"] + pub const fn tcrcini(&self) -> super::vals::Tcrcini { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Tcrcini(val as u8) + } + #[doc = "CRC calculation initialization pattern control for transmitter"] + pub fn set_tcrcini(&mut self, val: super::vals::Tcrcini) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Locking the AF configuration of associated IOs"] + pub const fn iolock(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Locking the AF configuration of associated IOs"] + pub fn set_iolock(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + } + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) + } + } + #[doc = "Receiver CRC Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rxcrc(pub u32); + impl Rxcrc { + #[doc = "CRC register for receiver"] + pub const fn rxcrc(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "CRC register for receiver"] + pub fn set_rxcrc(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Rxcrc { + fn default() -> Rxcrc { + Rxcrc(0) + } + } + #[doc = "Transmit Data Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Txdr(pub u32); + impl Txdr { + #[doc = "Transmit data register"] + pub const fn txdr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Transmit data register"] + pub fn set_txdr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Txdr { + fn default() -> Txdr { + Txdr(0) + } + } + #[doc = "Status Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Sr(pub u32); + impl Sr { + #[doc = "Rx-Packet available"] + pub const fn rxp(&self) -> bool { +======= + #[doc = "GPIO block reset"] + pub fn set_gpioarst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiobrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiobrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiocrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiocrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiodrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiodrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "GPIO block reset"] + pub const fn gpioerst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpioerst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiofrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiofrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiogrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiogrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiohrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiohrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "GPIO block reset"] + pub const fn gpioirst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpioirst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiojrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiojrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiokrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiokrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "CRC block reset"] + pub const fn crcrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "CRC block reset"] + pub fn set_crcrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "BDMA block reset"] + pub const fn bdmarst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "BDMA block reset"] + pub fn set_bdmarst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "ADC3 block reset"] + pub const fn adc3rst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "ADC3 block reset"] + pub fn set_adc3rst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "HSEM block reset"] + pub const fn hsemrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "HSEM block reset"] + pub fn set_hsemrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + } + impl Default for Ahb4rstr { + fn default() -> Ahb4rstr { + Ahb4rstr(0) + } + } + #[doc = "RCC Clock Source Interrupt Enable Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cier(pub u32); + impl Cier { + #[doc = "LSI ready Interrupt Enable"] + pub const fn lsirdyie(&self) -> super::vals::Lsirdyie { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } +<<<<<<< HEAD + #[doc = "Rx-Packet available"] + pub fn set_rxp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Tx-Packet space available"] + pub const fn txp(&self) -> bool { +======= + #[doc = "LSI ready Interrupt Enable"] + pub fn set_lsirdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LSE ready Interrupt Enable"] + pub const fn lserdyie(&self) -> super::vals::Lsirdyie { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 1usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } +<<<<<<< HEAD + #[doc = "Tx-Packet space available"] + pub fn set_txp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Duplex Packet"] + pub const fn dxp(&self) -> bool { +======= + #[doc = "LSE ready Interrupt Enable"] + pub fn set_lserdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "HSI ready Interrupt Enable"] + pub const fn hsirdyie(&self) -> super::vals::Lsirdyie { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 2usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } +<<<<<<< HEAD + #[doc = "Duplex Packet"] + pub fn set_dxp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "End Of Transfer"] + pub const fn eot(&self) -> bool { +======= + #[doc = "HSI ready Interrupt Enable"] + pub fn set_hsirdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "HSE ready Interrupt Enable"] + pub const fn hserdyie(&self) -> super::vals::Lsirdyie { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 3usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } +<<<<<<< HEAD + #[doc = "End Of Transfer"] + pub fn set_eot(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Transmission Transfer Filled"] + pub const fn txtf(&self) -> bool { +======= + #[doc = "HSE ready Interrupt Enable"] + pub fn set_hserdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "CSI ready Interrupt Enable"] + pub const fn csirdyie(&self) -> super::vals::Lsirdyie { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 4usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } +<<<<<<< HEAD + #[doc = "Transmission Transfer Filled"] + pub fn set_txtf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Underrun at slave transmission mode"] + pub const fn udr(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Underrun at slave transmission mode"] + pub fn set_udr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Overrun"] + pub const fn ovr(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Overrun"] + pub fn set_ovr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "CRC Error"] + pub const fn crce(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "CRC Error"] + pub fn set_crce(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "TI frame format error"] + pub const fn tifre(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "TI frame format error"] + pub fn set_tifre(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Mode Fault"] + pub const fn modf(&self) -> bool { +======= + #[doc = "CSI ready Interrupt Enable"] + pub fn set_csirdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "RC48 ready Interrupt Enable"] + pub const fn hsi48rdyie(&self) -> super::vals::Lsirdyie { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } + #[doc = "RC48 ready Interrupt Enable"] + pub fn set_hsi48rdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "PLL1 ready Interrupt Enable"] + pub fn pllrdyie(&self, n: usize) -> super::vals::Lsirdyie { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lsirdyie(val as u8) + } + #[doc = "PLL1 ready Interrupt Enable"] + pub fn set_pllrdyie(&mut self, n: usize, val: super::vals::Lsirdyie) { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "LSE clock security system Interrupt Enable"] + pub const fn lsecssie(&self) -> super::vals::Lsirdyie { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 9usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } +<<<<<<< HEAD + #[doc = "Mode Fault"] + pub fn set_modf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Additional number of SPI data to be transacted was reload"] + pub const fn tserf(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Additional number of SPI data to be transacted was reload"] + pub fn set_tserf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "SUSPend"] + pub const fn susp(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "SUSPend"] + pub fn set_susp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "TxFIFO transmission complete"] + pub const fn txc(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "TxFIFO transmission complete"] + pub fn set_txc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "RxFIFO Packing LeVeL"] + pub const fn rxplvl(&self) -> super::vals::Rxplvl { + let val = (self.0 >> 13usize) & 0x03; + super::vals::Rxplvl(val as u8) + } + #[doc = "RxFIFO Packing LeVeL"] + pub fn set_rxplvl(&mut self, val: super::vals::Rxplvl) { + self.0 = (self.0 & !(0x03 << 13usize)) | (((val.0 as u32) & 0x03) << 13usize); + } + #[doc = "RxFIFO Word Not Empty"] + pub const fn rxwne(&self) -> super::vals::Rxwne { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Rxwne(val as u8) + } + #[doc = "RxFIFO Word Not Empty"] + pub fn set_rxwne(&mut self, val: super::vals::Rxwne) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Number of data frames remaining in current TSIZE session"] + pub const fn ctsize(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 + } + #[doc = "Number of data frames remaining in current TSIZE session"] + pub fn set_ctsize(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + } + } + impl Default for Sr { + fn default() -> Sr { + Sr(0) + } + } + #[doc = "Interrupt/Status Flags Clear Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ifcr(pub u32); + impl Ifcr { + #[doc = "End Of Transfer flag clear"] + pub const fn eotc(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "End Of Transfer flag clear"] + pub fn set_eotc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Transmission Transfer Filled flag clear"] + pub const fn txtfc(&self) -> bool { +======= + #[doc = "LSE clock security system Interrupt Enable"] + pub fn set_lsecssie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + } + impl Default for Cier { + fn default() -> Cier { + Cier(0) + } + } + #[doc = "RCC AHB4 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb4enr(pub u32); + impl Ahb4enr { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioaen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioaen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioben(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioben(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiocen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiocen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioden(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioden(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioeen(&self) -> super::vals::Ahb4enrGpioaen { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } +<<<<<<< HEAD + #[doc = "Transmission Transfer Filled flag clear"] + pub fn set_txtfc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Underrun flag clear"] + pub const fn udrc(&self) -> bool { +======= + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioeen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiofen(&self) -> super::vals::Ahb4enrGpioaen { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } +<<<<<<< HEAD + #[doc = "Underrun flag clear"] + pub fn set_udrc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Overrun flag clear"] + pub const fn ovrc(&self) -> bool { +======= + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiofen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiogen(&self) -> super::vals::Ahb4enrGpioaen { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 6usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } +<<<<<<< HEAD + #[doc = "Overrun flag clear"] + pub fn set_ovrc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "CRC Error flag clear"] + pub const fn crcec(&self) -> bool { +======= + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiogen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiohen(&self) -> super::vals::Ahb4enrGpioaen { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 7usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } +<<<<<<< HEAD + #[doc = "CRC Error flag clear"] + pub fn set_crcec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "TI frame format error flag clear"] + pub const fn tifrec(&self) -> bool { +======= + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiohen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioien(&self) -> super::vals::Ahb4enrGpioaen { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 8usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } +<<<<<<< HEAD + #[doc = "TI frame format error flag clear"] + pub fn set_tifrec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Mode Fault flag clear"] + pub const fn modfc(&self) -> bool { +======= + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioien(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiojen(&self) -> super::vals::Ahb4enrGpioaen { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } +<<<<<<< HEAD + #[doc = "Mode Fault flag clear"] + pub fn set_modfc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "TSERFC flag clear"] + pub const fn tserfc(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "TSERFC flag clear"] + pub fn set_tserfc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "SUSPend flag clear"] + pub const fn suspc(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "SUSPend flag clear"] + pub fn set_suspc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + } + impl Default for Ifcr { + fn default() -> Ifcr { + Ifcr(0) + } + } + } +} +pub mod syscfg_l0 { + use crate::generic::*; + #[doc = "System configuration controller"] + #[derive(Copy, Clone)] + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "configuration register 1"] + pub fn cfgr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "CFGR2"] + pub fn cfgr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "external interrupt configuration register"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + } + #[doc = "CFGR3"] + pub fn cfgr3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "external interrupt configuration register 1-4"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI configuration bits"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + val as u8 + } + #[doc = "EXTI configuration bits"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + } + } + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) + } + } + #[doc = "CFGR2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cfgr2(pub u32); + impl Cfgr2 { + #[doc = "Firewall disable bit"] + pub const fn fwdis(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Firewall disable bit"] + pub fn set_fwdis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Fm+ drive capability on PB6 enable bit"] + pub const fn i2c_pb6_fmp(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Fm+ drive capability on PB6 enable bit"] + pub fn set_i2c_pb6_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Fm+ drive capability on PB7 enable bit"] + pub const fn i2c_pb7_fmp(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Fm+ drive capability on PB7 enable bit"] + pub fn set_i2c_pb7_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Fm+ drive capability on PB8 enable bit"] + pub const fn i2c_pb8_fmp(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Fm+ drive capability on PB8 enable bit"] + pub fn set_i2c_pb8_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "Fm+ drive capability on PB9 enable bit"] + pub const fn i2c_pb9_fmp(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Fm+ drive capability on PB9 enable bit"] + pub fn set_i2c_pb9_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "I2C1 Fm+ drive capability enable bit"] + pub const fn i2c1_fmp(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "I2C1 Fm+ drive capability enable bit"] + pub fn set_i2c1_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "I2C2 Fm+ drive capability enable bit"] + pub const fn i2c2_fmp(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "I2C2 Fm+ drive capability enable bit"] + pub fn set_i2c2_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "I2C3 Fm+ drive capability enable bit"] + pub const fn i2c3_fmp(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "I2C3 Fm+ drive capability enable bit"] + pub fn set_i2c3_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + } + impl Default for Cfgr2 { + fn default() -> Cfgr2 { + Cfgr2(0) + } + } + #[doc = "configuration register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cfgr1(pub u32); + impl Cfgr1 { + #[doc = "Memory mapping selection bits"] + pub const fn mem_mode(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 + } + #[doc = "Memory mapping selection bits"] + pub fn set_mem_mode(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + } + #[doc = "User bank swapping"] + pub const fn ufb(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "User bank swapping"] + pub fn set_ufb(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Boot mode selected by the boot pins status bits"] + pub const fn boot_mode(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x03; + val as u8 + } + #[doc = "Boot mode selected by the boot pins status bits"] + pub fn set_boot_mode(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + } + } + impl Default for Cfgr1 { + fn default() -> Cfgr1 { + Cfgr1(0) + } + } + #[doc = "CFGR3"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cfgr3(pub u32); + impl Cfgr3 { + #[doc = "VREFINT enable and scaler control for COMP2 enable bit"] + pub const fn en_vrefint(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "VREFINT enable and scaler control for COMP2 enable bit"] + pub fn set_en_vrefint(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "VREFINT_ADC connection bit"] + pub const fn sel_vref_out(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x03; + val as u8 + } + #[doc = "VREFINT_ADC connection bit"] + pub fn set_sel_vref_out(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 4usize)) | (((val as u32) & 0x03) << 4usize); + } + #[doc = "VREFINT reference for ADC enable bit"] + pub const fn enbuf_vrefint_adc(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "VREFINT reference for ADC enable bit"] + pub fn set_enbuf_vrefint_adc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Temperature sensor reference for ADC enable bit"] + pub const fn enbuf_sensor_adc(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Temperature sensor reference for ADC enable bit"] + pub fn set_enbuf_sensor_adc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "VREFINT reference for COMP2 scaler enable bit"] + pub const fn enbuf_vrefint_comp2(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "VREFINT reference for COMP2 scaler enable bit"] + pub fn set_enbuf_vrefint_comp2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "VREFINT reference for HSI48 oscillator enable bit"] + pub const fn enref_hsi48(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "VREFINT reference for HSI48 oscillator enable bit"] + pub fn set_enref_hsi48(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "VREFINT ready flag"] + pub const fn vrefint_rdyf(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; + val != 0 + } + #[doc = "VREFINT ready flag"] + pub fn set_vrefint_rdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + } + #[doc = "SYSCFG_CFGR3 lock bit"] + pub const fn ref_lock(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; + val != 0 + } + #[doc = "SYSCFG_CFGR3 lock bit"] + pub fn set_ref_lock(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + } + } + impl Default for Cfgr3 { + fn default() -> Cfgr3 { + Cfgr3(0) + } + } + } +} +pub mod rcc_l0 { + use crate::generic::*; + #[doc = "Reset and clock control"] + #[derive(Copy, Clone)] + pub struct Rcc(pub *mut u8); + unsafe impl Send for Rcc {} + unsafe impl Sync for Rcc {} + impl Rcc { + #[doc = "Clock control register"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Internal clock sources calibration register"] + pub fn icscr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "Clock recovery RC register"] + pub fn crrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Clock configuration register"] + pub fn cfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Clock interrupt enable register"] + pub fn cier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Clock interrupt flag register"] + pub fn cifr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "Clock interrupt clear register"] + pub fn cicr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "GPIO reset register"] + pub fn ioprstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "AHB peripheral reset register"] + pub fn ahbrstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "APB2 peripheral reset register"] + pub fn apb2rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "APB1 peripheral reset register"] + pub fn apb1rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "GPIO clock enable register"] + pub fn iopenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "AHB peripheral clock enable register"] + pub fn ahbenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } + } + #[doc = "APB2 peripheral clock enable register"] + pub fn apb2enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(52usize)) } + } + #[doc = "APB1 peripheral clock enable register"] + pub fn apb1enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(56usize)) } + } + #[doc = "GPIO clock enable in sleep mode register"] + pub fn iopsmen(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(60usize)) } + } + #[doc = "AHB peripheral clock enable in sleep mode register"] + pub fn ahbsmenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(64usize)) } + } + #[doc = "APB2 peripheral clock enable in sleep mode register"] + pub fn apb2smenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(68usize)) } + } + #[doc = "APB1 peripheral clock enable in sleep mode register"] + pub fn apb1smenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "Clock configuration register"] + pub fn ccipr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + #[doc = "Control and status register"] + pub fn csr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(80usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "Clock control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "16 MHz high-speed internal clock enable"] + pub const fn hsi16on(&self) -> super::vals::Pllon { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Pllon(val as u8) + } + #[doc = "16 MHz high-speed internal clock enable"] + pub fn set_hsi16on(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "High-speed internal clock enable bit for some IP kernels"] + pub const fn hsi16keron(&self) -> super::vals::Pllon { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Pllon(val as u8) + } + #[doc = "High-speed internal clock enable bit for some IP kernels"] + pub fn set_hsi16keron(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "Internal high-speed clock ready flag"] + pub const fn hsi16rdyf(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Internal high-speed clock ready flag"] + pub fn set_hsi16rdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "HSI16DIVEN"] + pub const fn hsi16diven(&self) -> super::vals::Hsidiven { +======= + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiojen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioken(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioken(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "CRC peripheral clock enable"] + pub const fn crcen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } + #[doc = "CRC peripheral clock enable"] + pub fn set_crcen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "BDMA and DMAMUX2 Clock Enable"] + pub const fn bdmaen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } + #[doc = "BDMA and DMAMUX2 Clock Enable"] + pub fn set_bdmaen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "ADC3 Peripheral Clocks Enable"] + pub const fn adc3en(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } + #[doc = "ADC3 Peripheral Clocks Enable"] + pub fn set_adc3en(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "HSEM peripheral clock enable"] + pub const fn hsemen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } + #[doc = "HSEM peripheral clock enable"] + pub fn set_hsemen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "Backup RAM Clock Enable"] + pub const fn bkpramen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } + #[doc = "Backup RAM Clock Enable"] + pub fn set_bkpramen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + } + impl Default for Ahb4enr { + fn default() -> Ahb4enr { + Ahb4enr(0) + } + } + #[doc = "RCC PLL2 Fractional Divider Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pll2fracr(pub u32); + impl Pll2fracr { + #[doc = "Fractional part of the multiplication factor for PLL VCO"] + pub const fn fracn2(&self) -> u16 { + let val = (self.0 >> 3usize) & 0x1fff; + val as u16 + } + #[doc = "Fractional part of the multiplication factor for PLL VCO"] + pub fn set_fracn2(&mut self, val: u16) { + self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); + } + } + impl Default for Pll2fracr { + fn default() -> Pll2fracr { + Pll2fracr(0) + } + } + #[doc = "RCC Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cfgr(pub u32); + impl Cfgr { + #[doc = "System clock switch"] + pub const fn sw(&self) -> super::vals::Sw { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Sw(val as u8) + } + #[doc = "System clock switch"] + pub fn set_sw(&mut self, val: super::vals::Sw) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "System clock switch status"] + pub const fn sws(&self) -> u8 { + let val = (self.0 >> 3usize) & 0x07; + val as u8 + } + #[doc = "System clock switch status"] + pub fn set_sws(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val as u32) & 0x07) << 3usize); + } + #[doc = "System clock selection after a wake up from system Stop"] + pub const fn stopwuck(&self) -> super::vals::Stopwuck { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Stopwuck(val as u8) + } + #[doc = "System clock selection after a wake up from system Stop"] + pub fn set_stopwuck(&mut self, val: super::vals::Stopwuck) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "Kernel clock selection after a wake up from system Stop"] + pub const fn stopkerwuck(&self) -> super::vals::Stopwuck { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Stopwuck(val as u8) + } + #[doc = "Kernel clock selection after a wake up from system Stop"] + pub fn set_stopkerwuck(&mut self, val: super::vals::Stopwuck) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "HSE division factor for RTC clock"] + pub const fn rtcpre(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x3f; + val as u8 + } + #[doc = "HSE division factor for RTC clock"] + pub fn set_rtcpre(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 8usize)) | (((val as u32) & 0x3f) << 8usize); + } + #[doc = "High Resolution Timer clock prescaler selection"] + pub const fn hrtimsel(&self) -> super::vals::Hrtimsel { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Hrtimsel(val as u8) + } + #[doc = "High Resolution Timer clock prescaler selection"] + pub fn set_hrtimsel(&mut self, val: super::vals::Hrtimsel) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "Timers clocks prescaler selection"] + pub const fn timpre(&self) -> super::vals::Timpre { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Timpre(val as u8) + } + #[doc = "Timers clocks prescaler selection"] + pub fn set_timpre(&mut self, val: super::vals::Timpre) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "MCO1 prescaler"] + pub const fn mco1pre(&self) -> u8 { + let val = (self.0 >> 18usize) & 0x0f; + val as u8 + } + #[doc = "MCO1 prescaler"] + pub fn set_mco1pre(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 18usize)) | (((val as u32) & 0x0f) << 18usize); + } + #[doc = "Micro-controller clock output 1"] + pub const fn mco1(&self) -> super::vals::Mco1 { + let val = (self.0 >> 22usize) & 0x07; + super::vals::Mco1(val as u8) + } + #[doc = "Micro-controller clock output 1"] + pub fn set_mco1(&mut self, val: super::vals::Mco1) { + self.0 = (self.0 & !(0x07 << 22usize)) | (((val.0 as u32) & 0x07) << 22usize); + } + #[doc = "MCO2 prescaler"] + pub const fn mco2pre(&self) -> u8 { + let val = (self.0 >> 25usize) & 0x0f; + val as u8 + } + #[doc = "MCO2 prescaler"] + pub fn set_mco2pre(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); + } + #[doc = "Micro-controller clock output 2"] + pub const fn mco2(&self) -> super::vals::Mco2 { + let val = (self.0 >> 29usize) & 0x07; + super::vals::Mco2(val as u8) + } + #[doc = "Micro-controller clock output 2"] + pub fn set_mco2(&mut self, val: super::vals::Mco2) { + self.0 = (self.0 & !(0x07 << 29usize)) | (((val.0 as u32) & 0x07) << 29usize); + } + } + impl Default for Cfgr { + fn default() -> Cfgr { + Cfgr(0) + } + } + #[doc = "RCC APB1 High Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb1hlpenr(pub u32); + impl C1Apb1hlpenr { + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub const fn crslpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) + } + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub fn set_crslpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub const fn swplpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) + } + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub fn set_swplpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub const fn opamplpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) + } + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub fn set_opamplpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub const fn mdioslpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) + } + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub fn set_mdioslpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub const fn fdcanlpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) + } + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fdcanlpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + } + impl Default for C1Apb1hlpenr { + fn default() -> C1Apb1hlpenr { + C1Apb1hlpenr(0) + } + } + #[doc = "RCC AHB1 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb1rstr(pub u32); + impl Ahb1rstr { + #[doc = "DMA1 block reset"] + pub const fn dma1rst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Dma1rst(val as u8) + } + #[doc = "DMA1 block reset"] + pub fn set_dma1rst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2 block reset"] + pub const fn dma2rst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Dma1rst(val as u8) + } + #[doc = "DMA2 block reset"] + pub fn set_dma2rst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "ADC1&2 block reset"] + pub const fn adc12rst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Dma1rst(val as u8) + } + #[doc = "ADC1&2 block reset"] + pub fn set_adc12rst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "ETH1MAC block reset"] + pub const fn eth1macrst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Dma1rst(val as u8) + } + #[doc = "ETH1MAC block reset"] + pub fn set_eth1macrst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "USB1OTG block reset"] + pub const fn usb1otgrst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Dma1rst(val as u8) + } + #[doc = "USB1OTG block reset"] + pub fn set_usb1otgrst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "USB2OTG block reset"] + pub const fn usb2otgrst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Dma1rst(val as u8) + } + #[doc = "USB2OTG block reset"] + pub fn set_usb2otgrst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + } + impl Default for Ahb1rstr { + fn default() -> Ahb1rstr { + Ahb1rstr(0) + } + } + #[doc = "RCC Clock Source Interrupt Flag Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cifr(pub u32); + impl Cifr { + #[doc = "LSI ready Interrupt Flag"] + pub const fn lsirdyf(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "LSI ready Interrupt Flag"] + pub fn set_lsirdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "LSE ready Interrupt Flag"] + pub const fn lserdyf(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "LSE ready Interrupt Flag"] + pub fn set_lserdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "HSI ready Interrupt Flag"] + pub const fn hsirdyf(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "HSI ready Interrupt Flag"] + pub fn set_hsirdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "HSE ready Interrupt Flag"] + pub const fn hserdyf(&self) -> bool { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 3usize) & 0x01; + super::vals::Hsidiven(val as u8) + } +<<<<<<< HEAD + #[doc = "HSI16DIVEN"] + pub fn set_hsi16diven(&mut self, val: super::vals::Hsidiven) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "HSI16DIVF"] + pub const fn hsi16divf(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "HSI16DIVF"] + pub fn set_hsi16divf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "16 MHz high-speed internal clock output enable"] + pub const fn hsi16outen(&self) -> super::vals::Hsiouten { +======= + #[doc = "HSE ready Interrupt Flag"] + pub fn set_hserdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "CSI ready Interrupt Flag"] + pub const fn csirdy(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "CSI ready Interrupt Flag"] + pub fn set_csirdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "RC48 ready Interrupt Flag"] + pub const fn hsi48rdyf(&self) -> bool { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 5usize) & 0x01; + super::vals::Hsiouten(val as u8) + } + #[doc = "16 MHz high-speed internal clock output enable"] + pub fn set_hsi16outen(&mut self, val: super::vals::Hsiouten) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "MSI clock enable bit"] + pub const fn msion(&self) -> super::vals::Pllon { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Pllon(val as u8) + } + #[doc = "MSI clock enable bit"] + pub fn set_msion(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "MSI clock ready flag"] + pub const fn msirdy(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } +<<<<<<< HEAD + #[doc = "MSI clock ready flag"] + pub fn set_msirdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "HSE clock enable bit"] + pub const fn hseon(&self) -> super::vals::Pllon { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Pllon(val as u8) + } + #[doc = "HSE clock enable bit"] + pub fn set_hseon(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "HSE clock ready flag"] + pub const fn hserdy(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "HSE clock ready flag"] + pub fn set_hserdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "HSE clock bypass bit"] + pub const fn hsebyp(&self) -> super::vals::Hsebyp { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Hsebyp(val as u8) + } + #[doc = "HSE clock bypass bit"] + pub fn set_hsebyp(&mut self, val: super::vals::Hsebyp) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "Clock security system on HSE enable bit"] + pub const fn csshseon(&self) -> super::vals::Pllon { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Pllon(val as u8) + } + #[doc = "Clock security system on HSE enable bit"] + pub fn set_csshseon(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "TC/LCD prescaler"] + pub const fn rtcpre(&self) -> super::vals::Rtcpre { + let val = (self.0 >> 20usize) & 0x03; + super::vals::Rtcpre(val as u8) + } + #[doc = "TC/LCD prescaler"] + pub fn set_rtcpre(&mut self, val: super::vals::Rtcpre) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); + } + #[doc = "PLL enable bit"] + pub const fn pllon(&self) -> super::vals::Pllon { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Pllon(val as u8) + } + #[doc = "PLL enable bit"] + pub fn set_pllon(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "PLL clock ready flag"] + pub const fn pllrdy(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "PLL clock ready flag"] + pub fn set_pllrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + } + impl Default for Cr { + fn default() -> Cr { + Cr(0) + } + } + #[doc = "Internal clock sources calibration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Icscr(pub u32); + impl Icscr { + #[doc = "nternal high speed clock calibration"] + pub const fn hsi16cal(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "nternal high speed clock calibration"] + pub fn set_hsi16cal(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + #[doc = "High speed internal clock trimming"] + pub const fn hsi16trim(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x1f; + val as u8 + } + #[doc = "High speed internal clock trimming"] + pub fn set_hsi16trim(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); + } + #[doc = "MSI clock ranges"] + pub const fn msirange(&self) -> super::vals::Msirange { + let val = (self.0 >> 13usize) & 0x07; + super::vals::Msirange(val as u8) + } + #[doc = "MSI clock ranges"] + pub fn set_msirange(&mut self, val: super::vals::Msirange) { + self.0 = (self.0 & !(0x07 << 13usize)) | (((val.0 as u32) & 0x07) << 13usize); + } + #[doc = "MSI clock calibration"] + pub const fn msical(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; + val as u8 + } + #[doc = "MSI clock calibration"] + pub fn set_msical(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + } + #[doc = "MSI clock trimming"] + pub const fn msitrim(&self) -> u8 { + let val = (self.0 >> 24usize) & 0xff; + val as u8 + } + #[doc = "MSI clock trimming"] + pub fn set_msitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 24usize)) | (((val as u32) & 0xff) << 24usize); + } + } + impl Default for Icscr { + fn default() -> Icscr { + Icscr(0) + } + } + #[doc = "Control and status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Csr(pub u32); + impl Csr { + #[doc = "Internal low-speed oscillator enable"] + pub const fn lsion(&self) -> super::vals::Csslseon { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Csslseon(val as u8) + } + #[doc = "Internal low-speed oscillator enable"] + pub fn set_lsion(&mut self, val: super::vals::Csslseon) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Internal low-speed oscillator ready bit"] + pub const fn lsirdy(&self) -> super::vals::Lserdy { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Lserdy(val as u8) + } + #[doc = "Internal low-speed oscillator ready bit"] + pub fn set_lsirdy(&mut self, val: super::vals::Lserdy) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "External low-speed oscillator enable bit"] + pub const fn lseon(&self) -> super::vals::Csslseon { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Csslseon(val as u8) + } + #[doc = "External low-speed oscillator enable bit"] + pub fn set_lseon(&mut self, val: super::vals::Csslseon) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "External low-speed oscillator ready bit"] + pub const fn lserdy(&self) -> super::vals::Lserdy { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Lserdy(val as u8) + } + #[doc = "External low-speed oscillator ready bit"] + pub fn set_lserdy(&mut self, val: super::vals::Lserdy) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "External low-speed oscillator bypass bit"] + pub const fn lsebyp(&self) -> super::vals::Lsebyp { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Lsebyp(val as u8) + } + #[doc = "External low-speed oscillator bypass bit"] + pub fn set_lsebyp(&mut self, val: super::vals::Lsebyp) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "LSEDRV"] + pub const fn lsedrv(&self) -> super::vals::Lsedrv { + let val = (self.0 >> 11usize) & 0x03; + super::vals::Lsedrv(val as u8) + } + #[doc = "LSEDRV"] + pub fn set_lsedrv(&mut self, val: super::vals::Lsedrv) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + } + #[doc = "CSSLSEON"] + pub const fn csslseon(&self) -> super::vals::Csslseon { + let val = (self.0 >> 13usize) & 0x01; + super::vals::Csslseon(val as u8) + } + #[doc = "CSSLSEON"] + pub fn set_csslseon(&mut self, val: super::vals::Csslseon) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "CSS on LSE failure detection flag"] + pub const fn csslsed(&self) -> super::vals::Csslsed { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Csslsed(val as u8) + } + #[doc = "CSS on LSE failure detection flag"] + pub fn set_csslsed(&mut self, val: super::vals::Csslsed) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "RTC and LCD clock source selection bits"] + pub const fn rtcsel(&self) -> super::vals::Rtcsel { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Rtcsel(val as u8) + } + #[doc = "RTC and LCD clock source selection bits"] + pub fn set_rtcsel(&mut self, val: super::vals::Rtcsel) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + } + #[doc = "RTC clock enable bit"] + pub const fn rtcen(&self) -> super::vals::Rtcen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Rtcen(val as u8) + } + #[doc = "RTC clock enable bit"] + pub fn set_rtcen(&mut self, val: super::vals::Rtcen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "RTC software reset bit"] + pub const fn rtcrst(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "RTC software reset bit"] + pub fn set_rtcrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "Remove reset flag"] + pub const fn rmvf(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "Remove reset flag"] + pub fn set_rmvf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + #[doc = "OBLRSTF"] + pub const fn oblrstf(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "OBLRSTF"] + pub fn set_oblrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + #[doc = "PIN reset flag"] + pub const fn pinrstf(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "PIN reset flag"] + pub fn set_pinrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "POR/PDR reset flag"] + pub const fn porrstf(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 + } + #[doc = "POR/PDR reset flag"] + pub fn set_porrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + } + #[doc = "Software reset flag"] + pub const fn sftrstf(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "Software reset flag"] + pub fn set_sftrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + #[doc = "Independent watchdog reset flag"] + pub const fn iwdgrstf(&self) -> bool { + let val = (self.0 >> 29usize) & 0x01; + val != 0 + } + #[doc = "Independent watchdog reset flag"] + pub fn set_iwdgrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); + } + #[doc = "Window watchdog reset flag"] + pub const fn wwdgrstf(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; + val != 0 + } + #[doc = "Window watchdog reset flag"] + pub fn set_wwdgrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + } + #[doc = "Low-power reset flag"] + pub const fn lpwrrstf(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; + val != 0 + } + #[doc = "Low-power reset flag"] + pub fn set_lpwrrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + } + } + impl Default for Csr { + fn default() -> Csr { + Csr(0) + } + } + #[doc = "Clock configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cfgr(pub u32); + impl Cfgr { + #[doc = "System clock switch"] + pub const fn sw(&self) -> super::vals::Sw { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Sw(val as u8) + } + #[doc = "System clock switch"] + pub fn set_sw(&mut self, val: super::vals::Sw) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + } + #[doc = "System clock switch status"] + pub const fn sws(&self) -> super::vals::Sws { + let val = (self.0 >> 2usize) & 0x03; + super::vals::Sws(val as u8) + } + #[doc = "System clock switch status"] + pub fn set_sws(&mut self, val: super::vals::Sws) { + self.0 = (self.0 & !(0x03 << 2usize)) | (((val.0 as u32) & 0x03) << 2usize); + } + #[doc = "AHB prescaler"] + pub const fn hpre(&self) -> super::vals::Hpre { + let val = (self.0 >> 4usize) & 0x0f; + super::vals::Hpre(val as u8) + } + #[doc = "AHB prescaler"] + pub fn set_hpre(&mut self, val: super::vals::Hpre) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val.0 as u32) & 0x0f) << 4usize); + } + #[doc = "APB low-speed prescaler (APB1)"] + pub fn ppre(&self, n: usize) -> super::vals::Ppre { + assert!(n < 2usize); + let offs = 8usize + n * 3usize; + let val = (self.0 >> offs) & 0x07; + super::vals::Ppre(val as u8) + } + #[doc = "APB low-speed prescaler (APB1)"] + pub fn set_ppre(&mut self, n: usize, val: super::vals::Ppre) { + assert!(n < 2usize); + let offs = 8usize + n * 3usize; + self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); + } + #[doc = "Wake-up from stop clock selection"] + pub const fn stopwuck(&self) -> super::vals::Stopwuck { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Stopwuck(val as u8) + } + #[doc = "Wake-up from stop clock selection"] + pub fn set_stopwuck(&mut self, val: super::vals::Stopwuck) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "PLL entry clock source"] + pub const fn pllsrc(&self) -> super::vals::Pllsrc { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Pllsrc(val as u8) + } + #[doc = "PLL entry clock source"] + pub fn set_pllsrc(&mut self, val: super::vals::Pllsrc) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "PLL multiplication factor"] + pub const fn pllmul(&self) -> super::vals::Pllmul { + let val = (self.0 >> 18usize) & 0x0f; + super::vals::Pllmul(val as u8) + } + #[doc = "PLL multiplication factor"] + pub fn set_pllmul(&mut self, val: super::vals::Pllmul) { + self.0 = (self.0 & !(0x0f << 18usize)) | (((val.0 as u32) & 0x0f) << 18usize); + } + #[doc = "PLL output division"] + pub const fn plldiv(&self) -> super::vals::Plldiv { + let val = (self.0 >> 22usize) & 0x03; + super::vals::Plldiv(val as u8) + } + #[doc = "PLL output division"] + pub fn set_plldiv(&mut self, val: super::vals::Plldiv) { + self.0 = (self.0 & !(0x03 << 22usize)) | (((val.0 as u32) & 0x03) << 22usize); + } + #[doc = "Microcontroller clock output selection"] + pub const fn mcosel(&self) -> super::vals::Mcosel { + let val = (self.0 >> 24usize) & 0x0f; + super::vals::Mcosel(val as u8) + } + #[doc = "Microcontroller clock output selection"] + pub fn set_mcosel(&mut self, val: super::vals::Mcosel) { + self.0 = (self.0 & !(0x0f << 24usize)) | (((val.0 as u32) & 0x0f) << 24usize); + } + #[doc = "Microcontroller clock output prescaler"] + pub const fn mcopre(&self) -> super::vals::Mcopre { + let val = (self.0 >> 28usize) & 0x07; + super::vals::Mcopre(val as u8) + } + #[doc = "Microcontroller clock output prescaler"] + pub fn set_mcopre(&mut self, val: super::vals::Mcopre) { + self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); + } + } + impl Default for Cfgr { + fn default() -> Cfgr { + Cfgr(0) + } + } + #[doc = "Clock recovery RC register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Crrcr(pub u32); + impl Crrcr { + #[doc = "48MHz HSI clock enable bit"] + pub const fn hsi48on(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "48MHz HSI clock enable bit"] + pub fn set_hsi48on(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "48MHz HSI clock ready flag"] + pub const fn hsi48rdy(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "48MHz HSI clock ready flag"] + pub fn set_hsi48rdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "48 MHz HSI clock divided by 6 output enable"] + pub const fn hsi48div6en(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "48 MHz HSI clock divided by 6 output enable"] + pub fn set_hsi48div6en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "48 MHz HSI clock calibration"] + pub const fn hsi48cal(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; + val as u8 + } + #[doc = "48 MHz HSI clock calibration"] + pub fn set_hsi48cal(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); + } + } + impl Default for Crrcr { + fn default() -> Crrcr { + Crrcr(0) + } + } + #[doc = "GPIO clock enable in sleep mode register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Iopsmen(pub u32); + impl Iopsmen { + #[doc = "IOPASMEN"] + pub const fn iopasmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Iophsmen(val as u8) + } + #[doc = "IOPASMEN"] + pub fn set_iopasmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "IOPBSMEN"] + pub const fn iopbsmen(&self) -> super::vals::Iophsmen { +======= + #[doc = "RC48 ready Interrupt Flag"] + pub fn set_hsi48rdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "PLL1 ready Interrupt Flag"] + pub fn pllrdyf(&self, n: usize) -> bool { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "PLL1 ready Interrupt Flag"] + pub fn set_pllrdyf(&mut self, n: usize, val: bool) { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "LSE clock security system Interrupt Flag"] + pub const fn lsecssf(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "LSE clock security system Interrupt Flag"] + pub fn set_lsecssf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "HSE clock security system Interrupt Flag"] + pub const fn hsecssf(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "HSE clock security system Interrupt Flag"] + pub fn set_hsecssf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + } + impl Default for Cifr { + fn default() -> Cifr { + Cifr(0) + } + } + #[doc = "RCC Domain 2 Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D2cfgr(pub u32); + impl D2cfgr { + #[doc = "D2 domain APB1 prescaler"] + pub const fn d2ppre1(&self) -> super::vals::D2ppre1 { + let val = (self.0 >> 4usize) & 0x07; + super::vals::D2ppre1(val as u8) + } + #[doc = "D2 domain APB1 prescaler"] + pub fn set_d2ppre1(&mut self, val: super::vals::D2ppre1) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "D2 domain APB2 prescaler"] + pub const fn d2ppre2(&self) -> super::vals::D2ppre1 { + let val = (self.0 >> 8usize) & 0x07; + super::vals::D2ppre1(val as u8) + } + #[doc = "D2 domain APB2 prescaler"] + pub fn set_d2ppre2(&mut self, val: super::vals::D2ppre1) { + self.0 = (self.0 & !(0x07 << 8usize)) | (((val.0 as u32) & 0x07) << 8usize); + } + } + impl Default for D2cfgr { + fn default() -> D2cfgr { + D2cfgr(0) + } + } + #[doc = "RCC Domain 1 Kernel Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D1ccipr(pub u32); + impl D1ccipr { + #[doc = "FMC kernel clock source selection"] + pub const fn fmcsel(&self) -> super::vals::Fmcsel { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Fmcsel(val as u8) + } + #[doc = "FMC kernel clock source selection"] + pub fn set_fmcsel(&mut self, val: super::vals::Fmcsel) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + } + #[doc = "QUADSPI kernel clock source selection"] + pub const fn qspisel(&self) -> super::vals::Fmcsel { + let val = (self.0 >> 4usize) & 0x03; + super::vals::Fmcsel(val as u8) + } + #[doc = "QUADSPI kernel clock source selection"] + pub fn set_qspisel(&mut self, val: super::vals::Fmcsel) { + self.0 = (self.0 & !(0x03 << 4usize)) | (((val.0 as u32) & 0x03) << 4usize); + } + #[doc = "SDMMC kernel clock source selection"] + pub const fn sdmmcsel(&self) -> super::vals::Sdmmcsel { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Sdmmcsel(val as u8) + } + #[doc = "SDMMC kernel clock source selection"] + pub fn set_sdmmcsel(&mut self, val: super::vals::Sdmmcsel) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "per_ck clock source selection"] + pub const fn ckpersel(&self) -> super::vals::Ckpersel { + let val = (self.0 >> 28usize) & 0x03; + super::vals::Ckpersel(val as u8) + } + #[doc = "per_ck clock source selection"] + pub fn set_ckpersel(&mut self, val: super::vals::Ckpersel) { + self.0 = (self.0 & !(0x03 << 28usize)) | (((val.0 as u32) & 0x03) << 28usize); + } + } + impl Default for D1ccipr { + fn default() -> D1ccipr { + D1ccipr(0) + } + } + #[doc = "RCC APB4 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb4lpenr(pub u32); + impl C1Apb4lpenr { + #[doc = "SYSCFG peripheral clock enable during CSleep mode"] + pub const fn syscfglpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "SYSCFG peripheral clock enable during CSleep mode"] + pub fn set_syscfglpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lpuart1lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lpuart1lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi6lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi6lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim2lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim2lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim3lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim3lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim5lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim5lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] + pub const fn comp12lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] + pub fn set_comp12lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "VREF peripheral clock enable during CSleep mode"] + pub const fn vreflpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "VREF peripheral clock enable during CSleep mode"] + pub fn set_vreflpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "RTC APB Clock Enable During CSleep Mode"] + pub const fn rtcapblpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "RTC APB Clock Enable During CSleep Mode"] + pub fn set_rtcapblpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + } + impl Default for C1Apb4lpenr { + fn default() -> C1Apb4lpenr { + C1Apb4lpenr(0) + } + } + #[doc = "RCC AHB1 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Ahb1enr(pub u32); + impl C1Ahb1enr { + #[doc = "DMA1 Clock Enable"] + pub const fn dma1en(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "DMA1 Clock Enable"] + pub fn set_dma1en(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2 Clock Enable"] + pub const fn dma2en(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "DMA2 Clock Enable"] + pub fn set_dma2en(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub const fn adc12en(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub fn set_adc12en(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub const fn eth1macen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub fn set_eth1macen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Ethernet Transmission Clock Enable"] + pub const fn eth1txen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "Ethernet Transmission Clock Enable"] + pub fn set_eth1txen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "Ethernet Reception Clock Enable"] + pub const fn eth1rxen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "Ethernet Reception Clock Enable"] + pub fn set_eth1rxen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub const fn usb1otgen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 25usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub fn set_usb1otgen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "USB_PHY1 Clocks Enable"] + pub const fn usb1ulpien(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 26usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "USB_PHY1 Clocks Enable"] + pub fn set_usb1ulpien(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + } + #[doc = "USB2OTG Peripheral Clocks Enable"] + pub const fn usb2otgen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 27usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "USB2OTG Peripheral Clocks Enable"] + pub fn set_usb2otgen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "USB_PHY2 Clocks Enable"] + pub const fn usb2ulpien(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "USB_PHY2 Clocks Enable"] + pub fn set_usb2ulpien(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + } + impl Default for C1Ahb1enr { + fn default() -> C1Ahb1enr { + C1Ahb1enr(0) + } + } + #[doc = "RCC APB1 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb1henr(pub u32); + impl C1Apb1henr { + #[doc = "Clock Recovery System peripheral clock enable"] + pub const fn crsen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) + } + #[doc = "Clock Recovery System peripheral clock enable"] + pub fn set_crsen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "SWPMI Peripheral Clocks Enable"] + pub const fn swpen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) + } + #[doc = "SWPMI Peripheral Clocks Enable"] + pub fn set_swpen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "OPAMP peripheral clock enable"] + pub const fn opampen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) + } + #[doc = "OPAMP peripheral clock enable"] + pub fn set_opampen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "MDIOS peripheral clock enable"] + pub const fn mdiosen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) + } + #[doc = "MDIOS peripheral clock enable"] + pub fn set_mdiosen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FDCAN Peripheral Clocks Enable"] + pub const fn fdcanen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) + } + #[doc = "FDCAN Peripheral Clocks Enable"] + pub fn set_fdcanen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + } + impl Default for C1Apb1henr { + fn default() -> C1Apb1henr { + C1Apb1henr(0) + } + } + #[doc = "RCC AHB2 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Ahb2enr(pub u32); + impl C1Ahb2enr { + #[doc = "DCMI peripheral clock"] + pub const fn dcmien(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "DCMI peripheral clock"] + pub fn set_dcmien(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "CRYPT peripheral clock enable"] + pub const fn crypten(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "CRYPT peripheral clock enable"] + pub fn set_crypten(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "HASH peripheral clock enable"] + pub const fn hashen(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "HASH peripheral clock enable"] + pub fn set_hashen(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "RNG peripheral clocks enable"] + pub const fn rngen(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "RNG peripheral clocks enable"] + pub fn set_rngen(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "SDMMC2 and SDMMC2 delay clock enable"] + pub const fn sdmmc2en(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "SDMMC2 and SDMMC2 delay clock enable"] + pub fn set_sdmmc2en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SRAM1 block enable"] + pub const fn sram1en(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "SRAM1 block enable"] + pub fn set_sram1en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "SRAM2 block enable"] + pub const fn sram2en(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "SRAM2 block enable"] + pub fn set_sram2en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "SRAM3 block enable"] + pub const fn sram3en(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "SRAM3 block enable"] + pub fn set_sram3en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for C1Ahb2enr { + fn default() -> C1Ahb2enr { + C1Ahb2enr(0) + } + } + #[doc = "RCC APB3 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb3enr(pub u32); + impl Apb3enr { + #[doc = "LTDC peripheral clock enable"] + pub const fn ltdcen(&self) -> super::vals::Apb3enrLtdcen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb3enrLtdcen(val as u8) + } + #[doc = "LTDC peripheral clock enable"] + pub fn set_ltdcen(&mut self, val: super::vals::Apb3enrLtdcen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "WWDG1 Clock Enable"] + pub const fn wwdg1en(&self) -> super::vals::Apb3enrLtdcen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Apb3enrLtdcen(val as u8) + } + #[doc = "WWDG1 Clock Enable"] + pub fn set_wwdg1en(&mut self, val: super::vals::Apb3enrLtdcen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + } + impl Default for Apb3enr { + fn default() -> Apb3enr { + Apb3enr(0) + } + } + #[doc = "RCC APB4 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb4enr(pub u32); + impl C1Apb4enr { + #[doc = "SYSCFG peripheral clock enable"] + pub const fn syscfgen(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "SYSCFG peripheral clock enable"] + pub fn set_syscfgen(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub const fn lpuart1en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub fn set_lpuart1en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "SPI6 Peripheral Clocks Enable"] + pub const fn spi6en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "SPI6 Peripheral Clocks Enable"] + pub fn set_spi6en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "I2C4 Peripheral Clocks Enable"] + pub const fn i2c4en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "I2C4 Peripheral Clocks Enable"] + pub fn set_i2c4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub const fn lptim2en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub fn set_lptim2en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub const fn lptim3en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub fn set_lptim3en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub const fn lptim4en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub fn set_lptim4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub const fn lptim5en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub fn set_lptim5en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "COMP1/2 peripheral clock enable"] + pub const fn comp12en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "COMP1/2 peripheral clock enable"] + pub fn set_comp12en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "VREF peripheral clock enable"] + pub const fn vrefen(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "VREF peripheral clock enable"] + pub fn set_vrefen(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "RTC APB Clock Enable"] + pub const fn rtcapben(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "RTC APB Clock Enable"] + pub fn set_rtcapben(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "SAI4 Peripheral Clocks Enable"] + pub const fn sai4en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "SAI4 Peripheral Clocks Enable"] + pub fn set_sai4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + } + impl Default for C1Apb4enr { + fn default() -> C1Apb4enr { + C1Apb4enr(0) + } + } + #[doc = "RCC Clock Control and Status Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Csr(pub u32); + impl Csr { + #[doc = "LSI oscillator enable"] + pub const fn lsion(&self) -> super::vals::Lsion { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lsion(val as u8) + } + #[doc = "LSI oscillator enable"] + pub fn set_lsion(&mut self, val: super::vals::Lsion) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LSI oscillator ready"] + pub const fn lsirdy(&self) -> bool { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 1usize) & 0x01; + super::vals::Iophsmen(val as u8) + } +<<<<<<< HEAD + #[doc = "IOPBSMEN"] + pub fn set_iopbsmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "IOPCSMEN"] + pub const fn iopcsmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Iophsmen(val as u8) + } + #[doc = "IOPCSMEN"] + pub fn set_iopcsmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "IOPDSMEN"] + pub const fn iopdsmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Iophsmen(val as u8) + } + #[doc = "IOPDSMEN"] + pub fn set_iopdsmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Port E clock enable during Sleep mode bit"] + pub const fn iopesmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Iophsmen(val as u8) + } + #[doc = "Port E clock enable during Sleep mode bit"] + pub fn set_iopesmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "IOPHSMEN"] + pub const fn iophsmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Iophsmen(val as u8) + } + #[doc = "IOPHSMEN"] + pub fn set_iophsmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + } + impl Default for Iopsmen { + fn default() -> Iopsmen { + Iopsmen(0) + } + } + #[doc = "APB1 peripheral clock enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1enr(pub u32); + impl Apb1enr { + #[doc = "Timer2 clock enable bit"] + pub const fn tim2en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "Timer2 clock enable bit"] + pub fn set_tim2en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Timer3 clock enable bit"] + pub const fn tim3en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "Timer3 clock enable bit"] + pub fn set_tim3en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "Timer 6 clock enable bit"] + pub const fn tim6en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "Timer 6 clock enable bit"] + pub fn set_tim6en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Timer 7 clock enable bit"] + pub const fn tim7en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "Timer 7 clock enable bit"] + pub fn set_tim7en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Window watchdog clock enable bit"] + pub const fn wwdgen(&self) -> super::vals::Lptimen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "Window watchdog clock enable bit"] + pub fn set_wwdgen(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "SPI2 clock enable bit"] + pub const fn spi2en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "SPI2 clock enable bit"] + pub fn set_spi2en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "UART2 clock enable bit"] + pub const fn usart2en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "UART2 clock enable bit"] + pub fn set_usart2en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "LPUART1 clock enable bit"] + pub const fn lpuart1en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "LPUART1 clock enable bit"] + pub fn set_lpuart1en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "USART4 clock enable bit"] + pub const fn usart4en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "USART4 clock enable bit"] + pub fn set_usart4en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "USART5 clock enable bit"] + pub const fn usart5en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "USART5 clock enable bit"] + pub fn set_usart5en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 clock enable bit"] + pub const fn i2c1en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "I2C1 clock enable bit"] + pub fn set_i2c1en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 clock enable bit"] + pub const fn i2c2en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "I2C2 clock enable bit"] + pub fn set_i2c2en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "USB clock enable bit"] + pub const fn usben(&self) -> super::vals::Lptimen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "USB clock enable bit"] + pub fn set_usben(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "Clock recovery system clock enable bit"] + pub const fn crsen(&self) -> super::vals::Lptimen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "Clock recovery system clock enable bit"] + pub fn set_crsen(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "Power interface clock enable bit"] + pub const fn pwren(&self) -> super::vals::Lptimen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "Power interface clock enable bit"] + pub fn set_pwren(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "DAC interface clock enable bit"] + pub const fn dacen(&self) -> super::vals::Lptimen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "DAC interface clock enable bit"] + pub fn set_dacen(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "I2C3 clock enable bit"] + pub const fn i2c3en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "I2C3 clock enable bit"] + pub fn set_i2c3en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "Low power timer clock enable bit"] + pub const fn lptim1en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "Low power timer clock enable bit"] + pub fn set_lptim1en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Apb1enr { + fn default() -> Apb1enr { + Apb1enr(0) + } + } + #[doc = "AHB peripheral clock enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahbenr(pub u32); + impl Ahbenr { + #[doc = "DMA clock enable bit"] + pub const fn dmaen(&self) -> super::vals::Crypen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "DMA clock enable bit"] + pub fn set_dmaen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "NVM interface clock enable bit"] + pub const fn mifen(&self) -> super::vals::Crypen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "NVM interface clock enable bit"] + pub fn set_mifen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "CRC clock enable bit"] + pub const fn crcen(&self) -> super::vals::Crypen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "CRC clock enable bit"] + pub fn set_crcen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Touch Sensing clock enable bit"] + pub const fn touchen(&self) -> super::vals::Crypen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "Touch Sensing clock enable bit"] + pub fn set_touchen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "Random Number Generator clock enable bit"] + pub const fn rngen(&self) -> super::vals::Crypen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "Random Number Generator clock enable bit"] + pub fn set_rngen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "Crypto clock enable bit"] + pub const fn crypen(&self) -> super::vals::Crypen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "Crypto clock enable bit"] + pub fn set_crypen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + } + impl Default for Ahbenr { + fn default() -> Ahbenr { + Ahbenr(0) + } + } + #[doc = "AHB peripheral clock enable in sleep mode register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahbsmenr(pub u32); + impl Ahbsmenr { + #[doc = "DMA clock enable during sleep mode bit"] + pub const fn dmasmen(&self) -> super::vals::Dmasmen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Dmasmen(val as u8) + } + #[doc = "DMA clock enable during sleep mode bit"] + pub fn set_dmasmen(&mut self, val: super::vals::Dmasmen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "NVM interface clock enable during sleep mode bit"] + pub const fn mifsmen(&self) -> super::vals::Mifsmen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Mifsmen(val as u8) + } + #[doc = "NVM interface clock enable during sleep mode bit"] + pub fn set_mifsmen(&mut self, val: super::vals::Mifsmen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "SRAM interface clock enable during sleep mode bit"] + pub const fn sramsmen(&self) -> super::vals::Sramsmen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Sramsmen(val as u8) + } + #[doc = "SRAM interface clock enable during sleep mode bit"] + pub fn set_sramsmen(&mut self, val: super::vals::Sramsmen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "CRC clock enable during sleep mode bit"] + pub const fn crcsmen(&self) -> super::vals::Crcsmen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Crcsmen(val as u8) + } + #[doc = "CRC clock enable during sleep mode bit"] + pub fn set_crcsmen(&mut self, val: super::vals::Crcsmen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Touch Sensing clock enable during sleep mode bit"] + pub const fn touchsmen(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Touch Sensing clock enable during sleep mode bit"] + pub fn set_touchsmen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "Random Number Generator clock enable during sleep mode bit"] + pub const fn rngsmen(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 + } + #[doc = "Random Number Generator clock enable during sleep mode bit"] + pub fn set_rngsmen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + } + #[doc = "Crypto clock enable during sleep mode bit"] + pub const fn crypsmen(&self) -> super::vals::Crypsmen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Crypsmen(val as u8) + } + #[doc = "Crypto clock enable during sleep mode bit"] + pub fn set_crypsmen(&mut self, val: super::vals::Crypsmen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + } + impl Default for Ahbsmenr { + fn default() -> Ahbsmenr { + Ahbsmenr(0) + } + } + #[doc = "Clock interrupt flag register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cifr(pub u32); + impl Cifr { + #[doc = "LSI ready interrupt flag"] + pub const fn lsirdyf(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "LSI ready interrupt flag"] + pub fn set_lsirdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "LSE ready interrupt flag"] + pub const fn lserdyf(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "LSE ready interrupt flag"] + pub fn set_lserdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "HSI16 ready interrupt flag"] + pub const fn hsi16rdyf(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "HSI16 ready interrupt flag"] + pub fn set_hsi16rdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "HSE ready interrupt flag"] + pub const fn hserdyf(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "HSE ready interrupt flag"] + pub fn set_hserdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "PLL ready interrupt flag"] + pub const fn pllrdyf(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "PLL ready interrupt flag"] + pub fn set_pllrdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "MSI ready interrupt flag"] + pub const fn msirdyf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "MSI ready interrupt flag"] + pub fn set_msirdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "HSI48 ready interrupt flag"] + pub const fn hsi48rdyf(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "HSI48 ready interrupt flag"] + pub fn set_hsi48rdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "LSE Clock Security System Interrupt flag"] + pub const fn csslsef(&self) -> super::vals::Csslsef { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Csslsef(val as u8) + } + #[doc = "LSE Clock Security System Interrupt flag"] + pub fn set_csslsef(&mut self, val: super::vals::Csslsef) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Clock Security System Interrupt flag"] + pub const fn csshsef(&self) -> super::vals::Csshsef { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Csshsef(val as u8) + } + #[doc = "Clock Security System Interrupt flag"] + pub fn set_csshsef(&mut self, val: super::vals::Csshsef) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + } + impl Default for Cifr { + fn default() -> Cifr { + Cifr(0) + } + } + #[doc = "APB2 peripheral clock enable in sleep mode register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb2smenr(pub u32); + impl Apb2smenr { + #[doc = "System configuration controller clock enable during sleep mode bit"] + pub const fn syscfgsmen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Dbgsmen(val as u8) + } + #[doc = "System configuration controller clock enable during sleep mode bit"] + pub fn set_syscfgsmen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM21 timer clock enable during sleep mode bit"] + pub const fn tim21smen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Dbgsmen(val as u8) + } + #[doc = "TIM21 timer clock enable during sleep mode bit"] + pub fn set_tim21smen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM22 timer clock enable during sleep mode bit"] + pub const fn tim22smen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Dbgsmen(val as u8) + } + #[doc = "TIM22 timer clock enable during sleep mode bit"] + pub fn set_tim22smen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "ADC clock enable during sleep mode bit"] + pub const fn adcsmen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Dbgsmen(val as u8) + } + #[doc = "ADC clock enable during sleep mode bit"] + pub fn set_adcsmen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI1 clock enable during sleep mode bit"] + pub const fn spi1smen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Dbgsmen(val as u8) + } + #[doc = "SPI1 clock enable during sleep mode bit"] + pub fn set_spi1smen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "USART1 clock enable during sleep mode bit"] + pub const fn usart1smen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Dbgsmen(val as u8) + } + #[doc = "USART1 clock enable during sleep mode bit"] + pub fn set_usart1smen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "DBG clock enable during sleep mode bit"] + pub const fn dbgsmen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Dbgsmen(val as u8) + } + #[doc = "DBG clock enable during sleep mode bit"] + pub fn set_dbgsmen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + } + impl Default for Apb2smenr { + fn default() -> Apb2smenr { + Apb2smenr(0) + } + } + #[doc = "APB2 peripheral reset register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb2rstr(pub u32); + impl Apb2rstr { + #[doc = "System configuration controller reset"] + pub const fn syscfgrst(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "System configuration controller reset"] + pub fn set_syscfgrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "TIM21 timer reset"] + pub const fn tim21rst(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "TIM21 timer reset"] + pub fn set_tim21rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "TIM22 timer reset"] + pub const fn tim22rst(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "TIM22 timer reset"] + pub fn set_tim22rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "ADC interface reset"] + pub const fn adcrst(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "ADC interface reset"] + pub fn set_adcrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "SPI 1 reset"] + pub const fn spi1rst(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "SPI 1 reset"] + pub fn set_spi1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "USART1 reset"] + pub const fn usart1rst(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "USART1 reset"] + pub fn set_usart1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "DBG reset"] + pub const fn dbgrst(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "DBG reset"] + pub fn set_dbgrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + } + impl Default for Apb2rstr { + fn default() -> Apb2rstr { + Apb2rstr(0) + } + } + #[doc = "Clock interrupt clear register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cicr(pub u32); + impl Cicr { + #[doc = "LSI ready Interrupt clear"] + pub const fn lsirdyc(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "LSI ready Interrupt clear"] + pub fn set_lsirdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "LSE ready Interrupt clear"] + pub const fn lserdyc(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "LSE ready Interrupt clear"] + pub fn set_lserdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "HSI16 ready Interrupt clear"] + pub const fn hsi16rdyc(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "HSI16 ready Interrupt clear"] + pub fn set_hsi16rdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "HSE ready Interrupt clear"] + pub const fn hserdyc(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "HSE ready Interrupt clear"] + pub fn set_hserdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "PLL ready Interrupt clear"] + pub const fn pllrdyc(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "PLL ready Interrupt clear"] + pub fn set_pllrdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "MSI ready Interrupt clear"] + pub const fn msirdyc(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "MSI ready Interrupt clear"] + pub fn set_msirdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "HSI48 ready Interrupt clear"] + pub const fn hsi48rdyc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "HSI48 ready Interrupt clear"] + pub fn set_hsi48rdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "LSE Clock Security System Interrupt clear"] + pub const fn csslsec(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "LSE Clock Security System Interrupt clear"] + pub fn set_csslsec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Clock Security System Interrupt clear"] + pub const fn csshsec(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Clock Security System Interrupt clear"] + pub fn set_csshsec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + } + impl Default for Cicr { + fn default() -> Cicr { + Cicr(0) + } + } + #[doc = "APB2 peripheral clock enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb2enr(pub u32); + impl Apb2enr { + #[doc = "System configuration controller clock enable bit"] + pub const fn syscfgen(&self) -> super::vals::Dbgen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "System configuration controller clock enable bit"] + pub fn set_syscfgen(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM21 timer clock enable bit"] + pub const fn tim21en(&self) -> super::vals::Dbgen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "TIM21 timer clock enable bit"] + pub fn set_tim21en(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM22 timer clock enable bit"] + pub const fn tim22en(&self) -> super::vals::Dbgen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "TIM22 timer clock enable bit"] + pub fn set_tim22en(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "MiFaRe Firewall clock enable bit"] + pub const fn mifien(&self) -> super::vals::Dbgen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "MiFaRe Firewall clock enable bit"] + pub fn set_mifien(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "ADC clock enable bit"] + pub const fn adcen(&self) -> super::vals::Dbgen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "ADC clock enable bit"] + pub fn set_adcen(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI1 clock enable bit"] + pub const fn spi1en(&self) -> super::vals::Dbgen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "SPI1 clock enable bit"] + pub fn set_spi1en(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "USART1 clock enable bit"] + pub const fn usart1en(&self) -> super::vals::Dbgen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "USART1 clock enable bit"] + pub fn set_usart1en(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "DBG clock enable bit"] + pub const fn dbgen(&self) -> super::vals::Dbgen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "DBG clock enable bit"] + pub fn set_dbgen(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + } + impl Default for Apb2enr { + fn default() -> Apb2enr { + Apb2enr(0) + } + } + #[doc = "APB1 peripheral clock enable in sleep mode register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1smenr(pub u32); + impl Apb1smenr { + #[doc = "Timer2 clock enable during sleep mode bit"] + pub const fn tim2smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "Timer2 clock enable during sleep mode bit"] + pub fn set_tim2smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Timer3 clock enable during Sleep mode bit"] + pub const fn tim3smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "Timer3 clock enable during Sleep mode bit"] + pub fn set_tim3smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "Timer 6 clock enable during sleep mode bit"] + pub const fn tim6smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "Timer 6 clock enable during sleep mode bit"] + pub fn set_tim6smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Timer 7 clock enable during Sleep mode bit"] + pub const fn tim7smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "Timer 7 clock enable during Sleep mode bit"] + pub fn set_tim7smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Window watchdog clock enable during sleep mode bit"] + pub const fn wwdgsmen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "Window watchdog clock enable during sleep mode bit"] + pub fn set_wwdgsmen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "SPI2 clock enable during sleep mode bit"] + pub const fn spi2smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "SPI2 clock enable during sleep mode bit"] + pub fn set_spi2smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "UART2 clock enable during sleep mode bit"] + pub const fn usart2smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "UART2 clock enable during sleep mode bit"] + pub fn set_usart2smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "LPUART1 clock enable during sleep mode bit"] + pub const fn lpuart1smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "LPUART1 clock enable during sleep mode bit"] + pub fn set_lpuart1smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "USART4 clock enable during Sleep mode bit"] + pub const fn usart4smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "USART4 clock enable during Sleep mode bit"] + pub fn set_usart4smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "USART5 clock enable during Sleep mode bit"] + pub const fn usart5smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "USART5 clock enable during Sleep mode bit"] + pub fn set_usart5smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 clock enable during sleep mode bit"] + pub const fn i2c1smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "I2C1 clock enable during sleep mode bit"] + pub fn set_i2c1smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 clock enable during sleep mode bit"] + pub const fn i2c2smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "I2C2 clock enable during sleep mode bit"] + pub fn set_i2c2smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "USB clock enable during sleep mode bit"] + pub const fn usbsmen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "USB clock enable during sleep mode bit"] + pub fn set_usbsmen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "Clock recovery system clock enable during sleep mode bit"] + pub const fn crssmen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "Clock recovery system clock enable during sleep mode bit"] + pub fn set_crssmen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "Power interface clock enable during sleep mode bit"] + pub const fn pwrsmen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "Power interface clock enable during sleep mode bit"] + pub fn set_pwrsmen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "DAC interface clock enable during sleep mode bit"] + pub const fn dacsmen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "DAC interface clock enable during sleep mode bit"] + pub fn set_dacsmen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "2C3 clock enable during Sleep mode bit"] + pub const fn i2c3smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "2C3 clock enable during Sleep mode bit"] + pub fn set_i2c3smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "Low power timer clock enable during sleep mode bit"] + pub const fn lptim1smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "Low power timer clock enable during sleep mode bit"] + pub fn set_lptim1smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Apb1smenr { + fn default() -> Apb1smenr { + Apb1smenr(0) + } + } + #[doc = "GPIO clock enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Iopenr(pub u32); + impl Iopenr { + #[doc = "IO port A clock enable bit"] + pub const fn iopaen(&self) -> super::vals::Iophen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Iophen(val as u8) + } + #[doc = "IO port A clock enable bit"] + pub fn set_iopaen(&mut self, val: super::vals::Iophen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "IO port B clock enable bit"] + pub const fn iopben(&self) -> super::vals::Iophen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Iophen(val as u8) + } + #[doc = "IO port B clock enable bit"] + pub fn set_iopben(&mut self, val: super::vals::Iophen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "IO port A clock enable bit"] + pub const fn iopcen(&self) -> super::vals::Iophen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Iophen(val as u8) + } + #[doc = "IO port A clock enable bit"] + pub fn set_iopcen(&mut self, val: super::vals::Iophen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "I/O port D clock enable bit"] + pub const fn iopden(&self) -> super::vals::Iophen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Iophen(val as u8) + } + #[doc = "I/O port D clock enable bit"] + pub fn set_iopden(&mut self, val: super::vals::Iophen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "I/O port E clock enable bit"] + pub const fn iopeen(&self) -> super::vals::Iophen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Iophen(val as u8) + } + #[doc = "I/O port E clock enable bit"] + pub fn set_iopeen(&mut self, val: super::vals::Iophen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "I/O port H clock enable bit"] + pub const fn iophen(&self) -> super::vals::Iophen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Iophen(val as u8) + } + #[doc = "I/O port H clock enable bit"] + pub fn set_iophen(&mut self, val: super::vals::Iophen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + } + impl Default for Iopenr { + fn default() -> Iopenr { + Iopenr(0) + } + } + #[doc = "APB1 peripheral reset register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1rstr(pub u32); + impl Apb1rstr { + #[doc = "Timer2 reset"] + pub const fn tim2rst(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Timer2 reset"] + pub fn set_tim2rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Timer3 reset"] + pub const fn tim3rst(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Timer3 reset"] + pub fn set_tim3rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Timer 6 reset"] + pub const fn tim6rst(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Timer 6 reset"] + pub fn set_tim6rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Timer 7 reset"] + pub const fn tim7rst(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Timer 7 reset"] + pub fn set_tim7rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Window watchdog reset"] + pub const fn wwdrst(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Window watchdog reset"] + pub fn set_wwdrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "SPI2 reset"] + pub const fn spi2rst(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "SPI2 reset"] + pub fn set_spi2rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "UART2 reset"] + pub const fn lpuart12rst(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "UART2 reset"] + pub fn set_lpuart12rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "LPUART1 reset"] + pub const fn lpuart1rst(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 + } + #[doc = "LPUART1 reset"] + pub fn set_lpuart1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "USART4 reset"] + pub const fn usart4rst(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "USART4 reset"] + pub fn set_usart4rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "USART5 reset"] + pub const fn usart5rst(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 + } + #[doc = "USART5 reset"] + pub fn set_usart5rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 reset"] + pub const fn i2c1rst(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 + } + #[doc = "I2C1 reset"] + pub fn set_i2c1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 reset"] + pub const fn i2c2rst(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "I2C2 reset"] + pub fn set_i2c2rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "USB reset"] + pub const fn usbrst(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "USB reset"] + pub fn set_usbrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "Clock recovery system reset"] + pub const fn crsrst(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 + } + #[doc = "Clock recovery system reset"] + pub fn set_crsrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + } + #[doc = "Power interface reset"] + pub const fn pwrrst(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "Power interface reset"] + pub fn set_pwrrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + #[doc = "DAC interface reset"] + pub const fn dacrst(&self) -> bool { + let val = (self.0 >> 29usize) & 0x01; + val != 0 + } + #[doc = "DAC interface reset"] + pub fn set_dacrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); + } + #[doc = "I2C3 reset"] + pub const fn i2c3rst(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; + val != 0 + } + #[doc = "I2C3 reset"] + pub fn set_i2c3rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + } + #[doc = "Low power timer reset"] + pub const fn lptim1rst(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; + val != 0 + } + #[doc = "Low power timer reset"] + pub fn set_lptim1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + } + } + impl Default for Apb1rstr { + fn default() -> Apb1rstr { + Apb1rstr(0) + } + } + #[doc = "GPIO reset register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ioprstr(pub u32); + impl Ioprstr { + #[doc = "I/O port A reset"] + pub const fn ioparst(&self) -> super::vals::Iophrst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Iophrst(val as u8) + } + #[doc = "I/O port A reset"] + pub fn set_ioparst(&mut self, val: super::vals::Iophrst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "I/O port B reset"] + pub const fn iopbrst(&self) -> super::vals::Iophrst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Iophrst(val as u8) + } + #[doc = "I/O port B reset"] + pub fn set_iopbrst(&mut self, val: super::vals::Iophrst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "I/O port A reset"] + pub const fn iopcrst(&self) -> super::vals::Iophrst { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Iophrst(val as u8) + } + #[doc = "I/O port A reset"] + pub fn set_iopcrst(&mut self, val: super::vals::Iophrst) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "I/O port D reset"] + pub const fn iopdrst(&self) -> super::vals::Iophrst { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Iophrst(val as u8) + } + #[doc = "I/O port D reset"] + pub fn set_iopdrst(&mut self, val: super::vals::Iophrst) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "I/O port E reset"] + pub const fn ioperst(&self) -> super::vals::Iophrst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Iophrst(val as u8) + } + #[doc = "I/O port E reset"] + pub fn set_ioperst(&mut self, val: super::vals::Iophrst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "I/O port H reset"] + pub const fn iophrst(&self) -> super::vals::Iophrst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Iophrst(val as u8) + } + #[doc = "I/O port H reset"] + pub fn set_iophrst(&mut self, val: super::vals::Iophrst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + } + impl Default for Ioprstr { + fn default() -> Ioprstr { + Ioprstr(0) + } + } + #[doc = "Clock interrupt enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cier(pub u32); + impl Cier { + #[doc = "LSI ready interrupt flag"] + pub const fn lsirdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "LSI ready interrupt flag"] + pub fn set_lsirdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LSE ready interrupt flag"] + pub const fn lserdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "LSE ready interrupt flag"] + pub fn set_lserdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "HSI16 ready interrupt flag"] + pub const fn hsi16rdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "HSI16 ready interrupt flag"] + pub fn set_hsi16rdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "HSE ready interrupt flag"] + pub const fn hserdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "HSE ready interrupt flag"] + pub fn set_hserdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "PLL ready interrupt flag"] + pub const fn pllrdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "PLL ready interrupt flag"] + pub fn set_pllrdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "MSI ready interrupt flag"] + pub const fn msirdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "MSI ready interrupt flag"] + pub fn set_msirdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "HSI48 ready interrupt flag"] + pub const fn hsi48rdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "HSI48 ready interrupt flag"] + pub fn set_hsi48rdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "LSE CSS interrupt flag"] + pub const fn csslse(&self) -> super::vals::Csslse { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Csslse(val as u8) + } + #[doc = "LSE CSS interrupt flag"] + pub fn set_csslse(&mut self, val: super::vals::Csslse) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + } + impl Default for Cier { + fn default() -> Cier { + Cier(0) + } + } + #[doc = "Clock configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccipr(pub u32); + impl Ccipr { + #[doc = "USART1 clock source selection bits"] + pub const fn usart1sel(&self) -> super::vals::Lpuartsel { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Lpuartsel(val as u8) + } + #[doc = "USART1 clock source selection bits"] + pub fn set_usart1sel(&mut self, val: super::vals::Lpuartsel) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + } + #[doc = "USART2 clock source selection bits"] + pub const fn usart2sel(&self) -> super::vals::Lpuartsel { + let val = (self.0 >> 2usize) & 0x03; + super::vals::Lpuartsel(val as u8) + } + #[doc = "USART2 clock source selection bits"] + pub fn set_usart2sel(&mut self, val: super::vals::Lpuartsel) { + self.0 = (self.0 & !(0x03 << 2usize)) | (((val.0 as u32) & 0x03) << 2usize); + } + #[doc = "LPUART1 clock source selection bits"] + pub const fn lpuart1sel(&self) -> super::vals::Lpuartsel { + let val = (self.0 >> 10usize) & 0x03; + super::vals::Lpuartsel(val as u8) + } + #[doc = "LPUART1 clock source selection bits"] + pub fn set_lpuart1sel(&mut self, val: super::vals::Lpuartsel) { + self.0 = (self.0 & !(0x03 << 10usize)) | (((val.0 as u32) & 0x03) << 10usize); + } + #[doc = "I2C1 clock source selection bits"] + pub const fn i2c1sel(&self) -> super::vals::Icsel { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Icsel(val as u8) + } + #[doc = "I2C1 clock source selection bits"] + pub fn set_i2c1sel(&mut self, val: super::vals::Icsel) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "I2C3 clock source selection bits"] + pub const fn i2c3sel(&self) -> super::vals::Icsel { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Icsel(val as u8) + } + #[doc = "I2C3 clock source selection bits"] + pub fn set_i2c3sel(&mut self, val: super::vals::Icsel) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + } + #[doc = "Low Power Timer clock source selection bits"] + pub const fn lptim1sel(&self) -> super::vals::Lptimsel { + let val = (self.0 >> 18usize) & 0x03; + super::vals::Lptimsel(val as u8) + } + #[doc = "Low Power Timer clock source selection bits"] + pub fn set_lptim1sel(&mut self, val: super::vals::Lptimsel) { + self.0 = (self.0 & !(0x03 << 18usize)) | (((val.0 as u32) & 0x03) << 18usize); + } + #[doc = "48 MHz HSI48 clock source selection bit"] + pub const fn hsi48msel(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "48 MHz HSI48 clock source selection bit"] + pub fn set_hsi48msel(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + } + impl Default for Ccipr { + fn default() -> Ccipr { + Ccipr(0) + } + } + #[doc = "AHB peripheral reset register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahbrstr(pub u32); + impl Ahbrstr { + #[doc = "DMA reset"] + pub const fn dmarst(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "DMA reset"] + pub fn set_dmarst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Memory interface reset"] + pub const fn mifrst(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Memory interface reset"] + pub fn set_mifrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Test integration module reset"] + pub const fn crcrst(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Test integration module reset"] + pub fn set_crcrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Touch Sensing reset"] + pub const fn touchrst(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Touch Sensing reset"] + pub fn set_touchrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "Random Number Generator module reset"] + pub const fn rngrst(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 + } + #[doc = "Random Number Generator module reset"] + pub fn set_rngrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + } + #[doc = "Crypto module reset"] + pub const fn cryprst(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "Crypto module reset"] + pub fn set_cryprst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + } + impl Default for Ahbrstr { + fn default() -> Ahbrstr { + Ahbrstr(0) +======= + #[doc = "LSI oscillator ready"] + pub fn set_lsirdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + } + impl Default for Csr { + fn default() -> Csr { + Csr(0) + } + } + #[doc = "RCC APB3 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb3enr(pub u32); + impl C1Apb3enr { + #[doc = "LTDC peripheral clock enable"] + pub const fn ltdcen(&self) -> super::vals::C1Apb3enrLtdcen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb3enrLtdcen(val as u8) + } + #[doc = "LTDC peripheral clock enable"] + pub fn set_ltdcen(&mut self, val: super::vals::C1Apb3enrLtdcen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "WWDG1 Clock Enable"] + pub const fn wwdg1en(&self) -> super::vals::C1Apb3enrLtdcen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb3enrLtdcen(val as u8) + } + #[doc = "WWDG1 Clock Enable"] + pub fn set_wwdg1en(&mut self, val: super::vals::C1Apb3enrLtdcen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + } + impl Default for C1Apb3enr { + fn default() -> C1Apb3enr { + C1Apb3enr(0) + } + } + #[doc = "RCC AHB4 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Ahb4lpenr(pub u32); + impl C1Ahb4lpenr { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioalpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioalpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioblpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioblpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioclpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioclpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiodlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiodlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioelpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioelpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioflpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioflpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioglpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioglpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiohlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiohlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioilpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioilpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiojlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiojlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioklpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioklpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "CRC peripheral clock enable during CSleep mode"] + pub const fn crclpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "CRC peripheral clock enable during CSleep mode"] + pub fn set_crclpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "BDMA Clock Enable During CSleep Mode"] + pub const fn bdmalpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "BDMA Clock Enable During CSleep Mode"] + pub fn set_bdmalpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc3lpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc3lpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "Backup RAM Clock Enable During CSleep Mode"] + pub const fn bkpramlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "Backup RAM Clock Enable During CSleep Mode"] + pub fn set_bkpramlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "SRAM4 Clock Enable During CSleep Mode"] + pub const fn sram4lpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "SRAM4 Clock Enable During CSleep Mode"] + pub fn set_sram4lpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + } + impl Default for C1Ahb4lpenr { + fn default() -> C1Ahb4lpenr { + C1Ahb4lpenr(0) + } + } + #[doc = "RCC AHB2 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb2rstr(pub u32); + impl Ahb2rstr { + #[doc = "CAMITF block reset"] + pub const fn camitfrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "CAMITF block reset"] + pub fn set_camitfrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Cryptography block reset"] + pub const fn cryptrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "Cryptography block reset"] + pub fn set_cryptrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Hash block reset"] + pub const fn hashrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "Hash block reset"] + pub fn set_hashrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Random Number Generator block reset"] + pub const fn rngrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "Random Number Generator block reset"] + pub fn set_rngrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "SDMMC2 and SDMMC2 Delay block reset"] + pub const fn sdmmc2rst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "SDMMC2 and SDMMC2 Delay block reset"] + pub fn set_sdmmc2rst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + } + impl Default for Ahb2rstr { + fn default() -> Ahb2rstr { + Ahb2rstr(0) + } + } + #[doc = "RCC PLL3 Fractional Divider Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pll3fracr(pub u32); + impl Pll3fracr { + #[doc = "Fractional part of the multiplication factor for PLL3 VCO"] + pub const fn fracn3(&self) -> u16 { + let val = (self.0 >> 3usize) & 0x1fff; + val as u16 + } + #[doc = "Fractional part of the multiplication factor for PLL3 VCO"] + pub fn set_fracn3(&mut self, val: u16) { + self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); + } + } + impl Default for Pll3fracr { + fn default() -> Pll3fracr { + Pll3fracr(0) + } + } + #[doc = "RCC HSI configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Hsicfgr(pub u32); + impl Hsicfgr { + #[doc = "HSI clock calibration"] + pub const fn hsical(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "HSI clock calibration"] + pub fn set_hsical(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "HSI clock trimming"] + pub const fn hsitrim(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x7f; + val as u8 + } + #[doc = "HSI clock trimming"] + pub fn set_hsitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); + } + } + impl Default for Hsicfgr { + fn default() -> Hsicfgr { + Hsicfgr(0) + } + } + #[doc = "RCC APB1 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb1lenr(pub u32); + impl C1Apb1lenr { + #[doc = "TIM peripheral clock enable"] + pub const fn tim2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim4en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim4en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim5en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim5en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim6en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim6en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim7en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim7en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim12en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim12en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim13en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim13en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim14en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim14en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "LPTIM1 Peripheral Clocks Enable"] + pub const fn lptim1en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "LPTIM1 Peripheral Clocks Enable"] + pub fn set_lptim1en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI2 Peripheral Clocks Enable"] + pub const fn spi2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "SPI2 Peripheral Clocks Enable"] + pub fn set_spi2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SPI3 Peripheral Clocks Enable"] + pub const fn spi3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "SPI3 Peripheral Clocks Enable"] + pub fn set_spi3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SPDIFRX Peripheral Clocks Enable"] + pub const fn spdifrxen(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "SPDIFRX Peripheral Clocks Enable"] + pub fn set_spdifrxen(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "USART2 Peripheral Clocks Enable"] + pub const fn usart2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "USART2 Peripheral Clocks Enable"] + pub fn set_usart2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USART3 Peripheral Clocks Enable"] + pub const fn usart3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "USART3 Peripheral Clocks Enable"] + pub fn set_usart3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "UART4 Peripheral Clocks Enable"] + pub const fn uart4en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "UART4 Peripheral Clocks Enable"] + pub fn set_uart4en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "UART5 Peripheral Clocks Enable"] + pub const fn uart5en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "UART5 Peripheral Clocks Enable"] + pub fn set_uart5en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 Peripheral Clocks Enable"] + pub const fn i2c1en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "I2C1 Peripheral Clocks Enable"] + pub fn set_i2c1en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 Peripheral Clocks Enable"] + pub const fn i2c2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "I2C2 Peripheral Clocks Enable"] + pub fn set_i2c2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "I2C3 Peripheral Clocks Enable"] + pub const fn i2c3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "I2C3 Peripheral Clocks Enable"] + pub fn set_i2c3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "HDMI-CEC peripheral clock enable"] + pub const fn cecen(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 27usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "HDMI-CEC peripheral clock enable"] + pub fn set_cecen(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "DAC1&2 peripheral clock enable"] + pub const fn dac12en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "DAC1&2 peripheral clock enable"] + pub fn set_dac12en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "UART7 Peripheral Clocks Enable"] + pub const fn uart7en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "UART7 Peripheral Clocks Enable"] + pub fn set_uart7en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 Peripheral Clocks Enable"] + pub const fn uart8en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "UART8 Peripheral Clocks Enable"] + pub fn set_uart8en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for C1Apb1lenr { + fn default() -> C1Apb1lenr { + C1Apb1lenr(0) + } + } + #[doc = "RCC APB1 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1lenr(pub u32); + impl Apb1lenr { + #[doc = "TIM peripheral clock enable"] + pub const fn tim2en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim2en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim3en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim3en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim4en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim4en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim5en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim5en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim6en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim6en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim7en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim7en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim12en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim12en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim13en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim13en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim14en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim14en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "LPTIM1 Peripheral Clocks Enable"] + pub const fn lptim1en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "LPTIM1 Peripheral Clocks Enable"] + pub fn set_lptim1en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI2 Peripheral Clocks Enable"] + pub const fn spi2en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "SPI2 Peripheral Clocks Enable"] + pub fn set_spi2en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SPI3 Peripheral Clocks Enable"] + pub const fn spi3en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "SPI3 Peripheral Clocks Enable"] + pub fn set_spi3en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SPDIFRX Peripheral Clocks Enable"] + pub const fn spdifrxen(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "SPDIFRX Peripheral Clocks Enable"] + pub fn set_spdifrxen(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "USART2 Peripheral Clocks Enable"] + pub const fn usart2en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "USART2 Peripheral Clocks Enable"] + pub fn set_usart2en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USART3 Peripheral Clocks Enable"] + pub const fn usart3en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "USART3 Peripheral Clocks Enable"] + pub fn set_usart3en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "UART4 Peripheral Clocks Enable"] + pub const fn uart4en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "UART4 Peripheral Clocks Enable"] + pub fn set_uart4en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "UART5 Peripheral Clocks Enable"] + pub const fn uart5en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "UART5 Peripheral Clocks Enable"] + pub fn set_uart5en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 Peripheral Clocks Enable"] + pub const fn i2c1en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "I2C1 Peripheral Clocks Enable"] + pub fn set_i2c1en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 Peripheral Clocks Enable"] + pub const fn i2c2en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "I2C2 Peripheral Clocks Enable"] + pub fn set_i2c2en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "I2C3 Peripheral Clocks Enable"] + pub const fn i2c3en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "I2C3 Peripheral Clocks Enable"] + pub fn set_i2c3en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "HDMI-CEC peripheral clock enable"] + pub const fn cecen(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "HDMI-CEC peripheral clock enable"] + pub fn set_cecen(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "DAC1&2 peripheral clock enable"] + pub const fn dac12en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "DAC1&2 peripheral clock enable"] + pub fn set_dac12en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "UART7 Peripheral Clocks Enable"] + pub const fn uart7en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "UART7 Peripheral Clocks Enable"] + pub fn set_uart7en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 Peripheral Clocks Enable"] + pub const fn uart8en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "UART8 Peripheral Clocks Enable"] + pub fn set_uart8en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Apb1lenr { + fn default() -> Apb1lenr { + Apb1lenr(0) + } + } + #[doc = "RCC APB4 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb4enr(pub u32); + impl Apb4enr { + #[doc = "SYSCFG peripheral clock enable"] + pub const fn syscfgen(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "SYSCFG peripheral clock enable"] + pub fn set_syscfgen(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub const fn lpuart1en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub fn set_lpuart1en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "SPI6 Peripheral Clocks Enable"] + pub const fn spi6en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "SPI6 Peripheral Clocks Enable"] + pub fn set_spi6en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "I2C4 Peripheral Clocks Enable"] + pub const fn i2c4en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "I2C4 Peripheral Clocks Enable"] + pub fn set_i2c4en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub const fn lptim2en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub fn set_lptim2en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub const fn lptim3en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub fn set_lptim3en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub const fn lptim4en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub fn set_lptim4en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub const fn lptim5en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub fn set_lptim5en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "COMP1/2 peripheral clock enable"] + pub const fn comp12en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "COMP1/2 peripheral clock enable"] + pub fn set_comp12en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "VREF peripheral clock enable"] + pub const fn vrefen(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "VREF peripheral clock enable"] + pub fn set_vrefen(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "RTC APB Clock Enable"] + pub const fn rtcapben(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "RTC APB Clock Enable"] + pub fn set_rtcapben(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "SAI4 Peripheral Clocks Enable"] + pub const fn sai4en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "SAI4 Peripheral Clocks Enable"] + pub fn set_sai4en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + } + impl Default for Apb4enr { + fn default() -> Apb4enr { + Apb4enr(0) + } + } + #[doc = "RCC AHB1 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb1lpenr(pub u32); + impl Ahb1lpenr { + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub const fn dma1lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub fn set_dma1lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub const fn dma2lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub fn set_dma2lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc12lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc12lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub const fn eth1maclpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub fn set_eth1maclpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub const fn eth1txlpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub fn set_eth1txlpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub const fn eth1rxlpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub fn set_eth1rxlpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub const fn usb1otglpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub fn set_usb1otglpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub const fn usb1otghsulpilpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 26usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub fn set_usb1otghsulpilpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + } + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub const fn usb2otglpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub fn set_usb2otglpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub const fn usb2otghsulpilpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub fn set_usb2otghsulpilpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + } + impl Default for Ahb1lpenr { + fn default() -> Ahb1lpenr { + Ahb1lpenr(0) + } + } + #[doc = "RCC AHB1 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb1enr(pub u32); + impl Ahb1enr { + #[doc = "DMA1 Clock Enable"] + pub const fn dma1en(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "DMA1 Clock Enable"] + pub fn set_dma1en(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2 Clock Enable"] + pub const fn dma2en(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "DMA2 Clock Enable"] + pub fn set_dma2en(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub const fn adc12en(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub fn set_adc12en(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub const fn eth1macen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub fn set_eth1macen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Ethernet Transmission Clock Enable"] + pub const fn eth1txen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "Ethernet Transmission Clock Enable"] + pub fn set_eth1txen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "Ethernet Reception Clock Enable"] + pub const fn eth1rxen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "Ethernet Reception Clock Enable"] + pub fn set_eth1rxen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "Enable USB_PHY2 clocks"] + pub const fn usb2otghsulpien(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "Enable USB_PHY2 clocks"] + pub fn set_usb2otghsulpien(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub const fn usb1otgen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub fn set_usb1otgen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "USB_PHY1 Clocks Enable"] + pub const fn usb1ulpien(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 26usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "USB_PHY1 Clocks Enable"] + pub fn set_usb1ulpien(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + } + #[doc = "USB2OTG Peripheral Clocks Enable"] + pub const fn usb2otgen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "USB2OTG Peripheral Clocks Enable"] + pub fn set_usb2otgen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "USB_PHY2 Clocks Enable"] + pub const fn usb2ulpien(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "USB_PHY2 Clocks Enable"] + pub fn set_usb2ulpien(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + } + impl Default for Ahb1enr { + fn default() -> Ahb1enr { + Ahb1enr(0) +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + } + #[doc = "RCC AHB3 Clock Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Msirange(pub u8); + impl Msirange { + #[doc = "range 0 around 65.536 kHz"] + pub const RANGE0: Self = Self(0); + #[doc = "range 1 around 131.072 kHz"] + pub const RANGE1: Self = Self(0x01); + #[doc = "range 2 around 262.144 kHz"] + pub const RANGE2: Self = Self(0x02); + #[doc = "range 3 around 524.288 kHz"] + pub const RANGE3: Self = Self(0x03); + #[doc = "range 4 around 1.048 MHz"] + pub const RANGE4: Self = Self(0x04); + #[doc = "range 5 around 2.097 MHz (reset value)"] + pub const RANGE5: Self = Self(0x05); + #[doc = "range 6 around 4.194 MHz"] + pub const RANGE6: Self = Self(0x06); + #[doc = "not allowed"] + pub const RANGE7: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hserdyr(pub u8); + impl Hserdyr { + #[doc = "Oscillator is not stable"] + pub const NOTREADY: Self = Self(0); + #[doc = "Oscillator is stable"] + pub const READY: Self = Self(0x01); +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Ahb3enr(pub u32); + impl C1Ahb3enr { + #[doc = "MDMA Peripheral Clock Enable"] + pub const fn mdmaen(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "MDMA Peripheral Clock Enable"] + pub fn set_mdmaen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2D Peripheral Clock Enable"] + pub const fn dma2den(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "DMA2D Peripheral Clock Enable"] + pub fn set_dma2den(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "JPGDEC Peripheral Clock Enable"] + pub const fn jpgdecen(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "JPGDEC Peripheral Clock Enable"] + pub fn set_jpgdecen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FMC Peripheral Clocks Enable"] + pub const fn fmcen(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "FMC Peripheral Clocks Enable"] + pub fn set_fmcen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] + pub const fn qspien(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] + pub fn set_qspien(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] + pub const fn sdmmc1en(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] + pub fn set_sdmmc1en(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + } + impl Default for C1Ahb3enr { + fn default() -> C1Ahb3enr { + C1Ahb3enr(0) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC Backup Domain Control Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crcsmen(pub u8); + impl Crcsmen { + #[doc = "Test integration module clock disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "Test integration module clock enabled in Sleep mode (if enabled by CRCEN)"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cryprstw(pub u8); + impl Cryprstw { + #[doc = "Reset the module"] + pub const RESET: Self = Self(0x01); +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Bdcr(pub u32); + impl Bdcr { + #[doc = "LSE oscillator enabled"] + pub const fn lseon(&self) -> super::vals::Lseon { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lseon(val as u8) + } + #[doc = "LSE oscillator enabled"] + pub fn set_lseon(&mut self, val: super::vals::Lseon) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LSE oscillator ready"] + pub const fn lserdy(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "LSE oscillator ready"] + pub fn set_lserdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "LSE oscillator bypass"] + pub const fn lsebyp(&self) -> super::vals::Lsebyp { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Lsebyp(val as u8) + } + #[doc = "LSE oscillator bypass"] + pub fn set_lsebyp(&mut self, val: super::vals::Lsebyp) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "LSE oscillator driving capability"] + pub const fn lsedrv(&self) -> super::vals::Lsedrv { + let val = (self.0 >> 3usize) & 0x03; + super::vals::Lsedrv(val as u8) + } + #[doc = "LSE oscillator driving capability"] + pub fn set_lsedrv(&mut self, val: super::vals::Lsedrv) { + self.0 = (self.0 & !(0x03 << 3usize)) | (((val.0 as u32) & 0x03) << 3usize); + } + #[doc = "LSE clock security system enable"] + pub const fn lsecsson(&self) -> super::vals::Lsecsson { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lsecsson(val as u8) + } + #[doc = "LSE clock security system enable"] + pub fn set_lsecsson(&mut self, val: super::vals::Lsecsson) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "LSE clock security system failure detection"] + pub const fn lsecssd(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "LSE clock security system failure detection"] + pub fn set_lsecssd(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "RTC clock source selection"] + pub const fn rtcsel(&self) -> super::vals::Rtcsel { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Rtcsel(val as u8) + } + #[doc = "RTC clock source selection"] + pub fn set_rtcsel(&mut self, val: super::vals::Rtcsel) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + } + #[doc = "RTC clock enable"] + pub const fn rtcen(&self) -> super::vals::Rtcen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Rtcen(val as u8) + } + #[doc = "RTC clock enable"] + pub fn set_rtcen(&mut self, val: super::vals::Rtcen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "VSwitch domain software reset"] + pub const fn bdrst(&self) -> super::vals::Bdrst { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Bdrst(val as u8) + } + #[doc = "VSwitch domain software reset"] + pub fn set_bdrst(&mut self, val: super::vals::Bdrst) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + } + impl Default for Bdcr { + fn default() -> Bdcr { + Bdcr(0) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC AHB2 Sleep Clock Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dbgrstw(pub u8); + impl Dbgrstw { + #[doc = "Reset the module"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsirdyie(pub u8); + impl Hsirdyie { + #[doc = "Ready interrupt disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Ready interrupt enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsidivfr(pub u8); + impl Hsidivfr { + #[doc = "16 MHz HSI clock not divided"] + pub const NOTDIVIDED: Self = Self(0); + #[doc = "16 MHz HSI clock divided by 4"] + pub const DIV4: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Stopwuck(pub u8); + impl Stopwuck { + #[doc = "Internal 64 KHz to 4 MHz (MSI) oscillator selected as wake-up from Stop clock"] + pub const MSI: Self = Self(0); + #[doc = "Internal 16 MHz (HSI) oscillator selected as wake-up from Stop clock (or HSI16/4 if HSI16DIVEN=1)"] + pub const HSI16: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsi48rdyfr(pub u8); + impl Hsi48rdyfr { + #[doc = "No clock ready interrupt"] + pub const NOTINTERRUPTED: Self = Self(0); + #[doc = "Clock ready interrupt"] + pub const INTERRUPTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcpre(pub u8); + impl Rtcpre { + #[doc = "HSE divided by 2"] + pub const DIV2: Self = Self(0); + #[doc = "HSE divided by 4"] + pub const DIV4: Self = Self(0x01); + #[doc = "HSE divided by 8"] + pub const DIV8: Self = Self(0x02); + #[doc = "HSE divided by 16"] + pub const DIV16: Self = Self(0x03); +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb2lpenr(pub u32); + impl Ahb2lpenr { + #[doc = "DCMI peripheral clock enable during csleep mode"] + pub const fn dcmilpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "DCMI peripheral clock enable during csleep mode"] + pub fn set_dcmilpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "CRYPT peripheral clock enable during CSleep mode"] + pub const fn cryptlpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "CRYPT peripheral clock enable during CSleep mode"] + pub fn set_cryptlpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "HASH peripheral clock enable during CSleep mode"] + pub const fn hashlpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "HASH peripheral clock enable during CSleep mode"] + pub fn set_hashlpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "RNG peripheral clock enable during CSleep mode"] + pub const fn rnglpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "RNG peripheral clock enable during CSleep mode"] + pub fn set_rnglpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] + pub const fn sdmmc2lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] + pub fn set_sdmmc2lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SRAM1 Clock Enable During CSleep Mode"] + pub const fn sram1lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM1 Clock Enable During CSleep Mode"] + pub fn set_sram1lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "SRAM2 Clock Enable During CSleep Mode"] + pub const fn sram2lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM2 Clock Enable During CSleep Mode"] + pub fn set_sram2lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "SRAM3 Clock Enable During CSleep Mode"] + pub const fn sram3lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM3 Clock Enable During CSleep Mode"] + pub fn set_sram3lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Ahb2lpenr { + fn default() -> Ahb2lpenr { + Ahb2lpenr(0) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC PLL3 Dividers Configuration Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csshsecw(pub u8); + impl Csshsecw { + #[doc = "Clear interrupt flag"] + pub const CLEAR: Self = Self(0x01); +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pll3divr(pub u32); + impl Pll3divr { + #[doc = "Multiplication factor for PLL1 VCO"] + pub const fn divn3(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 + } + #[doc = "Multiplication factor for PLL1 VCO"] + pub fn set_divn3(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + } + #[doc = "PLL DIVP division factor"] + pub const fn divp3(&self) -> u8 { + let val = (self.0 >> 9usize) & 0x7f; + val as u8 + } + #[doc = "PLL DIVP division factor"] + pub fn set_divp3(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 9usize)) | (((val as u32) & 0x7f) << 9usize); + } + #[doc = "PLL DIVQ division factor"] + pub const fn divq3(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x7f; + val as u8 + } + #[doc = "PLL DIVQ division factor"] + pub fn set_divq3(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); + } + #[doc = "PLL DIVR division factor"] + pub const fn divr3(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x7f; + val as u8 + } + #[doc = "PLL DIVR division factor"] + pub fn set_divr3(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); + } + } + impl Default for Pll3divr { + fn default() -> Pll3divr { + Pll3divr(0) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC APB3 Sleep Clock Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csslsef(pub u8); + impl Csslsef { + #[doc = "No failure detected on LSE clock failure"] + pub const NOFAILURE: Self = Self(0); + #[doc = "Failure detected on LSE clock failure"] + pub const FAILURE: Self = Self(0x01); +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb3lpenr(pub u32); + impl Apb3lpenr { + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub const fn ltdclpen(&self) -> super::vals::Apb3lpenrLtdclpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb3lpenrLtdclpen(val as u8) + } + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub fn set_ltdclpen(&mut self, val: super::vals::Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub const fn wwdg1lpen(&self) -> super::vals::Apb3lpenrLtdclpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Apb3lpenrLtdclpen(val as u8) + } + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub fn set_wwdg1lpen(&mut self, val: super::vals::Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + } + impl Default for Apb3lpenr { + fn default() -> Apb3lpenr { + Apb3lpenr(0) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC AHB3 Sleep Clock Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csslsed(pub u8); + impl Csslsed { + #[doc = "No failure detected on LSE (32 kHz oscillator)"] + pub const NOFAILURE: Self = Self(0); + #[doc = "Failure detected on LSE (32 kHz oscillator)"] + pub const FAILURE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptimen(pub u8); + impl Lptimen { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb3lpenr(pub u32); + impl Ahb3lpenr { + #[doc = "MDMA Clock Enable During CSleep Mode"] + pub const fn mdmalpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "MDMA Clock Enable During CSleep Mode"] + pub fn set_mdmalpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2D Clock Enable During CSleep Mode"] + pub const fn dma2dlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "DMA2D Clock Enable During CSleep Mode"] + pub fn set_dma2dlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "JPGDEC Clock Enable During CSleep Mode"] + pub const fn jpgdeclpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "JPGDEC Clock Enable During CSleep Mode"] + pub fn set_jpgdeclpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FLITF Clock Enable During CSleep Mode"] + pub const fn flashlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "FLITF Clock Enable During CSleep Mode"] + pub fn set_flashlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] + pub const fn fmclpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fmclpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] + pub const fn qspilpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] + pub fn set_qspilpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] + pub const fn sdmmc1lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] + pub fn set_sdmmc1lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] + pub const fn d1dtcm1lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] + pub fn set_d1dtcm1lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] + pub const fn dtcm2lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] + pub fn set_dtcm2lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "D1ITCM Block Clock Enable During CSleep mode"] + pub const fn itcmlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1ITCM Block Clock Enable During CSleep mode"] + pub fn set_itcmlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "AXISRAM Block Clock Enable During CSleep mode"] + pub const fn axisramlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "AXISRAM Block Clock Enable During CSleep mode"] + pub fn set_axisramlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Ahb3lpenr { + fn default() -> Ahb3lpenr { + Ahb3lpenr(0) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcsel(pub u8); + impl Rtcsel { + #[doc = "No clock"] + pub const NOCLOCK: Self = Self(0); + #[doc = "LSE oscillator clock used as RTC clock"] + pub const LSE: Self = Self(0x01); + #[doc = "LSI oscillator clock used as RTC clock"] + pub const LSI: Self = Self(0x02); + #[doc = "HSE oscillator clock divided by a programmable prescaler (selection through the RTCPRE[1:0] +bits in the RCC clock control register (RCC_CR)) used as the RTC clock"] + pub const HSE: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptimsel(pub u8); + impl Lptimsel { + #[doc = "APB clock selected as Timer clock"] + pub const APB: Self = Self(0); + #[doc = "LSI clock selected as Timer clock"] + pub const LSI: Self = Self(0x01); + #[doc = "HSI16 clock selected as Timer clock"] + pub const HSI16: Self = Self(0x02); + #[doc = "LSE clock selected as Timer clock"] + pub const LSE: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csslseon(pub u8); + impl Csslseon { + #[doc = "Oscillator OFF"] + pub const OFF: Self = Self(0); + #[doc = "Oscillator ON"] + pub const ON: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dmasmen(pub u8); + impl Dmasmen { + #[doc = "DMA clock disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "DMA clock enabled in Sleep mode"] + pub const ENABLED: Self = Self(0x01); +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D2ccip2r(pub u32); + impl D2ccip2r { + #[doc = "USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection"] + pub const fn usart234578sel(&self) -> super::vals::Usart234578sel { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Usart234578sel(val as u8) + } + #[doc = "USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection"] + pub fn set_usart234578sel(&mut self, val: super::vals::Usart234578sel) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "USART1 and 6 kernel clock source selection"] + pub const fn usart16sel(&self) -> super::vals::Usart16sel { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Usart16sel(val as u8) + } + #[doc = "USART1 and 6 kernel clock source selection"] + pub fn set_usart16sel(&mut self, val: super::vals::Usart16sel) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + } + #[doc = "RNG kernel clock source selection"] + pub const fn rngsel(&self) -> super::vals::Rngsel { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Rngsel(val as u8) + } + #[doc = "RNG kernel clock source selection"] + pub fn set_rngsel(&mut self, val: super::vals::Rngsel) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + } + #[doc = "I2C1,2,3 kernel clock source selection"] + pub const fn i2c123sel(&self) -> super::vals::I2c123sel { + let val = (self.0 >> 12usize) & 0x03; + super::vals::I2c123sel(val as u8) + } + #[doc = "I2C1,2,3 kernel clock source selection"] + pub fn set_i2c123sel(&mut self, val: super::vals::I2c123sel) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "USBOTG 1 and 2 kernel clock source selection"] + pub const fn usbsel(&self) -> super::vals::Usbsel { + let val = (self.0 >> 20usize) & 0x03; + super::vals::Usbsel(val as u8) + } + #[doc = "USBOTG 1 and 2 kernel clock source selection"] + pub fn set_usbsel(&mut self, val: super::vals::Usbsel) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); + } + #[doc = "HDMI-CEC kernel clock source selection"] + pub const fn cecsel(&self) -> super::vals::Cecsel { + let val = (self.0 >> 22usize) & 0x03; + super::vals::Cecsel(val as u8) + } + #[doc = "HDMI-CEC kernel clock source selection"] + pub fn set_cecsel(&mut self, val: super::vals::Cecsel) { + self.0 = (self.0 & !(0x03 << 22usize)) | (((val.0 as u32) & 0x03) << 22usize); + } + #[doc = "LPTIM1 kernel clock source selection"] + pub const fn lptim1sel(&self) -> super::vals::Lptim1sel { + let val = (self.0 >> 28usize) & 0x07; + super::vals::Lptim1sel(val as u8) + } + #[doc = "LPTIM1 kernel clock source selection"] + pub fn set_lptim1sel(&mut self, val: super::vals::Lptim1sel) { + self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); + } + } + impl Default for D2ccip2r { + fn default() -> D2ccip2r { + D2ccip2r(0) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC APB2 Clock Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lpwrrstfr(pub u8); + impl Lpwrrstfr { + #[doc = "No reset has occured"] + pub const NORESET: Self = Self(0); + #[doc = "A reset has occured"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mcosel(pub u8); + impl Mcosel { + #[doc = "No clock"] + pub const NOCLOCK: Self = Self(0); + #[doc = "SYSCLK clock selected"] + pub const SYSCLK: Self = Self(0x01); + #[doc = "HSI oscillator clock selected"] + pub const HSI16: Self = Self(0x02); + #[doc = "MSI oscillator clock selected"] + pub const MSI: Self = Self(0x03); + #[doc = "HSE oscillator clock selected"] + pub const HSE: Self = Self(0x04); + #[doc = "PLL clock selected"] + pub const PLL: Self = Self(0x05); + #[doc = "LSI oscillator clock selected"] + pub const LSI: Self = Self(0x06); + #[doc = "LSE oscillator clock selected"] + pub const LSE: Self = Self(0x07); +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb2enr(pub u32); + impl C1Apb2enr { + #[doc = "TIM1 peripheral clock enable"] + pub const fn tim1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "TIM1 peripheral clock enable"] + pub fn set_tim1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM8 peripheral clock enable"] + pub const fn tim8en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "TIM8 peripheral clock enable"] + pub fn set_tim8en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "USART1 Peripheral Clocks Enable"] + pub const fn usart1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "USART1 Peripheral Clocks Enable"] + pub fn set_usart1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "USART6 Peripheral Clocks Enable"] + pub const fn usart6en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "USART6 Peripheral Clocks Enable"] + pub fn set_usart6en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "SPI1 Peripheral Clocks Enable"] + pub const fn spi1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SPI1 Peripheral Clocks Enable"] + pub fn set_spi1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "SPI4 Peripheral Clocks Enable"] + pub const fn spi4en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 13usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SPI4 Peripheral Clocks Enable"] + pub fn set_spi4en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "TIM15 peripheral clock enable"] + pub const fn tim15en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "TIM15 peripheral clock enable"] + pub fn set_tim15en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "TIM16 peripheral clock enable"] + pub const fn tim16en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "TIM16 peripheral clock enable"] + pub fn set_tim16en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "TIM17 peripheral clock enable"] + pub const fn tim17en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "TIM17 peripheral clock enable"] + pub fn set_tim17en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "SPI5 Peripheral Clocks Enable"] + pub const fn spi5en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SPI5 Peripheral Clocks Enable"] + pub fn set_spi5en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "SAI1 Peripheral Clocks Enable"] + pub const fn sai1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SAI1 Peripheral Clocks Enable"] + pub fn set_sai1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "SAI2 Peripheral Clocks Enable"] + pub const fn sai2en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SAI2 Peripheral Clocks Enable"] + pub fn set_sai2en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "SAI3 Peripheral Clocks Enable"] + pub const fn sai3en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 24usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SAI3 Peripheral Clocks Enable"] + pub fn set_sai3en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "DFSDM1 Peripheral Clocks Enable"] + pub const fn dfsdm1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "DFSDM1 Peripheral Clocks Enable"] + pub fn set_dfsdm1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "HRTIM peripheral clock enable"] + pub const fn hrtimen(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "HRTIM peripheral clock enable"] + pub fn set_hrtimen(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + } + impl Default for C1Apb2enr { + fn default() -> C1Apb2enr { + C1Apb2enr(0) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC AHB1 Sleep Clock Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rmvfw(pub u8); + impl Rmvfw { + #[doc = "Clears the reset flag"] + pub const CLEAR: Self = Self(0x01); +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Ahb1lpenr(pub u32); + impl C1Ahb1lpenr { + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub const fn dma1lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub fn set_dma1lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub const fn dma2lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub fn set_dma2lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc12lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc12lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub const fn eth1maclpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub fn set_eth1maclpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub const fn eth1txlpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub fn set_eth1txlpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub const fn eth1rxlpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub fn set_eth1rxlpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub const fn usb1otglpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 25usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub fn set_usb1otglpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub const fn usb1ulpilpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 26usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub fn set_usb1ulpilpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + } + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub const fn usb2otglpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub fn set_usb2otglpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub const fn usb2ulpilpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub fn set_usb2ulpilpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + } + impl Default for C1Ahb1lpenr { + fn default() -> C1Ahb1lpenr { + C1Ahb1lpenr(0) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC PLL1 Dividers Configuration Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Iophrst(pub u8); + impl Iophrst { + #[doc = "Reset I/O port"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsebyp(pub u8); + impl Lsebyp { + #[doc = "LSE oscillator not bypassed"] + pub const NOTBYPASSED: Self = Self(0); + #[doc = "LSE oscillator bypassed"] + pub const BYPASSED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sramsmen(pub u8); + impl Sramsmen { + #[doc = "NVM interface clock disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "NVM interface clock enabled in Sleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Icsel(pub u8); + impl Icsel { + #[doc = "APB clock selected as peripheral clock"] + pub const APB: Self = Self(0); + #[doc = "System clock selected as peripheral clock"] + pub const SYSTEM: Self = Self(0x01); + #[doc = "HSI16 clock selected as peripheral clock"] + pub const HSI16: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crypen(pub u8); + impl Crypen { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pllrdyr(pub u8); + impl Pllrdyr { + #[doc = "PLL unlocked"] + pub const UNLOCKED: Self = Self(0); + #[doc = "PLL locked"] + pub const LOCKED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptimrstw(pub u8); + impl Lptimrstw { + #[doc = "Reset the module"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsedrv(pub u8); + impl Lsedrv { + #[doc = "Lowest drive"] + pub const LOW: Self = Self(0); + #[doc = "Medium low drive"] + pub const MEDIUMLOW: Self = Self(0x01); + #[doc = "Medium high drive"] + pub const MEDIUMHIGH: Self = Self(0x02); + #[doc = "Highest drive"] + pub const HIGH: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lpuartsel(pub u8); + impl Lpuartsel { + #[doc = "APB clock selected as peripheral clock"] + pub const APB: Self = Self(0); + #[doc = "System clock selected as peripheral clock"] + pub const SYSTEM: Self = Self(0x01); + #[doc = "HSI16 clock selected as peripheral clock"] + pub const HSI16: Self = Self(0x02); + #[doc = "LSE clock selected as peripheral clock"] + pub const LSE: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mifsmen(pub u8); + impl Mifsmen { + #[doc = "NVM interface clock disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "NVM interface clock enabled in Sleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dbgsmen(pub u8); + impl Dbgsmen { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hpre(pub u8); + impl Hpre { + #[doc = "system clock not divided"] + pub const DIV1: Self = Self(0); + #[doc = "system clock divided by 2"] + pub const DIV2: Self = Self(0x08); + #[doc = "system clock divided by 4"] + pub const DIV4: Self = Self(0x09); + #[doc = "system clock divided by 8"] + pub const DIV8: Self = Self(0x0a); + #[doc = "system clock divided by 16"] + pub const DIV16: Self = Self(0x0b); + #[doc = "system clock divided by 64"] + pub const DIV64: Self = Self(0x0c); + #[doc = "system clock divided by 128"] + pub const DIV128: Self = Self(0x0d); + #[doc = "system clock divided by 256"] + pub const DIV256: Self = Self(0x0e); + #[doc = "system clock divided by 512"] + pub const DIV512: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csshsef(pub u8); + impl Csshsef { + #[doc = "No clock security interrupt caused by HSE clock failure"] + pub const NOCLOCK: Self = Self(0); + #[doc = "Clock security interrupt caused by HSE clock failure"] + pub const CLOCK: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sws(pub u8); + impl Sws { + #[doc = "MSI oscillator used as system clock"] + pub const MSI: Self = Self(0); + #[doc = "HSI oscillator used as system clock"] + pub const HSI16: Self = Self(0x01); + #[doc = "HSE oscillator used as system clock"] + pub const HSE: Self = Self(0x02); + #[doc = "PLL used as system clock"] + pub const PLL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pllon(pub u8); + impl Pllon { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptimsmen(pub u8); + impl Lptimsmen { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dbgen(pub u8); + impl Dbgen { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsiouten(pub u8); + impl Hsiouten { + #[doc = "HSI output clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "HSI output clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mcopre(pub u8); + impl Mcopre { + #[doc = "No division"] + pub const DIV1: Self = Self(0); + #[doc = "Division by 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "Division by 4"] + pub const DIV4: Self = Self(0x02); + #[doc = "Division by 8"] + pub const DIV8: Self = Self(0x03); + #[doc = "Division by 16"] + pub const DIV16: Self = Self(0x04); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csslse(pub u8); + impl Csslse { + #[doc = "LSE CSS interrupt disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "LSE CSS interrupt enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsi16rdyfr(pub u8); + impl Hsi16rdyfr { + #[doc = "HSI 16 MHz oscillator not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "HSI 16 MHz oscillator ready"] + pub const READY: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcrstw(pub u8); + impl Rtcrstw { + #[doc = "Resets the RTC peripheral"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pllmul(pub u8); + impl Pllmul { + #[doc = "PLL clock entry x 3"] + pub const MUL3: Self = Self(0); + #[doc = "PLL clock entry x 4"] + pub const MUL4: Self = Self(0x01); + #[doc = "PLL clock entry x 6"] + pub const MUL6: Self = Self(0x02); + #[doc = "PLL clock entry x 8"] + pub const MUL8: Self = Self(0x03); + #[doc = "PLL clock entry x 12"] + pub const MUL12: Self = Self(0x04); + #[doc = "PLL clock entry x 16"] + pub const MUL16: Self = Self(0x05); + #[doc = "PLL clock entry x 24"] + pub const MUL24: Self = Self(0x06); + #[doc = "PLL clock entry x 32"] + pub const MUL32: Self = Self(0x07); + #[doc = "PLL clock entry x 48"] + pub const MUL48: Self = Self(0x08); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsidiven(pub u8); + impl Hsidiven { + #[doc = "no 16 MHz HSI division requested"] + pub const NOTDIVIDED: Self = Self(0); + #[doc = "16 MHz HSI division by 4 requested"] + pub const DIV4: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Iophsmen(pub u8); + impl Iophsmen { + #[doc = "Port x clock is disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "Port x clock is enabled in Sleep mode (if enabled by IOPHEN)"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pllsrc(pub u8); + impl Pllsrc { + #[doc = "HSI selected as PLL input clock"] + pub const HSI16: Self = Self(0); + #[doc = "HSE selected as PLL input clock"] + pub const HSE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsebyp(pub u8); + impl Hsebyp { + #[doc = "HSE oscillator not bypassed"] + pub const NOTBYPASSED: Self = Self(0); + #[doc = "HSE oscillator bypassed"] + pub const BYPASSED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Plldiv(pub u8); + impl Plldiv { + #[doc = "PLLVCO / 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "PLLVCO / 3"] + pub const DIV3: Self = Self(0x02); + #[doc = "PLLVCO / 4"] + pub const DIV4: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sw(pub u8); + impl Sw { + #[doc = "MSI oscillator used as system clock"] + pub const MSI: Self = Self(0); + #[doc = "HSI oscillator used as system clock"] + pub const HSI16: Self = Self(0x01); + #[doc = "HSE oscillator used as system clock"] + pub const HSE: Self = Self(0x02); + #[doc = "PLL used as system clock"] + pub const PLL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crypsmen(pub u8); + impl Crypsmen { + #[doc = "Crypto clock disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "Crypto clock enabled in Sleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcen(pub u8); + impl Rtcen { + #[doc = "RTC clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "RTC clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lserdy(pub u8); + impl Lserdy { + #[doc = "Oscillator not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "Oscillator ready"] + pub const READY: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Iophen(pub u8); + impl Iophen { + #[doc = "Port clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Port clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ppre(pub u8); + impl Ppre { + #[doc = "HCLK not divided"] + pub const DIV1: Self = Self(0); + #[doc = "HCLK divided by 2"] + pub const DIV2: Self = Self(0x04); + #[doc = "HCLK divided by 4"] + pub const DIV4: Self = Self(0x05); + #[doc = "HCLK divided by 8"] + pub const DIV8: Self = Self(0x06); + #[doc = "HCLK divided by 16"] + pub const DIV16: Self = Self(0x07); + } + } +} +pub mod dma_v2 { + use crate::generic::*; + #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] + #[derive(Copy, Clone)] + pub struct St(pub *mut u8); + unsafe impl Send for St {} + unsafe impl Sync for St {} + impl St { + #[doc = "stream x configuration register"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "stream x number of data register"] + pub fn ndtr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "stream x peripheral address register"] + pub fn par(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "stream x memory 0 address register"] + pub fn m0ar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "stream x memory 1 address register"] + pub fn m1ar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "stream x FIFO control register"] + pub fn fcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + } + #[doc = "DMA controller"] + #[derive(Copy, Clone)] + pub struct Dma(pub *mut u8); + unsafe impl Send for Dma {} + unsafe impl Sync for Dma {} + impl Dma { + #[doc = "low interrupt status register"] + pub fn isr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } + } + #[doc = "low interrupt flag clear register"] + pub fn ifcr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + } + #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] + pub fn st(self, n: usize) -> St { + assert!(n < 8usize); + unsafe { St(self.0.add(16usize + n * 24usize)) } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dmdis(pub u8); + impl Dmdis { + #[doc = "Direct mode is enabled"] + pub const ENABLED: Self = Self(0); + #[doc = "Direct mode is disabled"] + pub const DISABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dbm(pub u8); + impl Dbm { + #[doc = "No buffer switching at the end of transfer"] + pub const DISABLED: Self = Self(0); + #[doc = "Memory target switched at the end of the DMA transfer"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ct(pub u8); + impl Ct { + #[doc = "The current target memory is Memory 0"] + pub const MEMORY0: Self = Self(0); + #[doc = "The current target memory is Memory 1"] + pub const MEMORY1: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dir(pub u8); + impl Dir { + #[doc = "Peripheral-to-memory"] + pub const PERIPHERALTOMEMORY: Self = Self(0); + #[doc = "Memory-to-peripheral"] + pub const MEMORYTOPERIPHERAL: Self = Self(0x01); + #[doc = "Memory-to-memory"] + pub const MEMORYTOMEMORY: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Inc(pub u8); + impl Inc { + #[doc = "Address pointer is fixed"] + pub const FIXED: Self = Self(0); + #[doc = "Address pointer is incremented after each data transfer"] + pub const INCREMENTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pincos(pub u8); + impl Pincos { + #[doc = "The offset size for the peripheral address calculation is linked to the PSIZE"] + pub const PSIZE: Self = Self(0); + #[doc = "The offset size for the peripheral address calculation is fixed to 4 (32-bit alignment)"] + pub const FIXED4: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pl(pub u8); + impl Pl { + #[doc = "Low"] + pub const LOW: Self = Self(0); + #[doc = "Medium"] + pub const MEDIUM: Self = Self(0x01); + #[doc = "High"] + pub const HIGH: Self = Self(0x02); + #[doc = "Very high"] + pub const VERYHIGH: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Fth(pub u8); + impl Fth { + #[doc = "1/4 full FIFO"] + pub const QUARTER: Self = Self(0); + #[doc = "1/2 full FIFO"] + pub const HALF: Self = Self(0x01); + #[doc = "3/4 full FIFO"] + pub const THREEQUARTERS: Self = Self(0x02); + #[doc = "Full FIFO"] + pub const FULL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pfctrl(pub u8); + impl Pfctrl { + #[doc = "The DMA is the flow controller"] + pub const DMA: Self = Self(0); + #[doc = "The peripheral is the flow controller"] + pub const PERIPHERAL: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Circ(pub u8); + impl Circ { + #[doc = "Circular mode disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Circular mode enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Fs(pub u8); + impl Fs { + #[doc = "0 < fifo_level < 1/4"] + pub const QUARTER1: Self = Self(0); + #[doc = "1/4 <= fifo_level < 1/2"] + pub const QUARTER2: Self = Self(0x01); + #[doc = "1/2 <= fifo_level < 3/4"] + pub const QUARTER3: Self = Self(0x02); + #[doc = "3/4 <= fifo_level < full"] + pub const QUARTER4: Self = Self(0x03); + #[doc = "FIFO is empty"] + pub const EMPTY: Self = Self(0x04); + #[doc = "FIFO is full"] + pub const FULL: Self = Self(0x05); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Size(pub u8); + impl Size { + #[doc = "Byte (8-bit)"] + pub const BITS8: Self = Self(0); + #[doc = "Half-word (16-bit)"] + pub const BITS16: Self = Self(0x01); + #[doc = "Word (32-bit)"] + pub const BITS32: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Burst(pub u8); + impl Burst { + #[doc = "Single transfer"] + pub const SINGLE: Self = Self(0); + #[doc = "Incremental burst of 4 beats"] + pub const INCR4: Self = Self(0x01); + #[doc = "Incremental burst of 8 beats"] + pub const INCR8: Self = Self(0x02); + #[doc = "Incremental burst of 16 beats"] + pub const INCR16: Self = Self(0x03); + } + } + pub mod regs { + use crate::generic::*; + #[doc = "stream x FIFO control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Fcr(pub u32); + impl Fcr { + #[doc = "FIFO threshold selection"] + pub const fn fth(&self) -> super::vals::Fth { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Fth(val as u8) + } + #[doc = "FIFO threshold selection"] + pub fn set_fth(&mut self, val: super::vals::Fth) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + } + #[doc = "Direct mode disable"] + pub const fn dmdis(&self) -> super::vals::Dmdis { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Dmdis(val as u8) + } + #[doc = "Direct mode disable"] + pub fn set_dmdis(&mut self, val: super::vals::Dmdis) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "FIFO status"] + pub const fn fs(&self) -> super::vals::Fs { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Fs(val as u8) + } + #[doc = "FIFO status"] + pub fn set_fs(&mut self, val: super::vals::Fs) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + } + #[doc = "FIFO error interrupt enable"] + pub const fn feie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "FIFO error interrupt enable"] + pub fn set_feie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + } + impl Default for Fcr { + fn default() -> Fcr { + Fcr(0) + } + } + #[doc = "interrupt register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ixr(pub u32); + impl Ixr { + #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] + pub fn feif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] + pub fn set_feif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] + pub fn dmeif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] + pub fn set_dmeif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x transfer error interrupt flag (x=3..0)"] + pub fn teif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x transfer error interrupt flag (x=3..0)"] + pub fn set_teif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x half transfer interrupt flag (x=3..0)"] + pub fn htif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x half transfer interrupt flag (x=3..0)"] + pub fn set_htif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] + pub fn tcif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] + pub fn set_tcif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for Ixr { + fn default() -> Ixr { + Ixr(0) + } + } + #[doc = "stream x configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "Stream enable / flag stream ready when read low"] + pub const fn en(&self) -> bool { +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pll1divr(pub u32); + impl Pll1divr { + #[doc = "Multiplication factor for PLL1 VCO"] + pub const fn divn1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 + } + #[doc = "Multiplication factor for PLL1 VCO"] + pub fn set_divn1(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + } + #[doc = "PLL1 DIVP division factor"] + pub const fn divp1(&self) -> super::vals::Divp1 { + let val = (self.0 >> 9usize) & 0x7f; + super::vals::Divp1(val as u8) + } + #[doc = "PLL1 DIVP division factor"] + pub fn set_divp1(&mut self, val: super::vals::Divp1) { + self.0 = (self.0 & !(0x7f << 9usize)) | (((val.0 as u32) & 0x7f) << 9usize); + } + #[doc = "PLL1 DIVQ division factor"] + pub const fn divq1(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x7f; + val as u8 + } + #[doc = "PLL1 DIVQ division factor"] + pub fn set_divq1(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); + } + #[doc = "PLL1 DIVR division factor"] + pub const fn divr1(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x7f; + val as u8 + } + #[doc = "PLL1 DIVR division factor"] + pub fn set_divr1(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); + } + } + impl Default for Pll1divr { + fn default() -> Pll1divr { + Pll1divr(0) + } + } + #[doc = "RCC APB1 Low Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb1llpenr(pub u32); + impl C1Apb1llpenr { + #[doc = "TIM2 peripheral clock enable during CSleep mode"] + pub const fn tim2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM2 peripheral clock enable during CSleep mode"] + pub fn set_tim2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM3 peripheral clock enable during CSleep mode"] + pub const fn tim3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM3 peripheral clock enable during CSleep mode"] + pub fn set_tim3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "TIM4 peripheral clock enable during CSleep mode"] + pub const fn tim4lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM4 peripheral clock enable during CSleep mode"] + pub fn set_tim4lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM5 peripheral clock enable during CSleep mode"] + pub const fn tim5lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM5 peripheral clock enable during CSleep mode"] + pub fn set_tim5lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "TIM6 peripheral clock enable during CSleep mode"] + pub const fn tim6lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM6 peripheral clock enable during CSleep mode"] + pub fn set_tim6lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "TIM7 peripheral clock enable during CSleep mode"] + pub const fn tim7lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM7 peripheral clock enable during CSleep mode"] + pub fn set_tim7lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "TIM12 peripheral clock enable during CSleep mode"] + pub const fn tim12lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM12 peripheral clock enable during CSleep mode"] + pub fn set_tim12lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "TIM13 peripheral clock enable during CSleep mode"] + pub const fn tim13lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM13 peripheral clock enable during CSleep mode"] + pub fn set_tim13lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "TIM14 peripheral clock enable during CSleep mode"] + pub const fn tim14lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM14 peripheral clock enable during CSleep mode"] + pub fn set_tim14lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim1lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim1lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] + pub const fn spdifrxlpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spdifrxlpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart4lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart4lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart5lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart5lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c1lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c1lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] + pub const fn ceclpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] + pub fn set_ceclpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] + pub const fn dac12lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] + pub fn set_dac12lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart7lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart7lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart8lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart8lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for C1Apb1llpenr { + fn default() -> C1Apb1llpenr { + C1Apb1llpenr(0) + } + } + #[doc = "RCC D3 Autonomous mode Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D3amr(pub u32); + impl D3amr { + #[doc = "BDMA and DMAMUX Autonomous mode enable"] + pub const fn bdmaamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "BDMA and DMAMUX Autonomous mode enable"] + pub fn set_bdmaamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LPUART1 Autonomous mode enable"] + pub const fn lpuart1amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPUART1 Autonomous mode enable"] + pub fn set_lpuart1amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "SPI6 Autonomous mode enable"] + pub const fn spi6amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "SPI6 Autonomous mode enable"] + pub fn set_spi6amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "I2C4 Autonomous mode enable"] + pub const fn i2c4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "I2C4 Autonomous mode enable"] + pub fn set_i2c4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "LPTIM2 Autonomous mode enable"] + pub const fn lptim2amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM2 Autonomous mode enable"] + pub fn set_lptim2amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "LPTIM3 Autonomous mode enable"] + pub const fn lptim3amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM3 Autonomous mode enable"] + pub fn set_lptim3amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "LPTIM4 Autonomous mode enable"] + pub const fn lptim4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM4 Autonomous mode enable"] + pub fn set_lptim4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "LPTIM5 Autonomous mode enable"] + pub const fn lptim5amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM5 Autonomous mode enable"] + pub fn set_lptim5amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "COMP12 Autonomous mode enable"] + pub const fn comp12amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "COMP12 Autonomous mode enable"] + pub fn set_comp12amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "VREF Autonomous mode enable"] + pub const fn vrefamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "VREF Autonomous mode enable"] + pub fn set_vrefamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "RTC Autonomous mode enable"] + pub const fn rtcamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "RTC Autonomous mode enable"] + pub fn set_rtcamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "CRC Autonomous mode enable"] + pub const fn crcamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "CRC Autonomous mode enable"] + pub fn set_crcamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "SAI4 Autonomous mode enable"] + pub const fn sai4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "SAI4 Autonomous mode enable"] + pub fn set_sai4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "ADC3 Autonomous mode enable"] + pub const fn adc3amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "ADC3 Autonomous mode enable"] + pub fn set_adc3amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "Backup RAM Autonomous mode enable"] + pub const fn bkpramamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "Backup RAM Autonomous mode enable"] + pub fn set_bkpramamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "SRAM4 Autonomous mode enable"] + pub const fn sram4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "SRAM4 Autonomous mode enable"] + pub fn set_sram4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + } + impl Default for D3amr { + fn default() -> D3amr { + D3amr(0) + } + } + #[doc = "RCC APB3 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb3lpenr(pub u32); + impl C1Apb3lpenr { + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub const fn ltdclpen(&self) -> super::vals::C1Apb3lpenrLtdclpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb3lpenrLtdclpen(val as u8) + } + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub fn set_ltdclpen(&mut self, val: super::vals::C1Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub const fn wwdg1lpen(&self) -> super::vals::C1Apb3lpenrLtdclpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb3lpenrLtdclpen(val as u8) + } + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub fn set_wwdg1lpen(&mut self, val: super::vals::C1Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + } + impl Default for C1Apb3lpenr { + fn default() -> C1Apb3lpenr { + C1Apb3lpenr(0) + } + } + #[doc = "RCC Domain 3 Kernel Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D3ccipr(pub u32); + impl D3ccipr { + #[doc = "LPUART1 kernel clock source selection"] + pub const fn lpuart1sel(&self) -> super::vals::Lpuart1sel { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Lpuart1sel(val as u8) + } + #[doc = "LPUART1 kernel clock source selection"] + pub fn set_lpuart1sel(&mut self, val: super::vals::Lpuart1sel) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "I2C4 kernel clock source selection"] + pub const fn i2c4sel(&self) -> super::vals::I2c4sel { + let val = (self.0 >> 8usize) & 0x03; + super::vals::I2c4sel(val as u8) + } + #[doc = "I2C4 kernel clock source selection"] + pub fn set_i2c4sel(&mut self, val: super::vals::I2c4sel) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + } + #[doc = "LPTIM2 kernel clock source selection"] + pub const fn lptim2sel(&self) -> super::vals::Lptim2sel { + let val = (self.0 >> 10usize) & 0x07; + super::vals::Lptim2sel(val as u8) + } + #[doc = "LPTIM2 kernel clock source selection"] + pub fn set_lptim2sel(&mut self, val: super::vals::Lptim2sel) { + self.0 = (self.0 & !(0x07 << 10usize)) | (((val.0 as u32) & 0x07) << 10usize); + } + #[doc = "LPTIM3,4,5 kernel clock source selection"] + pub const fn lptim345sel(&self) -> super::vals::Lptim2sel { + let val = (self.0 >> 13usize) & 0x07; + super::vals::Lptim2sel(val as u8) + } + #[doc = "LPTIM3,4,5 kernel clock source selection"] + pub fn set_lptim345sel(&mut self, val: super::vals::Lptim2sel) { + self.0 = (self.0 & !(0x07 << 13usize)) | (((val.0 as u32) & 0x07) << 13usize); + } + #[doc = "SAR ADC kernel clock source selection"] + pub const fn adcsel(&self) -> super::vals::Adcsel { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Adcsel(val as u8) + } + #[doc = "SAR ADC kernel clock source selection"] + pub fn set_adcsel(&mut self, val: super::vals::Adcsel) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + } + #[doc = "Sub-Block A of SAI4 kernel clock source selection"] + pub const fn sai4asel(&self) -> super::vals::Sai4asel { + let val = (self.0 >> 21usize) & 0x07; + super::vals::Sai4asel(val as u8) + } + #[doc = "Sub-Block A of SAI4 kernel clock source selection"] + pub fn set_sai4asel(&mut self, val: super::vals::Sai4asel) { + self.0 = (self.0 & !(0x07 << 21usize)) | (((val.0 as u32) & 0x07) << 21usize); + } + #[doc = "Sub-Block B of SAI4 kernel clock source selection"] + pub const fn sai4bsel(&self) -> super::vals::Sai4asel { + let val = (self.0 >> 24usize) & 0x07; + super::vals::Sai4asel(val as u8) + } + #[doc = "Sub-Block B of SAI4 kernel clock source selection"] + pub fn set_sai4bsel(&mut self, val: super::vals::Sai4asel) { + self.0 = (self.0 & !(0x07 << 24usize)) | (((val.0 as u32) & 0x07) << 24usize); + } + #[doc = "SPI6 kernel clock source selection"] + pub const fn spi6sel(&self) -> super::vals::Spi6sel { + let val = (self.0 >> 28usize) & 0x07; + super::vals::Spi6sel(val as u8) + } + #[doc = "SPI6 kernel clock source selection"] + pub fn set_spi6sel(&mut self, val: super::vals::Spi6sel) { + self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); + } + } + impl Default for D3ccipr { + fn default() -> D3ccipr { + D3ccipr(0) + } + } + #[doc = "RCC APB1 High Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1hlpenr(pub u32); + impl Apb1hlpenr { + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub const fn crslpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub fn set_crslpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub const fn swplpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub fn set_swplpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub const fn opamplpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub fn set_opamplpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub const fn mdioslpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub fn set_mdioslpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub const fn fdcanlpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fdcanlpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + } + impl Default for Apb1hlpenr { + fn default() -> Apb1hlpenr { + Apb1hlpenr(0) + } + } + #[doc = "RCC APB2 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb2lpenr(pub u32); + impl C1Apb2lpenr { + #[doc = "TIM1 peripheral clock enable during CSleep mode"] + pub const fn tim1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } +<<<<<<< HEAD + #[doc = "Stream enable / flag stream ready when read low"] + pub fn set_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Direct mode error interrupt enable"] + pub const fn dmeie(&self) -> bool { +======= + #[doc = "TIM1 peripheral clock enable during CSleep mode"] + pub fn set_tim1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM8 peripheral clock enable during CSleep mode"] + pub const fn tim8lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } +<<<<<<< HEAD + #[doc = "Direct mode error interrupt enable"] + pub fn set_dmeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Transfer error interrupt enable"] + pub const fn teie(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Transfer error interrupt enable"] + pub fn set_teie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Half transfer interrupt enable"] + pub const fn htie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Half transfer interrupt enable"] + pub fn set_htie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Transfer complete interrupt enable"] + pub const fn tcie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Transfer complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Peripheral flow controller"] + pub const fn pfctrl(&self) -> super::vals::Pfctrl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Pfctrl(val as u8) + } + #[doc = "Peripheral flow controller"] + pub fn set_pfctrl(&mut self, val: super::vals::Pfctrl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Data transfer direction"] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 6usize) & 0x03; + super::vals::Dir(val as u8) + } + #[doc = "Data transfer direction"] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x03 << 6usize)) | (((val.0 as u32) & 0x03) << 6usize); + } + #[doc = "Circular mode"] + pub const fn circ(&self) -> super::vals::Circ { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Circ(val as u8) + } + #[doc = "Circular mode"] + pub fn set_circ(&mut self, val: super::vals::Circ) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "Peripheral increment mode"] + pub const fn pinc(&self) -> super::vals::Inc { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Inc(val as u8) + } + #[doc = "Peripheral increment mode"] + pub fn set_pinc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "Memory increment mode"] + pub const fn minc(&self) -> super::vals::Inc { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Inc(val as u8) + } + #[doc = "Memory increment mode"] + pub fn set_minc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "Peripheral data size"] + pub const fn psize(&self) -> super::vals::Size { + let val = (self.0 >> 11usize) & 0x03; + super::vals::Size(val as u8) + } + #[doc = "Peripheral data size"] + pub fn set_psize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + } + #[doc = "Memory data size"] + pub const fn msize(&self) -> super::vals::Size { + let val = (self.0 >> 13usize) & 0x03; + super::vals::Size(val as u8) + } + #[doc = "Memory data size"] + pub fn set_msize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 13usize)) | (((val.0 as u32) & 0x03) << 13usize); + } + #[doc = "Peripheral increment offset size"] + pub const fn pincos(&self) -> super::vals::Pincos { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Pincos(val as u8) + } + #[doc = "Peripheral increment offset size"] + pub fn set_pincos(&mut self, val: super::vals::Pincos) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Priority level"] + pub const fn pl(&self) -> super::vals::Pl { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Pl(val as u8) + } + #[doc = "Priority level"] + pub fn set_pl(&mut self, val: super::vals::Pl) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + } + #[doc = "Double buffer mode"] + pub const fn dbm(&self) -> super::vals::Dbm { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Dbm(val as u8) + } + #[doc = "Double buffer mode"] + pub fn set_dbm(&mut self, val: super::vals::Dbm) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "Current target (only in double buffer mode)"] + pub const fn ct(&self) -> super::vals::Ct { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Ct(val as u8) + } + #[doc = "Current target (only in double buffer mode)"] + pub fn set_ct(&mut self, val: super::vals::Ct) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "Peripheral burst transfer configuration"] + pub const fn pburst(&self) -> super::vals::Burst { + let val = (self.0 >> 21usize) & 0x03; + super::vals::Burst(val as u8) + } + #[doc = "Peripheral burst transfer configuration"] + pub fn set_pburst(&mut self, val: super::vals::Burst) { + self.0 = (self.0 & !(0x03 << 21usize)) | (((val.0 as u32) & 0x03) << 21usize); + } + #[doc = "Memory burst transfer configuration"] + pub const fn mburst(&self) -> super::vals::Burst { + let val = (self.0 >> 23usize) & 0x03; + super::vals::Burst(val as u8) + } + #[doc = "Memory burst transfer configuration"] + pub fn set_mburst(&mut self, val: super::vals::Burst) { + self.0 = (self.0 & !(0x03 << 23usize)) | (((val.0 as u32) & 0x03) << 23usize); + } + #[doc = "Channel selection"] + pub const fn chsel(&self) -> u8 { + let val = (self.0 >> 25usize) & 0x0f; + val as u8 + } + #[doc = "Channel selection"] + pub fn set_chsel(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); + } + } + impl Default for Cr { + fn default() -> Cr { + Cr(0) + } + } + #[doc = "stream x number of data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ndtr(pub u32); + impl Ndtr { + #[doc = "Number of data items to transfer"] + pub const fn ndt(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Number of data items to transfer"] + pub fn set_ndt(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Ndtr { + fn default() -> Ndtr { + Ndtr(0) +======= + #[doc = "TIM8 peripheral clock enable during CSleep mode"] + pub fn set_tim8lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart6lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart6lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi4lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 13usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi4lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "TIM15 peripheral clock enable during CSleep mode"] + pub const fn tim15lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM15 peripheral clock enable during CSleep mode"] + pub fn set_tim15lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "TIM16 peripheral clock enable during CSleep mode"] + pub const fn tim16lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM16 peripheral clock enable during CSleep mode"] + pub fn set_tim16lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "TIM17 peripheral clock enable during CSleep mode"] + pub const fn tim17lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM17 peripheral clock enable during CSleep mode"] + pub fn set_tim17lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi5lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi5lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai2lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai2lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai3lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai3lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn dfsdm1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_dfsdm1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "HRTIM peripheral clock enable during CSleep mode"] + pub const fn hrtimlpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "HRTIM peripheral clock enable during CSleep mode"] + pub fn set_hrtimlpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + } + impl Default for C1Apb2lpenr { + fn default() -> C1Apb2lpenr { + C1Apb2lpenr(0) + } + } + #[doc = "RCC Domain 1 Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D1cfgr(pub u32); + impl D1cfgr { + #[doc = "D1 domain AHB prescaler"] + pub const fn hpre(&self) -> super::vals::Hpre { + let val = (self.0 >> 0usize) & 0x0f; + super::vals::Hpre(val as u8) + } + #[doc = "D1 domain AHB prescaler"] + pub fn set_hpre(&mut self, val: super::vals::Hpre) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val.0 as u32) & 0x0f) << 0usize); + } + #[doc = "D1 domain APB3 prescaler"] + pub const fn d1ppre(&self) -> super::vals::D1ppre { + let val = (self.0 >> 4usize) & 0x07; + super::vals::D1ppre(val as u8) + } + #[doc = "D1 domain APB3 prescaler"] + pub fn set_d1ppre(&mut self, val: super::vals::D1ppre) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "D1 domain Core prescaler"] + pub const fn d1cpre(&self) -> super::vals::Hpre { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Hpre(val as u8) + } + #[doc = "D1 domain Core prescaler"] + pub fn set_d1cpre(&mut self, val: super::vals::Hpre) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + } + } + impl Default for D1cfgr { + fn default() -> D1cfgr { + D1cfgr(0) + } + } + #[doc = "RCC APB1 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1hrstr(pub u32); + impl Apb1hrstr { + #[doc = "Clock Recovery System reset"] + pub const fn crsrst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Crsrst(val as u8) + } + #[doc = "Clock Recovery System reset"] + pub fn set_crsrst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "SWPMI block reset"] + pub const fn swprst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Crsrst(val as u8) + } + #[doc = "SWPMI block reset"] + pub fn set_swprst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "OPAMP block reset"] + pub const fn opamprst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Crsrst(val as u8) + } + #[doc = "OPAMP block reset"] + pub fn set_opamprst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "MDIOS block reset"] + pub const fn mdiosrst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Crsrst(val as u8) + } + #[doc = "MDIOS block reset"] + pub fn set_mdiosrst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FDCAN block reset"] + pub const fn fdcanrst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Crsrst(val as u8) + } + #[doc = "FDCAN block reset"] + pub fn set_fdcanrst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + } + impl Default for Apb1hrstr { + fn default() -> Apb1hrstr { + Apb1hrstr(0) + } + } + #[doc = "RCC APB1 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1lrstr(pub u32); + impl Apb1lrstr { + #[doc = "TIM block reset"] + pub const fn tim2rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM block reset"] + pub const fn tim3rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "TIM block reset"] + pub const fn tim4rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim4rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM block reset"] + pub const fn tim5rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim5rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "TIM block reset"] + pub const fn tim6rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim6rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "TIM block reset"] + pub const fn tim7rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim7rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "TIM block reset"] + pub const fn tim12rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim12rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "TIM block reset"] + pub const fn tim13rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim13rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "TIM block reset"] + pub const fn tim14rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim14rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "TIM block reset"] + pub const fn lptim1rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_lptim1rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI2 block reset"] + pub const fn spi2rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "SPI2 block reset"] + pub fn set_spi2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SPI3 block reset"] + pub const fn spi3rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "SPI3 block reset"] + pub fn set_spi3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SPDIFRX block reset"] + pub const fn spdifrxrst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "SPDIFRX block reset"] + pub fn set_spdifrxrst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "USART2 block reset"] + pub const fn usart2rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "USART2 block reset"] + pub fn set_usart2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USART3 block reset"] + pub const fn usart3rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "USART3 block reset"] + pub fn set_usart3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "UART4 block reset"] + pub const fn uart4rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "UART4 block reset"] + pub fn set_uart4rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "UART5 block reset"] + pub const fn uart5rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "UART5 block reset"] + pub fn set_uart5rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 block reset"] + pub const fn i2c1rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "I2C1 block reset"] + pub fn set_i2c1rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 block reset"] + pub const fn i2c2rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "I2C2 block reset"] + pub fn set_i2c2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "I2C3 block reset"] + pub const fn i2c3rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "I2C3 block reset"] + pub fn set_i2c3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "HDMI-CEC block reset"] + pub const fn cecrst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "HDMI-CEC block reset"] + pub fn set_cecrst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "DAC1 and 2 Blocks Reset"] + pub const fn dac12rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "DAC1 and 2 Blocks Reset"] + pub fn set_dac12rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "UART7 block reset"] + pub const fn uart7rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "UART7 block reset"] + pub fn set_uart7rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 block reset"] + pub const fn uart8rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "UART8 block reset"] + pub fn set_uart8rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Apb1lrstr { + fn default() -> Apb1lrstr { + Apb1lrstr(0) + } + } + #[doc = "RCC PLLs Clock Source Selection Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pllckselr(pub u32); + impl Pllckselr { + #[doc = "DIVMx and PLLs clock source selection"] + pub const fn pllsrc(&self) -> super::vals::Pllsrc { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Pllsrc(val as u8) + } + #[doc = "DIVMx and PLLs clock source selection"] + pub fn set_pllsrc(&mut self, val: super::vals::Pllsrc) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + } + #[doc = "Prescaler for PLL1"] + pub fn divm(&self, n: usize) -> u8 { + assert!(n < 3usize); + let offs = 4usize + n * 8usize; + let val = (self.0 >> offs) & 0x3f; + val as u8 + } + #[doc = "Prescaler for PLL1"] + pub fn set_divm(&mut self, n: usize, val: u8) { + assert!(n < 3usize); + let offs = 4usize + n * 8usize; + self.0 = (self.0 & !(0x3f << offs)) | (((val as u32) & 0x3f) << offs); + } + } + impl Default for Pllckselr { + fn default() -> Pllckselr { + Pllckselr(0) + } + } + #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D2ccip1r(pub u32); + impl D2ccip1r { + #[doc = "SAI1 and DFSDM1 kernel Aclk clock source selection"] + pub const fn sai1sel(&self) -> super::vals::Sai1sel { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Sai1sel(val as u8) + } + #[doc = "SAI1 and DFSDM1 kernel Aclk clock source selection"] + pub fn set_sai1sel(&mut self, val: super::vals::Sai1sel) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "SAI2 and SAI3 kernel clock source selection"] + pub const fn sai23sel(&self) -> super::vals::Sai1sel { + let val = (self.0 >> 6usize) & 0x07; + super::vals::Sai1sel(val as u8) + } + #[doc = "SAI2 and SAI3 kernel clock source selection"] + pub fn set_sai23sel(&mut self, val: super::vals::Sai1sel) { + self.0 = (self.0 & !(0x07 << 6usize)) | (((val.0 as u32) & 0x07) << 6usize); + } + #[doc = "SPI/I2S1,2 and 3 kernel clock source selection"] + pub const fn spi123sel(&self) -> super::vals::Sai1sel { + let val = (self.0 >> 12usize) & 0x07; + super::vals::Sai1sel(val as u8) + } + #[doc = "SPI/I2S1,2 and 3 kernel clock source selection"] + pub fn set_spi123sel(&mut self, val: super::vals::Sai1sel) { + self.0 = (self.0 & !(0x07 << 12usize)) | (((val.0 as u32) & 0x07) << 12usize); + } + #[doc = "SPI4 and 5 kernel clock source selection"] + pub const fn spi45sel(&self) -> super::vals::Spi45sel { + let val = (self.0 >> 16usize) & 0x07; + super::vals::Spi45sel(val as u8) + } + #[doc = "SPI4 and 5 kernel clock source selection"] + pub fn set_spi45sel(&mut self, val: super::vals::Spi45sel) { + self.0 = (self.0 & !(0x07 << 16usize)) | (((val.0 as u32) & 0x07) << 16usize); + } + #[doc = "SPDIFRX kernel clock source selection"] + pub const fn spdifsel(&self) -> super::vals::Spdifsel { + let val = (self.0 >> 20usize) & 0x03; + super::vals::Spdifsel(val as u8) + } + #[doc = "SPDIFRX kernel clock source selection"] + pub fn set_spdifsel(&mut self, val: super::vals::Spdifsel) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); + } + #[doc = "DFSDM1 kernel Clk clock source selection"] + pub const fn dfsdm1sel(&self) -> super::vals::Dfsdm1sel { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Dfsdm1sel(val as u8) + } + #[doc = "DFSDM1 kernel Clk clock source selection"] + pub fn set_dfsdm1sel(&mut self, val: super::vals::Dfsdm1sel) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "FDCAN kernel clock source selection"] + pub const fn fdcansel(&self) -> super::vals::Fdcansel { + let val = (self.0 >> 28usize) & 0x03; + super::vals::Fdcansel(val as u8) + } + #[doc = "FDCAN kernel clock source selection"] + pub fn set_fdcansel(&mut self, val: super::vals::Fdcansel) { + self.0 = (self.0 & !(0x03 << 28usize)) | (((val.0 as u32) & 0x03) << 28usize); + } + #[doc = "SWPMI kernel clock source selection"] + pub const fn swpsel(&self) -> super::vals::Swpsel { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Swpsel(val as u8) + } + #[doc = "SWPMI kernel clock source selection"] + pub fn set_swpsel(&mut self, val: super::vals::Swpsel) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for D2ccip1r { + fn default() -> D2ccip1r { + D2ccip1r(0) +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + } + } +} +<<<<<<< HEAD +pub mod sdmmc_v2 { + use crate::generic::*; + #[doc = "SDMMC"] + #[derive(Copy, Clone)] + pub struct Sdmmc(pub *mut u8); + unsafe impl Send for Sdmmc {} + unsafe impl Sync for Sdmmc {} + impl Sdmmc { + #[doc = "SDMMC power control register"] + pub fn power(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] + pub fn clkcr(self) -> Reg { +======= +pub mod generic { + use core::marker::PhantomData; + #[derive(Copy, Clone)] + pub struct RW; + #[derive(Copy, Clone)] + pub struct R; + #[derive(Copy, Clone)] + pub struct W; + mod sealed { + use super::*; + pub trait Access {} + impl Access for R {} + impl Access for W {} + impl Access for RW {} + } + pub trait Access: sealed::Access + Copy {} + impl Access for R {} + impl Access for W {} + impl Access for RW {} + pub trait Read: Access {} + impl Read for RW {} + impl Read for R {} + pub trait Write: Access {} + impl Write for RW {} + impl Write for W {} + #[derive(Copy, Clone)] + pub struct Reg { + ptr: *mut u8, + phantom: PhantomData<*mut (T, A)>, + } + unsafe impl Send for Reg {} + unsafe impl Sync for Reg {} + impl Reg { + pub fn from_ptr(ptr: *mut u8) -> Self { + Self { + ptr, + phantom: PhantomData, + } + } + pub fn ptr(&self) -> *mut T { + self.ptr as _ + } + } + impl Reg { + pub unsafe fn read(&self) -> T { + (self.ptr as *mut T).read_volatile() + } + } + impl Reg { + pub unsafe fn write_value(&self, val: T) { + (self.ptr as *mut T).write_volatile(val) + } + } + impl Reg { + pub unsafe fn write(&self, f: impl FnOnce(&mut T) -> R) -> R { + let mut val = Default::default(); + let res = f(&mut val); + self.write_value(val); + res + } + } + impl Reg { + pub unsafe fn modify(&self, f: impl FnOnce(&mut T) -> R) -> R { + let mut val = self.read(); + let res = f(&mut val); + self.write_value(val); + res + } + } +} +pub mod dma_v2 { + use crate::generic::*; + #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] + #[derive(Copy, Clone)] + pub struct St(pub *mut u8); + unsafe impl Send for St {} + unsafe impl Sync for St {} + impl St { + #[doc = "stream x configuration register"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "stream x number of data register"] + pub fn ndtr(self) -> Reg { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] + pub fn argr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] + pub fn cmdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "SDMMC command response register"] + pub fn respcmdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + pub fn respr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(20usize + n * 4usize)) } + } +<<<<<<< HEAD + #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] + pub fn dtimer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] + pub fn dlenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] + pub fn dctrl(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] + pub fn dcntr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } + } + #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] + pub fn star(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(52usize)) } + } + #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] + pub fn icr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(56usize)) } + } + #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] + pub fn maskr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(60usize)) } + } + #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] + pub fn acktimer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(64usize)) } + } + #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] + pub fn idmactrlr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(80usize)) } + } + #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] + pub fn idmabsizer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(84usize)) } + } + #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] + pub fn idmabase0r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(88usize)) } + } + #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] + pub fn idmabase1r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(92usize)) } + } + #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] + pub fn fifor(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(128usize)) } + } + #[doc = "SDMMC IP version register"] + pub fn ver(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(1012usize)) } + } + #[doc = "SDMMC IP identification register"] + pub fn id(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(1016usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmactrlr(pub u32); + impl Idmactrlr { + #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmaen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmabmode(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmabmode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] + pub const fn idmabact(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] + pub fn set_idmabact(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + } + impl Default for Idmactrlr { + fn default() -> Idmactrlr { + Idmactrlr(0) + } + } + #[doc = "SDMMC command response register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Respcmdr(pub u32); + impl Respcmdr { + #[doc = "Response command index"] + pub const fn respcmd(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x3f; + val as u8 + } + #[doc = "Response command index"] + pub fn set_respcmd(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); + } + } + impl Default for Respcmdr { + fn default() -> Respcmdr { + Respcmdr(0) + } + } + #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Fifor(pub u32); + impl Fifor { + #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] + pub const fn fifodata(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] + pub fn set_fifodata(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Fifor { + fn default() -> Fifor { + Fifor(0) + } + } + #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Icr(pub u32); + impl Icr { + #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] + pub const fn ccrcfailc(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] + pub fn set_ccrcfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] + pub const fn dcrcfailc(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] + pub fn set_dcrcfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] + pub const fn ctimeoutc(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] + pub fn set_ctimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] + pub const fn dtimeoutc(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] + pub fn set_dtimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] + pub const fn txunderrc(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] + pub fn set_txunderrc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] + pub const fn rxoverrc(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] + pub fn set_rxoverrc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] + pub const fn cmdrendc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] + pub fn set_cmdrendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] + pub const fn cmdsentc(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] + pub fn set_cmdsentc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] + pub const fn dataendc(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] + pub fn set_dataendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] + pub const fn dholdc(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] + pub fn set_dholdc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] + pub const fn dbckendc(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] + pub fn set_dbckendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] + pub const fn dabortc(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] + pub fn set_dabortc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] + pub const fn busyd0endc(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 + } + #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] + pub fn set_busyd0endc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] + pub const fn sdioitc(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] + pub fn set_sdioitc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] + pub const fn ackfailc(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] + pub fn set_ackfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] + pub const fn acktimeoutc(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] + pub fn set_acktimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] + pub const fn vswendc(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] + pub fn set_vswendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] + pub const fn ckstopc(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] + pub fn set_ckstopc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] + pub const fn idmatec(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 + } + #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] + pub fn set_idmatec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + } + #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] + pub const fn idmabtcc(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] + pub fn set_idmabtcc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + } + impl Default for Icr { + fn default() -> Icr { + Icr(0) + } + } + #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmabsizer(pub u32); + impl Idmabsizer { + #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmabndt(&self) -> u8 { + let val = (self.0 >> 5usize) & 0xff; + val as u8 + } + #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmabndt(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 5usize)) | (((val as u32) & 0xff) << 5usize); +======= + } + #[doc = "DMA controller"] + #[derive(Copy, Clone)] + pub struct Dma(pub *mut u8); + unsafe impl Send for Dma {} + unsafe impl Sync for Dma {} + impl Dma { + #[doc = "low interrupt status register"] + pub fn isr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } + } + #[doc = "low interrupt flag clear register"] + pub fn ifcr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + } + #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] + pub fn st(self, n: usize) -> St { + assert!(n < 8usize); + unsafe { St(self.0.add(16usize + n * 24usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "stream x FIFO control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Fcr(pub u32); + impl Fcr { + #[doc = "FIFO threshold selection"] + pub const fn fth(&self) -> super::vals::Fth { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Fth(val as u8) + } + #[doc = "FIFO threshold selection"] + pub fn set_fth(&mut self, val: super::vals::Fth) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + } + #[doc = "Direct mode disable"] + pub const fn dmdis(&self) -> super::vals::Dmdis { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Dmdis(val as u8) + } + #[doc = "Direct mode disable"] + pub fn set_dmdis(&mut self, val: super::vals::Dmdis) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "FIFO status"] + pub const fn fs(&self) -> super::vals::Fs { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Fs(val as u8) + } + #[doc = "FIFO status"] + pub fn set_fs(&mut self, val: super::vals::Fs) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + } + #[doc = "FIFO error interrupt enable"] + pub const fn feie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "FIFO error interrupt enable"] + pub fn set_feie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + } + impl Default for Fcr { + fn default() -> Fcr { + Fcr(0) + } + } + #[doc = "stream x configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "Stream enable / flag stream ready when read low"] + pub const fn en(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Stream enable / flag stream ready when read low"] + pub fn set_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Direct mode error interrupt enable"] + pub const fn dmeie(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Direct mode error interrupt enable"] + pub fn set_dmeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Transfer error interrupt enable"] + pub const fn teie(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Transfer error interrupt enable"] + pub fn set_teie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Half transfer interrupt enable"] + pub const fn htie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Half transfer interrupt enable"] + pub fn set_htie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Transfer complete interrupt enable"] + pub const fn tcie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Transfer complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Peripheral flow controller"] + pub const fn pfctrl(&self) -> super::vals::Pfctrl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Pfctrl(val as u8) + } + #[doc = "Peripheral flow controller"] + pub fn set_pfctrl(&mut self, val: super::vals::Pfctrl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Data transfer direction"] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 6usize) & 0x03; + super::vals::Dir(val as u8) + } + #[doc = "Data transfer direction"] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x03 << 6usize)) | (((val.0 as u32) & 0x03) << 6usize); + } + #[doc = "Circular mode"] + pub const fn circ(&self) -> super::vals::Circ { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Circ(val as u8) + } + #[doc = "Circular mode"] + pub fn set_circ(&mut self, val: super::vals::Circ) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "Peripheral increment mode"] + pub const fn pinc(&self) -> super::vals::Inc { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Inc(val as u8) + } + #[doc = "Peripheral increment mode"] + pub fn set_pinc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "Memory increment mode"] + pub const fn minc(&self) -> super::vals::Inc { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Inc(val as u8) + } + #[doc = "Memory increment mode"] + pub fn set_minc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "Peripheral data size"] + pub const fn psize(&self) -> super::vals::Size { + let val = (self.0 >> 11usize) & 0x03; + super::vals::Size(val as u8) + } + #[doc = "Peripheral data size"] + pub fn set_psize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + } + #[doc = "Memory data size"] + pub const fn msize(&self) -> super::vals::Size { + let val = (self.0 >> 13usize) & 0x03; + super::vals::Size(val as u8) + } + #[doc = "Memory data size"] + pub fn set_msize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 13usize)) | (((val.0 as u32) & 0x03) << 13usize); + } + #[doc = "Peripheral increment offset size"] + pub const fn pincos(&self) -> super::vals::Pincos { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Pincos(val as u8) + } + #[doc = "Peripheral increment offset size"] + pub fn set_pincos(&mut self, val: super::vals::Pincos) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Priority level"] + pub const fn pl(&self) -> super::vals::Pl { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Pl(val as u8) + } + #[doc = "Priority level"] + pub fn set_pl(&mut self, val: super::vals::Pl) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + } + #[doc = "Double buffer mode"] + pub const fn dbm(&self) -> super::vals::Dbm { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Dbm(val as u8) + } + #[doc = "Double buffer mode"] + pub fn set_dbm(&mut self, val: super::vals::Dbm) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "Current target (only in double buffer mode)"] + pub const fn ct(&self) -> super::vals::Ct { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Ct(val as u8) + } + #[doc = "Current target (only in double buffer mode)"] + pub fn set_ct(&mut self, val: super::vals::Ct) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "Peripheral burst transfer configuration"] + pub const fn pburst(&self) -> super::vals::Burst { + let val = (self.0 >> 21usize) & 0x03; + super::vals::Burst(val as u8) + } + #[doc = "Peripheral burst transfer configuration"] + pub fn set_pburst(&mut self, val: super::vals::Burst) { + self.0 = (self.0 & !(0x03 << 21usize)) | (((val.0 as u32) & 0x03) << 21usize); + } + #[doc = "Memory burst transfer configuration"] + pub const fn mburst(&self) -> super::vals::Burst { + let val = (self.0 >> 23usize) & 0x03; + super::vals::Burst(val as u8) + } + #[doc = "Memory burst transfer configuration"] + pub fn set_mburst(&mut self, val: super::vals::Burst) { + self.0 = (self.0 & !(0x03 << 23usize)) | (((val.0 as u32) & 0x03) << 23usize); + } + #[doc = "Channel selection"] + pub const fn chsel(&self) -> u8 { + let val = (self.0 >> 25usize) & 0x0f; + val as u8 + } + #[doc = "Channel selection"] + pub fn set_chsel(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); + } + } + impl Default for Cr { + fn default() -> Cr { + Cr(0) + } + } + #[doc = "low interrupt flag clear register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ifcr(pub u32); + impl Ifcr { + #[doc = "Stream x clear FIFO error interrupt flag (x = 3..0)"] + pub fn cfeif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x clear FIFO error interrupt flag (x = 3..0)"] + pub fn set_cfeif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x clear direct mode error interrupt flag (x = 3..0)"] + pub fn cdmeif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x clear direct mode error interrupt flag (x = 3..0)"] + pub fn set_cdmeif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x clear transfer error interrupt flag (x = 3..0)"] + pub fn cteif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x clear transfer error interrupt flag (x = 3..0)"] + pub fn set_cteif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x clear half transfer interrupt flag (x = 3..0)"] + pub fn chtif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x clear half transfer interrupt flag (x = 3..0)"] + pub fn set_chtif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x clear transfer complete interrupt flag (x = 3..0)"] + pub fn ctcif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x clear transfer complete interrupt flag (x = 3..0)"] + pub fn set_ctcif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for Ifcr { + fn default() -> Ifcr { + Ifcr(0) + } + } + #[doc = "low interrupt status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Isr(pub u32); + impl Isr { + #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] + pub fn feif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] + pub fn set_feif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] + pub fn dmeif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] + pub fn set_dmeif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x transfer error interrupt flag (x=3..0)"] + pub fn teif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x transfer error interrupt flag (x=3..0)"] + pub fn set_teif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x half transfer interrupt flag (x=3..0)"] + pub fn htif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x half transfer interrupt flag (x=3..0)"] + pub fn set_htif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] + pub fn tcif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] + pub fn set_tcif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for Isr { + fn default() -> Isr { + Isr(0) + } + } + #[doc = "stream x number of data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ndtr(pub u32); + impl Ndtr { + #[doc = "Number of data items to transfer"] + pub const fn ndt(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Number of data items to transfer"] + pub fn set_ndt(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Ndtr { + fn default() -> Ndtr { + Ndtr(0) + } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dbm(pub u8); + impl Dbm { + #[doc = "No buffer switching at the end of transfer"] + pub const DISABLED: Self = Self(0); + #[doc = "Memory target switched at the end of the DMA transfer"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Burst(pub u8); + impl Burst { + #[doc = "Single transfer"] + pub const SINGLE: Self = Self(0); + #[doc = "Incremental burst of 4 beats"] + pub const INCR4: Self = Self(0x01); + #[doc = "Incremental burst of 8 beats"] + pub const INCR8: Self = Self(0x02); + #[doc = "Incremental burst of 16 beats"] + pub const INCR16: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dmdis(pub u8); + impl Dmdis { + #[doc = "Direct mode is enabled"] + pub const ENABLED: Self = Self(0); + #[doc = "Direct mode is disabled"] + pub const DISABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pl(pub u8); + impl Pl { + #[doc = "Low"] + pub const LOW: Self = Self(0); + #[doc = "Medium"] + pub const MEDIUM: Self = Self(0x01); + #[doc = "High"] + pub const HIGH: Self = Self(0x02); + #[doc = "Very high"] + pub const VERYHIGH: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pincos(pub u8); + impl Pincos { + #[doc = "The offset size for the peripheral address calculation is linked to the PSIZE"] + pub const PSIZE: Self = Self(0); + #[doc = "The offset size for the peripheral address calculation is fixed to 4 (32-bit alignment)"] + pub const FIXED4: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pfctrl(pub u8); + impl Pfctrl { + #[doc = "The DMA is the flow controller"] + pub const DMA: Self = Self(0); + #[doc = "The peripheral is the flow controller"] + pub const PERIPHERAL: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Size(pub u8); + impl Size { + #[doc = "Byte (8-bit)"] + pub const BITS8: Self = Self(0); + #[doc = "Half-word (16-bit)"] + pub const BITS16: Self = Self(0x01); + #[doc = "Word (32-bit)"] + pub const BITS32: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Fth(pub u8); + impl Fth { + #[doc = "1/4 full FIFO"] + pub const QUARTER: Self = Self(0); + #[doc = "1/2 full FIFO"] + pub const HALF: Self = Self(0x01); + #[doc = "3/4 full FIFO"] + pub const THREEQUARTERS: Self = Self(0x02); + #[doc = "Full FIFO"] + pub const FULL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Fs(pub u8); + impl Fs { + #[doc = "0 < fifo_level < 1/4"] + pub const QUARTER1: Self = Self(0); + #[doc = "1/4 <= fifo_level < 1/2"] + pub const QUARTER2: Self = Self(0x01); + #[doc = "1/2 <= fifo_level < 3/4"] + pub const QUARTER3: Self = Self(0x02); + #[doc = "3/4 <= fifo_level < full"] + pub const QUARTER4: Self = Self(0x03); + #[doc = "FIFO is empty"] + pub const EMPTY: Self = Self(0x04); + #[doc = "FIFO is full"] + pub const FULL: Self = Self(0x05); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ct(pub u8); + impl Ct { + #[doc = "The current target memory is Memory 0"] + pub const MEMORY0: Self = Self(0); + #[doc = "The current target memory is Memory 1"] + pub const MEMORY1: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Circ(pub u8); + impl Circ { + #[doc = "Circular mode disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Circular mode enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Inc(pub u8); + impl Inc { + #[doc = "Address pointer is fixed"] + pub const FIXED: Self = Self(0); + #[doc = "Address pointer is incremented after each data transfer"] + pub const INCREMENTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dir(pub u8); + impl Dir { + #[doc = "Peripheral-to-memory"] + pub const PERIPHERALTOMEMORY: Self = Self(0); + #[doc = "Memory-to-peripheral"] + pub const MEMORYTOPERIPHERAL: Self = Self(0x01); + #[doc = "Memory-to-memory"] + pub const MEMORYTOMEMORY: Self = Self(0x02); + } + } +} +pub mod exti_v1 { + use crate::generic::*; + #[doc = "External interrupt/event controller"] + #[derive(Copy, Clone)] + pub struct Exti(pub *mut u8); + unsafe impl Send for Exti {} + unsafe impl Sync for Exti {} + impl Exti { + #[doc = "Interrupt mask register (EXTI_IMR)"] + pub fn imr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Event mask register (EXTI_EMR)"] + pub fn emr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "Rising Trigger selection register (EXTI_RTSR)"] + pub fn rtsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Falling Trigger selection register (EXTI_FTSR)"] + pub fn ftsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Software interrupt event register (EXTI_SWIER)"] + pub fn swier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Pending register (EXTI_PR)"] + pub fn pr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "Pending register (EXTI_PR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pr(pub u32); + impl Pr { + #[doc = "Pending bit 0"] + pub fn pr(&self, n: usize) -> bool { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Pending bit 0"] + pub fn set_pr(&mut self, n: usize, val: bool) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for Pr { + fn default() -> Pr { + Pr(0) + } + } + #[doc = "Event mask register (EXTI_EMR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Emr(pub u32); + impl Emr { + #[doc = "Event Mask on line 0"] + pub fn mr(&self, n: usize) -> super::vals::Mr { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Mr(val as u8) + } + #[doc = "Event Mask on line 0"] + pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + } + impl Default for Emr { + fn default() -> Emr { + Emr(0) + } + } + #[doc = "Rising Trigger selection register (EXTI_RTSR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rtsr(pub u32); + impl Rtsr { + #[doc = "Rising trigger event configuration of line 0"] + pub fn tr(&self, n: usize) -> super::vals::Tr { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Tr(val as u8) + } + #[doc = "Rising trigger event configuration of line 0"] + pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + } + impl Default for Rtsr { + fn default() -> Rtsr { + Rtsr(0) + } + } + #[doc = "Falling Trigger selection register (EXTI_FTSR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ftsr(pub u32); + impl Ftsr { + #[doc = "Falling trigger event configuration of line 0"] + pub fn tr(&self, n: usize) -> super::vals::Tr { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Tr(val as u8) + } + #[doc = "Falling trigger event configuration of line 0"] + pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + } + impl Default for Ftsr { + fn default() -> Ftsr { + Ftsr(0) + } + } + #[doc = "Software interrupt event register (EXTI_SWIER)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Swier(pub u32); + impl Swier { + #[doc = "Software Interrupt on line 0"] + pub fn swier(&self, n: usize) -> bool { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Software Interrupt on line 0"] + pub fn set_swier(&mut self, n: usize, val: bool) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for Swier { + fn default() -> Swier { + Swier(0) + } + } + #[doc = "Interrupt mask register (EXTI_IMR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Imr(pub u32); + impl Imr { + #[doc = "Interrupt Mask on line 0"] + pub fn mr(&self, n: usize) -> super::vals::Mr { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Mr(val as u8) + } + #[doc = "Interrupt Mask on line 0"] + pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + } + impl Default for Imr { + fn default() -> Imr { + Imr(0) + } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Swierw(pub u8); + impl Swierw { + #[doc = "Generates an interrupt request"] + pub const PEND: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Tr(pub u8); + impl Tr { + #[doc = "Falling edge trigger is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Falling edge trigger is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mr(pub u8); + impl Mr { + #[doc = "Interrupt request line is masked"] + pub const MASKED: Self = Self(0); + #[doc = "Interrupt request line is unmasked"] + pub const UNMASKED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Prr(pub u8); + impl Prr { + #[doc = "No trigger request occurred"] + pub const NOTPENDING: Self = Self(0); + #[doc = "Selected trigger request occurred"] + pub const PENDING: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Prw(pub u8); + impl Prw { + #[doc = "Clears pending bit"] + pub const CLEAR: Self = Self(0x01); + } + } +} +pub mod spi_v1 { + use crate::generic::*; + #[doc = "Serial peripheral interface"] + #[derive(Copy, Clone)] + pub struct Spi(pub *mut u8); + unsafe impl Send for Spi {} + unsafe impl Sync for Spi {} + impl Spi { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "CRC polynomial register"] + pub fn crcpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "RX CRC register"] + pub fn rxcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "TX CRC register"] + pub fn txcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dff(pub u8); + impl Dff { + #[doc = "8-bit data frame format is selected for transmission/reception"] + pub const EIGHTBIT: Self = Self(0); + #[doc = "16-bit data frame format is selected for transmission/reception"] + pub const SIXTEENBIT: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "CK to 0 when idle"] + pub const IDLELOW: Self = Self(0); + #[doc = "CK to 1 when idle"] + pub const IDLEHIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mstr(pub u8); + impl Mstr { + #[doc = "Slave configuration"] + pub const SLAVE: Self = Self(0); + #[doc = "Master configuration"] + pub const MASTER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Br(pub u8); + impl Br { + #[doc = "f_PCLK / 2"] + pub const DIV2: Self = Self(0); + #[doc = "f_PCLK / 4"] + pub const DIV4: Self = Self(0x01); + #[doc = "f_PCLK / 8"] + pub const DIV8: Self = Self(0x02); + #[doc = "f_PCLK / 16"] + pub const DIV16: Self = Self(0x03); + #[doc = "f_PCLK / 32"] + pub const DIV32: Self = Self(0x04); + #[doc = "f_PCLK / 64"] + pub const DIV64: Self = Self(0x05); + #[doc = "f_PCLK / 128"] + pub const DIV128: Self = Self(0x06); + #[doc = "f_PCLK / 256"] + pub const DIV256: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bidioe(pub u8); + impl Bidioe { + #[doc = "Output disabled (receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0); + #[doc = "Output enabled (transmit-only mode)"] + pub const OUTPUTENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frf(pub u8); + impl Frf { + #[doc = "SPI Motorola mode"] + pub const MOTOROLA: Self = Self(0); + #[doc = "SPI TI mode"] + pub const TI: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRSTEDGE: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECONDEDGE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rxonly(pub u8); + impl Rxonly { + #[doc = "Full duplex (Transmit and receive)"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Output disabled (Receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frer(pub u8); + impl Frer { + #[doc = "No frame format error"] + pub const NOERROR: Self = Self(0); + #[doc = "A frame format error occurred"] + pub const ERROR: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crcnext(pub u8); + impl Crcnext { + #[doc = "Next transmit value is from Tx buffer"] + pub const TXBUFFER: Self = Self(0); + #[doc = "Next transmit value is from Tx CRC register"] + pub const CRC: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bidimode(pub u8); + impl Bidimode { + #[doc = "2-line unidirectional data mode selected"] + pub const UNIDIRECTIONAL: Self = Self(0); + #[doc = "1-line bidirectional data mode selected"] + pub const BIDIRECTIONAL: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Iscfg(pub u8); + impl Iscfg { + #[doc = "Slave - transmit"] + pub const SLAVETX: Self = Self(0); + #[doc = "Slave - receive"] + pub const SLAVERX: Self = Self(0x01); + #[doc = "Master - transmit"] + pub const MASTERTX: Self = Self(0x02); + #[doc = "Master - receive"] + pub const MASTERRX: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsbfirst(pub u8); + impl Lsbfirst { + #[doc = "Data is transmitted/received with the MSB first"] + pub const MSBFIRST: Self = Self(0); + #[doc = "Data is transmitted/received with the LSB first"] + pub const LSBFIRST: Self = Self(0x01); + } + } + pub mod regs { + use crate::generic::*; + #[doc = "control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Cpha(val as u8) + } + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Cpol(val as u8) + } + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "Master selection"] + pub const fn mstr(&self) -> super::vals::Mstr { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Mstr(val as u8) + } + #[doc = "Master selection"] + pub fn set_mstr(&mut self, val: super::vals::Mstr) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "Baud rate control"] + pub const fn br(&self) -> super::vals::Br { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Br(val as u8) + } + #[doc = "Baud rate control"] + pub fn set_br(&mut self, val: super::vals::Br) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + } + #[doc = "SPI enable"] + pub const fn spe(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "SPI enable"] + pub fn set_spe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Frame format"] + pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Lsbfirst(val as u8) + } + #[doc = "Frame format"] + pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Internal slave select"] + pub const fn ssi(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Internal slave select"] + pub fn set_ssi(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Software slave management"] + pub const fn ssm(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Software slave management"] + pub fn set_ssm(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Receive only"] + pub const fn rxonly(&self) -> super::vals::Rxonly { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Rxonly(val as u8) + } + #[doc = "Receive only"] + pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "Data frame format"] + pub const fn dff(&self) -> super::vals::Dff { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Dff(val as u8) + } + #[doc = "Data frame format"] + pub fn set_dff(&mut self, val: super::vals::Dff) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "CRC transfer next"] + pub const fn crcnext(&self) -> super::vals::Crcnext { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Crcnext(val as u8) + } + #[doc = "CRC transfer next"] + pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Hardware CRC calculation enable"] + pub const fn crcen(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Hardware CRC calculation enable"] + pub fn set_crcen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Output enable in bidirectional mode"] + pub const fn bidioe(&self) -> super::vals::Bidioe { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Bidioe(val as u8) + } + #[doc = "Output enable in bidirectional mode"] + pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "Bidirectional data mode enable"] + pub const fn bidimode(&self) -> super::vals::Bidimode { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Bidimode(val as u8) + } + #[doc = "Bidirectional data mode enable"] + pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + } + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Rx buffer DMA enable"] + pub const fn rxdmaen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Rx buffer DMA enable"] + pub fn set_rxdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Tx buffer DMA enable"] + pub const fn txdmaen(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Tx buffer DMA enable"] + pub fn set_txdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "SS output enable"] + pub const fn ssoe(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "SS output enable"] + pub fn set_ssoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Frame format"] + pub const fn frf(&self) -> super::vals::Frf { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Frf(val as u8) + } + #[doc = "Frame format"] + pub fn set_frf(&mut self, val: super::vals::Frf) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Error interrupt enable"] + pub const fn errie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Error interrupt enable"] + pub fn set_errie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "RX buffer not empty interrupt enable"] + pub const fn rxneie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "RX buffer not empty interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Tx buffer empty interrupt enable"] + pub const fn txeie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Tx buffer empty interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + } + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) + } + } + #[doc = "data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dr(pub u32); + impl Dr { + #[doc = "Data register"] + pub const fn dr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Data register"] + pub fn set_dr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Dr { + fn default() -> Dr { + Dr(0) + } + } + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Sr(pub u32); + impl Sr { + #[doc = "Receive buffer not empty"] + pub const fn rxne(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Receive buffer not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Transmit buffer empty"] + pub const fn txe(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Transmit buffer empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "CRC error flag"] + pub const fn crcerr(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "CRC error flag"] + pub fn set_crcerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Mode fault"] + pub const fn modf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Mode fault"] + pub fn set_modf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Overrun flag"] + pub const fn ovr(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Overrun flag"] + pub fn set_ovr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Busy flag"] + pub const fn bsy(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Busy flag"] + pub fn set_bsy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "TI frame format error"] + pub const fn fre(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "TI frame format error"] + pub fn set_fre(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + } + impl Default for Sr { + fn default() -> Sr { + Sr(0) + } + } + #[doc = "RX CRC register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rxcrcr(pub u32); + impl Rxcrcr { + #[doc = "Rx CRC register"] + pub const fn rx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Rx CRC register"] + pub fn set_rx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Rxcrcr { + fn default() -> Rxcrcr { + Rxcrcr(0) + } + } + #[doc = "CRC polynomial register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Crcpr(pub u32); + impl Crcpr { + #[doc = "CRC polynomial register"] + pub const fn crcpoly(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "CRC polynomial register"] + pub fn set_crcpoly(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Crcpr { + fn default() -> Crcpr { + Crcpr(0) + } + } + #[doc = "TX CRC register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Txcrcr(pub u32); + impl Txcrcr { + #[doc = "Tx CRC register"] + pub const fn tx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Tx CRC register"] + pub fn set_tx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Txcrcr { + fn default() -> Txcrcr { + Txcrcr(0) + } + } + } +} +pub mod dma_v1 { + use crate::generic::*; + #[doc = "DMA controller"] + #[derive(Copy, Clone)] + pub struct Dma(pub *mut u8); + unsafe impl Send for Dma {} + unsafe impl Sync for Dma {} + impl Dma { + #[doc = "DMA interrupt status register (DMA_ISR)"] + pub fn isr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "DMA interrupt flag clear register (DMA_IFCR)"] + pub fn ifcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers"] + pub fn ch(self, n: usize) -> Ch { + assert!(n < 7usize); + unsafe { Ch(self.0.add(8usize + n * 20usize)) } + } + } + #[doc = "Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers"] + #[derive(Copy, Clone)] + pub struct Ch(pub *mut u8); + unsafe impl Send for Ch {} + unsafe impl Sync for Ch {} + impl Ch { + #[doc = "DMA channel configuration register (DMA_CCR)"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "DMA channel 1 number of data register"] + pub fn ndtr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "DMA channel 1 peripheral address register"] + pub fn par(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "DMA channel 1 memory address register"] + pub fn mar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "DMA interrupt status register (DMA_ISR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Isr(pub u32); + impl Isr { + #[doc = "Channel 1 Global interrupt flag"] + pub fn gif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Channel 1 Global interrupt flag"] + pub fn set_gif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Channel 1 Transfer Complete flag"] + pub fn tcif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Channel 1 Transfer Complete flag"] + pub fn set_tcif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Channel 1 Half Transfer Complete flag"] + pub fn htif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Channel 1 Half Transfer Complete flag"] + pub fn set_htif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Channel 1 Transfer Error flag"] + pub fn teif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Channel 1 Transfer Error flag"] + pub fn set_teif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for Isr { + fn default() -> Isr { + Isr(0) + } + } + #[doc = "DMA channel configuration register (DMA_CCR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "Channel enable"] + pub const fn en(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Channel enable"] + pub fn set_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Transfer complete interrupt enable"] + pub const fn tcie(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Transfer complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Half Transfer interrupt enable"] + pub const fn htie(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Half Transfer interrupt enable"] + pub fn set_htie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Transfer error interrupt enable"] + pub const fn teie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Transfer error interrupt enable"] + pub fn set_teie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Data transfer direction"] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Dir(val as u8) + } + #[doc = "Data transfer direction"] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Circular mode"] + pub const fn circ(&self) -> super::vals::Circ { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Circ(val as u8) + } + #[doc = "Circular mode"] + pub fn set_circ(&mut self, val: super::vals::Circ) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Peripheral increment mode"] + pub const fn pinc(&self) -> super::vals::Inc { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Inc(val as u8) + } + #[doc = "Peripheral increment mode"] + pub fn set_pinc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "Memory increment mode"] + pub const fn minc(&self) -> super::vals::Inc { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Inc(val as u8) + } + #[doc = "Memory increment mode"] + pub fn set_minc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Peripheral size"] + pub const fn psize(&self) -> super::vals::Size { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Size(val as u8) + } + #[doc = "Peripheral size"] + pub fn set_psize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + } + #[doc = "Memory size"] + pub const fn msize(&self) -> super::vals::Size { + let val = (self.0 >> 10usize) & 0x03; + super::vals::Size(val as u8) + } + #[doc = "Memory size"] + pub fn set_msize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 10usize)) | (((val.0 as u32) & 0x03) << 10usize); + } + #[doc = "Channel Priority level"] + pub const fn pl(&self) -> super::vals::Pl { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Pl(val as u8) + } + #[doc = "Channel Priority level"] + pub fn set_pl(&mut self, val: super::vals::Pl) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "Memory to memory mode"] + pub const fn mem2mem(&self) -> super::vals::Memmem { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Memmem(val as u8) + } + #[doc = "Memory to memory mode"] + pub fn set_mem2mem(&mut self, val: super::vals::Memmem) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + } + impl Default for Cr { + fn default() -> Cr { + Cr(0) + } + } + #[doc = "DMA interrupt flag clear register (DMA_IFCR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ifcr(pub u32); + impl Ifcr { + #[doc = "Channel 1 Global interrupt clear"] + pub fn cgif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Channel 1 Global interrupt clear"] + pub fn set_cgif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Channel 1 Transfer Complete clear"] + pub fn ctcif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Channel 1 Transfer Complete clear"] + pub fn set_ctcif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Channel 1 Half Transfer clear"] + pub fn chtif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Channel 1 Half Transfer clear"] + pub fn set_chtif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Channel 1 Transfer Error clear"] + pub fn cteif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Channel 1 Transfer Error clear"] + pub fn set_cteif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for Ifcr { + fn default() -> Ifcr { + Ifcr(0) + } + } + #[doc = "DMA channel 1 number of data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ndtr(pub u32); + impl Ndtr { + #[doc = "Number of data to transfer"] + pub const fn ndt(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Number of data to transfer"] + pub fn set_ndt(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Ndtr { + fn default() -> Ndtr { + Ndtr(0) + } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dir(pub u8); + impl Dir { + #[doc = "Read from peripheral"] + pub const FROMPERIPHERAL: Self = Self(0); + #[doc = "Read from memory"] + pub const FROMMEMORY: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Size(pub u8); + impl Size { + #[doc = "8-bit size"] + pub const BITS8: Self = Self(0); + #[doc = "16-bit size"] + pub const BITS16: Self = Self(0x01); + #[doc = "32-bit size"] + pub const BITS32: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Inc(pub u8); + impl Inc { + #[doc = "Increment mode disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Increment mode enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Memmem(pub u8); + impl Memmem { + #[doc = "Memory to memory mode disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Memory to memory mode enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Circ(pub u8); + impl Circ { + #[doc = "Circular buffer disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Circular buffer enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pl(pub u8); + impl Pl { + #[doc = "Low priority"] + pub const LOW: Self = Self(0); + #[doc = "Medium priority"] + pub const MEDIUM: Self = Self(0x01); + #[doc = "High priority"] + pub const HIGH: Self = Self(0x02); + #[doc = "Very high priority"] + pub const VERYHIGH: Self = Self(0x03); + } + } +} +pub mod syscfg_f4 { + use crate::generic::*; + #[doc = "System configuration controller"] + #[derive(Copy, Clone)] + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "memory remap register"] + pub fn memrm(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "peripheral mode configuration register"] + pub fn pmc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "external interrupt configuration register"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + } + #[doc = "Compensation cell control register"] + pub fn cmpcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "external interrupt configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI x configuration"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + val as u8 + } + #[doc = "EXTI x configuration"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + } + } + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) + } + } + #[doc = "Compensation cell control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cmpcr(pub u32); + impl Cmpcr { + #[doc = "Compensation cell power-down"] + pub const fn cmp_pd(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Compensation cell power-down"] + pub fn set_cmp_pd(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "READY"] + pub const fn ready(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "READY"] + pub fn set_ready(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + } + impl Default for Cmpcr { + fn default() -> Cmpcr { + Cmpcr(0) + } + } + #[doc = "memory remap register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Memrm(pub u32); + impl Memrm { + #[doc = "Memory mapping selection"] + pub const fn mem_mode(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x07; + val as u8 + } + #[doc = "Memory mapping selection"] + pub fn set_mem_mode(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); + } + #[doc = "Flash bank mode selection"] + pub const fn fb_mode(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Flash bank mode selection"] + pub fn set_fb_mode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "FMC memory mapping swap"] + pub const fn swp_fmc(&self) -> u8 { + let val = (self.0 >> 10usize) & 0x03; + val as u8 + } + #[doc = "FMC memory mapping swap"] + pub fn set_swp_fmc(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 10usize)) | (((val as u32) & 0x03) << 10usize); + } + } + impl Default for Memrm { + fn default() -> Memrm { + Memrm(0) + } + } + #[doc = "peripheral mode configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pmc(pub u32); + impl Pmc { + #[doc = "ADC1DC2"] + pub const fn adc1dc2(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "ADC1DC2"] + pub fn set_adc1dc2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "ADC2DC2"] + pub const fn adc2dc2(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "ADC2DC2"] + pub fn set_adc2dc2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "ADC3DC2"] + pub const fn adc3dc2(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 + } + #[doc = "ADC3DC2"] + pub fn set_adc3dc2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "Ethernet PHY interface selection"] + pub const fn mii_rmii_sel(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "Ethernet PHY interface selection"] + pub fn set_mii_rmii_sel(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + } + impl Default for Pmc { + fn default() -> Pmc { + Pmc(0) + } + } + } +} +pub mod timer_v1 { + use crate::generic::*; + #[doc = "General purpose 32-bit timer"] + #[derive(Copy, Clone)] + pub struct TimGp32(pub *mut u8); + unsafe impl Send for TimGp32 {} + unsafe impl Sync for TimGp32 {} + impl TimGp32 { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "slave mode control register"] + pub fn smcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "capture/compare mode register 1 (input mode)"] + pub fn ccmr_input(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare mode register 1 (output mode)"] + pub fn ccmr_output(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare enable register"] + pub fn ccer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "capture/compare register"] + pub fn ccr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + } + #[doc = "DMA control register"] + pub fn dcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "DMA address for full transfer"] + pub fn dmar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + } + #[doc = "Advanced-timers"] + #[derive(Copy, Clone)] + pub struct TimAdv(pub *mut u8); + unsafe impl Send for TimAdv {} + unsafe impl Sync for TimAdv {} + impl TimAdv { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "slave mode control register"] + pub fn smcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "capture/compare mode register 1 (input mode)"] + pub fn ccmr_input(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare mode register 1 (output mode)"] + pub fn ccmr_output(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare enable register"] + pub fn ccer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "repetition counter register"] + pub fn rcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } + } + #[doc = "capture/compare register"] + pub fn ccr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + } + #[doc = "break and dead-time register"] + pub fn bdtr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(68usize)) } + } + #[doc = "DMA control register"] + pub fn dcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "DMA address for full transfer"] + pub fn dmar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + } + #[doc = "General purpose 16-bit timer"] + #[derive(Copy, Clone)] + pub struct TimGp16(pub *mut u8); + unsafe impl Send for TimGp16 {} + unsafe impl Sync for TimGp16 {} + impl TimGp16 { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "slave mode control register"] + pub fn smcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "capture/compare mode register 1 (input mode)"] + pub fn ccmr_input(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare mode register 1 (output mode)"] + pub fn ccmr_output(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare enable register"] + pub fn ccer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "capture/compare register"] + pub fn ccr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + } + #[doc = "DMA control register"] + pub fn dcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "DMA address for full transfer"] + pub fn dmar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + } + #[doc = "Basic timer"] + #[derive(Copy, Clone)] + pub struct TimBasic(pub *mut u8); + unsafe impl Send for TimBasic {} + unsafe impl Sync for TimBasic {} + impl TimBasic { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "counter"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cnt32(pub u32); + impl Cnt32 { + #[doc = "counter value"] + pub const fn cnt(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "counter value"] + pub fn set_cnt(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Cnt32 { + fn default() -> Cnt32 { + Cnt32(0) + } + } + #[doc = "DMA address for full transfer"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dmar(pub u32); + impl Dmar { + #[doc = "DMA register for burst accesses"] + pub const fn dmab(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "DMA register for burst accesses"] + pub fn set_dmab(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Dmar { + fn default() -> Dmar { + Dmar(0) + } + } + #[doc = "capture/compare mode register 2 (output mode)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcmrOutput(pub u32); + impl CcmrOutput { + #[doc = "Capture/Compare 3 selection"] + pub fn ccs(&self, n: usize) -> super::vals::CcmrOutputCcs { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + super::vals::CcmrOutputCcs(val as u8) + } + #[doc = "Capture/Compare 3 selection"] + pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrOutputCcs) { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + } + #[doc = "Output compare 3 fast enable"] + pub fn ocfe(&self, n: usize) -> bool { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Output compare 3 fast enable"] + pub fn set_ocfe(&mut self, n: usize, val: bool) { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Output compare 3 preload enable"] + pub fn ocpe(&self, n: usize) -> super::vals::Ocpe { + assert!(n < 2usize); + let offs = 3usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Ocpe(val as u8) + } + #[doc = "Output compare 3 preload enable"] + pub fn set_ocpe(&mut self, n: usize, val: super::vals::Ocpe) { + assert!(n < 2usize); + let offs = 3usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "Output compare 3 mode"] + pub fn ocm(&self, n: usize) -> super::vals::Ocm { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + let val = (self.0 >> offs) & 0x07; + super::vals::Ocm(val as u8) + } + #[doc = "Output compare 3 mode"] + pub fn set_ocm(&mut self, n: usize, val: super::vals::Ocm) { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); + } + #[doc = "Output compare 3 clear enable"] + pub fn occe(&self, n: usize) -> bool { + assert!(n < 2usize); + let offs = 7usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Output compare 3 clear enable"] + pub fn set_occe(&mut self, n: usize, val: bool) { + assert!(n < 2usize); + let offs = 7usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for CcmrOutput { + fn default() -> CcmrOutput { + CcmrOutput(0) + } + } + #[doc = "DMA/Interrupt enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct DierAdv(pub u32); + impl DierAdv { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt enable"] + pub fn set_uie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn ccie(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn set_ccie(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "COM interrupt enable"] + pub const fn comie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "COM interrupt enable"] + pub fn set_comie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger interrupt enable"] + pub const fn tie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger interrupt enable"] + pub fn set_tie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Break interrupt enable"] + pub const fn bie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break interrupt enable"] + pub fn set_bie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Update DMA request enable"] + pub const fn ude(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Update DMA request enable"] + pub fn set_ude(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn ccde(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn set_ccde(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "COM DMA request enable"] + pub const fn comde(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "COM DMA request enable"] + pub fn set_comde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Trigger DMA request enable"] + pub const fn tde(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Trigger DMA request enable"] + pub fn set_tde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + } + impl Default for DierAdv { + fn default() -> DierAdv { + DierAdv(0) + } + } + #[doc = "capture/compare enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcerAdv(pub u32); + impl CcerAdv { + #[doc = "Capture/Compare 1 output enable"] + pub fn cce(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output enable"] + pub fn set_cce(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 complementary output enable"] + pub fn ccne(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 complementary output enable"] + pub fn set_ccne(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccnp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccnp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for CcerAdv { + fn default() -> CcerAdv { + CcerAdv(0) + } + } + #[doc = "capture/compare register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccr32(pub u32); + impl Ccr32 { + #[doc = "Capture/Compare 1 value"] + pub const fn ccr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Capture/Compare 1 value"] + pub fn set_ccr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Ccr32 { + fn default() -> Ccr32 { + Ccr32(0) + } + } + #[doc = "auto-reload register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Arr32(pub u32); + impl Arr32 { + #[doc = "Auto-reload value"] + pub const fn arr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Auto-reload value"] + pub fn set_arr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Arr32 { + fn default() -> Arr32 { + Arr32(0) + } + } + #[doc = "slave mode control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Smcr(pub u32); + impl Smcr { + #[doc = "Slave mode selection"] + pub const fn sms(&self) -> super::vals::Sms { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Sms(val as u8) + } + #[doc = "Slave mode selection"] + pub fn set_sms(&mut self, val: super::vals::Sms) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "Trigger selection"] + pub const fn ts(&self) -> super::vals::Ts { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Ts(val as u8) + } + #[doc = "Trigger selection"] + pub fn set_ts(&mut self, val: super::vals::Ts) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "Master/Slave mode"] + pub const fn msm(&self) -> super::vals::Msm { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Msm(val as u8) + } + #[doc = "Master/Slave mode"] + pub fn set_msm(&mut self, val: super::vals::Msm) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "External trigger filter"] + pub const fn etf(&self) -> super::vals::Etf { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Etf(val as u8) + } + #[doc = "External trigger filter"] + pub fn set_etf(&mut self, val: super::vals::Etf) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + } + #[doc = "External trigger prescaler"] + pub const fn etps(&self) -> super::vals::Etps { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Etps(val as u8) + } + #[doc = "External trigger prescaler"] + pub fn set_etps(&mut self, val: super::vals::Etps) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "External clock enable"] + pub const fn ece(&self) -> super::vals::Ece { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Ece(val as u8) + } + #[doc = "External clock enable"] + pub fn set_ece(&mut self, val: super::vals::Ece) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "External trigger polarity"] + pub const fn etp(&self) -> super::vals::Etp { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Etp(val as u8) + } + #[doc = "External trigger polarity"] + pub fn set_etp(&mut self, val: super::vals::Etp) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + } + impl Default for Smcr { + fn default() -> Smcr { + Smcr(0) + } + } + #[doc = "capture/compare mode register 1 (input mode)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcmrInput(pub u32); + impl CcmrInput { + #[doc = "Capture/Compare 1 selection"] + pub fn ccs(&self, n: usize) -> super::vals::CcmrInputCcs { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + super::vals::CcmrInputCcs(val as u8) + } + #[doc = "Capture/Compare 1 selection"] + pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrInputCcs) { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + } + #[doc = "Input capture 1 prescaler"] + pub fn icpsc(&self, n: usize) -> u8 { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + val as u8 + } + #[doc = "Input capture 1 prescaler"] + pub fn set_icpsc(&mut self, n: usize, val: u8) { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val as u32) & 0x03) << offs); + } + #[doc = "Input capture 1 filter"] + pub fn icf(&self, n: usize) -> super::vals::Icf { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + let val = (self.0 >> offs) & 0x0f; + super::vals::Icf(val as u8) + } + #[doc = "Input capture 1 filter"] + pub fn set_icf(&mut self, n: usize, val: super::vals::Icf) { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); + } + } + impl Default for CcmrInput { + fn default() -> CcmrInput { + CcmrInput(0) + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Gp(pub u32); + impl Cr2Gp { + #[doc = "Capture/compare DMA selection"] + pub const fn ccds(&self) -> super::vals::Ccds { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ccds(val as u8) + } + #[doc = "Capture/compare DMA selection"] + pub fn set_ccds(&mut self, val: super::vals::Ccds) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) + } + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "TI1 selection"] + pub const fn ti1s(&self) -> super::vals::Tis { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Tis(val as u8) + } + #[doc = "TI1 selection"] + pub fn set_ti1s(&mut self, val: super::vals::Tis) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + } + impl Default for Cr2Gp { + fn default() -> Cr2Gp { + Cr2Gp(0) + } + } + #[doc = "capture/compare register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccr16(pub u32); + impl Ccr16 { + #[doc = "Capture/Compare 1 value"] + pub const fn ccr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Capture/Compare 1 value"] + pub fn set_ccr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Ccr16 { + fn default() -> Ccr16 { + Ccr16(0) + } + } + #[doc = "auto-reload register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Arr16(pub u32); + impl Arr16 { + #[doc = "Auto-reload value"] + pub const fn arr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Auto-reload value"] + pub fn set_arr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Arr16 { + fn default() -> Arr16 { + Arr16(0) + } + } + #[doc = "break and dead-time register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Bdtr(pub u32); + impl Bdtr { + #[doc = "Dead-time generator setup"] + pub const fn dtg(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Dead-time generator setup"] + pub fn set_dtg(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + #[doc = "Lock configuration"] + pub const fn lock(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x03; + val as u8 + } + #[doc = "Lock configuration"] + pub fn set_lock(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + } + #[doc = "Off-state selection for Idle mode"] + pub const fn ossi(&self) -> super::vals::Ossi { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Ossi(val as u8) + } + #[doc = "Off-state selection for Idle mode"] + pub fn set_ossi(&mut self, val: super::vals::Ossi) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "Off-state selection for Run mode"] + pub const fn ossr(&self) -> super::vals::Ossr { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Ossr(val as u8) + } + #[doc = "Off-state selection for Run mode"] + pub fn set_ossr(&mut self, val: super::vals::Ossr) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "Break enable"] + pub const fn bke(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Break enable"] + pub fn set_bke(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Break polarity"] + pub const fn bkp(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Break polarity"] + pub fn set_bkp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Automatic output enable"] + pub const fn aoe(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Automatic output enable"] + pub fn set_aoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "Main output enable"] + pub const fn moe(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Main output enable"] + pub fn set_moe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + } + impl Default for Bdtr { + fn default() -> Bdtr { + Bdtr(0) + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Basic(pub u32); + impl Cr2Basic { + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) + } + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + } + impl Default for Cr2Basic { + fn default() -> Cr2Basic { + Cr2Basic(0) + } + } + #[doc = "event generation register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct EgrGp(pub u32); + impl EgrGp { + #[doc = "Update generation"] + pub const fn ug(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update generation"] + pub fn set_ug(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/compare 1 generation"] + pub fn ccg(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/compare 1 generation"] + pub fn set_ccg(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare control update generation"] + pub const fn comg(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Capture/Compare control update generation"] + pub fn set_comg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger generation"] + pub const fn tg(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger generation"] + pub fn set_tg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Break generation"] + pub const fn bg(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break generation"] + pub fn set_bg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + } + impl Default for EgrGp { + fn default() -> EgrGp { + EgrGp(0) + } + } + #[doc = "DMA/Interrupt enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct DierBasic(pub u32); + impl DierBasic { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt enable"] + pub fn set_uie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Update DMA request enable"] + pub const fn ude(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Update DMA request enable"] + pub fn set_ude(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + } + impl Default for DierBasic { + fn default() -> DierBasic { + DierBasic(0) + } + } + #[doc = "capture/compare enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcerGp(pub u32); + impl CcerGp { + #[doc = "Capture/Compare 1 output enable"] + pub fn cce(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output enable"] + pub fn set_cce(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccnp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccnp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for CcerGp { + fn default() -> CcerGp { + CcerGp(0) + } + } + #[doc = "repetition counter register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rcr(pub u32); + impl Rcr { + #[doc = "Repetition counter value"] + pub const fn rep(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Repetition counter value"] + pub fn set_rep(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + } + impl Default for Rcr { + fn default() -> Rcr { + Rcr(0) + } + } + #[doc = "control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1Gp(pub u32); + impl Cr1Gp { + #[doc = "Counter enable"] + pub const fn cen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Counter enable"] + pub fn set_cen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Update disable"] + pub const fn udis(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Update disable"] + pub fn set_udis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Update request source"] + pub const fn urs(&self) -> super::vals::Urs { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Urs(val as u8) + } + #[doc = "Update request source"] + pub fn set_urs(&mut self, val: super::vals::Urs) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "One-pulse mode"] + pub const fn opm(&self) -> super::vals::Opm { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Opm(val as u8) + } + #[doc = "One-pulse mode"] + pub fn set_opm(&mut self, val: super::vals::Opm) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Direction"] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Dir(val as u8) + } + #[doc = "Direction"] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Center-aligned mode selection"] + pub const fn cms(&self) -> super::vals::Cms { + let val = (self.0 >> 5usize) & 0x03; + super::vals::Cms(val as u8) + } + #[doc = "Center-aligned mode selection"] + pub fn set_cms(&mut self, val: super::vals::Cms) { + self.0 = (self.0 & !(0x03 << 5usize)) | (((val.0 as u32) & 0x03) << 5usize); + } + #[doc = "Auto-reload preload enable"] + pub const fn arpe(&self) -> super::vals::Arpe { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Arpe(val as u8) + } + #[doc = "Auto-reload preload enable"] + pub fn set_arpe(&mut self, val: super::vals::Arpe) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Clock division"] + pub const fn ckd(&self) -> super::vals::Ckd { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Ckd(val as u8) + } + #[doc = "Clock division"] + pub fn set_ckd(&mut self, val: super::vals::Ckd) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + } + } + impl Default for Cr1Gp { + fn default() -> Cr1Gp { + Cr1Gp(0) + } + } + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct SrBasic(pub u32); + impl SrBasic { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt flag"] + pub fn set_uif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + } + impl Default for SrBasic { + fn default() -> SrBasic { + SrBasic(0) + } + } + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct SrAdv(pub u32); + impl SrAdv { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt flag"] + pub fn set_uif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/compare 1 interrupt flag"] + pub fn ccif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/compare 1 interrupt flag"] + pub fn set_ccif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "COM interrupt flag"] + pub const fn comif(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "COM interrupt flag"] + pub fn set_comif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger interrupt flag"] + pub const fn tif(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger interrupt flag"] + pub fn set_tif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Break interrupt flag"] + pub const fn bif(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break interrupt flag"] + pub fn set_bif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn ccof(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn set_ccof(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for SrAdv { + fn default() -> SrAdv { + SrAdv(0) + } + } + #[doc = "DMA control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dcr(pub u32); + impl Dcr { + #[doc = "DMA base address"] + pub const fn dba(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x1f; + val as u8 + } + #[doc = "DMA base address"] + pub fn set_dba(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 0usize)) | (((val as u32) & 0x1f) << 0usize); + } + #[doc = "DMA burst length"] + pub const fn dbl(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x1f; + val as u8 + } + #[doc = "DMA burst length"] + pub fn set_dbl(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); + } + } + impl Default for Dcr { + fn default() -> Dcr { + Dcr(0) + } + } + #[doc = "control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1Basic(pub u32); + impl Cr1Basic { + #[doc = "Counter enable"] + pub const fn cen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Counter enable"] + pub fn set_cen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Update disable"] + pub const fn udis(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Update disable"] + pub fn set_udis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Update request source"] + pub const fn urs(&self) -> super::vals::Urs { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Urs(val as u8) + } + #[doc = "Update request source"] + pub fn set_urs(&mut self, val: super::vals::Urs) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "One-pulse mode"] + pub const fn opm(&self) -> super::vals::Opm { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Opm(val as u8) + } + #[doc = "One-pulse mode"] + pub fn set_opm(&mut self, val: super::vals::Opm) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Auto-reload preload enable"] + pub const fn arpe(&self) -> super::vals::Arpe { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Arpe(val as u8) + } + #[doc = "Auto-reload preload enable"] + pub fn set_arpe(&mut self, val: super::vals::Arpe) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + } + impl Default for Cr1Basic { + fn default() -> Cr1Basic { + Cr1Basic(0) + } + } + #[doc = "event generation register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct EgrAdv(pub u32); + impl EgrAdv { + #[doc = "Update generation"] + pub const fn ug(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update generation"] + pub fn set_ug(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/compare 1 generation"] + pub fn ccg(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/compare 1 generation"] + pub fn set_ccg(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare control update generation"] + pub const fn comg(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Capture/Compare control update generation"] + pub fn set_comg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger generation"] + pub const fn tg(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger generation"] + pub fn set_tg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Break generation"] + pub const fn bg(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break generation"] + pub fn set_bg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + } + impl Default for EgrAdv { + fn default() -> EgrAdv { + EgrAdv(0) + } + } + #[doc = "prescaler"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Psc(pub u32); + impl Psc { + #[doc = "Prescaler value"] + pub const fn psc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Prescaler value"] + pub fn set_psc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Psc { + fn default() -> Psc { + Psc(0) + } + } + #[doc = "counter"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cnt16(pub u32); + impl Cnt16 { + #[doc = "counter value"] + pub const fn cnt(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "counter value"] + pub fn set_cnt(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Cnt16 { + fn default() -> Cnt16 { + Cnt16(0) + } + } + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct SrGp(pub u32); + impl SrGp { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt flag"] + pub fn set_uif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/compare 1 interrupt flag"] + pub fn ccif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/compare 1 interrupt flag"] + pub fn set_ccif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "COM interrupt flag"] + pub const fn comif(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "COM interrupt flag"] + pub fn set_comif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger interrupt flag"] + pub const fn tif(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger interrupt flag"] + pub fn set_tif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Break interrupt flag"] + pub const fn bif(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break interrupt flag"] + pub fn set_bif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn ccof(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn set_ccof(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for SrGp { + fn default() -> SrGp { + SrGp(0) + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Adv(pub u32); + impl Cr2Adv { + #[doc = "Capture/compare preloaded control"] + pub const fn ccpc(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Capture/compare preloaded control"] + pub fn set_ccpc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/compare control update selection"] + pub const fn ccus(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Capture/compare control update selection"] + pub fn set_ccus(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Capture/compare DMA selection"] + pub const fn ccds(&self) -> super::vals::Ccds { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ccds(val as u8) + } + #[doc = "Capture/compare DMA selection"] + pub fn set_ccds(&mut self, val: super::vals::Ccds) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) + } + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "TI1 selection"] + pub const fn ti1s(&self) -> super::vals::Tis { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Tis(val as u8) + } + #[doc = "TI1 selection"] + pub fn set_ti1s(&mut self, val: super::vals::Tis) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Output Idle state 1"] + pub fn ois(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 8usize + n * 2usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Output Idle state 1"] + pub fn set_ois(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 8usize + n * 2usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Output Idle state 1"] + pub const fn ois1n(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 1"] + pub fn set_ois1n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Output Idle state 2"] + pub const fn ois2n(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 2"] + pub fn set_ois2n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Output Idle state 3"] + pub const fn ois3n(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 3"] + pub fn set_ois3n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + } + impl Default for Cr2Adv { + fn default() -> Cr2Adv { + Cr2Adv(0) + } + } + #[doc = "event generation register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct EgrBasic(pub u32); + impl EgrBasic { + #[doc = "Update generation"] + pub const fn ug(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update generation"] + pub fn set_ug(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + } + impl Default for EgrBasic { + fn default() -> EgrBasic { + EgrBasic(0) + } + } + #[doc = "DMA/Interrupt enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct DierGp(pub u32); + impl DierGp { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt enable"] + pub fn set_uie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn ccie(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn set_ccie(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Trigger interrupt enable"] + pub const fn tie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger interrupt enable"] + pub fn set_tie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Update DMA request enable"] + pub const fn ude(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Update DMA request enable"] + pub fn set_ude(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn ccde(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn set_ccde(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Trigger DMA request enable"] + pub const fn tde(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Trigger DMA request enable"] + pub fn set_tde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + } + impl Default for DierGp { + fn default() -> DierGp { + DierGp(0) + } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dir(pub u8); + impl Dir { + #[doc = "Counter used as upcounter"] + pub const UP: Self = Self(0); + #[doc = "Counter used as downcounter"] + pub const DOWN: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ts(pub u8); + impl Ts { + #[doc = "Internal Trigger 0 (ITR0)"] + pub const ITR0: Self = Self(0); + #[doc = "Internal Trigger 1 (ITR1)"] + pub const ITR1: Self = Self(0x01); + #[doc = "Internal Trigger 2 (ITR2)"] + pub const ITR2: Self = Self(0x02); + #[doc = "TI1 Edge Detector (TI1F_ED)"] + pub const TI1F_ED: Self = Self(0x04); + #[doc = "Filtered Timer Input 1 (TI1FP1)"] + pub const TI1FP1: Self = Self(0x05); + #[doc = "Filtered Timer Input 2 (TI2FP2)"] + pub const TI2FP2: Self = Self(0x06); + #[doc = "External Trigger input (ETRF)"] + pub const ETRF: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Opm(pub u8); + impl Opm { + #[doc = "Counter is not stopped at update event"] + pub const DISABLED: Self = Self(0); + #[doc = "Counter stops counting at the next update event (clearing the CEN bit)"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct CcmrInputCcs(pub u8); + impl CcmrInputCcs { + #[doc = "CCx channel is configured as input, normal mapping: ICx mapped to TIx"] + pub const TI4: Self = Self(0x01); + #[doc = "CCx channel is configured as input, alternate mapping (switches 1 with 2, 3 with 4)"] + pub const TI3: Self = Self(0x02); + #[doc = "CCx channel is configured as input, ICx is mapped on TRC"] + pub const TRC: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Etf(pub u8); + impl Etf { + #[doc = "No filter, sampling is done at fDTS"] + pub const NOFILTER: Self = Self(0); + #[doc = "fSAMPLING=fCK_INT, N=2"] + pub const FCK_INT_N2: Self = Self(0x01); + #[doc = "fSAMPLING=fCK_INT, N=4"] + pub const FCK_INT_N4: Self = Self(0x02); + #[doc = "fSAMPLING=fCK_INT, N=8"] + pub const FCK_INT_N8: Self = Self(0x03); + #[doc = "fSAMPLING=fDTS/2, N=6"] + pub const FDTS_DIV2_N6: Self = Self(0x04); + #[doc = "fSAMPLING=fDTS/2, N=8"] + pub const FDTS_DIV2_N8: Self = Self(0x05); + #[doc = "fSAMPLING=fDTS/4, N=6"] + pub const FDTS_DIV4_N6: Self = Self(0x06); + #[doc = "fSAMPLING=fDTS/4, N=8"] + pub const FDTS_DIV4_N8: Self = Self(0x07); + #[doc = "fSAMPLING=fDTS/8, N=6"] + pub const FDTS_DIV8_N6: Self = Self(0x08); + #[doc = "fSAMPLING=fDTS/8, N=8"] + pub const FDTS_DIV8_N8: Self = Self(0x09); + #[doc = "fSAMPLING=fDTS/16, N=5"] + pub const FDTS_DIV16_N5: Self = Self(0x0a); + #[doc = "fSAMPLING=fDTS/16, N=6"] + pub const FDTS_DIV16_N6: Self = Self(0x0b); + #[doc = "fSAMPLING=fDTS/16, N=8"] + pub const FDTS_DIV16_N8: Self = Self(0x0c); + #[doc = "fSAMPLING=fDTS/32, N=5"] + pub const FDTS_DIV32_N5: Self = Self(0x0d); + #[doc = "fSAMPLING=fDTS/32, N=6"] + pub const FDTS_DIV32_N6: Self = Self(0x0e); + #[doc = "fSAMPLING=fDTS/32, N=8"] + pub const FDTS_DIV32_N8: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ccds(pub u8); + impl Ccds { + #[doc = "CCx DMA request sent when CCx event occurs"] + pub const ONCOMPARE: Self = Self(0); + #[doc = "CCx DMA request sent when update event occurs"] + pub const ONUPDATE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sms(pub u8); + impl Sms { + #[doc = "Slave mode disabled - if CEN = ‘1 then the prescaler is clocked directly by the internal clock."] + pub const DISABLED: Self = Self(0); + #[doc = "Encoder mode 1 - Counter counts up/down on TI2FP1 edge depending on TI1FP2 level."] + pub const ENCODER_MODE_1: Self = Self(0x01); + #[doc = "Encoder mode 2 - Counter counts up/down on TI1FP2 edge depending on TI2FP1 level."] + pub const ENCODER_MODE_2: Self = Self(0x02); + #[doc = "Encoder mode 3 - Counter counts up/down on both TI1FP1 and TI2FP2 edges depending on the level of the other input."] + pub const ENCODER_MODE_3: Self = Self(0x03); + #[doc = "Reset Mode - Rising edge of the selected trigger input (TRGI) reinitializes the counter and generates an update of the registers."] + pub const RESET_MODE: Self = Self(0x04); + #[doc = "Gated Mode - The counter clock is enabled when the trigger input (TRGI) is high. The counter stops (but is not reset) as soon as the trigger becomes low. Both start and stop of the counter are controlled."] + pub const GATED_MODE: Self = Self(0x05); + #[doc = "Trigger Mode - The counter starts at a rising edge of the trigger TRGI (but it is not reset). Only the start of the counter is controlled."] + pub const TRIGGER_MODE: Self = Self(0x06); + #[doc = "External Clock Mode 1 - Rising edges of the selected trigger (TRGI) clock the counter."] + pub const EXT_CLOCK_MODE: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ossr(pub u8); + impl Ossr { + #[doc = "When inactive, OC/OCN outputs are disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "When inactive, OC/OCN outputs are enabled with their inactive level"] + pub const IDLELEVEL: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ocpe(pub u8); + impl Ocpe { + #[doc = "Preload register on CCR2 disabled. New values written to CCR2 are taken into account immediately"] + pub const DISABLED: Self = Self(0); + #[doc = "Preload register on CCR2 enabled. Preload value is loaded into active register on each update event"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Etp(pub u8); + impl Etp { + #[doc = "ETR is noninverted, active at high level or rising edge"] + pub const NOTINVERTED: Self = Self(0); + #[doc = "ETR is inverted, active at low level or falling edge"] + pub const INVERTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Icf(pub u8); + impl Icf { + #[doc = "No filter, sampling is done at fDTS"] + pub const NOFILTER: Self = Self(0); + #[doc = "fSAMPLING=fCK_INT, N=2"] + pub const FCK_INT_N2: Self = Self(0x01); + #[doc = "fSAMPLING=fCK_INT, N=4"] + pub const FCK_INT_N4: Self = Self(0x02); + #[doc = "fSAMPLING=fCK_INT, N=8"] + pub const FCK_INT_N8: Self = Self(0x03); + #[doc = "fSAMPLING=fDTS/2, N=6"] + pub const FDTS_DIV2_N6: Self = Self(0x04); + #[doc = "fSAMPLING=fDTS/2, N=8"] + pub const FDTS_DIV2_N8: Self = Self(0x05); + #[doc = "fSAMPLING=fDTS/4, N=6"] + pub const FDTS_DIV4_N6: Self = Self(0x06); + #[doc = "fSAMPLING=fDTS/4, N=8"] + pub const FDTS_DIV4_N8: Self = Self(0x07); + #[doc = "fSAMPLING=fDTS/8, N=6"] + pub const FDTS_DIV8_N6: Self = Self(0x08); + #[doc = "fSAMPLING=fDTS/8, N=8"] + pub const FDTS_DIV8_N8: Self = Self(0x09); + #[doc = "fSAMPLING=fDTS/16, N=5"] + pub const FDTS_DIV16_N5: Self = Self(0x0a); + #[doc = "fSAMPLING=fDTS/16, N=6"] + pub const FDTS_DIV16_N6: Self = Self(0x0b); + #[doc = "fSAMPLING=fDTS/16, N=8"] + pub const FDTS_DIV16_N8: Self = Self(0x0c); + #[doc = "fSAMPLING=fDTS/32, N=5"] + pub const FDTS_DIV32_N5: Self = Self(0x0d); + #[doc = "fSAMPLING=fDTS/32, N=6"] + pub const FDTS_DIV32_N6: Self = Self(0x0e); + #[doc = "fSAMPLING=fDTS/32, N=8"] + pub const FDTS_DIV32_N8: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Tis(pub u8); + impl Tis { + #[doc = "The TIMx_CH1 pin is connected to TI1 input"] + pub const NORMAL: Self = Self(0); + #[doc = "The TIMx_CH1, CH2, CH3 pins are connected to TI1 input"] + pub const XOR: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Urs(pub u8); + impl Urs { + #[doc = "Any of counter overflow/underflow, setting UG, or update through slave mode, generates an update interrupt or DMA request"] + pub const ANYEVENT: Self = Self(0); + #[doc = "Only counter overflow/underflow generates an update interrupt or DMA request"] + pub const COUNTERONLY: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ece(pub u8); + impl Ece { + #[doc = "External clock mode 2 disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "External clock mode 2 enabled. The counter is clocked by any active edge on the ETRF signal."] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ossi(pub u8); + impl Ossi { + #[doc = "When inactive, OC/OCN outputs are disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "When inactive, OC/OCN outputs are forced to idle level"] + pub const IDLELEVEL: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cms(pub u8); + impl Cms { + #[doc = "The counter counts up or down depending on the direction bit"] + pub const EDGEALIGNED: Self = Self(0); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting down."] + pub const CENTERALIGNED1: Self = Self(0x01); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting up."] + pub const CENTERALIGNED2: Self = Self(0x02); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set both when the counter is counting up or down."] + pub const CENTERALIGNED3: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Msm(pub u8); + impl Msm { + #[doc = "No action"] + pub const NOSYNC: Self = Self(0); + #[doc = "The effect of an event on the trigger input (TRGI) is delayed to allow a perfect synchronization between the current timer and its slaves (through TRGO). It is useful if we want to synchronize several timers on a single external event."] + pub const SYNC: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mms(pub u8); + impl Mms { + #[doc = "The UG bit from the TIMx_EGR register is used as trigger output"] + pub const RESET: Self = Self(0); + #[doc = "The counter enable signal, CNT_EN, is used as trigger output"] + pub const ENABLE: Self = Self(0x01); + #[doc = "The update event is selected as trigger output"] + pub const UPDATE: Self = Self(0x02); + #[doc = "The trigger output send a positive pulse when the CC1IF flag it to be set, as soon as a capture or a compare match occurred"] + pub const COMPAREPULSE: Self = Self(0x03); + #[doc = "OC1REF signal is used as trigger output"] + pub const COMPAREOC1: Self = Self(0x04); + #[doc = "OC2REF signal is used as trigger output"] + pub const COMPAREOC2: Self = Self(0x05); + #[doc = "OC3REF signal is used as trigger output"] + pub const COMPAREOC3: Self = Self(0x06); + #[doc = "OC4REF signal is used as trigger output"] + pub const COMPAREOC4: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Arpe(pub u8); + impl Arpe { + #[doc = "TIMx_APRR register is not buffered"] + pub const DISABLED: Self = Self(0); + #[doc = "TIMx_APRR register is buffered"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ocm(pub u8); + impl Ocm { + #[doc = "The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the outputs"] + pub const FROZEN: Self = Self(0); + #[doc = "Set channel to active level on match. OCyREF signal is forced high when the counter matches the capture/compare register"] + pub const ACTIVEONMATCH: Self = Self(0x01); + #[doc = "Set channel to inactive level on match. OCyREF signal is forced low when the counter matches the capture/compare register"] + pub const INACTIVEONMATCH: Self = Self(0x02); + #[doc = "OCyREF toggles when TIMx_CNT=TIMx_CCRy"] + pub const TOGGLE: Self = Self(0x03); + #[doc = "OCyREF is forced low"] + pub const FORCEINACTIVE: Self = Self(0x04); + #[doc = "OCyREF is forced high"] + pub const FORCEACTIVE: Self = Self(0x05); + #[doc = "In upcounting, channel is active as long as TIMx_CNTTIMx_CCRy else active"] + pub const PWMMODE1: Self = Self(0x06); + #[doc = "Inversely to PwmMode1"] + pub const PWMMODE2: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct CcmrOutputCcs(pub u8); + impl CcmrOutputCcs { + #[doc = "CCx channel is configured as output"] + pub const OUTPUT: Self = Self(0); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ckd(pub u8); + impl Ckd { + #[doc = "t_DTS = t_CK_INT"] + pub const DIV1: Self = Self(0); + #[doc = "t_DTS = 2 × t_CK_INT"] + pub const DIV2: Self = Self(0x01); + #[doc = "t_DTS = 4 × t_CK_INT"] + pub const DIV4: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Etps(pub u8); + impl Etps { + #[doc = "Prescaler OFF"] + pub const DIV1: Self = Self(0); + #[doc = "ETRP frequency divided by 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "ETRP frequency divided by 4"] + pub const DIV4: Self = Self(0x02); + #[doc = "ETRP frequency divided by 8"] + pub const DIV8: Self = Self(0x03); + } + } +} +pub mod spi_v2 { + use crate::generic::*; + #[doc = "Serial peripheral interface"] + #[derive(Copy, Clone)] + pub struct Spi(pub *mut u8); + unsafe impl Send for Spi {} + unsafe impl Sync for Spi {} + impl Spi { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "CRC polynomial register"] + pub fn crcpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "RX CRC register"] + pub fn rxcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "TX CRC register"] + pub fn txcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "RX CRC register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rxcrcr(pub u32); + impl Rxcrcr { + #[doc = "Rx CRC register"] + pub const fn rx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Rx CRC register"] + pub fn set_rx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Rxcrcr { + fn default() -> Rxcrcr { + Rxcrcr(0) + } + } + #[doc = "data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dr(pub u32); + impl Dr { + #[doc = "Data register"] + pub const fn dr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Data register"] + pub fn set_dr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Dr { + fn default() -> Dr { + Dr(0) + } + } + #[doc = "control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Cpha(val as u8) + } + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Cpol(val as u8) + } + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "Master selection"] + pub const fn mstr(&self) -> super::vals::Mstr { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Mstr(val as u8) + } + #[doc = "Master selection"] + pub fn set_mstr(&mut self, val: super::vals::Mstr) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "Baud rate control"] + pub const fn br(&self) -> super::vals::Br { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Br(val as u8) + } + #[doc = "Baud rate control"] + pub fn set_br(&mut self, val: super::vals::Br) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + } + #[doc = "SPI enable"] + pub const fn spe(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "SPI enable"] + pub fn set_spe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Frame format"] + pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Lsbfirst(val as u8) + } + #[doc = "Frame format"] + pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Internal slave select"] + pub const fn ssi(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Internal slave select"] + pub fn set_ssi(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Software slave management"] + pub const fn ssm(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Software slave management"] + pub fn set_ssm(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Receive only"] + pub const fn rxonly(&self) -> super::vals::Rxonly { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Rxonly(val as u8) + } + #[doc = "Receive only"] + pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "CRC length"] + pub const fn crcl(&self) -> super::vals::Crcl { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Crcl(val as u8) + } + #[doc = "CRC length"] + pub fn set_crcl(&mut self, val: super::vals::Crcl) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "CRC transfer next"] + pub const fn crcnext(&self) -> super::vals::Crcnext { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Crcnext(val as u8) + } + #[doc = "CRC transfer next"] + pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Hardware CRC calculation enable"] + pub const fn crcen(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Hardware CRC calculation enable"] + pub fn set_crcen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Output enable in bidirectional mode"] + pub const fn bidioe(&self) -> super::vals::Bidioe { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Bidioe(val as u8) + } + #[doc = "Output enable in bidirectional mode"] + pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "Bidirectional data mode enable"] + pub const fn bidimode(&self) -> super::vals::Bidimode { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Bidimode(val as u8) + } + #[doc = "Bidirectional data mode enable"] + pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + } + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) + } + } + #[doc = "CRC polynomial register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Crcpr(pub u32); + impl Crcpr { + #[doc = "CRC polynomial register"] + pub const fn crcpoly(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "CRC polynomial register"] + pub fn set_crcpoly(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Crcpr { + fn default() -> Crcpr { + Crcpr(0) + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Rx buffer DMA enable"] + pub const fn rxdmaen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Rx buffer DMA enable"] + pub fn set_rxdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Tx buffer DMA enable"] + pub const fn txdmaen(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Tx buffer DMA enable"] + pub fn set_txdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "SS output enable"] + pub const fn ssoe(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "SS output enable"] + pub fn set_ssoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "NSS pulse management"] + pub const fn nssp(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "NSS pulse management"] + pub fn set_nssp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Frame format"] + pub const fn frf(&self) -> super::vals::Frf { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Frf(val as u8) + } + #[doc = "Frame format"] + pub fn set_frf(&mut self, val: super::vals::Frf) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Error interrupt enable"] + pub const fn errie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Error interrupt enable"] + pub fn set_errie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "RX buffer not empty interrupt enable"] + pub const fn rxneie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "RX buffer not empty interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Tx buffer empty interrupt enable"] + pub const fn txeie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Tx buffer empty interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Data size"] + pub const fn ds(&self) -> super::vals::Ds { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Ds(val as u8) + } + #[doc = "Data size"] + pub fn set_ds(&mut self, val: super::vals::Ds) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + } + #[doc = "FIFO reception threshold"] + pub const fn frxth(&self) -> super::vals::Frxth { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Frxth(val as u8) + } + #[doc = "FIFO reception threshold"] + pub fn set_frxth(&mut self, val: super::vals::Frxth) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Last DMA transfer for reception"] + pub const fn ldma_rx(&self) -> super::vals::LdmaRx { + let val = (self.0 >> 13usize) & 0x01; + super::vals::LdmaRx(val as u8) + } + #[doc = "Last DMA transfer for reception"] + pub fn set_ldma_rx(&mut self, val: super::vals::LdmaRx) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "Last DMA transfer for transmission"] + pub const fn ldma_tx(&self) -> super::vals::LdmaTx { + let val = (self.0 >> 14usize) & 0x01; + super::vals::LdmaTx(val as u8) + } + #[doc = "Last DMA transfer for transmission"] + pub fn set_ldma_tx(&mut self, val: super::vals::LdmaTx) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + } + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) + } + } + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Sr(pub u32); + impl Sr { + #[doc = "Receive buffer not empty"] + pub const fn rxne(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Receive buffer not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Transmit buffer empty"] + pub const fn txe(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Transmit buffer empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "CRC error flag"] + pub const fn crcerr(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "CRC error flag"] + pub fn set_crcerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Mode fault"] + pub const fn modf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Mode fault"] + pub fn set_modf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Overrun flag"] + pub const fn ovr(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Overrun flag"] + pub fn set_ovr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Busy flag"] + pub const fn bsy(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Busy flag"] + pub fn set_bsy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Frame format error"] + pub const fn fre(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Frame format error"] + pub fn set_fre(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "FIFO reception level"] + pub const fn frlvl(&self) -> u8 { + let val = (self.0 >> 9usize) & 0x03; + val as u8 + } + #[doc = "FIFO reception level"] + pub fn set_frlvl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 9usize)) | (((val as u32) & 0x03) << 9usize); + } + #[doc = "FIFO Transmission Level"] + pub const fn ftlvl(&self) -> u8 { + let val = (self.0 >> 11usize) & 0x03; + val as u8 + } + #[doc = "FIFO Transmission Level"] + pub fn set_ftlvl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val as u32) & 0x03) << 11usize); + } + } + impl Default for Sr { + fn default() -> Sr { + Sr(0) + } + } + #[doc = "TX CRC register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Txcrcr(pub u32); + impl Txcrcr { + #[doc = "Tx CRC register"] + pub const fn tx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Tx CRC register"] + pub fn set_tx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Txcrcr { + fn default() -> Txcrcr { + Txcrcr(0) + } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bidioe(pub u8); + impl Bidioe { + #[doc = "Output disabled (receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0); + #[doc = "Output enabled (transmit-only mode)"] + pub const OUTPUTENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct LdmaRx(pub u8); + impl LdmaRx { + #[doc = "Number of data to transfer for receive is even"] + pub const EVEN: Self = Self(0); + #[doc = "Number of data to transfer for receive is odd"] + pub const ODD: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rxonly(pub u8); + impl Rxonly { + #[doc = "Full duplex (Transmit and receive)"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Output disabled (Receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bidimode(pub u8); + impl Bidimode { + #[doc = "2-line unidirectional data mode selected"] + pub const UNIDIRECTIONAL: Self = Self(0); + #[doc = "1-line bidirectional data mode selected"] + pub const BIDIRECTIONAL: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ftlvlr(pub u8); + impl Ftlvlr { + #[doc = "Tx FIFO Empty"] + pub const EMPTY: Self = Self(0); + #[doc = "Tx 1/4 FIFO"] + pub const QUARTER: Self = Self(0x01); + #[doc = "Tx 1/2 FIFO"] + pub const HALF: Self = Self(0x02); + #[doc = "Tx FIFO full"] + pub const FULL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ds(pub u8); + impl Ds { + #[doc = "4-bit"] + pub const FOURBIT: Self = Self(0x03); + #[doc = "5-bit"] + pub const FIVEBIT: Self = Self(0x04); + #[doc = "6-bit"] + pub const SIXBIT: Self = Self(0x05); + #[doc = "7-bit"] + pub const SEVENBIT: Self = Self(0x06); + #[doc = "8-bit"] + pub const EIGHTBIT: Self = Self(0x07); + #[doc = "9-bit"] + pub const NINEBIT: Self = Self(0x08); + #[doc = "10-bit"] + pub const TENBIT: Self = Self(0x09); + #[doc = "11-bit"] + pub const ELEVENBIT: Self = Self(0x0a); + #[doc = "12-bit"] + pub const TWELVEBIT: Self = Self(0x0b); + #[doc = "13-bit"] + pub const THIRTEENBIT: Self = Self(0x0c); + #[doc = "14-bit"] + pub const FOURTEENBIT: Self = Self(0x0d); + #[doc = "15-bit"] + pub const FIFTEENBIT: Self = Self(0x0e); + #[doc = "16-bit"] + pub const SIXTEENBIT: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frxth(pub u8); + impl Frxth { + #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/2 (16-bit)"] + pub const HALF: Self = Self(0); + #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/4 (8-bit)"] + pub const QUARTER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frlvlr(pub u8); + impl Frlvlr { + #[doc = "Rx FIFO Empty"] + pub const EMPTY: Self = Self(0); + #[doc = "Rx 1/4 FIFO"] + pub const QUARTER: Self = Self(0x01); + #[doc = "Rx 1/2 FIFO"] + pub const HALF: Self = Self(0x02); + #[doc = "Rx FIFO full"] + pub const FULL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "CK to 0 when idle"] + pub const IDLELOW: Self = Self(0); + #[doc = "CK to 1 when idle"] + pub const IDLEHIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Br(pub u8); + impl Br { + #[doc = "f_PCLK / 2"] + pub const DIV2: Self = Self(0); + #[doc = "f_PCLK / 4"] + pub const DIV4: Self = Self(0x01); + #[doc = "f_PCLK / 8"] + pub const DIV8: Self = Self(0x02); + #[doc = "f_PCLK / 16"] + pub const DIV16: Self = Self(0x03); + #[doc = "f_PCLK / 32"] + pub const DIV32: Self = Self(0x04); + #[doc = "f_PCLK / 64"] + pub const DIV64: Self = Self(0x05); + #[doc = "f_PCLK / 128"] + pub const DIV128: Self = Self(0x06); + #[doc = "f_PCLK / 256"] + pub const DIV256: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsbfirst(pub u8); + impl Lsbfirst { + #[doc = "Data is transmitted/received with the MSB first"] + pub const MSBFIRST: Self = Self(0); + #[doc = "Data is transmitted/received with the LSB first"] + pub const LSBFIRST: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frer(pub u8); + impl Frer { + #[doc = "No frame format error"] + pub const NOERROR: Self = Self(0); + #[doc = "A frame format error occurred"] + pub const ERROR: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crcl(pub u8); + impl Crcl { + #[doc = "8-bit CRC length"] + pub const EIGHTBIT: Self = Self(0); + #[doc = "16-bit CRC length"] + pub const SIXTEENBIT: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crcnext(pub u8); + impl Crcnext { + #[doc = "Next transmit value is from Tx buffer"] + pub const TXBUFFER: Self = Self(0); + #[doc = "Next transmit value is from Tx CRC register"] + pub const CRC: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frf(pub u8); + impl Frf { + #[doc = "SPI Motorola mode"] + pub const MOTOROLA: Self = Self(0); + #[doc = "SPI TI mode"] + pub const TI: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct LdmaTx(pub u8); + impl LdmaTx { + #[doc = "Number of data to transfer for transmit is even"] + pub const EVEN: Self = Self(0); + #[doc = "Number of data to transfer for transmit is odd"] + pub const ODD: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mstr(pub u8); + impl Mstr { + #[doc = "Slave configuration"] + pub const SLAVE: Self = Self(0); + #[doc = "Master configuration"] + pub const MASTER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRSTEDGE: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECONDEDGE: Self = Self(0x01); + } + } +} +pub mod usart_v1 { + use crate::generic::*; + #[doc = "Universal asynchronous receiver transmitter"] + #[derive(Copy, Clone)] + pub struct Uart(pub *mut u8); + unsafe impl Send for Uart {} + unsafe impl Sync for Uart {} + impl Uart { + #[doc = "Status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "Baud rate register"] + pub fn brr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Control register 3"] + pub fn cr3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + } + #[doc = "Universal synchronous asynchronous receiver transmitter"] + #[derive(Copy, Clone)] + pub struct Usart(pub *mut u8); + unsafe impl Send for Usart {} + unsafe impl Sync for Usart {} + impl Usart { + #[doc = "Status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "Baud rate register"] + pub fn brr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Control register 3"] + pub fn cr3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "Guard time and prescaler register"] + pub fn gtpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ps(pub u8); + impl Ps { + #[doc = "Even parity"] + pub const EVEN: Self = Self(0); + #[doc = "Odd parity"] + pub const ODD: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "Steady low value on CK pin outside transmission window"] + pub const LOW: Self = Self(0); + #[doc = "Steady high value on CK pin outside transmission window"] + pub const HIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rwu(pub u8); + impl Rwu { + #[doc = "Receiver in active mode"] + pub const ACTIVE: Self = Self(0); + #[doc = "Receiver in mute mode"] + pub const MUTE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct M(pub u8); + impl M { + #[doc = "8 data bits"] + pub const M8: Self = Self(0); + #[doc = "9 data bits"] + pub const M9: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hdsel(pub u8); + impl Hdsel { + #[doc = "Half duplex mode is not selected"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Half duplex mode is selected"] + pub const HALFDUPLEX: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Stop(pub u8); + impl Stop { + #[doc = "1 stop bit"] + pub const STOP1: Self = Self(0); + #[doc = "0.5 stop bits"] + pub const STOP0P5: Self = Self(0x01); + #[doc = "2 stop bits"] + pub const STOP2: Self = Self(0x02); + #[doc = "1.5 stop bits"] + pub const STOP1P5: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lbdl(pub u8); + impl Lbdl { + #[doc = "10-bit break detection"] + pub const LBDL10: Self = Self(0); + #[doc = "11-bit break detection"] + pub const LBDL11: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Wake(pub u8); + impl Wake { + #[doc = "USART wakeup on idle line"] + pub const IDLELINE: Self = Self(0); + #[doc = "USART wakeup on address mark"] + pub const ADDRESSMARK: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Irlp(pub u8); + impl Irlp { + #[doc = "Normal mode"] + pub const NORMAL: Self = Self(0); + #[doc = "Low-power mode"] + pub const LOWPOWER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sbk(pub u8); + impl Sbk { + #[doc = "No break character is transmitted"] + pub const NOBREAK: Self = Self(0); + #[doc = "Break character transmitted"] + pub const BREAK: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRST: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECOND: Self = Self(0x01); + } + } + pub mod regs { + use crate::generic::*; + #[doc = "Guard time and prescaler register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Gtpr(pub u32); + impl Gtpr { + #[doc = "Prescaler value"] + pub const fn psc(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Prescaler value"] + pub fn set_psc(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + #[doc = "Guard time value"] + pub const fn gt(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; + val as u8 + } + #[doc = "Guard time value"] + pub fn set_gt(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); + } + } + impl Default for Gtpr { + fn default() -> Gtpr { + Gtpr(0) + } + } + #[doc = "Control register 3"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr3Usart(pub u32); + impl Cr3Usart { + #[doc = "Error interrupt enable"] + pub const fn eie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Error interrupt enable"] + pub fn set_eie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "IrDA mode enable"] + pub const fn iren(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "IrDA mode enable"] + pub fn set_iren(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "IrDA low-power"] + pub const fn irlp(&self) -> super::vals::Irlp { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Irlp(val as u8) + } + #[doc = "IrDA low-power"] + pub fn set_irlp(&mut self, val: super::vals::Irlp) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "Half-duplex selection"] + pub const fn hdsel(&self) -> super::vals::Hdsel { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Hdsel(val as u8) + } + #[doc = "Half-duplex selection"] + pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Smartcard NACK enable"] + pub const fn nack(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Smartcard NACK enable"] + pub fn set_nack(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Smartcard mode enable"] + pub const fn scen(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Smartcard mode enable"] + pub fn set_scen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "DMA enable receiver"] + pub const fn dmar(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "DMA enable receiver"] + pub fn set_dmar(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "DMA enable transmitter"] + pub const fn dmat(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "DMA enable transmitter"] + pub fn set_dmat(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "RTS enable"] + pub const fn rtse(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "RTS enable"] + pub fn set_rtse(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "CTS enable"] + pub const fn ctse(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "CTS enable"] + pub fn set_ctse(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "CTS interrupt enable"] + pub const fn ctsie(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "CTS interrupt enable"] + pub fn set_ctsie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + } + impl Default for Cr3Usart { + fn default() -> Cr3Usart { + Cr3Usart(0) + } + } + #[doc = "Data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dr(pub u32); + impl Dr { + #[doc = "Data value"] + pub const fn dr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 + } + #[doc = "Data value"] + pub fn set_dr(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + } + } + impl Default for Dr { + fn default() -> Dr { + Dr(0) + } + } + #[doc = "Baud rate register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Brr(pub u32); + impl Brr { + #[doc = "fraction of USARTDIV"] + pub const fn div_fraction(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "fraction of USARTDIV"] + pub fn set_div_fraction(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "mantissa of USARTDIV"] + pub const fn div_mantissa(&self) -> u16 { + let val = (self.0 >> 4usize) & 0x0fff; + val as u16 + } + #[doc = "mantissa of USARTDIV"] + pub fn set_div_mantissa(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 4usize)) | (((val as u32) & 0x0fff) << 4usize); + } + } + impl Default for Brr { + fn default() -> Brr { + Brr(0) + } + } + #[doc = "Control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Address of the USART node"] + pub const fn add(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "Address of the USART node"] + pub fn set_add(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "lin break detection length"] + pub const fn lbdl(&self) -> super::vals::Lbdl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lbdl(val as u8) + } + #[doc = "lin break detection length"] + pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "LIN break detection interrupt enable"] + pub const fn lbdie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "LIN break detection interrupt enable"] + pub fn set_lbdie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "STOP bits"] + pub const fn stop(&self) -> super::vals::Stop { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Stop(val as u8) + } + #[doc = "STOP bits"] + pub fn set_stop(&mut self, val: super::vals::Stop) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "LIN mode enable"] + pub const fn linen(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "LIN mode enable"] + pub fn set_linen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + } + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) + } + } + #[doc = "Control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Send break"] + pub const fn sbk(&self) -> super::vals::Sbk { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Sbk(val as u8) + } + #[doc = "Send break"] + pub fn set_sbk(&mut self, val: super::vals::Sbk) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Receiver wakeup"] + pub const fn rwu(&self) -> super::vals::Rwu { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Rwu(val as u8) + } + #[doc = "Receiver wakeup"] + pub fn set_rwu(&mut self, val: super::vals::Rwu) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "Receiver enable"] + pub const fn re(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Receiver enable"] + pub fn set_re(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Transmitter enable"] + pub const fn te(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Transmitter enable"] + pub fn set_te(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "IDLE interrupt enable"] + pub const fn idleie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "IDLE interrupt enable"] + pub fn set_idleie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "RXNE interrupt enable"] + pub const fn rxneie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "RXNE interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Transmission complete interrupt enable"] + pub const fn tcie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Transmission complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "TXE interrupt enable"] + pub const fn txeie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "TXE interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "PE interrupt enable"] + pub const fn peie(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "PE interrupt enable"] + pub fn set_peie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Parity selection"] + pub const fn ps(&self) -> super::vals::Ps { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ps(val as u8) + } + #[doc = "Parity selection"] + pub fn set_ps(&mut self, val: super::vals::Ps) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "Parity control enable"] + pub const fn pce(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Parity control enable"] + pub fn set_pce(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "Wakeup method"] + pub const fn wake(&self) -> super::vals::Wake { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Wake(val as u8) + } + #[doc = "Wakeup method"] + pub fn set_wake(&mut self, val: super::vals::Wake) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "Word length"] + pub const fn m(&self) -> super::vals::M { + let val = (self.0 >> 12usize) & 0x01; + super::vals::M(val as u8) + } + #[doc = "Word length"] + pub fn set_m(&mut self, val: super::vals::M) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "USART enable"] + pub const fn ue(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "USART enable"] + pub fn set_ue(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + } + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) + } + } + #[doc = "Control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Usart(pub u32); + impl Cr2Usart { + #[doc = "Address of the USART node"] + pub const fn add(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "Address of the USART node"] + pub fn set_add(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "lin break detection length"] + pub const fn lbdl(&self) -> super::vals::Lbdl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lbdl(val as u8) + } + #[doc = "lin break detection length"] + pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "LIN break detection interrupt enable"] + pub const fn lbdie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "LIN break detection interrupt enable"] + pub fn set_lbdie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Last bit clock pulse"] + pub const fn lbcl(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Last bit clock pulse"] + pub fn set_lbcl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Cpha(val as u8) + } + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Cpol(val as u8) + } + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "Clock enable"] + pub const fn clken(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Clock enable"] + pub fn set_clken(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "STOP bits"] + pub const fn stop(&self) -> super::vals::Stop { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Stop(val as u8) + } + #[doc = "STOP bits"] + pub fn set_stop(&mut self, val: super::vals::Stop) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "LIN mode enable"] + pub const fn linen(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "LIN mode enable"] + pub fn set_linen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + } + impl Default for Cr2Usart { + fn default() -> Cr2Usart { + Cr2Usart(0) + } + } + #[doc = "Status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct SrUsart(pub u32); + impl SrUsart { + #[doc = "Parity error"] + pub const fn pe(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Parity error"] + pub fn set_pe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Framing error"] + pub const fn fe(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Framing error"] + pub fn set_fe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Noise error flag"] + pub const fn ne(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Noise error flag"] + pub fn set_ne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Overrun error"] + pub const fn ore(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Overrun error"] + pub fn set_ore(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "IDLE line detected"] + pub const fn idle(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "IDLE line detected"] + pub fn set_idle(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Read data register not empty"] + pub const fn rxne(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Read data register not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Transmission complete"] + pub const fn tc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Transmission complete"] + pub fn set_tc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Transmit data register empty"] + pub const fn txe(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Transmit data register empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "LIN break detection flag"] + pub const fn lbd(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "LIN break detection flag"] + pub fn set_lbd(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "CTS flag"] + pub const fn cts(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "CTS flag"] + pub fn set_cts(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + } + impl Default for SrUsart { + fn default() -> SrUsart { + SrUsart(0) + } + } + #[doc = "Status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Sr(pub u32); + impl Sr { + #[doc = "Parity error"] + pub const fn pe(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Parity error"] + pub fn set_pe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Framing error"] + pub const fn fe(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Framing error"] + pub fn set_fe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Noise error flag"] + pub const fn ne(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Noise error flag"] + pub fn set_ne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Overrun error"] + pub const fn ore(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Overrun error"] + pub fn set_ore(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "IDLE line detected"] + pub const fn idle(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "IDLE line detected"] + pub fn set_idle(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Read data register not empty"] + pub const fn rxne(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Read data register not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Transmission complete"] + pub const fn tc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Transmission complete"] + pub fn set_tc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Transmit data register empty"] + pub const fn txe(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Transmit data register empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "LIN break detection flag"] + pub const fn lbd(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "LIN break detection flag"] + pub fn set_lbd(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + } + impl Default for Sr { + fn default() -> Sr { + Sr(0) + } + } + #[doc = "Control register 3"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr3(pub u32); + impl Cr3 { + #[doc = "Error interrupt enable"] + pub const fn eie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Error interrupt enable"] + pub fn set_eie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "IrDA mode enable"] + pub const fn iren(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "IrDA mode enable"] + pub fn set_iren(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "IrDA low-power"] + pub const fn irlp(&self) -> super::vals::Irlp { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Irlp(val as u8) + } + #[doc = "IrDA low-power"] + pub fn set_irlp(&mut self, val: super::vals::Irlp) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "Half-duplex selection"] + pub const fn hdsel(&self) -> super::vals::Hdsel { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Hdsel(val as u8) + } + #[doc = "Half-duplex selection"] + pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "DMA enable receiver"] + pub const fn dmar(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "DMA enable receiver"] + pub fn set_dmar(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "DMA enable transmitter"] + pub const fn dmat(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "DMA enable transmitter"] + pub fn set_dmat(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + } + impl Default for Cr3 { + fn default() -> Cr3 { + Cr3(0) + } + } + } +} +pub mod sdmmc_v2 { + use crate::generic::*; + #[doc = "SDMMC"] + #[derive(Copy, Clone)] + pub struct Sdmmc(pub *mut u8); + unsafe impl Send for Sdmmc {} + unsafe impl Sync for Sdmmc {} + impl Sdmmc { + #[doc = "SDMMC power control register"] + pub fn power(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] + pub fn clkcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] + pub fn argr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] + pub fn cmdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "SDMMC command response register"] + pub fn respcmdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + pub fn respr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(20usize + n * 4usize)) } + } + #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] + pub fn dtimer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] + pub fn dlenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] + pub fn dctrl(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] + pub fn dcntr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } + } + #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] + pub fn star(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(52usize)) } + } + #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] + pub fn icr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(56usize)) } + } + #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] + pub fn maskr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(60usize)) } + } + #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] + pub fn acktimer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(64usize)) } + } + #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] + pub fn idmactrlr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(80usize)) } + } + #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] + pub fn idmabsizer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(84usize)) } + } + #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] + pub fn idmabase0r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(88usize)) } + } + #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] + pub fn idmabase1r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(92usize)) } + } + #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] + pub fn fifor(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(128usize)) } + } + #[doc = "SDMMC IP version register"] + pub fn ver(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(1012usize)) } + } + #[doc = "SDMMC IP identification register"] + pub fn id(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(1016usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmabsizer(pub u32); + impl Idmabsizer { + #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmabndt(&self) -> u8 { + let val = (self.0 >> 5usize) & 0xff; + val as u8 + } + #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmabndt(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 5usize)) | (((val as u32) & 0xff) << 5usize); + } + } + impl Default for Idmabsizer { + fn default() -> Idmabsizer { + Idmabsizer(0) + } + } + #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dcntr(pub u32); + impl Dcntr { + #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] + pub const fn datacount(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 + } + #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] + pub fn set_datacount(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + } + } + impl Default for Dcntr { + fn default() -> Dcntr { + Dcntr(0) + } + } + #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmabase0r(pub u32); + impl Idmabase0r { + #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] + pub const fn idmabase0(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] + pub fn set_idmabase0(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Idmabase0r { + fn default() -> Idmabase0r { + Idmabase0r(0) + } + } + #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmabase1r(pub u32); + impl Idmabase1r { + #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] + pub const fn idmabase1(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] + pub fn set_idmabase1(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Idmabase1r { + fn default() -> Idmabase1r { + Idmabase1r(0) + } + } + #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Clkcr(pub u32); + impl Clkcr { + #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] + pub const fn clkdiv(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x03ff; + val as u16 + } + #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] + pub fn set_clkdiv(&mut self, val: u16) { + self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + } + #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] + pub const fn pwrsav(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] + pub fn set_pwrsav(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn widbus(&self) -> u8 { + let val = (self.0 >> 14usize) & 0x03; + val as u8 + } + #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_widbus(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); + } + #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] + pub const fn negedge(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] + pub fn set_negedge(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] + pub const fn hwfc_en(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] + pub fn set_hwfc_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] + pub const fn ddr(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 + } + #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] + pub fn set_ddr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn busspeed(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_busspeed(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn selclkrx(&self) -> u8 { + let val = (self.0 >> 20usize) & 0x03; + val as u8 + } + #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_selclkrx(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); + } + } + impl Default for Clkcr { + fn default() -> Clkcr { + Clkcr(0) + } + } + #[doc = "SDMMC command response register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Respcmdr(pub u32); + impl Respcmdr { + #[doc = "Response command index"] + pub const fn respcmd(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x3f; + val as u8 + } + #[doc = "Response command index"] + pub fn set_respcmd(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); + } + } + impl Default for Respcmdr { + fn default() -> Respcmdr { + Respcmdr(0) + } + } + #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dlenr(pub u32); + impl Dlenr { + #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] + pub const fn datalength(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 + } + #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] + pub fn set_datalength(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + } + } + impl Default for Dlenr { + fn default() -> Dlenr { + Dlenr(0) + } + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp2r(pub u32); + impl Resp2r { + #[doc = "see Table404."] + pub const fn cardstatus2(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "see Table404."] + pub fn set_cardstatus2(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Resp2r { + fn default() -> Resp2r { + Resp2r(0) + } + } + #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cmdr(pub u32); + impl Cmdr { + #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] + pub const fn cmdindex(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x3f; + val as u8 + } + #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] + pub fn set_cmdindex(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); + } + #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] + pub const fn cmdtrans(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] + pub fn set_cmdtrans(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] + pub const fn cmdstop(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] + pub fn set_cmdstop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] + pub const fn waitresp(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x03; + val as u8 + } + #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] + pub fn set_waitresp(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + } + #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] + pub const fn waitint(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] + pub fn set_waitint(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] + pub const fn waitpend(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] + pub fn set_waitpend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] + pub const fn cpsmen(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] + pub fn set_cpsmen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] + pub const fn dthold(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] + pub fn set_dthold(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] + pub const fn bootmode(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] + pub fn set_bootmode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "Enable boot mode procedure."] + pub const fn booten(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Enable boot mode procedure."] + pub fn set_booten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] + pub const fn cmdsuspend(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] + pub fn set_cmdsuspend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + } + impl Default for Cmdr { + fn default() -> Cmdr { + Cmdr(0) + } + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp3r(pub u32); + impl Resp3r { + #[doc = "see Table404."] + pub const fn cardstatus3(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "see Table404."] + pub fn set_cardstatus3(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Resp3r { + fn default() -> Resp3r { + Resp3r(0) + } + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp4r(pub u32); + impl Resp4r { + #[doc = "see Table404."] + pub const fn cardstatus4(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "see Table404."] + pub fn set_cardstatus4(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Resp4r { + fn default() -> Resp4r { + Resp4r(0) + } + } + #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Icr(pub u32); + impl Icr { + #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] + pub const fn ccrcfailc(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] + pub fn set_ccrcfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] + pub const fn dcrcfailc(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] + pub fn set_dcrcfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] + pub const fn ctimeoutc(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] + pub fn set_ctimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] + pub const fn dtimeoutc(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] + pub fn set_dtimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] + pub const fn txunderrc(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] + pub fn set_txunderrc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] + pub const fn rxoverrc(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] + pub fn set_rxoverrc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] + pub const fn cmdrendc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] + pub fn set_cmdrendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] + pub const fn cmdsentc(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] + pub fn set_cmdsentc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] + pub const fn dataendc(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] + pub fn set_dataendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] + pub const fn dholdc(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] + pub fn set_dholdc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] + pub const fn dbckendc(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] + pub fn set_dbckendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] + pub const fn dabortc(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] + pub fn set_dabortc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] + pub const fn busyd0endc(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 + } + #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] + pub fn set_busyd0endc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] + pub const fn sdioitc(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] + pub fn set_sdioitc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] + pub const fn ackfailc(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] + pub fn set_ackfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] + pub const fn acktimeoutc(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] + pub fn set_acktimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] + pub const fn vswendc(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] + pub fn set_vswendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] + pub const fn ckstopc(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] + pub fn set_ckstopc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] + pub const fn idmatec(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 + } + #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] + pub fn set_idmatec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + } + #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] + pub const fn idmabtcc(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] + pub fn set_idmabtcc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + } + impl Default for Icr { + fn default() -> Icr { + Icr(0) + } + } + #[doc = "SDMMC IP identification register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Id(pub u32); + impl Id { + #[doc = "SDMMC IP identification."] + pub const fn ip_id(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "SDMMC IP identification."] + pub fn set_ip_id(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Id { + fn default() -> Id { + Id(0) + } + } + #[doc = "SDMMC power control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Power(pub u32); + impl Power { + #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] + pub const fn pwrctrl(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 + } + #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] + pub fn set_pwrctrl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + } + #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] + pub const fn vswitch(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] + pub fn set_vswitch(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] + pub const fn vswitchen(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] + pub fn set_vswitchen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] + pub const fn dirpol(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] + pub fn set_dirpol(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + } + impl Default for Power { + fn default() -> Power { + Power(0) + } + } + #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dtimer(pub u32); + impl Dtimer { + #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] + pub const fn datatime(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] + pub fn set_datatime(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Dtimer { + fn default() -> Dtimer { + Dtimer(0) + } + } + #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Fifor(pub u32); + impl Fifor { + #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] + pub const fn fifodata(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] + pub fn set_fifodata(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Fifor { + fn default() -> Fifor { + Fifor(0) + } + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp1r(pub u32); + impl Resp1r { + #[doc = "see Table 432"] + pub const fn cardstatus1(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "see Table 432"] + pub fn set_cardstatus1(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Resp1r { + fn default() -> Resp1r { + Resp1r(0) + } + } + #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Argr(pub u32); + impl Argr { + #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] + pub const fn cmdarg(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] + pub fn set_cmdarg(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Argr { + fn default() -> Argr { + Argr(0) + } + } + #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Star(pub u32); + impl Star { + #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn ccrcfail(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_ccrcfail(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dcrcfail(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dcrcfail(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] + pub const fn ctimeout(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] + pub fn set_ctimeout(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dtimeout(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dtimeout(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn txunderr(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_txunderr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn rxoverr(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_rxoverr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn cmdrend(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_cmdrend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn cmdsent(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_cmdsent(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dataend(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dataend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dhold(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dhold(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dbckend(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dbckend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dabort(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dabort(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub const fn dpsmact(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub fn set_dpsmact(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub const fn cpsmact(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub fn set_cpsmact(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] + pub const fn txfifohe(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] + pub fn set_txfifohe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] + pub const fn rxfifohf(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] + pub fn set_rxfifohf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] + pub const fn txfifof(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] + pub fn set_txfifof(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] + pub const fn rxfifof(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] + pub fn set_rxfifof(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] + pub const fn txfifoe(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 + } + #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] + pub fn set_txfifoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] + pub const fn rxfifoe(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] + pub fn set_rxfifoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] + pub const fn busyd0(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 + } + #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] + pub fn set_busyd0(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + } + #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn busyd0end(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 + } + #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_busyd0end(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn sdioit(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_sdioit(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn ackfail(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_ackfail(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn acktimeout(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_acktimeout(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn vswend(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_vswend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn ckstop(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_ckstop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn idmate(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 + } + #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_idmate(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + } + #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn idmabtc(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_idmabtc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + } + impl Default for Star { + fn default() -> Star { + Star(0) + } + } + #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Acktimer(pub u32); + impl Acktimer { + #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] + pub const fn acktime(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 + } + #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] + pub fn set_acktime(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + } + } + impl Default for Acktimer { + fn default() -> Acktimer { + Acktimer(0) + } + } + #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Maskr(pub u32); + impl Maskr { + #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] + pub const fn ccrcfailie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] + pub fn set_ccrcfailie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] + pub const fn dcrcfailie(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] + pub fn set_dcrcfailie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] + pub const fn ctimeoutie(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] + pub fn set_ctimeoutie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] + pub const fn dtimeoutie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] + pub fn set_dtimeoutie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] + pub const fn txunderrie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] + pub fn set_txunderrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] + pub const fn rxoverrie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] + pub fn set_rxoverrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] + pub const fn cmdrendie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] + pub fn set_cmdrendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] + pub const fn cmdsentie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] + pub fn set_cmdsentie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] + pub const fn dataendie(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] + pub fn set_dataendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] + pub const fn dholdie(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] + pub fn set_dholdie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] + pub const fn dbckendie(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] + pub fn set_dbckendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] + pub const fn dabortie(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] + pub fn set_dabortie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] + pub const fn txfifoheie(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] + pub fn set_txfifoheie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] + pub const fn rxfifohfie(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] + pub fn set_rxfifohfie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] + pub const fn rxfifofie(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] + pub fn set_rxfifofie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] + pub const fn txfifoeie(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 + } + #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] + pub fn set_txfifoeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] + pub const fn busyd0endie(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 + } + #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] + pub fn set_busyd0endie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] + pub const fn sdioitie(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] + pub fn set_sdioitie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] + pub const fn ackfailie(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] + pub fn set_ackfailie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] + pub const fn acktimeoutie(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] + pub fn set_acktimeoutie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] + pub const fn vswendie(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] + pub fn set_vswendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] + pub const fn ckstopie(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] + pub fn set_ckstopie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] + pub const fn idmabtcie(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] + pub fn set_idmabtcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + } + impl Default for Maskr { + fn default() -> Maskr { + Maskr(0) + } + } + #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dctrl(pub u32); + impl Dctrl { + #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] + pub const fn dten(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] + pub fn set_dten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn dtdir(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_dtdir(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn dtmode(&self) -> u8 { + let val = (self.0 >> 2usize) & 0x03; + val as u8 + } + #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_dtmode(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 2usize)) | (((val as u32) & 0x03) << 2usize); + } + #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] + pub const fn dblocksize(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 + } + #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] + pub fn set_dblocksize(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + } + #[doc = "Read wait start. If this bit is set, read wait operation starts."] + pub const fn rwstart(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Read wait start. If this bit is set, read wait operation starts."] + pub fn set_rwstart(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] + pub const fn rwstop(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] + pub fn set_rwstop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn rwmod(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_rwmod(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] + pub const fn sdioen(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] + pub fn set_sdioen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn bootacken(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_bootacken(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] + pub const fn fiforst(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] + pub fn set_fiforst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crypen(pub u8); - impl Crypen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); + impl Default for Dctrl { + fn default() -> Dctrl { + Dctrl(0) + } } + #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pllrdyr(pub u8); - impl Pllrdyr { - #[doc = "PLL unlocked"] - pub const UNLOCKED: Self = Self(0); - #[doc = "PLL locked"] - pub const LOCKED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmactrlr(pub u32); + impl Idmactrlr { + #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmaen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmabmode(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmabmode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] + pub const fn idmabact(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] + pub fn set_idmabact(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptimrstw(pub u8); - impl Lptimrstw { - #[doc = "Reset the module"] - pub const RESET: Self = Self(0x01); + impl Default for Idmactrlr { + fn default() -> Idmactrlr { + Idmactrlr(0) + } } + #[doc = "SDMMC IP version register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsedrv(pub u8); - impl Lsedrv { - #[doc = "Lowest drive"] - pub const LOW: Self = Self(0); - #[doc = "Medium low drive"] - pub const MEDIUMLOW: Self = Self(0x01); - #[doc = "Medium high drive"] - pub const MEDIUMHIGH: Self = Self(0x02); - #[doc = "Highest drive"] - pub const HIGH: Self = Self(0x03); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ver(pub u32); + impl Ver { + #[doc = "IP minor revision number."] + pub const fn minrev(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "IP minor revision number."] + pub fn set_minrev(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "IP major revision number."] + pub const fn majrev(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 + } + #[doc = "IP major revision number."] + pub fn set_majrev(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lpuartsel(pub u8); - impl Lpuartsel { - #[doc = "APB clock selected as peripheral clock"] - pub const APB: Self = Self(0); - #[doc = "System clock selected as peripheral clock"] - pub const SYSTEM: Self = Self(0x01); - #[doc = "HSI16 clock selected as peripheral clock"] - pub const HSI16: Self = Self(0x02); - #[doc = "LSE clock selected as peripheral clock"] - pub const LSE: Self = Self(0x03); + impl Default for Ver { + fn default() -> Ver { + Ver(0) + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mifsmen(pub u8); - impl Mifsmen { - #[doc = "NVM interface clock disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "NVM interface clock enabled in Sleep mode"] - pub const ENABLED: Self = Self(0x01); + } +} +pub mod gpio_v1 { + use crate::generic::*; + #[doc = "General purpose I/O"] + #[derive(Copy, Clone)] + pub struct Gpio(pub *mut u8); + unsafe impl Send for Gpio {} + unsafe impl Sync for Gpio {} + impl Gpio { + #[doc = "Port configuration register low (GPIOn_CRL)"] + pub fn cr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dbgsmen(pub u8); - impl Dbgsmen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); + #[doc = "Port input data register (GPIOn_IDR)"] + pub fn idr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hpre(pub u8); - impl Hpre { - #[doc = "system clock not divided"] - pub const DIV1: Self = Self(0); - #[doc = "system clock divided by 2"] - pub const DIV2: Self = Self(0x08); - #[doc = "system clock divided by 4"] - pub const DIV4: Self = Self(0x09); - #[doc = "system clock divided by 8"] - pub const DIV8: Self = Self(0x0a); - #[doc = "system clock divided by 16"] - pub const DIV16: Self = Self(0x0b); - #[doc = "system clock divided by 64"] - pub const DIV64: Self = Self(0x0c); - #[doc = "system clock divided by 128"] - pub const DIV128: Self = Self(0x0d); - #[doc = "system clock divided by 256"] - pub const DIV256: Self = Self(0x0e); - #[doc = "system clock divided by 512"] - pub const DIV512: Self = Self(0x0f); + #[doc = "Port output data register (GPIOn_ODR)"] + pub fn odr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csshsef(pub u8); - impl Csshsef { - #[doc = "No clock security interrupt caused by HSE clock failure"] - pub const NOCLOCK: Self = Self(0); - #[doc = "Clock security interrupt caused by HSE clock failure"] - pub const CLOCK: Self = Self(0x01); + #[doc = "Port bit set/reset register (GPIOn_BSRR)"] + pub fn bsrr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sws(pub u8); - impl Sws { - #[doc = "MSI oscillator used as system clock"] - pub const MSI: Self = Self(0); - #[doc = "HSI oscillator used as system clock"] - pub const HSI16: Self = Self(0x01); - #[doc = "HSE oscillator used as system clock"] - pub const HSE: Self = Self(0x02); - #[doc = "PLL used as system clock"] - pub const PLL: Self = Self(0x03); + #[doc = "Port bit reset register (GPIOn_BRR)"] + pub fn brr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pllon(pub u8); - impl Pllon { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); + #[doc = "Port configuration lock register"] + pub fn lckr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } } + } + pub mod regs { + use crate::generic::*; + #[doc = "Port output data register (GPIOn_ODR)"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptimsmen(pub u8); - impl Lptimsmen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Odr(pub u32); + impl Odr { + #[doc = "Port output data"] + pub fn odr(&self, n: usize) -> super::vals::Odr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Odr(val as u8) + } + #[doc = "Port output data"] + pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dbgen(pub u8); - impl Dbgen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); + impl Default for Odr { + fn default() -> Odr { + Odr(0) + } } + #[doc = "Port input data register (GPIOn_IDR)"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsiouten(pub u8); - impl Hsiouten { - #[doc = "HSI output clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "HSI output clock enabled"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idr(pub u32); + impl Idr { + #[doc = "Port input data"] + pub fn idr(&self, n: usize) -> super::vals::Idr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Idr(val as u8) + } + #[doc = "Port input data"] + pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mcopre(pub u8); - impl Mcopre { - #[doc = "No division"] - pub const DIV1: Self = Self(0); - #[doc = "Division by 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "Division by 4"] - pub const DIV4: Self = Self(0x02); - #[doc = "Division by 8"] - pub const DIV8: Self = Self(0x03); - #[doc = "Division by 16"] - pub const DIV16: Self = Self(0x04); + impl Default for Idr { + fn default() -> Idr { + Idr(0) + } } + #[doc = "Port configuration lock register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csslse(pub u8); - impl Csslse { - #[doc = "LSE CSS interrupt disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "LSE CSS interrupt enabled"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Lckr(pub u32); + impl Lckr { + #[doc = "Port A Lock bit"] + pub fn lck(&self, n: usize) -> super::vals::Lck { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lck(val as u8) + } + #[doc = "Port A Lock bit"] + pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "Lock key"] + pub const fn lckk(&self) -> super::vals::Lckk { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Lckk(val as u8) + } + #[doc = "Lock key"] + pub fn set_lckk(&mut self, val: super::vals::Lckk) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsi16rdyfr(pub u8); - impl Hsi16rdyfr { - #[doc = "HSI 16 MHz oscillator not ready"] - pub const NOTREADY: Self = Self(0); - #[doc = "HSI 16 MHz oscillator ready"] - pub const READY: Self = Self(0x01); + impl Default for Lckr { + fn default() -> Lckr { + Lckr(0) + } } + #[doc = "Port bit set/reset register (GPIOn_BSRR)"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcrstw(pub u8); - impl Rtcrstw { - #[doc = "Resets the RTC peripheral"] - pub const RESET: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Bsrr(pub u32); + impl Bsrr { + #[doc = "Set bit"] + pub fn bs(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Set bit"] + pub fn set_bs(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Reset bit"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Reset bit"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pllmul(pub u8); - impl Pllmul { - #[doc = "PLL clock entry x 3"] - pub const MUL3: Self = Self(0); - #[doc = "PLL clock entry x 4"] - pub const MUL4: Self = Self(0x01); - #[doc = "PLL clock entry x 6"] - pub const MUL6: Self = Self(0x02); - #[doc = "PLL clock entry x 8"] - pub const MUL8: Self = Self(0x03); - #[doc = "PLL clock entry x 12"] - pub const MUL12: Self = Self(0x04); - #[doc = "PLL clock entry x 16"] - pub const MUL16: Self = Self(0x05); - #[doc = "PLL clock entry x 24"] - pub const MUL24: Self = Self(0x06); - #[doc = "PLL clock entry x 32"] - pub const MUL32: Self = Self(0x07); - #[doc = "PLL clock entry x 48"] - pub const MUL48: Self = Self(0x08); + impl Default for Bsrr { + fn default() -> Bsrr { + Bsrr(0) + } } + #[doc = "Port bit reset register (GPIOn_BRR)"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsidiven(pub u8); - impl Hsidiven { - #[doc = "no 16 MHz HSI division requested"] - pub const NOTDIVIDED: Self = Self(0); - #[doc = "16 MHz HSI division by 4 requested"] - pub const DIV4: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Brr(pub u32); + impl Brr { + #[doc = "Reset bit"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Reset bit"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Iophsmen(pub u8); - impl Iophsmen { - #[doc = "Port x clock is disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "Port x clock is enabled in Sleep mode (if enabled by IOPHEN)"] - pub const ENABLED: Self = Self(0x01); + impl Default for Brr { + fn default() -> Brr { + Brr(0) + } } + #[doc = "Port configuration register (GPIOn_CRx)"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pllsrc(pub u8); - impl Pllsrc { - #[doc = "HSI selected as PLL input clock"] - pub const HSI16: Self = Self(0); - #[doc = "HSE selected as PLL input clock"] - pub const HSE: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "Port n mode bits"] + pub fn mode(&self, n: usize) -> super::vals::Mode { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Mode(val as u8) + } + #[doc = "Port n mode bits"] + pub fn set_mode(&mut self, n: usize, val: super::vals::Mode) { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + } + #[doc = "Port n configuration bits"] + pub fn cnf(&self, n: usize) -> super::vals::Cnf { + assert!(n < 8usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Cnf(val as u8) + } + #[doc = "Port n configuration bits"] + pub fn set_cnf(&mut self, n: usize, val: super::vals::Cnf) { + assert!(n < 8usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + } + } + impl Default for Cr { + fn default() -> Cr { + Cr(0) + } } + } + pub mod vals { + use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsebyp(pub u8); - impl Hsebyp { - #[doc = "HSE oscillator not bypassed"] - pub const NOTBYPASSED: Self = Self(0); - #[doc = "HSE oscillator bypassed"] - pub const BYPASSED: Self = Self(0x01); + pub struct Brw(pub u8); + impl Brw { + #[doc = "No action on the corresponding ODx bit"] + pub const NOACTION: Self = Self(0); + #[doc = "Reset the ODx bit"] + pub const RESET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Plldiv(pub u8); - impl Plldiv { - #[doc = "PLLVCO / 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "PLLVCO / 3"] - pub const DIV3: Self = Self(0x02); - #[doc = "PLLVCO / 4"] - pub const DIV4: Self = Self(0x03); + pub struct Idr(pub u8); + impl Idr { + #[doc = "Input is logic low"] + pub const LOW: Self = Self(0); + #[doc = "Input is logic high"] + pub const HIGH: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sw(pub u8); - impl Sw { - #[doc = "MSI oscillator used as system clock"] - pub const MSI: Self = Self(0); - #[doc = "HSI oscillator used as system clock"] - pub const HSI16: Self = Self(0x01); - #[doc = "HSE oscillator used as system clock"] - pub const HSE: Self = Self(0x02); - #[doc = "PLL used as system clock"] - pub const PLL: Self = Self(0x03); + pub struct Lck(pub u8); + impl Lck { + #[doc = "Port configuration not locked"] + pub const UNLOCKED: Self = Self(0); + #[doc = "Port configuration locked"] + pub const LOCKED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crypsmen(pub u8); - impl Crypsmen { - #[doc = "Crypto clock disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "Crypto clock enabled in Sleep mode"] - pub const ENABLED: Self = Self(0x01); + pub struct Bsw(pub u8); + impl Bsw { + #[doc = "No action on the corresponding ODx bit"] + pub const NOACTION: Self = Self(0); + #[doc = "Sets the corresponding ODRx bit"] + pub const SET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcen(pub u8); - impl Rtcen { - #[doc = "RTC clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "RTC clock enabled"] - pub const ENABLED: Self = Self(0x01); + pub struct Odr(pub u8); + impl Odr { + #[doc = "Set output to logic low"] + pub const LOW: Self = Self(0); + #[doc = "Set output to logic high"] + pub const HIGH: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lserdy(pub u8); - impl Lserdy { - #[doc = "Oscillator not ready"] - pub const NOTREADY: Self = Self(0); - #[doc = "Oscillator ready"] - pub const READY: Self = Self(0x01); + pub struct Cnf(pub u8); + impl Cnf { + #[doc = "Analog mode / Push-Pull mode"] + pub const PUSHPULL: Self = Self(0); + #[doc = "Floating input (reset state) / Open Drain-Mode"] + pub const OPENDRAIN: Self = Self(0x01); + #[doc = "Input with pull-up/pull-down / Alternate Function Push-Pull Mode"] + pub const ALTPUSHPULL: Self = Self(0x02); + #[doc = "Alternate Function Open-Drain Mode"] + pub const ALTOPENDRAIN: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Iophen(pub u8); - impl Iophen { - #[doc = "Port clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Port clock enabled"] - pub const ENABLED: Self = Self(0x01); + pub struct Lckk(pub u8); + impl Lckk { + #[doc = "Port configuration lock key not active"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Port configuration lock key active"] + pub const ACTIVE: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ppre(pub u8); - impl Ppre { - #[doc = "HCLK not divided"] - pub const DIV1: Self = Self(0); - #[doc = "HCLK divided by 2"] - pub const DIV2: Self = Self(0x04); - #[doc = "HCLK divided by 4"] - pub const DIV4: Self = Self(0x05); - #[doc = "HCLK divided by 8"] - pub const DIV8: Self = Self(0x06); - #[doc = "HCLK divided by 16"] - pub const DIV16: Self = Self(0x07); + pub struct Mode(pub u8); + impl Mode { + #[doc = "Input mode (reset state)"] + pub const INPUT: Self = Self(0); + #[doc = "Output mode 10 MHz"] + pub const OUTPUT: Self = Self(0x01); + #[doc = "Output mode 2 MHz"] + pub const OUTPUT2: Self = Self(0x02); + #[doc = "Output mode 50 MHz"] + pub const OUTPUT50: Self = Self(0x03); } } } -pub mod dma_v2 { +pub mod rng_v1 { use crate::generic::*; - #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] + #[doc = "Random number generator"] #[derive(Copy, Clone)] - pub struct St(pub *mut u8); - unsafe impl Send for St {} - unsafe impl Sync for St {} - impl St { - #[doc = "stream x configuration register"] + pub struct Rng(pub *mut u8); + unsafe impl Send for Rng {} + unsafe impl Sync for Rng {} + impl Rng { + #[doc = "control register"] pub fn cr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "stream x number of data register"] - pub fn ndtr(self) -> Reg { + #[doc = "status register"] + pub fn sr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "stream x peripheral address register"] - pub fn par(self) -> Reg { + #[doc = "data register"] + pub fn dr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "stream x memory 0 address register"] - pub fn m0ar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "stream x memory 1 address register"] - pub fn m1ar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "stream x FIFO control register"] - pub fn fcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - } - #[doc = "DMA controller"] - #[derive(Copy, Clone)] - pub struct Dma(pub *mut u8); - unsafe impl Send for Dma {} - unsafe impl Sync for Dma {} - impl Dma { - #[doc = "low interrupt status register"] - pub fn isr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } - } - #[doc = "low interrupt flag clear register"] - pub fn ifcr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] - pub fn st(self, n: usize) -> St { - assert!(n < 8usize); - unsafe { St(self.0.add(16usize + n * 24usize)) } - } } - pub mod vals { + pub mod regs { use crate::generic::*; + #[doc = "control register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dmdis(pub u8); - impl Dmdis { - #[doc = "Direct mode is enabled"] - pub const ENABLED: Self = Self(0); - #[doc = "Direct mode is disabled"] - pub const DISABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dbm(pub u8); - impl Dbm { - #[doc = "No buffer switching at the end of transfer"] - pub const DISABLED: Self = Self(0); - #[doc = "Memory target switched at the end of the DMA transfer"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ct(pub u8); - impl Ct { - #[doc = "The current target memory is Memory 0"] - pub const MEMORY0: Self = Self(0); - #[doc = "The current target memory is Memory 1"] - pub const MEMORY1: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Peripheral-to-memory"] - pub const PERIPHERALTOMEMORY: Self = Self(0); - #[doc = "Memory-to-peripheral"] - pub const MEMORYTOPERIPHERAL: Self = Self(0x01); - #[doc = "Memory-to-memory"] - pub const MEMORYTOMEMORY: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Inc(pub u8); - impl Inc { - #[doc = "Address pointer is fixed"] - pub const FIXED: Self = Self(0); - #[doc = "Address pointer is incremented after each data transfer"] - pub const INCREMENTED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pincos(pub u8); - impl Pincos { - #[doc = "The offset size for the peripheral address calculation is linked to the PSIZE"] - pub const PSIZE: Self = Self(0); - #[doc = "The offset size for the peripheral address calculation is fixed to 4 (32-bit alignment)"] - pub const FIXED4: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pl(pub u8); - impl Pl { - #[doc = "Low"] - pub const LOW: Self = Self(0); - #[doc = "Medium"] - pub const MEDIUM: Self = Self(0x01); - #[doc = "High"] - pub const HIGH: Self = Self(0x02); - #[doc = "Very high"] - pub const VERYHIGH: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fth(pub u8); - impl Fth { - #[doc = "1/4 full FIFO"] - pub const QUARTER: Self = Self(0); - #[doc = "1/2 full FIFO"] - pub const HALF: Self = Self(0x01); - #[doc = "3/4 full FIFO"] - pub const THREEQUARTERS: Self = Self(0x02); - #[doc = "Full FIFO"] - pub const FULL: Self = Self(0x03); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "Random number generator enable"] + pub const fn rngen(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Random number generator enable"] + pub fn set_rngen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Interrupt enable"] + pub const fn ie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Interrupt enable"] + pub fn set_ie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pfctrl(pub u8); - impl Pfctrl { - #[doc = "The DMA is the flow controller"] - pub const DMA: Self = Self(0); - #[doc = "The peripheral is the flow controller"] - pub const PERIPHERAL: Self = Self(0x01); + impl Default for Idmabsizer { + fn default() -> Idmabsizer { + Idmabsizer(0) + } } +<<<<<<< HEAD + #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Circ(pub u8); - impl Circ { - #[doc = "Circular mode disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Circular mode enabled"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Clkcr(pub u32); + impl Clkcr { + #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] + pub const fn clkdiv(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x03ff; + val as u16 + } + #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] + pub fn set_clkdiv(&mut self, val: u16) { + self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + } + #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] + pub const fn pwrsav(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] + pub fn set_pwrsav(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn widbus(&self) -> u8 { + let val = (self.0 >> 14usize) & 0x03; + val as u8 + } + #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_widbus(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); + } + #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] + pub const fn negedge(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] + pub fn set_negedge(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] + pub const fn hwfc_en(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] + pub fn set_hwfc_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] + pub const fn ddr(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 + } + #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] + pub fn set_ddr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn busspeed(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_busspeed(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn selclkrx(&self) -> u8 { + let val = (self.0 >> 20usize) & 0x03; + val as u8 + } + #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_selclkrx(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fs(pub u8); - impl Fs { - #[doc = "0 < fifo_level < 1/4"] - pub const QUARTER1: Self = Self(0); - #[doc = "1/4 <= fifo_level < 1/2"] - pub const QUARTER2: Self = Self(0x01); - #[doc = "1/2 <= fifo_level < 3/4"] - pub const QUARTER3: Self = Self(0x02); - #[doc = "3/4 <= fifo_level < full"] - pub const QUARTER4: Self = Self(0x03); - #[doc = "FIFO is empty"] - pub const EMPTY: Self = Self(0x04); - #[doc = "FIFO is full"] - pub const FULL: Self = Self(0x05); + impl Default for Clkcr { + fn default() -> Clkcr { + Clkcr(0) + } } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Size(pub u8); - impl Size { - #[doc = "Byte (8-bit)"] - pub const BITS8: Self = Self(0); - #[doc = "Half-word (16-bit)"] - pub const BITS16: Self = Self(0x01); - #[doc = "Word (32-bit)"] - pub const BITS32: Self = Self(0x02); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp2r(pub u32); + impl Resp2r { + #[doc = "see Table404."] + pub const fn cardstatus2(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "see Table404."] + pub fn set_cardstatus2(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Burst(pub u8); - impl Burst { - #[doc = "Single transfer"] - pub const SINGLE: Self = Self(0); - #[doc = "Incremental burst of 4 beats"] - pub const INCR4: Self = Self(0x01); - #[doc = "Incremental burst of 8 beats"] - pub const INCR8: Self = Self(0x02); - #[doc = "Incremental burst of 16 beats"] - pub const INCR16: Self = Self(0x03); + impl Default for Resp2r { + fn default() -> Resp2r { + Resp2r(0) + } } - } - pub mod regs { - use crate::generic::*; - #[doc = "stream x FIFO control register"] + #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] +======= + #[doc = "status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Fcr(pub u32); - impl Fcr { - #[doc = "FIFO threshold selection"] - pub const fn fth(&self) -> super::vals::Fth { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Fth(val as u8) + pub struct Sr(pub u32); + impl Sr { + #[doc = "Data ready"] + pub const fn drdy(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "FIFO threshold selection"] - pub fn set_fth(&mut self, val: super::vals::Fth) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + #[doc = "Data ready"] + pub fn set_drdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Direct mode disable"] - pub const fn dmdis(&self) -> super::vals::Dmdis { + #[doc = "Clock error current status"] + pub const fn cecs(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Clock error current status"] + pub fn set_cecs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Seed error current status"] + pub const fn secs(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; - super::vals::Dmdis(val as u8) + val != 0 } - #[doc = "Direct mode disable"] - pub fn set_dmdis(&mut self, val: super::vals::Dmdis) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Seed error current status"] + pub fn set_secs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "FIFO status"] - pub const fn fs(&self) -> super::vals::Fs { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Fs(val as u8) + #[doc = "Clock error interrupt status"] + pub const fn ceis(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "FIFO status"] - pub fn set_fs(&mut self, val: super::vals::Fs) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + #[doc = "Clock error interrupt status"] + pub fn set_ceis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "FIFO error interrupt enable"] - pub const fn feie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Seed error interrupt status"] + pub const fn seis(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "FIFO error interrupt enable"] - pub fn set_feie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Seed error interrupt status"] + pub fn set_seis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + } + impl Default for Sr { + fn default() -> Sr { + Sr(0) } } - impl Default for Fcr { - fn default() -> Fcr { - Fcr(0) - } + } +} +pub mod syscfg_l4 { + use crate::generic::*; + #[doc = "System configuration controller"] + #[derive(Copy, Clone)] + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "memory remap register"] + pub fn memrmp(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "configuration register 1"] + pub fn cfgr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "external interrupt configuration register 1"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } } - #[doc = "interrupt register"] + #[doc = "SCSR"] + pub fn scsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "CFGR2"] + pub fn cfgr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "SWPR"] + pub fn swpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "SKR"] + pub fn skr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "configuration register 1"] +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ixr(pub u32); - impl Ixr { - #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] - pub fn feif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + pub struct Cfgr1(pub u32); + impl Cfgr1 { + #[doc = "Firewall disable"] + pub const fn fwdis(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] - pub fn set_feif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Firewall disable"] + pub fn set_fwdis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] - pub fn dmeif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "I/O analog switch voltage booster enable"] + pub const fn boosten(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] - pub fn set_dmeif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "I/O analog switch voltage booster enable"] + pub fn set_boosten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Stream x transfer error interrupt flag (x=3..0)"] - pub fn teif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] + pub const fn i2c_pb6_fmp(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Stream x transfer error interrupt flag (x=3..0)"] - pub fn set_teif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] + pub fn set_i2c_pb6_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Stream x half transfer interrupt flag (x=3..0)"] - pub fn htif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] + pub const fn i2c_pb7_fmp(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Stream x half transfer interrupt flag (x=3..0)"] - pub fn set_htif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] + pub fn set_i2c_pb7_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] - pub fn tcif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] + pub const fn i2c_pb8_fmp(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] - pub fn set_tcif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - } - impl Default for Ixr { - fn default() -> Ixr { - Ixr(0) + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] + pub fn set_i2c_pb8_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - } - #[doc = "stream x configuration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Stream enable / flag stream ready when read low"] - pub const fn en(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] + pub const fn i2c_pb9_fmp(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "Stream enable / flag stream ready when read low"] - pub fn set_en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] + pub fn set_i2c_pb9_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "Direct mode error interrupt enable"] - pub const fn dmeie(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "I2C1 Fast-mode Plus driving capability activation"] + pub const fn i2c1_fmp(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; val != 0 } - #[doc = "Direct mode error interrupt enable"] - pub fn set_dmeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "I2C1 Fast-mode Plus driving capability activation"] + pub fn set_i2c1_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "Transfer error interrupt enable"] - pub const fn teie(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "I2C2 Fast-mode Plus driving capability activation"] + pub const fn i2c2_fmp(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "Transfer error interrupt enable"] - pub fn set_teie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "I2C2 Fast-mode Plus driving capability activation"] + pub fn set_i2c2_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Half transfer interrupt enable"] - pub const fn htie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "I2C3 Fast-mode Plus driving capability activation"] + pub const fn i2c3_fmp(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "Half transfer interrupt enable"] - pub fn set_htie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "I2C3 Fast-mode Plus driving capability activation"] + pub fn set_i2c3_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Transfer complete interrupt enable"] - pub const fn tcie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "Floating Point Unit interrupts enable bits"] + pub const fn fpu_ie(&self) -> u8 { + let val = (self.0 >> 26usize) & 0x3f; + val as u8 } - #[doc = "Transfer complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Floating Point Unit interrupts enable bits"] + pub fn set_fpu_ie(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 26usize)) | (((val as u32) & 0x3f) << 26usize); } - #[doc = "Peripheral flow controller"] - pub const fn pfctrl(&self) -> super::vals::Pfctrl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Pfctrl(val as u8) + } + impl Default for Cfgr1 { + fn default() -> Cfgr1 { + Cfgr1(0) } - #[doc = "Peripheral flow controller"] - pub fn set_pfctrl(&mut self, val: super::vals::Pfctrl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "SWPR"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Swpr(pub u32); + impl Swpr { + #[doc = "SRAWM2 write protection."] + pub fn pwp(&self, n: usize) -> bool { + assert!(n < 32usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Data transfer direction"] - pub const fn dir(&self) -> super::vals::Dir { - let val = (self.0 >> 6usize) & 0x03; - super::vals::Dir(val as u8) + #[doc = "SRAWM2 write protection."] + pub fn set_pwp(&mut self, n: usize, val: bool) { + assert!(n < 32usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Data transfer direction"] - pub fn set_dir(&mut self, val: super::vals::Dir) { - self.0 = (self.0 & !(0x03 << 6usize)) | (((val.0 as u32) & 0x03) << 6usize); + } + impl Default for Swpr { + fn default() -> Swpr { + Swpr(0) } - #[doc = "Circular mode"] - pub const fn circ(&self) -> super::vals::Circ { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Circ(val as u8) + } + #[doc = "SKR"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Skr(pub u32); + impl Skr { + #[doc = "SRAM2 write protection key for software erase"] + pub const fn key(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "Circular mode"] - pub fn set_circ(&mut self, val: super::vals::Circ) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "SRAM2 write protection key for software erase"] + pub fn set_key(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "Peripheral increment mode"] - pub const fn pinc(&self) -> super::vals::Inc { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Inc(val as u8) + } + impl Default for Skr { + fn default() -> Skr { + Skr(0) + } + } + #[doc = "SCSR"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Scsr(pub u32); + impl Scsr { + #[doc = "SRAM2 Erase"] + pub const fn sram2er(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Peripheral increment mode"] - pub fn set_pinc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "SRAM2 Erase"] + pub fn set_sram2er(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Memory increment mode"] - pub const fn minc(&self) -> super::vals::Inc { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Inc(val as u8) + #[doc = "SRAM2 busy by erase operation"] + pub const fn sram2bsy(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "Memory increment mode"] - pub fn set_minc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "SRAM2 busy by erase operation"] + pub fn set_sram2bsy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Peripheral data size"] - pub const fn psize(&self) -> super::vals::Size { - let val = (self.0 >> 11usize) & 0x03; - super::vals::Size(val as u8) + } + impl Default for Scsr { + fn default() -> Scsr { + Scsr(0) } - #[doc = "Peripheral data size"] - pub fn set_psize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + } + #[doc = "CFGR2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cfgr2(pub u32); + impl Cfgr2 { + #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] + pub const fn cll(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Memory data size"] - pub const fn msize(&self) -> super::vals::Size { - let val = (self.0 >> 13usize) & 0x03; - super::vals::Size(val as u8) + #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] + pub fn set_cll(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Memory data size"] - pub fn set_msize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 13usize)) | (((val.0 as u32) & 0x03) << 13usize); + #[doc = "SRAM2 parity lock bit"] + pub const fn spl(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "Peripheral increment offset size"] - pub const fn pincos(&self) -> super::vals::Pincos { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Pincos(val as u8) + #[doc = "SRAM2 parity lock bit"] + pub fn set_spl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Peripheral increment offset size"] - pub fn set_pincos(&mut self, val: super::vals::Pincos) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "PVD lock enable bit"] + pub const fn pvdl(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "Priority level"] - pub const fn pl(&self) -> super::vals::Pl { - let val = (self.0 >> 16usize) & 0x03; - super::vals::Pl(val as u8) + #[doc = "PVD lock enable bit"] + pub fn set_pvdl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Priority level"] - pub fn set_pl(&mut self, val: super::vals::Pl) { - self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + #[doc = "ECC Lock"] + pub const fn eccl(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - #[doc = "Double buffer mode"] - pub const fn dbm(&self) -> super::vals::Dbm { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Dbm(val as u8) + #[doc = "ECC Lock"] + pub fn set_eccl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Double buffer mode"] - pub fn set_dbm(&mut self, val: super::vals::Dbm) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + #[doc = "SRAM2 parity error flag"] + pub const fn spf(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "Current target (only in double buffer mode)"] - pub const fn ct(&self) -> super::vals::Ct { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Ct(val as u8) + #[doc = "SRAM2 parity error flag"] + pub fn set_spf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Current target (only in double buffer mode)"] - pub fn set_ct(&mut self, val: super::vals::Ct) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + impl Default for Cfgr2 { + fn default() -> Cfgr2 { + Cfgr2(0) } - #[doc = "Peripheral burst transfer configuration"] - pub const fn pburst(&self) -> super::vals::Burst { - let val = (self.0 >> 21usize) & 0x03; - super::vals::Burst(val as u8) + } + #[doc = "memory remap register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Memrmp(pub u32); + impl Memrmp { + #[doc = "Memory mapping selection"] + pub const fn mem_mode(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x07; + val as u8 } - #[doc = "Peripheral burst transfer configuration"] - pub fn set_pburst(&mut self, val: super::vals::Burst) { - self.0 = (self.0 & !(0x03 << 21usize)) | (((val.0 as u32) & 0x03) << 21usize); + #[doc = "Memory mapping selection"] + pub fn set_mem_mode(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); } - #[doc = "Memory burst transfer configuration"] - pub const fn mburst(&self) -> super::vals::Burst { - let val = (self.0 >> 23usize) & 0x03; - super::vals::Burst(val as u8) + #[doc = "QUADSPI memory mapping swap"] + pub const fn qfs(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - #[doc = "Memory burst transfer configuration"] - pub fn set_mburst(&mut self, val: super::vals::Burst) { - self.0 = (self.0 & !(0x03 << 23usize)) | (((val.0 as u32) & 0x03) << 23usize); + #[doc = "QUADSPI memory mapping swap"] + pub fn set_qfs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Channel selection"] - pub const fn chsel(&self) -> u8 { - let val = (self.0 >> 25usize) & 0x0f; - val as u8 + #[doc = "Flash Bank mode selection"] + pub const fn fb_mode(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "Channel selection"] - pub fn set_chsel(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); + #[doc = "Flash Bank mode selection"] + pub fn set_fb_mode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } } - impl Default for Cr { - fn default() -> Cr { - Cr(0) + impl Default for Memrmp { + fn default() -> Memrmp { + Memrmp(0) } } - #[doc = "stream x number of data register"] + #[doc = "external interrupt configuration register 4"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ndtr(pub u32); - impl Ndtr { - #[doc = "Number of data items to transfer"] - pub const fn ndt(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI12 configuration bits"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + val as u8 } - #[doc = "Number of data items to transfer"] - pub fn set_ndt(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "EXTI12 configuration bits"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); } } - impl Default for Ndtr { - fn default() -> Ndtr { - Ndtr(0) + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) } } } } -pub mod sdmmc_v2 { +pub mod syscfg_h7 { use crate::generic::*; - #[doc = "SDMMC"] + #[doc = "System configuration controller"] #[derive(Copy, Clone)] - pub struct Sdmmc(pub *mut u8); - unsafe impl Send for Sdmmc {} - unsafe impl Sync for Sdmmc {} - impl Sdmmc { - #[doc = "SDMMC power control register"] - pub fn power(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] - pub fn clkcr(self) -> Reg { + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "peripheral mode configuration register"] + pub fn pmcr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] - pub fn argr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } + #[doc = "external interrupt configuration register 1"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } } - #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] - pub fn cmdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } + #[doc = "compensation cell control/status register"] + pub fn cccsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } } - #[doc = "SDMMC command response register"] - pub fn respcmdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } + #[doc = "SYSCFG compensation cell value register"] + pub fn ccvr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "SYSCFG compensation cell code register"] + pub fn cccr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "SYSCFG power control register"] + pub fn pwrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "SYSCFG package register"] + pub fn pkgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(292usize)) } + } + #[doc = "SYSCFG user register 0"] + pub fn ur0(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(768usize)) } } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - pub fn respr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(20usize + n * 4usize)) } + #[doc = "SYSCFG user register 2"] + pub fn ur2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(776usize)) } } - #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] - pub fn dtimer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } + #[doc = "SYSCFG user register 3"] + pub fn ur3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(780usize)) } } - #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] - pub fn dlenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } + #[doc = "SYSCFG user register 4"] + pub fn ur4(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(784usize)) } } - #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] - pub fn dctrl(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } + #[doc = "SYSCFG user register 5"] + pub fn ur5(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(788usize)) } } - #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] - pub fn dcntr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } + #[doc = "SYSCFG user register 6"] + pub fn ur6(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(792usize)) } } - #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] - pub fn star(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(52usize)) } + #[doc = "SYSCFG user register 7"] + pub fn ur7(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(796usize)) } } - #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] - pub fn icr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(56usize)) } + #[doc = "SYSCFG user register 8"] + pub fn ur8(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(800usize)) } } - #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] - pub fn maskr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(60usize)) } + #[doc = "SYSCFG user register 9"] + pub fn ur9(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(804usize)) } } - #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] - pub fn acktimer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(64usize)) } + #[doc = "SYSCFG user register 10"] + pub fn ur10(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(808usize)) } } - #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] - pub fn idmactrlr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(80usize)) } + #[doc = "SYSCFG user register 11"] + pub fn ur11(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(812usize)) } } - #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] - pub fn idmabsizer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(84usize)) } + #[doc = "SYSCFG user register 12"] + pub fn ur12(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(816usize)) } } - #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] - pub fn idmabase0r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(88usize)) } + #[doc = "SYSCFG user register 13"] + pub fn ur13(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(820usize)) } } - #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] - pub fn idmabase1r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(92usize)) } + #[doc = "SYSCFG user register 14"] + pub fn ur14(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(824usize)) } } - #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] - pub fn fifor(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(128usize)) } + #[doc = "SYSCFG user register 15"] + pub fn ur15(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(828usize)) } } - #[doc = "SDMMC IP version register"] - pub fn ver(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(1012usize)) } + #[doc = "SYSCFG user register 16"] + pub fn ur16(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(832usize)) } } - #[doc = "SDMMC IP identification register"] - pub fn id(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(1016usize)) } + #[doc = "SYSCFG user register 17"] + pub fn ur17(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(836usize)) } } } pub mod regs { use crate::generic::*; - #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] + #[doc = "SYSCFG user register 10"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmactrlr(pub u32); - impl Idmactrlr { - #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmaen(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + pub struct Ur10(pub u32); + impl Ur10 { + #[doc = "Protected area end address for bank 2"] + pub const fn pa_end_2(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "Protected area end address for bank 2"] + pub fn set_pa_end_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "Secured area start address for bank 2"] + pub const fn sa_beg_2(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 + } +<<<<<<< HEAD + #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn ckstop(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_ckstop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmabmode(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn idmate(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmabmode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_idmate(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] - pub const fn idmabact(&self) -> bool { + #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn idmabtc(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_idmabtc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + } + impl Default for Star { + fn default() -> Star { + Star(0) + } + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp3r(pub u32); + impl Resp3r { + #[doc = "see Table404."] + pub const fn cardstatus3(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "see Table404."] + pub fn set_cardstatus3(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Resp3r { + fn default() -> Resp3r { + Resp3r(0) + } + } + #[doc = "SDMMC power control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Power(pub u32); + impl Power { + #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] + pub const fn pwrctrl(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 + } + #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] + pub fn set_pwrctrl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + } + #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] + pub const fn vswitch(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] - pub fn set_idmabact(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] + pub fn set_vswitch(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] + pub const fn vswitchen(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] + pub fn set_vswitchen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] + pub const fn dirpol(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] + pub fn set_dirpol(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + } + impl Default for Power { + fn default() -> Power { + Power(0) + } + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp1r(pub u32); + impl Resp1r { + #[doc = "see Table 432"] + pub const fn cardstatus1(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "see Table 432"] + pub fn set_cardstatus1(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Resp1r { + fn default() -> Resp1r { + Resp1r(0) + } + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp4r(pub u32); + impl Resp4r { + #[doc = "see Table404."] + pub const fn cardstatus4(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "see Table404."] + pub fn set_cardstatus4(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Idmactrlr { - fn default() -> Idmactrlr { - Idmactrlr(0) + impl Default for Resp4r { + fn default() -> Resp4r { + Resp4r(0) } } - #[doc = "SDMMC command response register"] + #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Respcmdr(pub u32); - impl Respcmdr { - #[doc = "Response command index"] - pub const fn respcmd(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x3f; - val as u8 + pub struct Acktimer(pub u32); + impl Acktimer { + #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] + pub const fn acktime(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 } - #[doc = "Response command index"] - pub fn set_respcmd(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); + #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] + pub fn set_acktime(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); } } - impl Default for Respcmdr { - fn default() -> Respcmdr { - Respcmdr(0) + impl Default for Acktimer { + fn default() -> Acktimer { + Acktimer(0) } } - #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] + #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Fifor(pub u32); - impl Fifor { - #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] - pub const fn fifodata(&self) -> u32 { + pub struct Argr(pub u32); + impl Argr { + #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] + pub const fn cmdarg(&self) -> u32 { let val = (self.0 >> 0usize) & 0xffff_ffff; val as u32 } - #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] - pub fn set_fifodata(&mut self, val: u32) { + #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] + pub fn set_cmdarg(&mut self, val: u32) { self.0 = (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Fifor { - fn default() -> Fifor { - Fifor(0) + impl Default for Argr { + fn default() -> Argr { + Argr(0) } } - #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] + #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Icr(pub u32); - impl Icr { - #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] - pub const fn ccrcfailc(&self) -> bool { + pub struct Dlenr(pub u32); + impl Dlenr { + #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] + pub const fn datalength(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 + } + #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] + pub fn set_datalength(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + } + } + impl Default for Dlenr { + fn default() -> Dlenr { + Dlenr(0) + } + } + #[doc = "SDMMC IP version register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ver(pub u32); + impl Ver { + #[doc = "IP minor revision number."] + pub const fn minrev(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "IP minor revision number."] + pub fn set_minrev(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "IP major revision number."] + pub const fn majrev(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 + } + #[doc = "IP major revision number."] + pub fn set_majrev(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + } + } + impl Default for Ver { + fn default() -> Ver { + Ver(0) + } + } + #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Maskr(pub u32); + impl Maskr { + #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] + pub const fn ccrcfailie(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] - pub fn set_ccrcfailc(&mut self, val: bool) { + #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] + pub fn set_ccrcfailie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] - pub const fn dcrcfailc(&self) -> bool { + #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] + pub const fn dcrcfailie(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] - pub fn set_dcrcfailc(&mut self, val: bool) { + #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] + pub fn set_dcrcfailie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] - pub const fn ctimeoutc(&self) -> bool { + #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] + pub const fn ctimeoutie(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] - pub fn set_ctimeoutc(&mut self, val: bool) { + #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] + pub fn set_ctimeoutie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] - pub const fn dtimeoutc(&self) -> bool { + #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] + pub const fn dtimeoutie(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] - pub fn set_dtimeoutc(&mut self, val: bool) { + #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] + pub fn set_dtimeoutie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] - pub const fn txunderrc(&self) -> bool { + #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] + pub const fn txunderrie(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] - pub fn set_txunderrc(&mut self, val: bool) { + #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] + pub fn set_txunderrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] - pub const fn rxoverrc(&self) -> bool { + #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] + pub const fn rxoverrie(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] - pub fn set_rxoverrc(&mut self, val: bool) { + #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] + pub fn set_rxoverrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] - pub const fn cmdrendc(&self) -> bool { + #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] + pub const fn cmdrendie(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] - pub fn set_cmdrendc(&mut self, val: bool) { + #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] + pub fn set_cmdrendie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] - pub const fn cmdsentc(&self) -> bool { + #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] + pub const fn cmdsentie(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] - pub fn set_cmdsentc(&mut self, val: bool) { + #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] + pub fn set_cmdsentie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] - pub const fn dataendc(&self) -> bool { + #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] + pub const fn dataendie(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] - pub fn set_dataendc(&mut self, val: bool) { + #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] + pub fn set_dataendie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] - pub const fn dholdc(&self) -> bool { + #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] + pub const fn dholdie(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] - pub fn set_dholdc(&mut self, val: bool) { + #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] + pub fn set_dholdie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] - pub const fn dbckendc(&self) -> bool { + #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] + pub const fn dbckendie(&self) -> bool { let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] - pub fn set_dbckendc(&mut self, val: bool) { + #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] + pub fn set_dbckendie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] - pub const fn dabortc(&self) -> bool { + #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] + pub const fn dabortie(&self) -> bool { let val = (self.0 >> 11usize) & 0x01; val != 0 } - #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] - pub fn set_dabortc(&mut self, val: bool) { + #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] + pub fn set_dabortie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] - pub const fn busyd0endc(&self) -> bool { + #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] + pub const fn txfifoheie(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] + pub fn set_txfifoheie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] + pub const fn rxfifohfie(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] + pub fn set_rxfifohfie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] + pub const fn rxfifofie(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] + pub fn set_rxfifofie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] + pub const fn txfifoeie(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 + } + #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] + pub fn set_txfifoeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] + pub const fn busyd0endie(&self) -> bool { let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] - pub fn set_busyd0endc(&mut self, val: bool) { + #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] + pub fn set_busyd0endie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] - pub const fn sdioitc(&self) -> bool { + #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] + pub const fn sdioitie(&self) -> bool { let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] - pub fn set_sdioitc(&mut self, val: bool) { + #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] + pub fn set_sdioitie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] - pub const fn ackfailc(&self) -> bool { + #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] + pub const fn ackfailie(&self) -> bool { let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] - pub fn set_ackfailc(&mut self, val: bool) { + #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] + pub fn set_ackfailie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] - pub const fn acktimeoutc(&self) -> bool { + #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] + pub const fn acktimeoutie(&self) -> bool { let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] - pub fn set_acktimeoutc(&mut self, val: bool) { + #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] + pub fn set_acktimeoutie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] - pub const fn vswendc(&self) -> bool { + #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] + pub const fn vswendie(&self) -> bool { let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] - pub fn set_vswendc(&mut self, val: bool) { + #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] + pub fn set_vswendie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] - pub const fn ckstopc(&self) -> bool { + #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] + pub const fn ckstopie(&self) -> bool { let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] - pub fn set_ckstopc(&mut self, val: bool) { + #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] + pub fn set_ckstopie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] - pub const fn idmatec(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 - } - #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] - pub fn set_idmatec(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); - } - #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] - pub const fn idmabtcc(&self) -> bool { + #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] + pub const fn idmabtcie(&self) -> bool { let val = (self.0 >> 28usize) & 0x01; val != 0 } - #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] - pub fn set_idmabtcc(&mut self, val: bool) { + #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] + pub fn set_idmabtcie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } } - impl Default for Icr { - fn default() -> Icr { - Icr(0) + impl Default for Maskr { + fn default() -> Maskr { + Maskr(0) } } - #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] + #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmabsizer(pub u32); - impl Idmabsizer { - #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmabndt(&self) -> u8 { - let val = (self.0 >> 5usize) & 0xff; + pub struct Cmdr(pub u32); + impl Cmdr { + #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] + pub const fn cmdindex(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x3f; val as u8 } - #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmabndt(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 5usize)) | (((val as u32) & 0xff) << 5usize); - } - } - impl Default for Idmabsizer { - fn default() -> Idmabsizer { - Idmabsizer(0) + #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] + pub fn set_cmdindex(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); } - } - #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Clkcr(pub u32); - impl Clkcr { - #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] - pub const fn clkdiv(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x03ff; - val as u16 + #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] + pub const fn cmdtrans(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] - pub fn set_clkdiv(&mut self, val: u16) { - self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] + pub fn set_cmdtrans(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] - pub const fn pwrsav(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] + pub const fn cmdstop(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] - pub fn set_pwrsav(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] + pub fn set_cmdstop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn widbus(&self) -> u8 { - let val = (self.0 >> 14usize) & 0x03; + #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] + pub const fn waitresp(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x03; val as u8 } - #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_widbus(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); - } - #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] - pub const fn negedge(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] - pub fn set_negedge(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] + pub fn set_waitresp(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); } - #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] - pub const fn hwfc_en(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; + #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] + pub const fn waitint(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] - pub fn set_hwfc_en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] + pub fn set_waitint(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] - pub const fn ddr(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; + #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] + pub const fn waitpend(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; val != 0 } - #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] - pub fn set_ddr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] + pub fn set_waitpend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn busspeed(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; + #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] + pub const fn cpsmen(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; val != 0 } - #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_busspeed(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); - } - #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn selclkrx(&self) -> u8 { - let val = (self.0 >> 20usize) & 0x03; - val as u8 - } - #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_selclkrx(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); - } - } - impl Default for Clkcr { - fn default() -> Clkcr { - Clkcr(0) - } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp2r(pub u32); - impl Resp2r { - #[doc = "see Table404."] - pub const fn cardstatus2(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "see Table404."] - pub fn set_cardstatus2(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } - } - impl Default for Resp2r { - fn default() -> Resp2r { - Resp2r(0) + #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] + pub fn set_cpsmen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - } - #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Star(pub u32); - impl Star { - #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn ccrcfail(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] + pub const fn dthold(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_ccrcfail(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] + pub fn set_dthold(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dcrcfail(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] + pub const fn bootmode(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; val != 0 } - #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dcrcfail(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] + pub fn set_bootmode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] - pub const fn ctimeout(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "Enable boot mode procedure."] + pub const fn booten(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; val != 0 } - #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] - pub fn set_ctimeout(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dtimeout(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "Enable boot mode procedure."] + pub fn set_booten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] + pub const fn cmdsuspend(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dtimeout(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] + pub fn set_cmdsuspend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn txunderr(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + } + impl Default for Cmdr { + fn default() -> Cmdr { + Cmdr(0) + } + } + #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dctrl(pub u32); + impl Dctrl { + #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] + pub const fn dten(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_txunderr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] + pub fn set_dten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn rxoverr(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn dtdir(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_rxoverr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_dtdir(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn cmdrend(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn dtmode(&self) -> u8 { + let val = (self.0 >> 2usize) & 0x03; + val as u8 } - #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_cmdrend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_dtmode(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 2usize)) | (((val as u32) & 0x03) << 2usize); } - #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn cmdsent(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] + pub const fn dblocksize(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 } - #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_cmdsent(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] + pub fn set_dblocksize(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); } - #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dataend(&self) -> bool { + #[doc = "Read wait start. If this bit is set, read wait operation starts."] + pub const fn rwstart(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dataend(&mut self, val: bool) { + #[doc = "Read wait start. If this bit is set, read wait operation starts."] + pub fn set_rwstart(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dhold(&self) -> bool { + #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] + pub const fn rwstop(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dhold(&mut self, val: bool) { + #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] + pub fn set_rwstop(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dbckend(&self) -> bool { + #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn rwmod(&self) -> bool { let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dbckend(&mut self, val: bool) { + #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_rwmod(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dabort(&self) -> bool { + #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] + pub const fn sdioen(&self) -> bool { let val = (self.0 >> 11usize) & 0x01; val != 0 } - #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dabort(&mut self, val: bool) { + #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] + pub fn set_sdioen(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub const fn dpsmact(&self) -> bool { + #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn bootacken(&self) -> bool { let val = (self.0 >> 12usize) & 0x01; val != 0 } - #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub fn set_dpsmact(&mut self, val: bool) { + #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_bootacken(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub const fn cpsmact(&self) -> bool { + #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] + pub const fn fiforst(&self) -> bool { let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub fn set_cpsmact(&mut self, val: bool) { + #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] + pub fn set_fiforst(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] - pub const fn txfifohe(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + } + impl Default for Dctrl { + fn default() -> Dctrl { + Dctrl(0) +======= + #[doc = "Secured area start address for bank 2"] + pub fn set_sa_beg_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + } + } + impl Default for Ur10 { + fn default() -> Ur10 { + Ur10(0) + } + } + #[doc = "SYSCFG user register 9"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur9(pub u32); + impl Ur9 { + #[doc = "Write protection for flash bank 2"] + pub const fn wrpn_2(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Write protection for flash bank 2"] + pub fn set_wrpn_2(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + #[doc = "Protected area start address for bank 2"] + pub const fn pa_beg_2(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 + } + #[doc = "Protected area start address for bank 2"] + pub fn set_pa_beg_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + } + } + impl Default for Ur9 { + fn default() -> Ur9 { + Ur9(0) + } + } + #[doc = "SYSCFG user register 14"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur14(pub u32); + impl Ur14 { + #[doc = "D1 Stop Reset"] + pub const fn d1stprst(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] - pub fn set_txfifohe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "D1 Stop Reset"] + pub fn set_d1stprst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] - pub const fn rxfifohf(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; + } + impl Default for Ur14 { + fn default() -> Ur14 { + Ur14(0) + } + } + #[doc = "SYSCFG power control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pwrcr(pub u32); + impl Pwrcr { + #[doc = "Overdrive enable"] + pub const fn oden(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "Overdrive enable"] + pub fn set_oden(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + } + impl Default for Pwrcr { + fn default() -> Pwrcr { + Pwrcr(0) + } + } + #[doc = "SYSCFG user register 5"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur5(pub u32); + impl Ur5 { + #[doc = "Mass erase secured area disabled for bank 1"] + pub const fn mesad_1(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] - pub fn set_rxfifohf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "Mass erase secured area disabled for bank 1"] + pub fn set_mesad_1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] - pub const fn txfifof(&self) -> bool { + #[doc = "Write protection for flash bank 1"] + pub const fn wrpn_1(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; + val as u8 + } + #[doc = "Write protection for flash bank 1"] + pub fn set_wrpn_1(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + } + } + impl Default for Ur5 { + fn default() -> Ur5 { + Ur5(0) + } + } + #[doc = "SYSCFG user register 11"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur11(pub u32); + impl Ur11 { + #[doc = "Secured area end address for bank 2"] + pub const fn sa_end_2(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "Secured area end address for bank 2"] + pub fn set_sa_end_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "Independent Watchdog 1 mode"] + pub const fn iwdg1m(&self) -> bool { let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] - pub fn set_txfifof(&mut self, val: bool) { + #[doc = "Independent Watchdog 1 mode"] + pub fn set_iwdg1m(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] - pub const fn rxfifof(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 + } + impl Default for Ur11 { + fn default() -> Ur11 { + Ur11(0) } - #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] - pub fn set_rxfifof(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "SYSCFG compensation cell value register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccvr(pub u32); + impl Ccvr { + #[doc = "NMOS compensation value"] + pub const fn ncv(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] - pub const fn txfifoe(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 + #[doc = "NMOS compensation value"] + pub fn set_ncv(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] - pub fn set_txfifoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "PMOS compensation value"] + pub const fn pcv(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 } - #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] - pub const fn rxfifoe(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 + #[doc = "PMOS compensation value"] + pub fn set_pcv(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); } - #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] - pub fn set_rxfifoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + impl Default for Ccvr { + fn default() -> Ccvr { + Ccvr(0) } - #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] - pub const fn busyd0(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 + } + #[doc = "SYSCFG user register 7"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur7(pub u32); + impl Ur7 { + #[doc = "Secured area start address for bank 1"] + pub const fn sa_beg_1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] - pub fn set_busyd0(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + #[doc = "Secured area start address for bank 1"] + pub fn set_sa_beg_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn busyd0end(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 + #[doc = "Secured area end address for bank 1"] + pub const fn sa_end_1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_busyd0end(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "Secured area end address for bank 1"] + pub fn set_sa_end_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } - #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn sdioit(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; + } + impl Default for Ur7 { + fn default() -> Ur7 { + Ur7(0) + } + } + #[doc = "SYSCFG user register 12"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur12(pub u32); + impl Ur12 { + #[doc = "Secure mode"] + pub const fn secure(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_sdioit(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "Secure mode"] + pub fn set_secure(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn ackfail(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + } + impl Default for Ur12 { + fn default() -> Ur12 { + Ur12(0) } - #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_ackfail(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "SYSCFG user register 6"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur6(pub u32); + impl Ur6 { + #[doc = "Protected area start address for bank 1"] + pub const fn pa_beg_1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn acktimeout(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 + #[doc = "Protected area start address for bank 1"] + pub fn set_pa_beg_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_acktimeout(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "Protected area end address for bank 1"] + pub const fn pa_end_1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn vswend(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + #[doc = "Protected area end address for bank 1"] + pub fn set_pa_end_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } - #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_vswend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + impl Default for Ur6 { + fn default() -> Ur6 { + Ur6(0) } - #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn ckstop(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; + } + #[doc = "peripheral mode configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pmcr(pub u32); + impl Pmcr { + #[doc = "I2C1 Fm+"] + pub const fn i2c1fmp(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_ckstop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "I2C1 Fm+"] + pub fn set_i2c1fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn idmate(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; + #[doc = "I2C2 Fm+"] + pub const fn i2c2fmp(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_idmate(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "I2C2 Fm+"] + pub fn set_i2c2fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn idmabtc(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; + #[doc = "I2C3 Fm+"] + pub const fn i2c3fmp(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_idmabtc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "I2C3 Fm+"] + pub fn set_i2c3fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - } - impl Default for Star { - fn default() -> Star { - Star(0) + #[doc = "I2C4 Fm+"] + pub const fn i2c4fmp(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp3r(pub u32); - impl Resp3r { - #[doc = "see Table404."] - pub const fn cardstatus3(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "I2C4 Fm+"] + pub fn set_i2c4fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "see Table404."] - pub fn set_cardstatus3(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "PB(6) Fm+"] + pub const fn pb6fmp(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - } - impl Default for Resp3r { - fn default() -> Resp3r { - Resp3r(0) + #[doc = "PB(6) Fm+"] + pub fn set_pb6fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - } - #[doc = "SDMMC power control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Power(pub u32); - impl Power { - #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] - pub const fn pwrctrl(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; - val as u8 + #[doc = "PB(7) Fast Mode Plus"] + pub const fn pb7fmp(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] - pub fn set_pwrctrl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + #[doc = "PB(7) Fast Mode Plus"] + pub fn set_pb7fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] - pub const fn vswitch(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "PB(8) Fast Mode Plus"] + pub const fn pb8fmp(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] - pub fn set_vswitch(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "PB(8) Fast Mode Plus"] + pub fn set_pb8fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] - pub const fn vswitchen(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "PB(9) Fm+"] + pub const fn pb9fmp(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] - pub fn set_vswitchen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "PB(9) Fm+"] + pub fn set_pb9fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] - pub const fn dirpol(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "Booster Enable"] + pub const fn booste(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] - pub fn set_dirpol(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Booster Enable"] + pub fn set_booste(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - } - impl Default for Power { - fn default() -> Power { - Power(0) + #[doc = "Analog switch supply voltage selection"] + pub const fn boostvddsel(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp1r(pub u32); - impl Resp1r { - #[doc = "see Table 432"] - pub const fn cardstatus1(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "Analog switch supply voltage selection"] + pub fn set_boostvddsel(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "see Table 432"] - pub fn set_cardstatus1(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Ethernet PHY Interface Selection"] + pub const fn epis(&self) -> u8 { + let val = (self.0 >> 21usize) & 0x07; + val as u8 } - } - impl Default for Resp1r { - fn default() -> Resp1r { - Resp1r(0) + #[doc = "Ethernet PHY Interface Selection"] + pub fn set_epis(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 21usize)) | (((val as u32) & 0x07) << 21usize); } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp4r(pub u32); - impl Resp4r { - #[doc = "see Table404."] - pub const fn cardstatus4(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "PA0 Switch Open"] + pub const fn pa0so(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 } - #[doc = "see Table404."] - pub fn set_cardstatus4(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "PA0 Switch Open"] + pub fn set_pa0so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - } - impl Default for Resp4r { - fn default() -> Resp4r { - Resp4r(0) + #[doc = "PA1 Switch Open"] + pub const fn pa1so(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 } - } - #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Acktimer(pub u32); - impl Acktimer { - #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] - pub const fn acktime(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + #[doc = "PA1 Switch Open"] + pub fn set_pa1so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] - pub fn set_acktime(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "PC2 Switch Open"] + pub const fn pc2so(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 } - } - impl Default for Acktimer { - fn default() -> Acktimer { - Acktimer(0) + #[doc = "PC2 Switch Open"] + pub fn set_pc2so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - } - #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Argr(pub u32); - impl Argr { - #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] - pub const fn cmdarg(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "PC3 Switch Open"] + pub const fn pc3so(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 } - #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] - pub fn set_cmdarg(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "PC3 Switch Open"] + pub fn set_pc3so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } } - impl Default for Argr { - fn default() -> Argr { - Argr(0) + impl Default for Pmcr { + fn default() -> Pmcr { + Pmcr(0) } } - #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] + #[doc = "SYSCFG user register 15"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dlenr(pub u32); - impl Dlenr { - #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] - pub const fn datalength(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + pub struct Ur15(pub u32); + impl Ur15 { + #[doc = "Freeze independent watchdog in Standby mode"] + pub const fn fziwdgstb(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] - pub fn set_datalength(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "Freeze independent watchdog in Standby mode"] + pub fn set_fziwdgstb(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Dlenr { - fn default() -> Dlenr { - Dlenr(0) + impl Default for Ur15 { + fn default() -> Ur15 { + Ur15(0) +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) } } - #[doc = "SDMMC IP version register"] + #[doc = "SYSCFG user register 3"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ver(pub u32); - impl Ver { - #[doc = "IP minor revision number."] - pub const fn minrev(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "IP minor revision number."] - pub fn set_minrev(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); - } - #[doc = "IP major revision number."] - pub const fn majrev(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + pub struct Ur3(pub u32); + impl Ur3 { + #[doc = "Boot Address 1"] + pub const fn boot_add1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 } - #[doc = "IP major revision number."] - pub fn set_majrev(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "Boot Address 1"] + pub fn set_boot_add1(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); } } - impl Default for Ver { - fn default() -> Ver { - Ver(0) + impl Default for Ur3 { + fn default() -> Ur3 { + Ur3(0) } } - #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] +<<<<<<< HEAD + #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Maskr(pub u32); - impl Maskr { - #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] - pub const fn ccrcfailie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] - pub fn set_ccrcfailie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] - pub const fn dcrcfailie(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] - pub fn set_dcrcfailie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] - pub const fn ctimeoutie(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] - pub fn set_ctimeoutie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] - pub const fn dtimeoutie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + pub struct Dcntr(pub u32); + impl Dcntr { + #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] + pub const fn datacount(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 } - #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] - pub fn set_dtimeoutie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] + pub fn set_datacount(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); } - #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] - pub const fn txunderrie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + } + impl Default for Dcntr { + fn default() -> Dcntr { + Dcntr(0) } - #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] - pub fn set_txunderrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dtimer(pub u32); + impl Dtimer { + #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] + pub const fn datatime(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] - pub const fn rxoverrie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] + pub fn set_datatime(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] - pub fn set_rxoverrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + impl Default for Dtimer { + fn default() -> Dtimer { + Dtimer(0) } - #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] - pub const fn cmdrendie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + } + #[doc = "SDMMC IP identification register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Id(pub u32); + impl Id { + #[doc = "SDMMC IP identification."] + pub const fn ip_id(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] - pub fn set_cmdrendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "SDMMC IP identification."] + pub fn set_ip_id(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] - pub const fn cmdsentie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + } + impl Default for Id { + fn default() -> Id { + Id(0) +======= + #[doc = "SYSCFG user register 0"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur0(pub u32); + impl Ur0 { + #[doc = "Bank Swap"] + pub const fn bks(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] - pub fn set_cmdsentie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Bank Swap"] + pub fn set_bks(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] - pub const fn dataendie(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "Readout protection"] + pub const fn rdp(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; + val as u8 } - #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] - pub fn set_dataendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Readout protection"] + pub fn set_rdp(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); } - #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] - pub const fn dholdie(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 + } + impl Default for Ur0 { + fn default() -> Ur0 { + Ur0(0) +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) } - #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] - pub fn set_dholdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "SYSCFG package register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pkgr(pub u32); + impl Pkgr { + #[doc = "Package"] + pub const fn pkg(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] - pub const fn dbckendie(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 + #[doc = "Package"] + pub fn set_pkg(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] - pub fn set_dbckendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + impl Default for Pkgr { + fn default() -> Pkgr { + Pkgr(0) } - #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] - pub const fn dabortie(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 + } +<<<<<<< HEAD + } +} +pub mod gpio_v1 { + use crate::generic::*; + #[doc = "General purpose I/O"] + #[derive(Copy, Clone)] + pub struct Gpio(pub *mut u8); + unsafe impl Send for Gpio {} + unsafe impl Sync for Gpio {} + impl Gpio { + #[doc = "Port configuration register low (GPIOn_CRL)"] + pub fn cr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } + } + #[doc = "Port input data register (GPIOn_IDR)"] + pub fn idr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Port output data register (GPIOn_ODR)"] + pub fn odr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Port bit set/reset register (GPIOn_BSRR)"] + pub fn bsrr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Port bit reset register (GPIOn_BRR)"] + pub fn brr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "Port configuration lock register"] + pub fn lckr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cnf(pub u8); + impl Cnf { + #[doc = "Analog mode / Push-Pull mode"] + pub const PUSHPULL: Self = Self(0); + #[doc = "Floating input (reset state) / Open Drain-Mode"] + pub const OPENDRAIN: Self = Self(0x01); + #[doc = "Input with pull-up/pull-down / Alternate Function Push-Pull Mode"] + pub const ALTPUSHPULL: Self = Self(0x02); + #[doc = "Alternate Function Open-Drain Mode"] + pub const ALTOPENDRAIN: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Brw(pub u8); + impl Brw { + #[doc = "No action on the corresponding ODx bit"] + pub const NOACTION: Self = Self(0); + #[doc = "Reset the ODx bit"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bsw(pub u8); + impl Bsw { + #[doc = "No action on the corresponding ODx bit"] + pub const NOACTION: Self = Self(0); + #[doc = "Sets the corresponding ODRx bit"] + pub const SET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Odr(pub u8); + impl Odr { + #[doc = "Set output to logic low"] + pub const LOW: Self = Self(0); + #[doc = "Set output to logic high"] + pub const HIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Idr(pub u8); + impl Idr { + #[doc = "Input is logic low"] + pub const LOW: Self = Self(0); + #[doc = "Input is logic high"] + pub const HIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lckk(pub u8); + impl Lckk { + #[doc = "Port configuration lock key not active"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Port configuration lock key active"] + pub const ACTIVE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mode(pub u8); + impl Mode { + #[doc = "Input mode (reset state)"] + pub const INPUT: Self = Self(0); + #[doc = "Output mode 10 MHz"] + pub const OUTPUT: Self = Self(0x01); + #[doc = "Output mode 2 MHz"] + pub const OUTPUT2: Self = Self(0x02); + #[doc = "Output mode 50 MHz"] + pub const OUTPUT50: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lck(pub u8); + impl Lck { + #[doc = "Port configuration not locked"] + pub const UNLOCKED: Self = Self(0); + #[doc = "Port configuration locked"] + pub const LOCKED: Self = Self(0x01); + } + } + pub mod regs { + use crate::generic::*; + #[doc = "Port configuration lock register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Lckr(pub u32); + impl Lckr { + #[doc = "Port A Lock bit"] + pub fn lck(&self, n: usize) -> super::vals::Lck { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lck(val as u8) } - #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] - pub fn set_dabortie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "Port A Lock bit"] + pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] - pub const fn txfifoheie(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 + #[doc = "Lock key"] + pub const fn lckk(&self) -> super::vals::Lckk { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Lckk(val as u8) } - #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] - pub fn set_txfifoheie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "Lock key"] + pub fn set_lckk(&mut self, val: super::vals::Lckk) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] - pub const fn rxfifohfie(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 + } + impl Default for Lckr { + fn default() -> Lckr { + Lckr(0) } - #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] - pub fn set_rxfifohfie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "Port input data register (GPIOn_IDR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idr(pub u32); + impl Idr { + #[doc = "Port input data"] + pub fn idr(&self, n: usize) -> super::vals::Idr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Idr(val as u8) } - #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] - pub const fn rxfifofie(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 + #[doc = "Port input data"] + pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] - pub fn set_rxfifofie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + impl Default for Idr { + fn default() -> Idr { + Idr(0) } - #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] - pub const fn txfifoeie(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; + } + #[doc = "Port bit set/reset register (GPIOn_BSRR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Bsrr(pub u32); + impl Bsrr { + #[doc = "Set bit"] + pub fn bs(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] - pub fn set_txfifoeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "Set bit"] + pub fn set_bs(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] - pub const fn busyd0endie(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; + #[doc = "Reset bit"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] - pub fn set_busyd0endie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "Reset bit"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] - pub const fn sdioitie(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + } + impl Default for Bsrr { + fn default() -> Bsrr { + Bsrr(0) } - #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] - pub fn set_sdioitie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "Port configuration register (GPIOn_CRx)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "Port n mode bits"] + pub fn mode(&self, n: usize) -> super::vals::Mode { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Mode(val as u8) } - #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] - pub const fn ackfailie(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + #[doc = "Port n mode bits"] + pub fn set_mode(&mut self, n: usize, val: super::vals::Mode) { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] - pub fn set_ackfailie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "Port n configuration bits"] + pub fn cnf(&self, n: usize) -> super::vals::Cnf { + assert!(n < 8usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Cnf(val as u8) } - #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] - pub const fn acktimeoutie(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 + #[doc = "Port n configuration bits"] + pub fn set_cnf(&mut self, n: usize, val: super::vals::Cnf) { + assert!(n < 8usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] - pub fn set_acktimeoutie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + impl Default for Cr { + fn default() -> Cr { + Cr(0) } - #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] - pub const fn vswendie(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; + } + #[doc = "Port bit reset register (GPIOn_BRR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Brr(pub u32); + impl Brr { + #[doc = "Reset bit"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] - pub fn set_vswendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "Reset bit"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] - pub const fn ckstopie(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + } + impl Default for Brr { + fn default() -> Brr { + Brr(0) } - #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] - pub fn set_ckstopie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "Port output data register (GPIOn_ODR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Odr(pub u32); + impl Odr { + #[doc = "Port output data"] + pub fn odr(&self, n: usize) -> super::vals::Odr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Odr(val as u8) } - #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] - pub const fn idmabtcie(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 + #[doc = "Port output data"] + pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] - pub fn set_idmabtcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + impl Default for Odr { + fn default() -> Odr { + Odr(0) } } - impl Default for Maskr { - fn default() -> Maskr { - Maskr(0) - } + } +} +pub mod syscfg_l4 { + use crate::generic::*; + #[doc = "System configuration controller"] + #[derive(Copy, Clone)] + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "memory remap register"] + pub fn memrmp(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "configuration register 1"] + pub fn cfgr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "external interrupt configuration register 1"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + } + #[doc = "SCSR"] + pub fn scsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } } - #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] + #[doc = "CFGR2"] + pub fn cfgr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "SWPR"] + pub fn swpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "SKR"] + pub fn skr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "CFGR2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cmdr(pub u32); - impl Cmdr { - #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] - pub const fn cmdindex(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x3f; - val as u8 - } - #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] - pub fn set_cmdindex(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); - } - #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] - pub const fn cmdtrans(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] - pub fn set_cmdtrans(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] - pub const fn cmdstop(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] - pub fn set_cmdstop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] - pub const fn waitresp(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x03; - val as u8 - } - #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] - pub fn set_waitresp(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); - } - #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] - pub const fn waitint(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; + pub struct Cfgr2(pub u32); + impl Cfgr2 { + #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] + pub const fn cll(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] - pub fn set_waitint(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] + pub fn set_cll(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] - pub const fn waitpend(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "SRAM2 parity lock bit"] + pub const fn spl(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] - pub fn set_waitpend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "SRAM2 parity lock bit"] + pub fn set_spl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] - pub const fn cpsmen(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "PVD lock enable bit"] + pub const fn pvdl(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] - pub fn set_cpsmen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "PVD lock enable bit"] + pub fn set_pvdl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] - pub const fn dthold(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "ECC Lock"] + pub const fn eccl(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] - pub fn set_dthold(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "ECC Lock"] + pub fn set_eccl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] - pub const fn bootmode(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "SRAM2 parity error flag"] + pub const fn spf(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] - pub fn set_bootmode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - #[doc = "Enable boot mode procedure."] - pub const fn booten(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 + #[doc = "SRAM2 parity error flag"] + pub fn set_spf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Enable boot mode procedure."] - pub fn set_booten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + impl Default for Cfgr2 { + fn default() -> Cfgr2 { + Cfgr2(0) } - #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] - pub const fn cmdsuspend(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + } + #[doc = "SKR"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Skr(pub u32); + impl Skr { + #[doc = "SRAM2 write protection key for software erase"] + pub const fn key(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] - pub fn set_cmdsuspend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "SRAM2 write protection key for software erase"] + pub fn set_key(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } } - impl Default for Cmdr { - fn default() -> Cmdr { - Cmdr(0) + impl Default for Skr { + fn default() -> Skr { + Skr(0) } } - #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] + #[doc = "configuration register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dctrl(pub u32); - impl Dctrl { - #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] - pub const fn dten(&self) -> bool { + pub struct Cfgr1(pub u32); + impl Cfgr1 { + #[doc = "Firewall disable"] + pub const fn fwdis(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] - pub fn set_dten(&mut self, val: bool) { + #[doc = "Firewall disable"] + pub fn set_fwdis(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn dtdir(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_dtdir(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn dtmode(&self) -> u8 { - let val = (self.0 >> 2usize) & 0x03; - val as u8 - } - #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_dtmode(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 2usize)) | (((val as u32) & 0x03) << 2usize); - } - #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] - pub const fn dblocksize(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 - } - #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] - pub fn set_dblocksize(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); - } - #[doc = "Read wait start. If this bit is set, read wait operation starts."] - pub const fn rwstart(&self) -> bool { + #[doc = "I/O analog switch voltage booster enable"] + pub const fn boosten(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Read wait start. If this bit is set, read wait operation starts."] - pub fn set_rwstart(&mut self, val: bool) { + #[doc = "I/O analog switch voltage booster enable"] + pub fn set_boosten(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] - pub const fn rwstop(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] + pub const fn i2c_pb6_fmp(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] - pub fn set_rwstop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] + pub fn set_i2c_pb6_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn rwmod(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] + pub const fn i2c_pb7_fmp(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_rwmod(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] + pub fn set_i2c_pb7_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] - pub const fn sdioen(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] + pub const fn i2c_pb8_fmp(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] - pub fn set_sdioen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] + pub fn set_i2c_pb8_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn bootacken(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] + pub const fn i2c_pb9_fmp(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_bootacken(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] + pub fn set_i2c_pb9_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] - pub const fn fiforst(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "I2C1 Fast-mode Plus driving capability activation"] + pub const fn i2c1_fmp(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; val != 0 } - #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] - pub fn set_fiforst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "I2C1 Fast-mode Plus driving capability activation"] + pub fn set_i2c1_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - } - impl Default for Dctrl { - fn default() -> Dctrl { - Dctrl(0) + #[doc = "I2C2 Fast-mode Plus driving capability activation"] + pub const fn i2c2_fmp(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 } - } - #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmabase1r(pub u32); - impl Idmabase1r { - #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] - pub const fn idmabase1(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "I2C2 Fast-mode Plus driving capability activation"] + pub fn set_i2c2_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] - pub fn set_idmabase1(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "I2C3 Fast-mode Plus driving capability activation"] + pub const fn i2c3_fmp(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 } - } - impl Default for Idmabase1r { - fn default() -> Idmabase1r { - Idmabase1r(0) + #[doc = "I2C3 Fast-mode Plus driving capability activation"] + pub fn set_i2c3_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - } - #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dcntr(pub u32); - impl Dcntr { - #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] - pub const fn datacount(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + #[doc = "Floating Point Unit interrupts enable bits"] + pub const fn fpu_ie(&self) -> u8 { + let val = (self.0 >> 26usize) & 0x3f; + val as u8 } - #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] - pub fn set_datacount(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "Floating Point Unit interrupts enable bits"] + pub fn set_fpu_ie(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 26usize)) | (((val as u32) & 0x3f) << 26usize); } } - impl Default for Dcntr { - fn default() -> Dcntr { - Dcntr(0) + impl Default for Cfgr1 { + fn default() -> Cfgr1 { + Cfgr1(0) } } - #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] + #[doc = "SWPR"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dtimer(pub u32); - impl Dtimer { - #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] - pub const fn datatime(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Swpr(pub u32); + impl Swpr { + #[doc = "SRAWM2 write protection."] + pub fn pwp(&self, n: usize) -> bool { + assert!(n < 32usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] - pub fn set_datatime(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "SRAWM2 write protection."] + pub fn set_pwp(&mut self, n: usize, val: bool) { + assert!(n < 32usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Dtimer { - fn default() -> Dtimer { - Dtimer(0) + impl Default for Swpr { + fn default() -> Swpr { + Swpr(0) } } - #[doc = "SDMMC IP identification register"] + #[doc = "SCSR"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Id(pub u32); - impl Id { - #[doc = "SDMMC IP identification."] - pub const fn ip_id(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "SDMMC IP identification."] - pub fn set_ip_id(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } - } - impl Default for Id { - fn default() -> Id { - Id(0) + pub struct Scsr(pub u32); + impl Scsr { + #[doc = "SRAM2 Erase"] + pub const fn sram2er(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - } - #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmabase0r(pub u32); - impl Idmabase0r { - #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] - pub const fn idmabase0(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "SRAM2 Erase"] + pub fn set_sram2er(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] - pub fn set_idmabase0(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "SRAM2 busy by erase operation"] + pub const fn sram2bsy(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - } - impl Default for Idmabase0r { - fn default() -> Idmabase0r { - Idmabase0r(0) + #[doc = "SRAM2 busy by erase operation"] + pub fn set_sram2bsy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } } - } -} -pub mod gpio_v1 { - use crate::generic::*; - #[doc = "General purpose I/O"] - #[derive(Copy, Clone)] - pub struct Gpio(pub *mut u8); - unsafe impl Send for Gpio {} - unsafe impl Sync for Gpio {} - impl Gpio { - #[doc = "Port configuration register low (GPIOn_CRL)"] - pub fn cr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } - } - #[doc = "Port input data register (GPIOn_IDR)"] - pub fn idr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Port output data register (GPIOn_ODR)"] - pub fn odr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Port bit set/reset register (GPIOn_BSRR)"] - pub fn bsrr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Port bit reset register (GPIOn_BRR)"] - pub fn brr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "Port configuration lock register"] - pub fn lckr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cnf(pub u8); - impl Cnf { - #[doc = "Analog mode / Push-Pull mode"] - pub const PUSHPULL: Self = Self(0); - #[doc = "Floating input (reset state) / Open Drain-Mode"] - pub const OPENDRAIN: Self = Self(0x01); - #[doc = "Input with pull-up/pull-down / Alternate Function Push-Pull Mode"] - pub const ALTPUSHPULL: Self = Self(0x02); - #[doc = "Alternate Function Open-Drain Mode"] - pub const ALTOPENDRAIN: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Brw(pub u8); - impl Brw { - #[doc = "No action on the corresponding ODx bit"] - pub const NOACTION: Self = Self(0); - #[doc = "Reset the ODx bit"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bsw(pub u8); - impl Bsw { - #[doc = "No action on the corresponding ODx bit"] - pub const NOACTION: Self = Self(0); - #[doc = "Sets the corresponding ODRx bit"] - pub const SET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Odr(pub u8); - impl Odr { - #[doc = "Set output to logic low"] - pub const LOW: Self = Self(0); - #[doc = "Set output to logic high"] - pub const HIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Idr(pub u8); - impl Idr { - #[doc = "Input is logic low"] - pub const LOW: Self = Self(0); - #[doc = "Input is logic high"] - pub const HIGH: Self = Self(0x01); - } + impl Default for Scsr { + fn default() -> Scsr { + Scsr(0) + } + } + #[doc = "external interrupt configuration register 4"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lckk(pub u8); - impl Lckk { - #[doc = "Port configuration lock key not active"] - pub const NOTACTIVE: Self = Self(0); - #[doc = "Port configuration lock key active"] - pub const ACTIVE: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI12 configuration bits"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + val as u8 + } + #[doc = "EXTI12 configuration bits"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + } + } + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) + } } + #[doc = "memory remap register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mode(pub u8); - impl Mode { - #[doc = "Input mode (reset state)"] - pub const INPUT: Self = Self(0); - #[doc = "Output mode 10 MHz"] - pub const OUTPUT: Self = Self(0x01); - #[doc = "Output mode 2 MHz"] - pub const OUTPUT2: Self = Self(0x02); - #[doc = "Output mode 50 MHz"] - pub const OUTPUT50: Self = Self(0x03); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Memrmp(pub u32); + impl Memrmp { + #[doc = "Memory mapping selection"] + pub const fn mem_mode(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x07; + val as u8 + } + #[doc = "Memory mapping selection"] + pub fn set_mem_mode(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); + } + #[doc = "QUADSPI memory mapping swap"] + pub const fn qfs(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "QUADSPI memory mapping swap"] + pub fn set_qfs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Flash Bank mode selection"] + pub const fn fb_mode(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Flash Bank mode selection"] + pub fn set_fb_mode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } } + impl Default for Memrmp { + fn default() -> Memrmp { + Memrmp(0) +======= + #[doc = "SYSCFG user register 8"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lck(pub u8); - impl Lck { - #[doc = "Port configuration not locked"] - pub const UNLOCKED: Self = Self(0); - #[doc = "Port configuration locked"] - pub const LOCKED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur8(pub u32); + impl Ur8 { + #[doc = "Mass erase protected area disabled for bank 2"] + pub const fn mepad_2(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Mass erase protected area disabled for bank 2"] + pub fn set_mepad_2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Mass erase secured area disabled for bank 2"] + pub const fn mesad_2(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Mass erase secured area disabled for bank 2"] + pub fn set_mesad_2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } } - } - pub mod regs { - use crate::generic::*; - #[doc = "Port configuration lock register"] + impl Default for Ur8 { + fn default() -> Ur8 { + Ur8(0) + } + } + #[doc = "SYSCFG user register 17"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Lckr(pub u32); - impl Lckr { - #[doc = "Port A Lock bit"] - pub fn lck(&self, n: usize) -> super::vals::Lck { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Lck(val as u8) + pub struct Ur17(pub u32); + impl Ur17 { + #[doc = "I/O high speed / low voltage"] + pub const fn io_hslv(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Port A Lock bit"] - pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "I/O high speed / low voltage"] + pub fn set_io_hslv(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Lock key"] - pub const fn lckk(&self) -> super::vals::Lckk { + } + impl Default for Ur17 { + fn default() -> Ur17 { + Ur17(0) + } + } + #[doc = "SYSCFG user register 4"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur4(pub u32); + impl Ur4 { + #[doc = "Mass Erase Protected Area Disabled for bank 1"] + pub const fn mepad_1(&self) -> bool { let val = (self.0 >> 16usize) & 0x01; - super::vals::Lckk(val as u8) + val != 0 } - #[doc = "Lock key"] - pub fn set_lckk(&mut self, val: super::vals::Lckk) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "Mass Erase Protected Area Disabled for bank 1"] + pub fn set_mepad_1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Lckr { - fn default() -> Lckr { - Lckr(0) + impl Default for Ur4 { + fn default() -> Ur4 { + Ur4(0) } } - #[doc = "Port input data register (GPIOn_IDR)"] + #[doc = "external interrupt configuration register 2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idr(pub u32); - impl Idr { - #[doc = "Port input data"] - pub fn idr(&self, n: usize) -> super::vals::Idr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Idr(val as u8) + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI x configuration (x = 4 to 7)"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + val as u8 } - #[doc = "Port input data"] - pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "EXTI x configuration (x = 4 to 7)"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); } } - impl Default for Idr { - fn default() -> Idr { - Idr(0) + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) } } - #[doc = "Port bit set/reset register (GPIOn_BSRR)"] + #[doc = "compensation cell control/status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bsrr(pub u32); - impl Bsrr { - #[doc = "Set bit"] - pub fn bs(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + pub struct Cccsr(pub u32); + impl Cccsr { + #[doc = "enable"] + pub const fn en(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "enable"] + pub fn set_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Code selection"] + pub const fn cs(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Code selection"] + pub fn set_cs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Compensation cell ready flag"] + pub const fn ready(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Compensation cell ready flag"] + pub fn set_ready(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "High-speed at low-voltage"] + pub const fn hslv(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Set bit"] - pub fn set_bs(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "High-speed at low-voltage"] + pub fn set_hslv(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + } + impl Default for Cccsr { + fn default() -> Cccsr { + Cccsr(0) + } + } + #[doc = "SYSCFG user register 13"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur13(pub u32); + impl Ur13 { + #[doc = "Secured DTCM RAM Size"] + pub const fn sdrs(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 + } + #[doc = "Secured DTCM RAM Size"] + pub fn set_sdrs(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); } - #[doc = "Reset bit"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "D1 Standby reset"] + pub const fn d1sbrst(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Reset bit"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "D1 Standby reset"] + pub fn set_d1sbrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Bsrr { - fn default() -> Bsrr { - Bsrr(0) + impl Default for Ur13 { + fn default() -> Ur13 { + Ur13(0) } } - #[doc = "Port configuration register (GPIOn_CRx)"] + #[doc = "SYSCFG user register 2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Port n mode bits"] - pub fn mode(&self, n: usize) -> super::vals::Mode { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Mode(val as u8) + pub struct Ur2(pub u32); + impl Ur2 { + #[doc = "BOR_LVL Brownout Reset Threshold Level"] + pub const fn borh(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 } - #[doc = "Port n mode bits"] - pub fn set_mode(&mut self, n: usize, val: super::vals::Mode) { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "BOR_LVL Brownout Reset Threshold Level"] + pub fn set_borh(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); } - #[doc = "Port n configuration bits"] - pub fn cnf(&self, n: usize) -> super::vals::Cnf { - assert!(n < 8usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Cnf(val as u8) + #[doc = "Boot Address 0"] + pub const fn boot_add0(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 } - #[doc = "Port n configuration bits"] - pub fn set_cnf(&mut self, n: usize, val: super::vals::Cnf) { - assert!(n < 8usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "Boot Address 0"] + pub fn set_boot_add0(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); } } - impl Default for Cr { - fn default() -> Cr { - Cr(0) + impl Default for Ur2 { + fn default() -> Ur2 { + Ur2(0) } } - #[doc = "Port bit reset register (GPIOn_BRR)"] + #[doc = "SYSCFG user register 16"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Brr(pub u32); - impl Brr { - #[doc = "Reset bit"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + pub struct Ur16(pub u32); + impl Ur16 { + #[doc = "Freeze independent watchdog in Stop mode"] + pub const fn fziwdgstp(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Reset bit"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Freeze independent watchdog in Stop mode"] + pub fn set_fziwdgstp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Private key programmed"] + pub const fn pkp(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Private key programmed"] + pub fn set_pkp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Brr { - fn default() -> Brr { - Brr(0) + impl Default for Ur16 { + fn default() -> Ur16 { + Ur16(0) } } - #[doc = "Port output data register (GPIOn_ODR)"] + #[doc = "SYSCFG compensation cell code register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Odr(pub u32); - impl Odr { - #[doc = "Port output data"] - pub fn odr(&self, n: usize) -> super::vals::Odr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Odr(val as u8) + pub struct Cccr(pub u32); + impl Cccr { + #[doc = "NMOS compensation code"] + pub const fn ncc(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "Port output data"] - pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "NMOS compensation code"] + pub fn set_ncc(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "PMOS compensation code"] + pub const fn pcc(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 + } + #[doc = "PMOS compensation code"] + pub fn set_pcc(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); } } - impl Default for Odr { - fn default() -> Odr { - Odr(0) + impl Default for Cccr { + fn default() -> Cccr { + Cccr(0) } } } } -pub mod syscfg_l4 { +pub mod gpio_v2 { use crate::generic::*; - #[doc = "System configuration controller"] + #[doc = "General-purpose I/Os"] #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "memory remap register"] - pub fn memrmp(self) -> Reg { + pub struct Gpio(pub *mut u8); + unsafe impl Send for Gpio {} + unsafe impl Sync for Gpio {} + impl Gpio { + #[doc = "GPIO port mode register"] + pub fn moder(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "configuration register 1"] - pub fn cfgr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } + #[doc = "GPIO port output type register"] + pub fn otyper(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "GPIO port output speed register"] + pub fn ospeedr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "GPIO port pull-up/pull-down register"] + pub fn pupdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "GPIO port input data register"] + pub fn idr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "GPIO port output data register"] + pub fn odr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "GPIO port bit set/reset register"] + pub fn bsrr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "GPIO port configuration lock register"] + pub fn lckr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "GPIO alternate function register (low, high)"] + pub fn afr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(32usize + n * 4usize)) } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Idr(pub u8); + impl Idr { + #[doc = "Input is logic low"] + pub const LOW: Self = Self(0); + #[doc = "Input is logic high"] + pub const HIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ospeedr(pub u8); + impl Ospeedr { + #[doc = "Low speed"] + pub const LOWSPEED: Self = Self(0); + #[doc = "Medium speed"] + pub const MEDIUMSPEED: Self = Self(0x01); + #[doc = "High speed"] + pub const HIGHSPEED: Self = Self(0x02); + #[doc = "Very high speed"] + pub const VERYHIGHSPEED: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Moder(pub u8); + impl Moder { + #[doc = "Input mode (reset state)"] + pub const INPUT: Self = Self(0); + #[doc = "General purpose output mode"] + pub const OUTPUT: Self = Self(0x01); + #[doc = "Alternate function mode"] + pub const ALTERNATE: Self = Self(0x02); + #[doc = "Analog mode"] + pub const ANALOG: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lckk(pub u8); + impl Lckk { + #[doc = "Port configuration lock key not active"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Port configuration lock key active"] + pub const ACTIVE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bsw(pub u8); + impl Bsw { + #[doc = "Sets the corresponding ODRx bit"] + pub const SET: Self = Self(0x01); } - #[doc = "external interrupt configuration register 1"] - pub fn exticr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Brw(pub u8); + impl Brw { + #[doc = "Resets the corresponding ODRx bit"] + pub const RESET: Self = Self(0x01); } - #[doc = "SCSR"] - pub fn scsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lck(pub u8); + impl Lck { + #[doc = "Port configuration not locked"] + pub const UNLOCKED: Self = Self(0); + #[doc = "Port configuration locked"] + pub const LOCKED: Self = Self(0x01); } - #[doc = "CFGR2"] - pub fn cfgr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Afr(pub u8); + impl Afr { + #[doc = "AF0"] + pub const AF0: Self = Self(0); + #[doc = "AF1"] + pub const AF1: Self = Self(0x01); + #[doc = "AF2"] + pub const AF2: Self = Self(0x02); + #[doc = "AF3"] + pub const AF3: Self = Self(0x03); + #[doc = "AF4"] + pub const AF4: Self = Self(0x04); + #[doc = "AF5"] + pub const AF5: Self = Self(0x05); + #[doc = "AF6"] + pub const AF6: Self = Self(0x06); + #[doc = "AF7"] + pub const AF7: Self = Self(0x07); + #[doc = "AF8"] + pub const AF8: Self = Self(0x08); + #[doc = "AF9"] + pub const AF9: Self = Self(0x09); + #[doc = "AF10"] + pub const AF10: Self = Self(0x0a); + #[doc = "AF11"] + pub const AF11: Self = Self(0x0b); + #[doc = "AF12"] + pub const AF12: Self = Self(0x0c); + #[doc = "AF13"] + pub const AF13: Self = Self(0x0d); + #[doc = "AF14"] + pub const AF14: Self = Self(0x0e); + #[doc = "AF15"] + pub const AF15: Self = Self(0x0f); } - #[doc = "SWPR"] - pub fn swpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ot(pub u8); + impl Ot { + #[doc = "Output push-pull (reset state)"] + pub const PUSHPULL: Self = Self(0); + #[doc = "Output open-drain"] + pub const OPENDRAIN: Self = Self(0x01); } - #[doc = "SKR"] - pub fn skr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Odr(pub u8); + impl Odr { + #[doc = "Set output to logic low"] + pub const LOW: Self = Self(0); + #[doc = "Set output to logic high"] + pub const HIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pupdr(pub u8); + impl Pupdr { + #[doc = "No pull-up, pull-down"] + pub const FLOATING: Self = Self(0); + #[doc = "Pull-up"] + pub const PULLUP: Self = Self(0x01); + #[doc = "Pull-down"] + pub const PULLDOWN: Self = Self(0x02); } } pub mod regs { use crate::generic::*; - #[doc = "CFGR2"] + #[doc = "GPIO alternate function register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr2(pub u32); - impl Cfgr2 { - #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] - pub const fn cll(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] - pub fn set_cll(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "SRAM2 parity lock bit"] - pub const fn spl(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "SRAM2 parity lock bit"] - pub fn set_spl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "PVD lock enable bit"] - pub const fn pvdl(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "PVD lock enable bit"] - pub fn set_pvdl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "ECC Lock"] - pub const fn eccl(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "ECC Lock"] - pub fn set_eccl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "SRAM2 parity error flag"] - pub const fn spf(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + pub struct Afr(pub u32); + impl Afr { + #[doc = "Alternate function selection for port x bit y (y = 0..15)"] + pub fn afr(&self, n: usize) -> super::vals::Afr { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + super::vals::Afr(val as u8) } - #[doc = "SRAM2 parity error flag"] - pub fn set_spf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Alternate function selection for port x bit y (y = 0..15)"] + pub fn set_afr(&mut self, n: usize, val: super::vals::Afr) { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); } } - impl Default for Cfgr2 { - fn default() -> Cfgr2 { - Cfgr2(0) + impl Default for Afr { + fn default() -> Afr { + Afr(0) } } - #[doc = "SKR"] + #[doc = "GPIO port output speed register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Skr(pub u32); - impl Skr { - #[doc = "SRAM2 write protection key for software erase"] - pub const fn key(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "SRAM2 write protection key for software erase"] - pub fn set_key(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + pub struct Ospeedr(pub u32); + impl Ospeedr { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn ospeedr(&self, n: usize) -> super::vals::Ospeedr { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Ospeedr(val as u8) } - } - impl Default for Skr { - fn default() -> Skr { - Skr(0) + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_ospeedr(&mut self, n: usize, val: super::vals::Ospeedr) { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } } - #[doc = "configuration register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr1(pub u32); - impl Cfgr1 { - #[doc = "Firewall disable"] - pub const fn fwdis(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Firewall disable"] - pub fn set_fwdis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "I/O analog switch voltage booster enable"] - pub const fn boosten(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "I/O analog switch voltage booster enable"] - pub fn set_boosten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] - pub const fn i2c_pb6_fmp(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] - pub fn set_i2c_pb6_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] - pub const fn i2c_pb7_fmp(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] - pub fn set_i2c_pb7_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] - pub const fn i2c_pb8_fmp(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] - pub fn set_i2c_pb8_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] - pub const fn i2c_pb9_fmp(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 + impl Default for Ospeedr { + fn default() -> Ospeedr { + Ospeedr(0) } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] - pub fn set_i2c_pb9_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "GPIO port output data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Odr(pub u32); + impl Odr { + #[doc = "Port output data (y = 0..15)"] + pub fn odr(&self, n: usize) -> super::vals::Odr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Odr(val as u8) } - #[doc = "I2C1 Fast-mode Plus driving capability activation"] - pub const fn i2c1_fmp(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 + #[doc = "Port output data (y = 0..15)"] + pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "I2C1 Fast-mode Plus driving capability activation"] - pub fn set_i2c1_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + } + impl Default for Odr { + fn default() -> Odr { + Odr(0) } - #[doc = "I2C2 Fast-mode Plus driving capability activation"] - pub const fn i2c2_fmp(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; + } + #[doc = "GPIO port bit set/reset register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Bsrr(pub u32); + impl Bsrr { + #[doc = "Port x set bit y (y= 0..15)"] + pub fn bs(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "I2C2 Fast-mode Plus driving capability activation"] - pub fn set_i2c2_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "Port x set bit y (y= 0..15)"] + pub fn set_bs(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "I2C3 Fast-mode Plus driving capability activation"] - pub const fn i2c3_fmp(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; + #[doc = "Port x set bit y (y= 0..15)"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "I2C3 Fast-mode Plus driving capability activation"] - pub fn set_i2c3_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - #[doc = "Floating Point Unit interrupts enable bits"] - pub const fn fpu_ie(&self) -> u8 { - let val = (self.0 >> 26usize) & 0x3f; - val as u8 - } - #[doc = "Floating Point Unit interrupts enable bits"] - pub fn set_fpu_ie(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 26usize)) | (((val as u32) & 0x3f) << 26usize); + #[doc = "Port x set bit y (y= 0..15)"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Cfgr1 { - fn default() -> Cfgr1 { - Cfgr1(0) + impl Default for Bsrr { + fn default() -> Bsrr { + Bsrr(0) } } - #[doc = "SWPR"] + #[doc = "GPIO port output type register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Swpr(pub u32); - impl Swpr { - #[doc = "SRAWM2 write protection."] - pub fn pwp(&self, n: usize) -> bool { - assert!(n < 32usize); + pub struct Otyper(pub u32); + impl Otyper { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn ot(&self, n: usize) -> super::vals::Ot { + assert!(n < 16usize); let offs = 0usize + n * 1usize; let val = (self.0 >> offs) & 0x01; - val != 0 + super::vals::Ot(val as u8) } - #[doc = "SRAWM2 write protection."] - pub fn set_pwp(&mut self, n: usize, val: bool) { - assert!(n < 32usize); + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_ot(&mut self, n: usize, val: super::vals::Ot) { + assert!(n < 16usize); let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Swpr { - fn default() -> Swpr { - Swpr(0) + impl Default for Otyper { + fn default() -> Otyper { + Otyper(0) } } - #[doc = "SCSR"] + #[doc = "GPIO port configuration lock register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Scsr(pub u32); - impl Scsr { - #[doc = "SRAM2 Erase"] - pub const fn sram2er(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + pub struct Lckr(pub u32); + impl Lckr { + #[doc = "Port x lock bit y (y= 0..15)"] + pub fn lck(&self, n: usize) -> super::vals::Lck { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lck(val as u8) } - #[doc = "SRAM2 Erase"] - pub fn set_sram2er(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Port x lock bit y (y= 0..15)"] + pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "SRAM2 busy by erase operation"] - pub const fn sram2bsy(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "Port x lock bit y (y= 0..15)"] + pub const fn lckk(&self) -> super::vals::Lckk { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Lckk(val as u8) } - #[doc = "SRAM2 busy by erase operation"] - pub fn set_sram2bsy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Port x lock bit y (y= 0..15)"] + pub fn set_lckk(&mut self, val: super::vals::Lckk) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } } - impl Default for Scsr { - fn default() -> Scsr { - Scsr(0) + impl Default for Lckr { + fn default() -> Lckr { + Lckr(0) } } - #[doc = "external interrupt configuration register 4"] + #[doc = "GPIO port pull-up/pull-down register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI12 configuration bits"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 + pub struct Pupdr(pub u32); + impl Pupdr { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn pupdr(&self, n: usize) -> super::vals::Pupdr { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Pupdr(val as u8) } - #[doc = "EXTI12 configuration bits"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_pupdr(&mut self, n: usize, val: super::vals::Pupdr) { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) + impl Default for Pupdr { + fn default() -> Pupdr { + Pupdr(0) } } - #[doc = "memory remap register"] + #[doc = "GPIO port mode register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Memrmp(pub u32); - impl Memrmp { - #[doc = "Memory mapping selection"] - pub const fn mem_mode(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x07; - val as u8 - } - #[doc = "Memory mapping selection"] - pub fn set_mem_mode(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); + pub struct Moder(pub u32); + impl Moder { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn moder(&self, n: usize) -> super::vals::Moder { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Moder(val as u8) } - #[doc = "QUADSPI memory mapping swap"] - pub const fn qfs(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_moder(&mut self, n: usize, val: super::vals::Moder) { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "QUADSPI memory mapping swap"] - pub fn set_qfs(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + impl Default for Moder { + fn default() -> Moder { + Moder(0) } - #[doc = "Flash Bank mode selection"] - pub const fn fb_mode(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + } + #[doc = "GPIO port input data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idr(pub u32); + impl Idr { + #[doc = "Port input data (y = 0..15)"] + pub fn idr(&self, n: usize) -> super::vals::Idr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Idr(val as u8) } - #[doc = "Flash Bank mode selection"] - pub fn set_fb_mode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Port input data (y = 0..15)"] + pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Memrmp { - fn default() -> Memrmp { - Memrmp(0) + impl Default for Idr { + fn default() -> Idr { + Idr(0) +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) } } } diff --git a/embassy-stm32/src/pac/stm32h742ag.rs b/embassy-stm32/src/pac/stm32h742ag.rs index 87ef9faf5..eec02ca71 100644 --- a/embassy-stm32/src/pac/stm32h742ag.rs +++ b/embassy-stm32/src/pac/stm32h742ag.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742ai.rs b/embassy-stm32/src/pac/stm32h742ai.rs index 87ef9faf5..eec02ca71 100644 --- a/embassy-stm32/src/pac/stm32h742ai.rs +++ b/embassy-stm32/src/pac/stm32h742ai.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742bg.rs b/embassy-stm32/src/pac/stm32h742bg.rs index 87ef9faf5..eec02ca71 100644 --- a/embassy-stm32/src/pac/stm32h742bg.rs +++ b/embassy-stm32/src/pac/stm32h742bg.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742bi.rs b/embassy-stm32/src/pac/stm32h742bi.rs index 87ef9faf5..eec02ca71 100644 --- a/embassy-stm32/src/pac/stm32h742bi.rs +++ b/embassy-stm32/src/pac/stm32h742bi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742ig.rs b/embassy-stm32/src/pac/stm32h742ig.rs index 87ef9faf5..eec02ca71 100644 --- a/embassy-stm32/src/pac/stm32h742ig.rs +++ b/embassy-stm32/src/pac/stm32h742ig.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742ii.rs b/embassy-stm32/src/pac/stm32h742ii.rs index 87ef9faf5..eec02ca71 100644 --- a/embassy-stm32/src/pac/stm32h742ii.rs +++ b/embassy-stm32/src/pac/stm32h742ii.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742vg.rs b/embassy-stm32/src/pac/stm32h742vg.rs index e70834d73..f066acad9 100644 --- a/embassy-stm32/src/pac/stm32h742vg.rs +++ b/embassy-stm32/src/pac/stm32h742vg.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -285,6 +286,7 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -293,6 +295,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -306,7 +321,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742vi.rs b/embassy-stm32/src/pac/stm32h742vi.rs index e70834d73..f066acad9 100644 --- a/embassy-stm32/src/pac/stm32h742vi.rs +++ b/embassy-stm32/src/pac/stm32h742vi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -285,6 +286,7 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -293,6 +295,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -306,7 +321,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742xg.rs b/embassy-stm32/src/pac/stm32h742xg.rs index 87ef9faf5..eec02ca71 100644 --- a/embassy-stm32/src/pac/stm32h742xg.rs +++ b/embassy-stm32/src/pac/stm32h742xg.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742xi.rs b/embassy-stm32/src/pac/stm32h742xi.rs index 87ef9faf5..eec02ca71 100644 --- a/embassy-stm32/src/pac/stm32h742xi.rs +++ b/embassy-stm32/src/pac/stm32h742xi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742zg.rs b/embassy-stm32/src/pac/stm32h742zg.rs index 87ef9faf5..eec02ca71 100644 --- a/embassy-stm32/src/pac/stm32h742zg.rs +++ b/embassy-stm32/src/pac/stm32h742zg.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742zi.rs b/embassy-stm32/src/pac/stm32h742zi.rs index 87ef9faf5..eec02ca71 100644 --- a/embassy-stm32/src/pac/stm32h742zi.rs +++ b/embassy-stm32/src/pac/stm32h742zi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743ag.rs b/embassy-stm32/src/pac/stm32h743ag.rs index 48ff70f87..400002d93 100644 --- a/embassy-stm32/src/pac/stm32h743ag.rs +++ b/embassy-stm32/src/pac/stm32h743ag.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743ai.rs b/embassy-stm32/src/pac/stm32h743ai.rs index 48ff70f87..400002d93 100644 --- a/embassy-stm32/src/pac/stm32h743ai.rs +++ b/embassy-stm32/src/pac/stm32h743ai.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743bg.rs b/embassy-stm32/src/pac/stm32h743bg.rs index 48ff70f87..400002d93 100644 --- a/embassy-stm32/src/pac/stm32h743bg.rs +++ b/embassy-stm32/src/pac/stm32h743bg.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743bi.rs b/embassy-stm32/src/pac/stm32h743bi.rs index 48ff70f87..400002d93 100644 --- a/embassy-stm32/src/pac/stm32h743bi.rs +++ b/embassy-stm32/src/pac/stm32h743bi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743ig.rs b/embassy-stm32/src/pac/stm32h743ig.rs index 48ff70f87..400002d93 100644 --- a/embassy-stm32/src/pac/stm32h743ig.rs +++ b/embassy-stm32/src/pac/stm32h743ig.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743ii.rs b/embassy-stm32/src/pac/stm32h743ii.rs index 48ff70f87..400002d93 100644 --- a/embassy-stm32/src/pac/stm32h743ii.rs +++ b/embassy-stm32/src/pac/stm32h743ii.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743vg.rs b/embassy-stm32/src/pac/stm32h743vg.rs index 23eb1ca73..ce0e64c78 100644 --- a/embassy-stm32/src/pac/stm32h743vg.rs +++ b/embassy-stm32/src/pac/stm32h743vg.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -285,6 +286,7 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -293,6 +295,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -306,7 +321,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743vi.rs b/embassy-stm32/src/pac/stm32h743vi.rs index 23eb1ca73..ce0e64c78 100644 --- a/embassy-stm32/src/pac/stm32h743vi.rs +++ b/embassy-stm32/src/pac/stm32h743vi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -285,6 +286,7 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -293,6 +295,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -306,7 +321,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743xg.rs b/embassy-stm32/src/pac/stm32h743xg.rs index 48ff70f87..400002d93 100644 --- a/embassy-stm32/src/pac/stm32h743xg.rs +++ b/embassy-stm32/src/pac/stm32h743xg.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743xi.rs b/embassy-stm32/src/pac/stm32h743xi.rs index 48ff70f87..400002d93 100644 --- a/embassy-stm32/src/pac/stm32h743xi.rs +++ b/embassy-stm32/src/pac/stm32h743xi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743zg.rs b/embassy-stm32/src/pac/stm32h743zg.rs index 48ff70f87..400002d93 100644 --- a/embassy-stm32/src/pac/stm32h743zg.rs +++ b/embassy-stm32/src/pac/stm32h743zg.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743zi.rs b/embassy-stm32/src/pac/stm32h743zi.rs index 48ff70f87..400002d93 100644 --- a/embassy-stm32/src/pac/stm32h743zi.rs +++ b/embassy-stm32/src/pac/stm32h743zi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745bg.rs b/embassy-stm32/src/pac/stm32h745bg.rs index 3f32b6cc1..b0de7dfdf 100644 --- a/embassy-stm32/src/pac/stm32h745bg.rs +++ b/embassy-stm32/src/pac/stm32h745bg.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745bi.rs b/embassy-stm32/src/pac/stm32h745bi.rs index 3f32b6cc1..b0de7dfdf 100644 --- a/embassy-stm32/src/pac/stm32h745bi.rs +++ b/embassy-stm32/src/pac/stm32h745bi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745ig.rs b/embassy-stm32/src/pac/stm32h745ig.rs index 3f32b6cc1..b0de7dfdf 100644 --- a/embassy-stm32/src/pac/stm32h745ig.rs +++ b/embassy-stm32/src/pac/stm32h745ig.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745ii.rs b/embassy-stm32/src/pac/stm32h745ii.rs index 3f32b6cc1..b0de7dfdf 100644 --- a/embassy-stm32/src/pac/stm32h745ii.rs +++ b/embassy-stm32/src/pac/stm32h745ii.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745xg.rs b/embassy-stm32/src/pac/stm32h745xg.rs index 3f32b6cc1..b0de7dfdf 100644 --- a/embassy-stm32/src/pac/stm32h745xg.rs +++ b/embassy-stm32/src/pac/stm32h745xg.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745xi.rs b/embassy-stm32/src/pac/stm32h745xi.rs index 3f32b6cc1..b0de7dfdf 100644 --- a/embassy-stm32/src/pac/stm32h745xi.rs +++ b/embassy-stm32/src/pac/stm32h745xi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745zg.rs b/embassy-stm32/src/pac/stm32h745zg.rs index 3f32b6cc1..b0de7dfdf 100644 --- a/embassy-stm32/src/pac/stm32h745zg.rs +++ b/embassy-stm32/src/pac/stm32h745zg.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745zi.rs b/embassy-stm32/src/pac/stm32h745zi.rs index 3f32b6cc1..b0de7dfdf 100644 --- a/embassy-stm32/src/pac/stm32h745zi.rs +++ b/embassy-stm32/src/pac/stm32h745zi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747ag.rs b/embassy-stm32/src/pac/stm32h747ag.rs index cef04c6a5..e9ea09cce 100644 --- a/embassy-stm32/src/pac/stm32h747ag.rs +++ b/embassy-stm32/src/pac/stm32h747ag.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747ai.rs b/embassy-stm32/src/pac/stm32h747ai.rs index cef04c6a5..e9ea09cce 100644 --- a/embassy-stm32/src/pac/stm32h747ai.rs +++ b/embassy-stm32/src/pac/stm32h747ai.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747bg.rs b/embassy-stm32/src/pac/stm32h747bg.rs index cef04c6a5..e9ea09cce 100644 --- a/embassy-stm32/src/pac/stm32h747bg.rs +++ b/embassy-stm32/src/pac/stm32h747bg.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747bi.rs b/embassy-stm32/src/pac/stm32h747bi.rs index cef04c6a5..e9ea09cce 100644 --- a/embassy-stm32/src/pac/stm32h747bi.rs +++ b/embassy-stm32/src/pac/stm32h747bi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747ig.rs b/embassy-stm32/src/pac/stm32h747ig.rs index cef04c6a5..e9ea09cce 100644 --- a/embassy-stm32/src/pac/stm32h747ig.rs +++ b/embassy-stm32/src/pac/stm32h747ig.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747ii.rs b/embassy-stm32/src/pac/stm32h747ii.rs index cef04c6a5..e9ea09cce 100644 --- a/embassy-stm32/src/pac/stm32h747ii.rs +++ b/embassy-stm32/src/pac/stm32h747ii.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747xg.rs b/embassy-stm32/src/pac/stm32h747xg.rs index cef04c6a5..e9ea09cce 100644 --- a/embassy-stm32/src/pac/stm32h747xg.rs +++ b/embassy-stm32/src/pac/stm32h747xg.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747xi.rs b/embassy-stm32/src/pac/stm32h747xi.rs index cef04c6a5..e9ea09cce 100644 --- a/embassy-stm32/src/pac/stm32h747xi.rs +++ b/embassy-stm32/src/pac/stm32h747xi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747zi.rs b/embassy-stm32/src/pac/stm32h747zi.rs index 89ec9be39..2833c9a2f 100644 --- a/embassy-stm32/src/pac/stm32h747zi.rs +++ b/embassy-stm32/src/pac/stm32h747zi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -285,6 +286,7 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -293,6 +295,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -306,7 +321,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h750ib.rs b/embassy-stm32/src/pac/stm32h750ib.rs index 318356593..8ae43eaf3 100644 --- a/embassy-stm32/src/pac/stm32h750ib.rs +++ b/embassy-stm32/src/pac/stm32h750ib.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h750vb.rs b/embassy-stm32/src/pac/stm32h750vb.rs index 3d07ff7f9..c20b70fcd 100644 --- a/embassy-stm32/src/pac/stm32h750vb.rs +++ b/embassy-stm32/src/pac/stm32h750vb.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -285,6 +286,7 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -293,6 +295,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -306,7 +321,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h750xb.rs b/embassy-stm32/src/pac/stm32h750xb.rs index 318356593..8ae43eaf3 100644 --- a/embassy-stm32/src/pac/stm32h750xb.rs +++ b/embassy-stm32/src/pac/stm32h750xb.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h750zb.rs b/embassy-stm32/src/pac/stm32h750zb.rs index 318356593..8ae43eaf3 100644 --- a/embassy-stm32/src/pac/stm32h750zb.rs +++ b/embassy-stm32/src/pac/stm32h750zb.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753ai.rs b/embassy-stm32/src/pac/stm32h753ai.rs index 318356593..8ae43eaf3 100644 --- a/embassy-stm32/src/pac/stm32h753ai.rs +++ b/embassy-stm32/src/pac/stm32h753ai.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753bi.rs b/embassy-stm32/src/pac/stm32h753bi.rs index 318356593..8ae43eaf3 100644 --- a/embassy-stm32/src/pac/stm32h753bi.rs +++ b/embassy-stm32/src/pac/stm32h753bi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753ii.rs b/embassy-stm32/src/pac/stm32h753ii.rs index 318356593..8ae43eaf3 100644 --- a/embassy-stm32/src/pac/stm32h753ii.rs +++ b/embassy-stm32/src/pac/stm32h753ii.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753vi.rs b/embassy-stm32/src/pac/stm32h753vi.rs index 3d07ff7f9..c20b70fcd 100644 --- a/embassy-stm32/src/pac/stm32h753vi.rs +++ b/embassy-stm32/src/pac/stm32h753vi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -285,6 +286,7 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -293,6 +295,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -306,7 +321,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753xi.rs b/embassy-stm32/src/pac/stm32h753xi.rs index 318356593..8ae43eaf3 100644 --- a/embassy-stm32/src/pac/stm32h753xi.rs +++ b/embassy-stm32/src/pac/stm32h753xi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753zi.rs b/embassy-stm32/src/pac/stm32h753zi.rs index 318356593..8ae43eaf3 100644 --- a/embassy-stm32/src/pac/stm32h753zi.rs +++ b/embassy-stm32/src/pac/stm32h753zi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h755bi.rs b/embassy-stm32/src/pac/stm32h755bi.rs index 3df475104..4bc3119e3 100644 --- a/embassy-stm32/src/pac/stm32h755bi.rs +++ b/embassy-stm32/src/pac/stm32h755bi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h755ii.rs b/embassy-stm32/src/pac/stm32h755ii.rs index 3df475104..4bc3119e3 100644 --- a/embassy-stm32/src/pac/stm32h755ii.rs +++ b/embassy-stm32/src/pac/stm32h755ii.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h755xi.rs b/embassy-stm32/src/pac/stm32h755xi.rs index 3df475104..4bc3119e3 100644 --- a/embassy-stm32/src/pac/stm32h755xi.rs +++ b/embassy-stm32/src/pac/stm32h755xi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h755zi.rs b/embassy-stm32/src/pac/stm32h755zi.rs index 3df475104..4bc3119e3 100644 --- a/embassy-stm32/src/pac/stm32h755zi.rs +++ b/embassy-stm32/src/pac/stm32h755zi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757ai.rs b/embassy-stm32/src/pac/stm32h757ai.rs index 73175e0ef..ba6c13000 100644 --- a/embassy-stm32/src/pac/stm32h757ai.rs +++ b/embassy-stm32/src/pac/stm32h757ai.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757bi.rs b/embassy-stm32/src/pac/stm32h757bi.rs index 73175e0ef..ba6c13000 100644 --- a/embassy-stm32/src/pac/stm32h757bi.rs +++ b/embassy-stm32/src/pac/stm32h757bi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757ii.rs b/embassy-stm32/src/pac/stm32h757ii.rs index 73175e0ef..ba6c13000 100644 --- a/embassy-stm32/src/pac/stm32h757ii.rs +++ b/embassy-stm32/src/pac/stm32h757ii.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757xi.rs b/embassy-stm32/src/pac/stm32h757xi.rs index 73175e0ef..ba6c13000 100644 --- a/embassy-stm32/src/pac/stm32h757xi.rs +++ b/embassy-stm32/src/pac/stm32h757xi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -296,6 +297,7 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +306,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -317,7 +332,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757zi.rs b/embassy-stm32/src/pac/stm32h757zi.rs index 07f1c4336..e74380e8d 100644 --- a/embassy-stm32/src/pac/stm32h757zi.rs +++ b/embassy-stm32/src/pac/stm32h757zi.rs @@ -211,6 +211,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -285,6 +286,7 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -293,6 +295,19 @@ pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::gpio_v2 as gpio; +pub use regs::rcc_h7 as rcc; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, @@ -306,7 +321,11 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, +<<<<<<< HEAD PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= + PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/stm32-data b/embassy-stm32/stm32-data index dc3c92f03..dc1cd9018 160000 --- a/embassy-stm32/stm32-data +++ b/embassy-stm32/stm32-data @@ -1 +1 @@ -Subproject commit dc3c92f0323bfe2967ecd8f92b2c53fb3dfb44fa +Subproject commit dc1cd90181c0deb2874f5145f76a03658f50d924 -- cgit From 054f0d51dc8f953140c10585e697e6cf9b500ae7 Mon Sep 17 00:00:00 2001 From: Thales Fragoso Date: Mon, 17 May 2021 21:35:29 -0300 Subject: H7: Add initial PLL configuration --- embassy-stm32/src/lib.rs | 4 +- embassy-stm32/src/rcc/h7/mod.rs | 27 ++++++++ embassy-stm32/src/rcc/h7/pll.rs | 150 ++++++++++++++++++++++++++++++++++++++++ embassy-stm32/src/rcc/mod.rs | 4 ++ 4 files changed, 183 insertions(+), 2 deletions(-) create mode 100644 embassy-stm32/src/rcc/h7/mod.rs create mode 100644 embassy-stm32/src/rcc/h7/pll.rs create mode 100644 embassy-stm32/src/rcc/mod.rs diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs index c856c8eb1..8d7b67b74 100644 --- a/embassy-stm32/src/lib.rs +++ b/embassy-stm32/src/lib.rs @@ -13,6 +13,7 @@ pub mod fmt; pub mod dma; pub mod exti; pub mod gpio; +mod rcc; #[cfg(feature = "_rng")] pub mod rng; #[cfg(feature = "_sdmmc")] @@ -23,8 +24,7 @@ pub mod spi; pub mod usart; // This must go LAST so that it sees the `impl_foo!` macros -mod pac; - +pub mod pac; pub mod time; pub use embassy_macros::interrupt; diff --git a/embassy-stm32/src/rcc/h7/mod.rs b/embassy-stm32/src/rcc/h7/mod.rs new file mode 100644 index 000000000..69b9c79a9 --- /dev/null +++ b/embassy-stm32/src/rcc/h7/mod.rs @@ -0,0 +1,27 @@ +use crate::pac::RCC; + +mod pll; +pub use pll::PllConfig; + +const HSI: u32 = 64_000_000; // Hz +const CSI: u32 = 4_000_000; // Hz +const HSI48: u32 = 48_000_000; // Hz +const LSI: u32 = 32_000; // Hz + +/// Configuration of the core clocks +#[non_exhaustive] +#[derive(Default)] +pub struct Config { + pub hse: Option, + pub bypass_hse: bool, + pub sys_ck: Option, + pub per_ck: Option, + pub hclk: Option, + pub pclk1: Option, + pub pclk2: Option, + pub pclk3: Option, + pub pclk4: Option, + pub pll1: PllConfig, + pub pll2: PllConfig, + pub pll3: PllConfig, +} diff --git a/embassy-stm32/src/rcc/h7/pll.rs b/embassy-stm32/src/rcc/h7/pll.rs new file mode 100644 index 000000000..37bd611cc --- /dev/null +++ b/embassy-stm32/src/rcc/h7/pll.rs @@ -0,0 +1,150 @@ +use super::{Config, HSI, RCC}; +use crate::fmt::assert; + +const VCO_MIN: u32 = 150_000_000; +const VCO_MAX: u32 = 420_000_000; + +#[derive(Default)] +pub struct PllConfig { + pub p_ck: Option, + pub q_ck: Option, + pub r_ck: Option, +} + +pub(super) struct PllConfigResults { + pub ref_x_ck: u32, + pub pll_x_m: u32, + pub pll_x_p: u32, + pub vco_ck_target: u32, +} + +fn vco_output_divider_setup(output: u32, plln: usize) -> (u32, u32) { + let pll_x_p = if plln == 0 { + if output > VCO_MAX / 2 { + 1 + } else { + ((VCO_MAX / output) | 1) - 1 // Must be even or unity + } + } else { + // Specific to PLL2/3, will subtract 1 later + if output > VCO_MAX / 2 { + 1 + } else { + VCO_MAX / output + } + }; + + let vco_ck = output + pll_x_p; + + assert!(pll_x_p < 128); + assert!(vco_ck >= VCO_MIN); + assert!(vco_ck <= VCO_MAX); + + (vco_ck, pll_x_p) +} + +/// # Safety +/// +/// Must have exclusive access to the RCC register block +unsafe fn vco_setup(pll_src: u32, requested_output: u32, plln: usize) -> PllConfigResults { + use crate::pac::rcc::vals::{Pll1rge, Pll1vcosel}; + + let (vco_ck_target, pll_x_p) = vco_output_divider_setup(requested_output, plln); + + // Input divisor, resulting in a reference clock in the range + // 1 to 2 MHz. Choose the highest reference clock (lowest m) + let pll_x_m = (pll_src + 1_999_999) / 2_000_000; + assert!(pll_x_m < 64); + + // Calculate resulting reference clock + let ref_x_ck = pll_src / pll_x_m; + assert!((1_000_000..=2_000_000).contains(&ref_x_ck)); + + RCC.pllcfgr().modify(|w| { + w.set_pllvcosel(plln, Pll1vcosel::MEDIUMVCO); + w.set_pllrge(plln, Pll1rge::RANGE1); + }); + PllConfigResults { + ref_x_ck, + pll_x_m, + pll_x_p, + vco_ck_target, + } +} + +/// # Safety +/// +/// Must have exclusive access to the RCC register block +pub(super) unsafe fn pll_setup( + pll_src: u32, + config: &PllConfig, + plln: usize, +) -> (Option, Option, Option) { + use crate::pac::rcc::vals::{Divp1, Divp1en, Pll1fracen}; + + match config.p_ck { + Some(requested_output) => { + let config_results = vco_setup(pll_src, requested_output, plln); + let PllConfigResults { + ref_x_ck, + pll_x_m, + pll_x_p, + vco_ck_target, + } = config_results; + + RCC.pllckselr().modify(|w| w.set_divm(plln, pll_x_m as u8)); + + // Feedback divider. Integer only + let pll_x_n = vco_ck_target / ref_x_ck; + assert!(pll_x_n >= 4); + assert!(pll_x_n <= 512); + RCC.plldivr(plln) + .modify(|w| w.set_divn1((pll_x_n - 1) as u16)); + + // No FRACN + RCC.pllcfgr() + .modify(|w| w.set_pllfracen(plln, Pll1fracen::RESET)); + let vco_ck = ref_x_ck * pll_x_n; + + RCC.plldivr(plln) + .modify(|w| w.set_divp1(Divp1((pll_x_p - 1) as u8))); + RCC.pllcfgr() + .modify(|w| w.set_divpen(plln, Divp1en::ENABLED)); + + // Calulate additional output dividers + let q_ck = match config.q_ck { + Some(ck) if ck > 0 => { + let div = (vco_ck + ck - 1) / ck; + RCC.plldivr(plln).modify(|w| w.set_divq1((div - 1) as u8)); + RCC.pllcfgr() + .modify(|w| w.set_divqen(plln, Divp1en::ENABLED)); + Some(vco_ck / div) + } + _ => None, + }; + let r_ck = match config.r_ck { + Some(ck) if ck > 0 => { + let div = (vco_ck + ck - 1) / ck; + RCC.plldivr(plln).modify(|w| w.set_divr1((div - 1) as u8)); + RCC.pllcfgr() + .modify(|w| w.set_divren(plln, Divp1en::ENABLED)); + Some(vco_ck / div) + } + _ => None, + }; + + (Some(vco_ck / pll_x_p), q_ck, r_ck) + } + None => { + assert!( + config.q_ck.is_none(), + "Must set PLL P clock for Q clock to take effect!" + ); + assert!( + config.r_ck.is_none(), + "Must set PLL P clock for R clock to take effect!" + ); + (None, None, None) + } + } +} diff --git a/embassy-stm32/src/rcc/mod.rs b/embassy-stm32/src/rcc/mod.rs new file mode 100644 index 000000000..0bf62ef7c --- /dev/null +++ b/embassy-stm32/src/rcc/mod.rs @@ -0,0 +1,4 @@ +#[cfg(feature = "_stm32h7")] +mod h7; +#[cfg(feature = "_stm32h7")] +pub use h7::*; -- cgit From 2ea12d96eeb99b28abe321c577b830c48a7f48a4 Mon Sep 17 00:00:00 2001 From: Thales Fragoso Date: Tue, 18 May 2021 21:52:34 -0300 Subject: More work on H7 RCC --- embassy-stm32/src/rcc/h7/mod.rs | 209 +++++++++++++++++++++++++++++++++++++--- embassy-stm32/src/rcc/h7/pll.rs | 14 +-- embassy-stm32/src/time.rs | 2 +- 3 files changed, 205 insertions(+), 20 deletions(-) diff --git a/embassy-stm32/src/rcc/h7/mod.rs b/embassy-stm32/src/rcc/h7/mod.rs index 69b9c79a9..b27eff747 100644 --- a/embassy-stm32/src/rcc/h7/mod.rs +++ b/embassy-stm32/src/rcc/h7/mod.rs @@ -1,27 +1,212 @@ +use core::marker::PhantomData; + +use embassy::util::Unborrow; +use embassy_extras::unborrow; + +use crate::fmt::assert; +use crate::pac::peripherals; use crate::pac::RCC; +use crate::time::Hertz; mod pll; +use pll::pll_setup; pub use pll::PllConfig; -const HSI: u32 = 64_000_000; // Hz -const CSI: u32 = 4_000_000; // Hz -const HSI48: u32 = 48_000_000; // Hz -const LSI: u32 = 32_000; // Hz +const HSI: Hertz = Hertz(64_000_000); +const CSI: Hertz = Hertz(4_000_000); +const HSI48: Hertz = Hertz(48_000_000); +const LSI: Hertz = Hertz(32_000); /// Configuration of the core clocks #[non_exhaustive] #[derive(Default)] pub struct Config { - pub hse: Option, + pub hse: Option, pub bypass_hse: bool, - pub sys_ck: Option, - pub per_ck: Option, - pub hclk: Option, - pub pclk1: Option, - pub pclk2: Option, - pub pclk3: Option, - pub pclk4: Option, + pub sys_ck: Option, + pub per_ck: Option, + rcc_hclk: Option, + pub hclk: Option, + pub pclk1: Option, + pub pclk2: Option, + pub pclk3: Option, + pub pclk4: Option, pub pll1: PllConfig, pub pll2: PllConfig, pub pll3: PllConfig, + pub vos: VoltageScale, +} + +/// Voltage Scale +/// +/// Represents the voltage range feeding the CPU core. The maximum core +/// clock frequency depends on this value. +#[derive(Copy, Clone, PartialEq)] +pub enum VoltageScale { + /// VOS 0 range VCORE 1.26V - 1.40V + Scale0, + /// VOS 1 range VCORE 1.15V - 1.26V + Scale1, + /// VOS 2 range VCORE 1.05V - 1.15V + Scale2, + /// VOS 3 range VCORE 0.95V - 1.05V + Scale3, +} + +impl Default for VoltageScale { + fn default() -> Self { + Self::Scale1 + } +} + +pub struct Rcc<'d> { + inner: PhantomData<&'d ()>, + config: Config, +} + +impl<'d> Rcc<'d> { + pub fn new(_rcc: impl Unborrow + 'd, config: Config) -> Self { + Self { + inner: PhantomData, + config, + } + } + + // TODO: FLASH and PWR + /// Freeze the core clocks, returning a Core Clocks Distribution + /// and Reset (CCDR) structure. The actual frequency of the clocks + /// configured is returned in the `clocks` member of the CCDR + /// structure. + /// + /// Note that `freeze` will never result in a clock _faster_ than + /// that specified. It may result in a clock that is a factor of [1, + /// 2) slower. + /// + /// `syscfg` is required to enable the I/O compensation cell. + /// + /// # Panics + /// + /// If a clock specification cannot be achieved within the + /// hardware specification then this function will panic. This + /// function may also panic if a clock specification can be + /// achieved, but the mechanism for doing so is not yet + /// implemented here. + pub fn freeze(mut self) { + use crate::pac::rcc::vals::{Ckpersel, Hpre, Hsidiv, Hsion, Lsion, Timpre}; + + let srcclk = self.config.hse.unwrap_or(HSI); // Available clocks + let (sys_ck, sys_use_pll1_p) = self.sys_ck_setup(srcclk); + + // NOTE(unsafe) We have exclusive access to the RCC + let (pll1_p_ck, pll1_q_ck, pll1_r_ck) = + unsafe { pll_setup(srcclk.0, &self.config.pll1, 0) }; + let (pll2_p_ck, pll2_q_ck, pll2_r_ck) = + unsafe { pll_setup(srcclk.0, &self.config.pll2, 1) }; + let (pll3_p_ck, pll3_q_ck, pll3_r_ck) = + unsafe { pll_setup(srcclk.0, &self.config.pll3, 2) }; + + let sys_ck = if sys_use_pll1_p { + Hertz(pll1_p_ck.unwrap()) // Must have been set by sys_ck_setup + } else { + sys_ck + }; + + // NOTE(unsafe) We own the regblock + unsafe { + // This routine does not support HSIDIV != 1. To + // do so it would need to ensure all PLLxON bits are clear + // before changing the value of HSIDIV + let cr = RCC.cr().read(); + assert!(cr.hsion() == Hsion::ON); + assert!(cr.hsidiv() == Hsidiv::DIV1); + + RCC.csr().modify(|w| w.set_lsion(Lsion::ON)); + while !RCC.csr().read().lsirdy() {} + } + + // per_ck from HSI by default + let (per_ck, ckpersel) = match (self.config.per_ck == self.config.hse, self.config.per_ck) { + (true, Some(hse)) => (hse, Ckpersel::HSE), // HSE + (_, Some(CSI)) => (CSI, Ckpersel::CSI), // CSI + _ => (HSI, Ckpersel::HSI), // HSI + }; + + // D1 Core Prescaler + // Set to 1 + let d1cpre_bits = 0; + let d1cpre_div = 1; + let sys_d1cpre_ck = sys_ck.0 / d1cpre_div; + + // Timer prescaler selection + let timpre = Timpre::DEFAULTX2; + + // Refer to part datasheet "General operating conditions" + // table for (rev V). We do not assert checks for earlier + // revisions which may have lower limits. + let (sys_d1cpre_ck_max, rcc_hclk_max, pclk_max) = match self.config.vos { + VoltageScale::Scale0 => (480_000_000, 240_000_000, 120_000_000), + VoltageScale::Scale1 => (400_000_000, 200_000_000, 100_000_000), + VoltageScale::Scale2 => (300_000_000, 150_000_000, 75_000_000), + _ => (200_000_000, 100_000_000, 50_000_000), + }; + assert!(sys_d1cpre_ck <= sys_d1cpre_ck_max); + + let rcc_hclk = self + .config + .rcc_hclk + .map(|v| v.0) + .unwrap_or(sys_d1cpre_ck / 2); + assert!(rcc_hclk <= rcc_hclk_max); + + // Estimate divisor + let (hpre_bits, hpre_div) = match (sys_d1cpre_ck + rcc_hclk - 1) / rcc_hclk { + 0 => unreachable!(), + 1 => (Hpre::DIV1, 1), + 2 => (Hpre::DIV2, 2), + 3..=5 => (Hpre::DIV4, 4), + 6..=11 => (Hpre::DIV8, 8), + 12..=39 => (Hpre::DIV16, 16), + 40..=95 => (Hpre::DIV64, 64), + 96..=191 => (Hpre::DIV128, 128), + 192..=383 => (Hpre::DIV256, 256), + _ => (Hpre::DIV512, 512), + }; + // Calculate real AXI and AHB clock + let rcc_hclk = sys_d1cpre_ck / hpre_div; + assert!(rcc_hclk <= rcc_hclk_max); + let rcc_aclk = rcc_hclk; // AXI clock is always equal to AHB clock on H7 + + todo!() + } + + /// Setup sys_ck + /// Returns sys_ck frequency, and a pll1_p_ck + fn sys_ck_setup(&mut self, srcclk: Hertz) -> (Hertz, bool) { + // Compare available with wanted clocks + let sys_ck = self.config.sys_ck.unwrap_or(srcclk); + + if sys_ck != srcclk { + // The requested system clock is not the immediately available + // HSE/HSI clock. Perhaps there are other ways of obtaining + // the requested system clock (such as `HSIDIV`) but we will + // ignore those for now. + // + // Therefore we must use pll1_p_ck + let pll1_p_ck = match self.config.pll1.p_ck { + Some(p_ck) => { + assert!(p_ck == sys_ck, + "Error: Cannot set pll1_p_ck independently as it must be used to generate sys_ck"); + Some(p_ck) + } + None => Some(sys_ck), + }; + self.config.pll1.p_ck = pll1_p_ck; + + (sys_ck, true) + } else { + // sys_ck is derived directly from a source clock + // (HSE/HSI). pll1_p_ck can be as requested + (sys_ck, false) + } + } } diff --git a/embassy-stm32/src/rcc/h7/pll.rs b/embassy-stm32/src/rcc/h7/pll.rs index 37bd611cc..ead33e81e 100644 --- a/embassy-stm32/src/rcc/h7/pll.rs +++ b/embassy-stm32/src/rcc/h7/pll.rs @@ -1,4 +1,4 @@ -use super::{Config, HSI, RCC}; +use super::{Config, Hertz, HSI, RCC}; use crate::fmt::assert; const VCO_MIN: u32 = 150_000_000; @@ -6,9 +6,9 @@ const VCO_MAX: u32 = 420_000_000; #[derive(Default)] pub struct PllConfig { - pub p_ck: Option, - pub q_ck: Option, - pub r_ck: Option, + pub p_ck: Option, + pub q_ck: Option, + pub r_ck: Option, } pub(super) struct PllConfigResults { @@ -84,7 +84,7 @@ pub(super) unsafe fn pll_setup( match config.p_ck { Some(requested_output) => { - let config_results = vco_setup(pll_src, requested_output, plln); + let config_results = vco_setup(pll_src, requested_output.0, plln); let PllConfigResults { ref_x_ck, pll_x_m, @@ -113,7 +113,7 @@ pub(super) unsafe fn pll_setup( // Calulate additional output dividers let q_ck = match config.q_ck { - Some(ck) if ck > 0 => { + Some(Hertz(ck)) if ck > 0 => { let div = (vco_ck + ck - 1) / ck; RCC.plldivr(plln).modify(|w| w.set_divq1((div - 1) as u8)); RCC.pllcfgr() @@ -123,7 +123,7 @@ pub(super) unsafe fn pll_setup( _ => None, }; let r_ck = match config.r_ck { - Some(ck) if ck > 0 => { + Some(Hertz(ck)) if ck > 0 => { let div = (vco_ck + ck - 1) / ck; RCC.plldivr(plln).modify(|w| w.set_divr1((div - 1) as u8)); RCC.pllcfgr() diff --git a/embassy-stm32/src/time.rs b/embassy-stm32/src/time.rs index c131415c4..ac03ce5c4 100644 --- a/embassy-stm32/src/time.rs +++ b/embassy-stm32/src/time.rs @@ -5,7 +5,7 @@ pub struct Bps(pub u32); /// Hertz -#[derive(PartialEq, PartialOrd, Clone, Copy, Debug)] +#[derive(PartialEq, PartialOrd, Clone, Copy, Debug, Eq)] pub struct Hertz(pub u32); /// KiloHertz -- cgit From 82ca5b495e67685af1bd5063d125476269e6ce18 Mon Sep 17 00:00:00 2001 From: Thales Fragoso Date: Thu, 20 May 2021 00:08:34 -0300 Subject: Update generated code --- embassy-stm32/Cargo.toml | 120 + embassy-stm32/src/pac/regs.rs | 43228 ++++++++++++++++++++++----------- embassy-stm32/src/pac/stm32h723ve.rs | 30 + embassy-stm32/src/pac/stm32h723vg.rs | 30 + embassy-stm32/src/pac/stm32h723ze.rs | 30 + embassy-stm32/src/pac/stm32h723zg.rs | 30 + embassy-stm32/src/pac/stm32h725ae.rs | 30 + embassy-stm32/src/pac/stm32h725ag.rs | 30 + embassy-stm32/src/pac/stm32h725ie.rs | 30 + embassy-stm32/src/pac/stm32h725ig.rs | 30 + embassy-stm32/src/pac/stm32h725re.rs | 30 + embassy-stm32/src/pac/stm32h725rg.rs | 30 + embassy-stm32/src/pac/stm32h725ve.rs | 30 + embassy-stm32/src/pac/stm32h725vg.rs | 30 + embassy-stm32/src/pac/stm32h725ze.rs | 30 + embassy-stm32/src/pac/stm32h725zg.rs | 30 + embassy-stm32/src/pac/stm32h730ab.rs | 30 + embassy-stm32/src/pac/stm32h730ib.rs | 30 + embassy-stm32/src/pac/stm32h730vb.rs | 30 + embassy-stm32/src/pac/stm32h730zb.rs | 30 + embassy-stm32/src/pac/stm32h733vg.rs | 30 + embassy-stm32/src/pac/stm32h733zg.rs | 30 + embassy-stm32/src/pac/stm32h735ag.rs | 30 + embassy-stm32/src/pac/stm32h735ig.rs | 30 + embassy-stm32/src/pac/stm32h735rg.rs | 30 + embassy-stm32/src/pac/stm32h735vg.rs | 30 + embassy-stm32/src/pac/stm32h735zg.rs | 30 + embassy-stm32/src/pac/stm32h742ag.rs | 18 + embassy-stm32/src/pac/stm32h742ai.rs | 18 + embassy-stm32/src/pac/stm32h742bg.rs | 18 + embassy-stm32/src/pac/stm32h742bi.rs | 18 + embassy-stm32/src/pac/stm32h742ig.rs | 18 + embassy-stm32/src/pac/stm32h742ii.rs | 18 + embassy-stm32/src/pac/stm32h742vg.rs | 18 + embassy-stm32/src/pac/stm32h742vi.rs | 18 + embassy-stm32/src/pac/stm32h742xg.rs | 18 + embassy-stm32/src/pac/stm32h742xi.rs | 18 + embassy-stm32/src/pac/stm32h742zg.rs | 18 + embassy-stm32/src/pac/stm32h742zi.rs | 18 + embassy-stm32/src/pac/stm32h743ag.rs | 18 + embassy-stm32/src/pac/stm32h743ai.rs | 18 + embassy-stm32/src/pac/stm32h743bg.rs | 18 + embassy-stm32/src/pac/stm32h743bi.rs | 18 + embassy-stm32/src/pac/stm32h743ig.rs | 18 + embassy-stm32/src/pac/stm32h743ii.rs | 18 + embassy-stm32/src/pac/stm32h743vg.rs | 18 + embassy-stm32/src/pac/stm32h743vi.rs | 18 + embassy-stm32/src/pac/stm32h743xg.rs | 18 + embassy-stm32/src/pac/stm32h743xi.rs | 18 + embassy-stm32/src/pac/stm32h743zg.rs | 18 + embassy-stm32/src/pac/stm32h743zi.rs | 18 + embassy-stm32/src/pac/stm32h745bg.rs | 18 + embassy-stm32/src/pac/stm32h745bi.rs | 18 + embassy-stm32/src/pac/stm32h745ig.rs | 18 + embassy-stm32/src/pac/stm32h745ii.rs | 18 + embassy-stm32/src/pac/stm32h745xg.rs | 18 + embassy-stm32/src/pac/stm32h745xi.rs | 18 + embassy-stm32/src/pac/stm32h745zg.rs | 18 + embassy-stm32/src/pac/stm32h745zi.rs | 18 + embassy-stm32/src/pac/stm32h747ag.rs | 18 + embassy-stm32/src/pac/stm32h747ai.rs | 18 + embassy-stm32/src/pac/stm32h747bg.rs | 18 + embassy-stm32/src/pac/stm32h747bi.rs | 18 + embassy-stm32/src/pac/stm32h747ig.rs | 18 + embassy-stm32/src/pac/stm32h747ii.rs | 18 + embassy-stm32/src/pac/stm32h747xg.rs | 18 + embassy-stm32/src/pac/stm32h747xi.rs | 18 + embassy-stm32/src/pac/stm32h747zi.rs | 18 + embassy-stm32/src/pac/stm32h750ib.rs | 18 + embassy-stm32/src/pac/stm32h750vb.rs | 18 + embassy-stm32/src/pac/stm32h750xb.rs | 18 + embassy-stm32/src/pac/stm32h750zb.rs | 18 + embassy-stm32/src/pac/stm32h753ai.rs | 18 + embassy-stm32/src/pac/stm32h753bi.rs | 18 + embassy-stm32/src/pac/stm32h753ii.rs | 18 + embassy-stm32/src/pac/stm32h753vi.rs | 18 + embassy-stm32/src/pac/stm32h753xi.rs | 18 + embassy-stm32/src/pac/stm32h753zi.rs | 18 + embassy-stm32/src/pac/stm32h755bi.rs | 18 + embassy-stm32/src/pac/stm32h755ii.rs | 18 + embassy-stm32/src/pac/stm32h755xi.rs | 18 + embassy-stm32/src/pac/stm32h755zi.rs | 18 + embassy-stm32/src/pac/stm32h757ai.rs | 18 + embassy-stm32/src/pac/stm32h757bi.rs | 18 + embassy-stm32/src/pac/stm32h757ii.rs | 18 + embassy-stm32/src/pac/stm32h757xi.rs | 18 + embassy-stm32/src/pac/stm32h757zi.rs | 18 + embassy-stm32/src/pac/stm32h7a3ag.rs | 31 + embassy-stm32/src/pac/stm32h7a3ai.rs | 31 + embassy-stm32/src/pac/stm32h7a3ig.rs | 31 + embassy-stm32/src/pac/stm32h7a3ii.rs | 31 + embassy-stm32/src/pac/stm32h7a3lg.rs | 31 + embassy-stm32/src/pac/stm32h7a3li.rs | 31 + embassy-stm32/src/pac/stm32h7a3ng.rs | 31 + embassy-stm32/src/pac/stm32h7a3ni.rs | 31 + embassy-stm32/src/pac/stm32h7a3qi.rs | 31 + embassy-stm32/src/pac/stm32h7a3rg.rs | 31 + embassy-stm32/src/pac/stm32h7a3ri.rs | 31 + embassy-stm32/src/pac/stm32h7a3vg.rs | 31 + embassy-stm32/src/pac/stm32h7a3vi.rs | 31 + embassy-stm32/src/pac/stm32h7a3zg.rs | 31 + embassy-stm32/src/pac/stm32h7a3zi.rs | 31 + embassy-stm32/src/pac/stm32h7b0ab.rs | 31 + embassy-stm32/src/pac/stm32h7b0ib.rs | 31 + embassy-stm32/src/pac/stm32h7b0rb.rs | 31 + embassy-stm32/src/pac/stm32h7b0vb.rs | 31 + embassy-stm32/src/pac/stm32h7b0zb.rs | 31 + embassy-stm32/src/pac/stm32h7b3ai.rs | 31 + embassy-stm32/src/pac/stm32h7b3ii.rs | 31 + embassy-stm32/src/pac/stm32h7b3li.rs | 31 + embassy-stm32/src/pac/stm32h7b3ni.rs | 31 + embassy-stm32/src/pac/stm32h7b3qi.rs | 31 + embassy-stm32/src/pac/stm32h7b3ri.rs | 31 + embassy-stm32/src/pac/stm32h7b3vi.rs | 31 + embassy-stm32/src/pac/stm32h7b3zi.rs | 31 + 115 files changed, 32090 insertions(+), 13956 deletions(-) diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index b4e6d4edc..7b6f0a352 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml @@ -183,6 +183,7 @@ stm32f479vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_r stm32f479zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32f4", "_syscfg", "_syscfg_f4", "_usart", "_usart_v1",] stm32f479zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32f4", "_syscfg", "_syscfg_f4", "_usart", "_usart_v1",] <<<<<<< HEAD +<<<<<<< HEAD stm32h723ve = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] stm32h723vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] stm32h723ze = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] @@ -511,6 +512,121 @@ stm32h7b3ri = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_r stm32h7b3vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] stm32h7b3zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= +stm32h723ve = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h723vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h723ze = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h723zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ae = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ie = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725re = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ve = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ze = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h730ab = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h730ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h730vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h730zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h733vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h733zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h750ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h750vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h750xb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h750zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h755bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h755ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h755xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h755zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3lg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3li = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ng = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ni = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3qi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ri = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0ab = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0rb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3li = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3ni = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3qi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3ri = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] +>>>>>>> c084e70 (Update generated code) stm32l412c8 = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32l4", "_syscfg", "_syscfg_l4", "_usart", "_usart_v2",] stm32l412cb = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32l4", "_syscfg", "_syscfg_l4", "_usart", "_usart_v2",] stm32l412k8 = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32l4", "_syscfg", "_syscfg_l4", "_usart", "_usart_v2",] @@ -657,8 +773,12 @@ _dma_v1 = [] _dma_v2 = [] _exti = [] _exti_v1 = [] +_flash = [] +_flash_h7 = [] _gpio = [] _gpio_v2 = [] +_pwr = [] +_pwr_h7 = [] _rcc = [] <<<<<<< HEAD _rcc_l0 = [] diff --git a/embassy-stm32/src/pac/regs.rs b/embassy-stm32/src/pac/regs.rs index c91705e50..2c48029d4 100644 --- a/embassy-stm32/src/pac/regs.rs +++ b/embassy-stm32/src/pac/regs.rs @@ -1,6 +1,7 @@ #![no_std] #![doc = "Peripheral access API (generated using svd2rust v0.17.0 (22741fa 2021-04-20))"] <<<<<<< HEAD +<<<<<<< HEAD pub mod usart_v1 { use crate::generic::*; #[doc = "Universal synchronous asynchronous receiver transmitter"] @@ -67,10 +68,119 @@ pub mod usart_v1 { #[doc = "Control register 3"] pub fn cr3(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(20usize)) } +======= +pub mod dma_v1 { + use crate::generic::*; + #[doc = "Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers"] + #[derive(Copy, Clone)] + pub struct Ch(pub *mut u8); + unsafe impl Send for Ch {} + unsafe impl Sync for Ch {} + impl Ch { + #[doc = "DMA channel configuration register (DMA_CCR)"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "DMA channel 1 number of data register"] + pub fn ndtr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "DMA channel 1 peripheral address register"] + pub fn par(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "DMA channel 1 memory address register"] + pub fn mar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + } + #[doc = "DMA controller"] + #[derive(Copy, Clone)] + pub struct Dma(pub *mut u8); + unsafe impl Send for Dma {} + unsafe impl Sync for Dma {} + impl Dma { + #[doc = "DMA interrupt status register (DMA_ISR)"] + pub fn isr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "DMA interrupt flag clear register (DMA_IFCR)"] + pub fn ifcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers"] + pub fn ch(self, n: usize) -> Ch { + assert!(n < 7usize); + unsafe { Ch(self.0.add(8usize + n * 20usize)) } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pl(pub u8); + impl Pl { + #[doc = "Low priority"] + pub const LOW: Self = Self(0); + #[doc = "Medium priority"] + pub const MEDIUM: Self = Self(0x01); + #[doc = "High priority"] + pub const HIGH: Self = Self(0x02); + #[doc = "Very high priority"] + pub const VERYHIGH: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Inc(pub u8); + impl Inc { + #[doc = "Increment mode disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Increment mode enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dir(pub u8); + impl Dir { + #[doc = "Read from peripheral"] + pub const FROMPERIPHERAL: Self = Self(0); + #[doc = "Read from memory"] + pub const FROMMEMORY: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Size(pub u8); + impl Size { + #[doc = "8-bit size"] + pub const BITS8: Self = Self(0); + #[doc = "16-bit size"] + pub const BITS16: Self = Self(0x01); + #[doc = "32-bit size"] + pub const BITS32: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Memmem(pub u8); + impl Memmem { + #[doc = "Memory to memory mode disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Memory to memory mode enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Circ(pub u8); + impl Circ { + #[doc = "Circular buffer disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Circular buffer enabled"] + pub const ENABLED: Self = Self(0x01); +>>>>>>> c084e70 (Update generated code) } } pub mod regs { use crate::generic::*; +<<<<<<< HEAD #[doc = "Status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] @@ -263,278 +373,770 @@ pub mod usart_v1 { fn default() -> Sr { Sr(0) } - } - #[doc = "Control register 1"] +======= + #[doc = "DMA interrupt flag clear register (DMA_IFCR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Send break"] - pub const fn sbk(&self) -> super::vals::Sbk { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Sbk(val as u8) - } - #[doc = "Send break"] - pub fn set_sbk(&mut self, val: super::vals::Sbk) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Receiver wakeup"] - pub const fn rwu(&self) -> super::vals::Rwu { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Rwu(val as u8) - } - #[doc = "Receiver wakeup"] - pub fn set_rwu(&mut self, val: super::vals::Rwu) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "Receiver enable"] - pub const fn re(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + pub struct Ifcr(pub u32); + impl Ifcr { + #[doc = "Channel 1 Global interrupt clear"] + pub fn cgif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Receiver enable"] - pub fn set_re(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Channel 1 Global interrupt clear"] + pub fn set_cgif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Transmitter enable"] - pub const fn te(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "Channel 1 Transfer Complete clear"] + pub fn ctcif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Transmitter enable"] - pub fn set_te(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Channel 1 Transfer Complete clear"] + pub fn set_ctcif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "IDLE interrupt enable"] - pub const fn idleie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "Channel 1 Half Transfer clear"] + pub fn chtif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "IDLE interrupt enable"] - pub fn set_idleie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Channel 1 Half Transfer clear"] + pub fn set_chtif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "RXNE interrupt enable"] - pub const fn rxneie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "Channel 1 Transfer Error clear"] + pub fn cteif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "RXNE interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Transmission complete interrupt enable"] - pub const fn tcie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "Channel 1 Transfer Error clear"] + pub fn set_cteif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Transmission complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + impl Default for Ifcr { + fn default() -> Ifcr { + Ifcr(0) } - #[doc = "TXE interrupt enable"] - pub const fn txeie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + } + #[doc = "DMA interrupt status register (DMA_ISR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Isr(pub u32); + impl Isr { + #[doc = "Channel 1 Global interrupt flag"] + pub fn gif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "TXE interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Channel 1 Global interrupt flag"] + pub fn set_gif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "PE interrupt enable"] - pub const fn peie(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Channel 1 Transfer Complete flag"] + pub fn tcif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "PE interrupt enable"] - pub fn set_peie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Parity selection"] - pub const fn ps(&self) -> super::vals::Ps { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Ps(val as u8) - } - #[doc = "Parity selection"] - pub fn set_ps(&mut self, val: super::vals::Ps) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "Channel 1 Transfer Complete flag"] + pub fn set_tcif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Parity control enable"] - pub const fn pce(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; + #[doc = "Channel 1 Half Transfer Complete flag"] + pub fn htif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Parity control enable"] - pub fn set_pce(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - #[doc = "Wakeup method"] - pub const fn wake(&self) -> super::vals::Wake { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Wake(val as u8) - } - #[doc = "Wakeup method"] - pub fn set_wake(&mut self, val: super::vals::Wake) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "Word length"] - pub const fn m(&self) -> super::vals::M { - let val = (self.0 >> 12usize) & 0x01; - super::vals::M(val as u8) - } - #[doc = "Word length"] - pub fn set_m(&mut self, val: super::vals::M) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "Channel 1 Half Transfer Complete flag"] + pub fn set_htif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "USART enable"] - pub const fn ue(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "Channel 1 Transfer Error flag"] + pub fn teif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "USART enable"] - pub fn set_ue(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "Channel 1 Transfer Error flag"] + pub fn set_teif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) + impl Default for Isr { + fn default() -> Isr { + Isr(0) } } - #[doc = "Control register 3"] + #[doc = "DMA channel configuration register (DMA_CCR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr3(pub u32); - impl Cr3 { - #[doc = "Error interrupt enable"] - pub const fn eie(&self) -> bool { + pub struct Cr(pub u32); + impl Cr { + #[doc = "Channel enable"] + pub const fn en(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Error interrupt enable"] - pub fn set_eie(&mut self, val: bool) { + #[doc = "Channel enable"] + pub fn set_en(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "IrDA mode enable"] - pub const fn iren(&self) -> bool { + #[doc = "Transfer complete interrupt enable"] + pub const fn tcie(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "IrDA mode enable"] - pub fn set_iren(&mut self, val: bool) { + #[doc = "Transfer complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "IrDA low-power"] - pub const fn irlp(&self) -> super::vals::Irlp { + #[doc = "Half Transfer interrupt enable"] + pub const fn htie(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; - super::vals::Irlp(val as u8) + val != 0 } - #[doc = "IrDA low-power"] - pub fn set_irlp(&mut self, val: super::vals::Irlp) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Half Transfer interrupt enable"] + pub fn set_htie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Half-duplex selection"] - pub const fn hdsel(&self) -> super::vals::Hdsel { + #[doc = "Transfer error interrupt enable"] + pub const fn teie(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; - super::vals::Hdsel(val as u8) + val != 0 } - #[doc = "Half-duplex selection"] - pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Transfer error interrupt enable"] + pub fn set_teie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "DMA enable receiver"] - pub const fn dmar(&self) -> bool { + #[doc = "Data transfer direction"] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Dir(val as u8) + } + #[doc = "Data transfer direction"] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Circular mode"] + pub const fn circ(&self) -> super::vals::Circ { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Circ(val as u8) + } + #[doc = "Circular mode"] + pub fn set_circ(&mut self, val: super::vals::Circ) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Peripheral increment mode"] + pub const fn pinc(&self) -> super::vals::Inc { let val = (self.0 >> 6usize) & 0x01; - val != 0 + super::vals::Inc(val as u8) } - #[doc = "DMA enable receiver"] - pub fn set_dmar(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Peripheral increment mode"] + pub fn set_pinc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "DMA enable transmitter"] - pub const fn dmat(&self) -> bool { + #[doc = "Memory increment mode"] + pub const fn minc(&self) -> super::vals::Inc { let val = (self.0 >> 7usize) & 0x01; - val != 0 + super::vals::Inc(val as u8) } - #[doc = "DMA enable transmitter"] - pub fn set_dmat(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Memory increment mode"] + pub fn set_minc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - } - impl Default for Cr3 { - fn default() -> Cr3 { - Cr3(0) + #[doc = "Peripheral size"] + pub const fn psize(&self) -> super::vals::Size { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Size(val as u8) } - } - #[doc = "Guard time and prescaler register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Gtpr(pub u32); - impl Gtpr { - #[doc = "Prescaler value"] - pub const fn psc(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + #[doc = "Peripheral size"] + pub fn set_psize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); } - #[doc = "Prescaler value"] - pub fn set_psc(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "Memory size"] + pub const fn msize(&self) -> super::vals::Size { + let val = (self.0 >> 10usize) & 0x03; + super::vals::Size(val as u8) } - #[doc = "Guard time value"] - pub const fn gt(&self) -> u8 { - let val = (self.0 >> 8usize) & 0xff; - val as u8 + #[doc = "Memory size"] + pub fn set_msize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 10usize)) | (((val.0 as u32) & 0x03) << 10usize); } - #[doc = "Guard time value"] - pub fn set_gt(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); + #[doc = "Channel Priority level"] + pub const fn pl(&self) -> super::vals::Pl { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Pl(val as u8) + } + #[doc = "Channel Priority level"] + pub fn set_pl(&mut self, val: super::vals::Pl) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "Memory to memory mode"] + pub const fn mem2mem(&self) -> super::vals::Memmem { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Memmem(val as u8) + } + #[doc = "Memory to memory mode"] + pub fn set_mem2mem(&mut self, val: super::vals::Memmem) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } } - impl Default for Gtpr { - fn default() -> Gtpr { - Gtpr(0) + impl Default for Cr { + fn default() -> Cr { + Cr(0) } } - #[doc = "Control register 2"] + #[doc = "DMA channel 1 number of data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Usart(pub u32); - impl Cr2Usart { - #[doc = "Address of the USART node"] - pub const fn add(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "Address of the USART node"] - pub fn set_add(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); - } - #[doc = "lin break detection length"] - pub const fn lbdl(&self) -> super::vals::Lbdl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lbdl(val as u8) - } - #[doc = "lin break detection length"] - pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "LIN break detection interrupt enable"] - pub const fn lbdie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + pub struct Ndtr(pub u32); + impl Ndtr { + #[doc = "Number of data to transfer"] + pub const fn ndt(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "LIN break detection interrupt enable"] - pub fn set_lbdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Number of data to transfer"] + pub fn set_ndt(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } - #[doc = "Last bit clock pulse"] - pub const fn lbcl(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + } + impl Default for Ndtr { + fn default() -> Ndtr { + Ndtr(0) } - #[doc = "Last bit clock pulse"] - pub fn set_lbcl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + } +} +pub mod generic { + use core::marker::PhantomData; + #[derive(Copy, Clone)] + pub struct RW; + #[derive(Copy, Clone)] + pub struct R; + #[derive(Copy, Clone)] + pub struct W; + mod sealed { + use super::*; + pub trait Access {} + impl Access for R {} + impl Access for W {} + impl Access for RW {} + } + pub trait Access: sealed::Access + Copy {} + impl Access for R {} + impl Access for W {} + impl Access for RW {} + pub trait Read: Access {} + impl Read for RW {} + impl Read for R {} + pub trait Write: Access {} + impl Write for RW {} + impl Write for W {} + #[derive(Copy, Clone)] + pub struct Reg { + ptr: *mut u8, + phantom: PhantomData<*mut (T, A)>, + } + unsafe impl Send for Reg {} + unsafe impl Sync for Reg {} + impl Reg { + pub fn from_ptr(ptr: *mut u8) -> Self { + Self { + ptr, + phantom: PhantomData, + } + } + pub fn ptr(&self) -> *mut T { + self.ptr as _ + } + } + impl Reg { + pub unsafe fn read(&self) -> T { + (self.ptr as *mut T).read_volatile() + } + } + impl Reg { + pub unsafe fn write_value(&self, val: T) { + (self.ptr as *mut T).write_volatile(val) + } + } + impl Reg { + pub unsafe fn write(&self, f: impl FnOnce(&mut T) -> R) -> R { + let mut val = Default::default(); + let res = f(&mut val); + self.write_value(val); + res + } + } + impl Reg { + pub unsafe fn modify(&self, f: impl FnOnce(&mut T) -> R) -> R { + let mut val = self.read(); + let res = f(&mut val); + self.write_value(val); + res + } + } +} +pub mod rcc_h7 { + use crate::generic::*; + #[doc = "Reset and clock control"] + #[derive(Copy, Clone)] + pub struct Rcc(pub *mut u8); + unsafe impl Send for Rcc {} + unsafe impl Sync for Rcc {} + impl Rcc { + #[doc = "clock control register"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "RCC HSI configuration register"] + pub fn hsicfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "RCC Internal Clock Source Calibration Register"] + pub fn icscr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "RCC Clock Recovery RC Register"] + pub fn crrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "RCC CSI configuration register"] + pub fn csicfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "RCC Clock Configuration Register"] + pub fn cfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "RCC Domain 1 Clock Configuration Register"] + pub fn d1cfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "RCC Domain 2 Clock Configuration Register"] + pub fn d2cfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "RCC Domain 3 Clock Configuration Register"] + pub fn d3cfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "RCC PLLs Clock Source Selection Register"] + pub fn pllckselr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "RCC PLLs Configuration Register"] + pub fn pllcfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "RCC PLL1 Dividers Configuration Register"] + pub fn plldivr(self, n: usize) -> Reg { + assert!(n < 3usize); + unsafe { Reg::from_ptr(self.0.add(48usize + n * 8usize)) } + } + #[doc = "RCC PLL1 Fractional Divider Register"] + pub fn pllfracr(self, n: usize) -> Reg { + assert!(n < 3usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 8usize)) } + } + #[doc = "RCC Domain 1 Kernel Clock Configuration Register"] + pub fn d1ccipr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] + pub fn d2ccip1r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(80usize)) } + } + #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] + pub fn d2ccip2r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(84usize)) } + } + #[doc = "RCC Domain 3 Kernel Clock Configuration Register"] + pub fn d3ccipr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(88usize)) } + } + #[doc = "RCC Clock Source Interrupt Enable Register"] + pub fn cier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(96usize)) } + } + #[doc = "RCC Clock Source Interrupt Flag Register"] + pub fn cifr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(100usize)) } + } + #[doc = "RCC Clock Source Interrupt Clear Register"] + pub fn cicr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(104usize)) } + } + #[doc = "RCC Backup Domain Control Register"] + pub fn bdcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(112usize)) } + } + #[doc = "RCC Clock Control and Status Register"] + pub fn csr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(116usize)) } + } + #[doc = "RCC AHB3 Reset Register"] + pub fn ahb3rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(124usize)) } + } + #[doc = "RCC AHB1 Peripheral Reset Register"] + pub fn ahb1rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(128usize)) } + } + #[doc = "RCC AHB2 Peripheral Reset Register"] + pub fn ahb2rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(132usize)) } + } + #[doc = "RCC AHB4 Peripheral Reset Register"] + pub fn ahb4rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(136usize)) } + } + #[doc = "RCC APB3 Peripheral Reset Register"] + pub fn apb3rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(140usize)) } + } + #[doc = "RCC APB1 Peripheral Reset Register"] + pub fn apb1lrstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(144usize)) } + } + #[doc = "RCC APB1 Peripheral Reset Register"] + pub fn apb1hrstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(148usize)) } + } + #[doc = "RCC APB2 Peripheral Reset Register"] + pub fn apb2rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(152usize)) } + } + #[doc = "RCC APB4 Peripheral Reset Register"] + pub fn apb4rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(156usize)) } + } + #[doc = "RCC Global Control Register"] + pub fn gcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(160usize)) } + } + #[doc = "RCC D3 Autonomous mode Register"] + pub fn d3amr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(168usize)) } + } + #[doc = "RCC Reset Status Register"] + pub fn rsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(208usize)) } + } + #[doc = "RCC AHB3 Clock Register"] + pub fn ahb3enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(212usize)) } + } + #[doc = "RCC AHB1 Clock Register"] + pub fn ahb1enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(216usize)) } +>>>>>>> c084e70 (Update generated code) + } + #[doc = "Control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Send break"] + pub const fn sbk(&self) -> super::vals::Sbk { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Sbk(val as u8) + } + #[doc = "Send break"] + pub fn set_sbk(&mut self, val: super::vals::Sbk) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Receiver wakeup"] + pub const fn rwu(&self) -> super::vals::Rwu { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Rwu(val as u8) + } + #[doc = "Receiver wakeup"] + pub fn set_rwu(&mut self, val: super::vals::Rwu) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "Receiver enable"] + pub const fn re(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Receiver enable"] + pub fn set_re(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Transmitter enable"] + pub const fn te(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Transmitter enable"] + pub fn set_te(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "IDLE interrupt enable"] + pub const fn idleie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "IDLE interrupt enable"] + pub fn set_idleie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "RXNE interrupt enable"] + pub const fn rxneie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "RXNE interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Transmission complete interrupt enable"] + pub const fn tcie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Transmission complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "TXE interrupt enable"] + pub const fn txeie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "TXE interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "PE interrupt enable"] + pub const fn peie(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "PE interrupt enable"] + pub fn set_peie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Parity selection"] + pub const fn ps(&self) -> super::vals::Ps { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ps(val as u8) + } + #[doc = "Parity selection"] + pub fn set_ps(&mut self, val: super::vals::Ps) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "Parity control enable"] + pub const fn pce(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Parity control enable"] + pub fn set_pce(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "Wakeup method"] + pub const fn wake(&self) -> super::vals::Wake { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Wake(val as u8) + } + #[doc = "Wakeup method"] + pub fn set_wake(&mut self, val: super::vals::Wake) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "Word length"] + pub const fn m(&self) -> super::vals::M { + let val = (self.0 >> 12usize) & 0x01; + super::vals::M(val as u8) + } + #[doc = "Word length"] + pub fn set_m(&mut self, val: super::vals::M) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "USART enable"] + pub const fn ue(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "USART enable"] + pub fn set_ue(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + } + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) + } + } + #[doc = "Control register 3"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr3(pub u32); + impl Cr3 { + #[doc = "Error interrupt enable"] + pub const fn eie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Error interrupt enable"] + pub fn set_eie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "IrDA mode enable"] + pub const fn iren(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "IrDA mode enable"] + pub fn set_iren(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "IrDA low-power"] + pub const fn irlp(&self) -> super::vals::Irlp { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Irlp(val as u8) + } + #[doc = "IrDA low-power"] + pub fn set_irlp(&mut self, val: super::vals::Irlp) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "Half-duplex selection"] + pub const fn hdsel(&self) -> super::vals::Hdsel { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Hdsel(val as u8) + } + #[doc = "Half-duplex selection"] + pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "DMA enable receiver"] + pub const fn dmar(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "DMA enable receiver"] + pub fn set_dmar(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "DMA enable transmitter"] + pub const fn dmat(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "DMA enable transmitter"] + pub fn set_dmat(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + } + impl Default for Cr3 { + fn default() -> Cr3 { + Cr3(0) + } + } + #[doc = "Guard time and prescaler register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Gtpr(pub u32); + impl Gtpr { + #[doc = "Prescaler value"] + pub const fn psc(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Prescaler value"] + pub fn set_psc(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + #[doc = "Guard time value"] + pub const fn gt(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; + val as u8 + } + #[doc = "Guard time value"] + pub fn set_gt(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); + } + } + impl Default for Gtpr { + fn default() -> Gtpr { + Gtpr(0) + } + } + #[doc = "Control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Usart(pub u32); + impl Cr2Usart { + #[doc = "Address of the USART node"] + pub const fn add(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "Address of the USART node"] + pub fn set_add(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "lin break detection length"] + pub const fn lbdl(&self) -> super::vals::Lbdl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lbdl(val as u8) + } + #[doc = "lin break detection length"] + pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "LIN break detection interrupt enable"] + pub const fn lbdie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "LIN break detection interrupt enable"] + pub fn set_lbdie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Last bit clock pulse"] + pub const fn lbcl(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Last bit clock pulse"] + pub fn set_lbcl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } #[doc = "Clock phase"] pub const fn cpha(&self) -> super::vals::Cpha { @@ -10263,6 +10865,7 @@ pub mod generic { (self.ptr as *mut T).read_volatile() } } +<<<<<<< HEAD impl Reg { pub unsafe fn write_value(&self, val: T) { (self.ptr as *mut T).write_volatile(val) @@ -11194,6 +11797,205 @@ pub mod spi_v3 { C1Ahb2lpenr(0) } } +======= + pub mod regs { + use crate::generic::*; + #[doc = "RCC APB4 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb4lpenr(pub u32); + impl C1Apb4lpenr { + #[doc = "SYSCFG peripheral clock enable during CSleep mode"] + pub const fn syscfglpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "SYSCFG peripheral clock enable during CSleep mode"] + pub fn set_syscfglpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lpuart1lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lpuart1lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi6lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi6lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim2lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim2lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim3lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim3lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim5lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim5lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] + pub const fn comp12lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] + pub fn set_comp12lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "VREF peripheral clock enable during CSleep mode"] + pub const fn vreflpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "VREF peripheral clock enable during CSleep mode"] + pub fn set_vreflpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "RTC APB Clock Enable During CSleep Mode"] + pub const fn rtcapblpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "RTC APB Clock Enable During CSleep Mode"] + pub fn set_rtcapblpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + } + impl Default for C1Apb4lpenr { + fn default() -> C1Apb4lpenr { + C1Apb4lpenr(0) + } + } + #[doc = "RCC APB1 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb1henr(pub u32); + impl C1Apb1henr { + #[doc = "Clock Recovery System peripheral clock enable"] + pub const fn crsen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) + } + #[doc = "Clock Recovery System peripheral clock enable"] + pub fn set_crsen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "SWPMI Peripheral Clocks Enable"] + pub const fn swpen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) + } + #[doc = "SWPMI Peripheral Clocks Enable"] + pub fn set_swpen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "OPAMP peripheral clock enable"] + pub const fn opampen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) + } + #[doc = "OPAMP peripheral clock enable"] + pub fn set_opampen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "MDIOS peripheral clock enable"] + pub const fn mdiosen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) + } + #[doc = "MDIOS peripheral clock enable"] + pub fn set_mdiosen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FDCAN Peripheral Clocks Enable"] + pub const fn fdcanen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) + } + #[doc = "FDCAN Peripheral Clocks Enable"] + pub fn set_fdcanen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + } + impl Default for C1Apb1henr { + fn default() -> C1Apb1henr { + C1Apb1henr(0) + } + } + #[doc = "RCC PLL2 Fractional Divider Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pll2fracr(pub u32); + impl Pll2fracr { + #[doc = "Fractional part of the multiplication factor for PLL VCO"] + pub const fn fracn2(&self) -> u16 { + let val = (self.0 >> 3usize) & 0x1fff; + val as u16 + } + #[doc = "Fractional part of the multiplication factor for PLL VCO"] + pub fn set_fracn2(&mut self, val: u16) { + self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); + } + } + impl Default for Pll2fracr { + fn default() -> Pll2fracr { + Pll2fracr(0) + } + } +>>>>>>> c084e70 (Update generated code) #[doc = "RCC APB2 Peripheral Reset Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] @@ -11334,6 +12136,7 @@ pub mod spi_v3 { pub fn set_hrtimrst(&mut self, val: super::vals::Tim1rst) { self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } +<<<<<<< HEAD } impl Default for Apb2rstr { fn default() -> Apb2rstr { @@ -14340,4447 +15143,4686 @@ pub mod syscfg_l0 { #[doc = "Memory mapping selection bits"] pub fn set_mem_mode(&mut self, val: u8) { self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); +======= + } + impl Default for Apb2rstr { + fn default() -> Apb2rstr { + Apb2rstr(0) } - #[doc = "User bank swapping"] - pub const fn ufb(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + } + #[doc = "RCC APB2 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb2enr(pub u32); + impl Apb2enr { + #[doc = "TIM1 peripheral clock enable"] + pub const fn tim1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) } - #[doc = "User bank swapping"] - pub fn set_ufb(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "TIM1 peripheral clock enable"] + pub fn set_tim1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Boot mode selected by the boot pins status bits"] - pub const fn boot_mode(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x03; - val as u8 + #[doc = "TIM8 peripheral clock enable"] + pub const fn tim8en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) } - #[doc = "Boot mode selected by the boot pins status bits"] - pub fn set_boot_mode(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + #[doc = "TIM8 peripheral clock enable"] + pub fn set_tim8en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "USART1 Peripheral Clocks Enable"] + pub const fn usart1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "USART1 Peripheral Clocks Enable"] + pub fn set_usart1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "USART6 Peripheral Clocks Enable"] + pub const fn usart6en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "USART6 Peripheral Clocks Enable"] + pub fn set_usart6en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "SPI1 Peripheral Clocks Enable"] + pub const fn spi1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "SPI1 Peripheral Clocks Enable"] + pub fn set_spi1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "SPI4 Peripheral Clocks Enable"] + pub const fn spi4en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 13usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "SPI4 Peripheral Clocks Enable"] + pub fn set_spi4en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "TIM15 peripheral clock enable"] + pub const fn tim15en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "TIM15 peripheral clock enable"] + pub fn set_tim15en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "TIM16 peripheral clock enable"] + pub const fn tim16en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "TIM16 peripheral clock enable"] + pub fn set_tim16en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "TIM17 peripheral clock enable"] + pub const fn tim17en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "TIM17 peripheral clock enable"] + pub fn set_tim17en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "SPI5 Peripheral Clocks Enable"] + pub const fn spi5en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "SPI5 Peripheral Clocks Enable"] + pub fn set_spi5en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "SAI1 Peripheral Clocks Enable"] + pub const fn sai1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "SAI1 Peripheral Clocks Enable"] + pub fn set_sai1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "SAI2 Peripheral Clocks Enable"] + pub const fn sai2en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "SAI2 Peripheral Clocks Enable"] + pub fn set_sai2en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "SAI3 Peripheral Clocks Enable"] + pub const fn sai3en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "SAI3 Peripheral Clocks Enable"] + pub fn set_sai3en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "DFSDM1 Peripheral Clocks Enable"] + pub const fn dfsdm1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "DFSDM1 Peripheral Clocks Enable"] + pub fn set_dfsdm1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "HRTIM peripheral clock enable"] + pub const fn hrtimen(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "HRTIM peripheral clock enable"] + pub fn set_hrtimen(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } } - impl Default for Cfgr1 { - fn default() -> Cfgr1 { - Cfgr1(0) + impl Default for Apb2enr { + fn default() -> Apb2enr { + Apb2enr(0) } } - #[doc = "CFGR3"] + #[doc = "RCC Reset Status Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr3(pub u32); - impl Cfgr3 { - #[doc = "VREFINT enable and scaler control for COMP2 enable bit"] - pub const fn en_vrefint(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + pub struct Rsr(pub u32); + impl Rsr { + #[doc = "Remove reset flag"] + pub const fn rmvf(&self) -> super::vals::RsrRmvf { + let val = (self.0 >> 16usize) & 0x01; + super::vals::RsrRmvf(val as u8) + } + #[doc = "Remove reset flag"] + pub fn set_rmvf(&mut self, val: super::vals::RsrRmvf) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "CPU reset flag"] + pub const fn cpurstf(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "VREFINT enable and scaler control for COMP2 enable bit"] - pub fn set_en_vrefint(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "CPU reset flag"] + pub fn set_cpurstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "VREFINT_ADC connection bit"] - pub const fn sel_vref_out(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x03; - val as u8 + #[doc = "D1 domain power switch reset flag"] + pub const fn d1rstf(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 } - #[doc = "VREFINT_ADC connection bit"] - pub fn set_sel_vref_out(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 4usize)) | (((val as u32) & 0x03) << 4usize); + #[doc = "D1 domain power switch reset flag"] + pub fn set_d1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "VREFINT reference for ADC enable bit"] - pub const fn enbuf_vrefint_adc(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "D2 domain power switch reset flag"] + pub const fn d2rstf(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; val != 0 } - #[doc = "VREFINT reference for ADC enable bit"] - pub fn set_enbuf_vrefint_adc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "D2 domain power switch reset flag"] + pub fn set_d2rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "Temperature sensor reference for ADC enable bit"] - pub const fn enbuf_sensor_adc(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + #[doc = "BOR reset flag"] + pub const fn borrstf(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "Temperature sensor reference for ADC enable bit"] - pub fn set_enbuf_sensor_adc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "BOR reset flag"] + pub fn set_borrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "VREFINT reference for COMP2 scaler enable bit"] - pub const fn enbuf_vrefint_comp2(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "Pin reset flag (NRST)"] + pub const fn pinrstf(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "VREFINT reference for COMP2 scaler enable bit"] - pub fn set_enbuf_vrefint_comp2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "Pin reset flag (NRST)"] + pub fn set_pinrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "VREFINT reference for HSI48 oscillator enable bit"] - pub const fn enref_hsi48(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "POR/PDR reset flag"] + pub const fn porrstf(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "VREFINT reference for HSI48 oscillator enable bit"] - pub fn set_enref_hsi48(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "POR/PDR reset flag"] + pub fn set_porrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "VREFINT ready flag"] - pub const fn vrefint_rdyf(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; + #[doc = "System reset from CPU reset flag"] + pub const fn sftrstf(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "VREFINT ready flag"] - pub fn set_vrefint_rdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + #[doc = "System reset from CPU reset flag"] + pub fn set_sftrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "SYSCFG_CFGR3 lock bit"] - pub const fn ref_lock(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; + #[doc = "Independent Watchdog reset flag"] + pub const fn iwdg1rstf(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "SYSCFG_CFGR3 lock bit"] - pub fn set_ref_lock(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + #[doc = "Independent Watchdog reset flag"] + pub fn set_iwdg1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "Window Watchdog reset flag"] + pub const fn wwdg1rstf(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "Window Watchdog reset flag"] + pub fn set_wwdg1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] + pub const fn lpwrrstf(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; + val != 0 + } + #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] + pub fn set_lpwrrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); } } - impl Default for Cfgr3 { - fn default() -> Cfgr3 { - Cfgr3(0) + impl Default for Rsr { + fn default() -> Rsr { + Rsr(0) } } - } -} -pub mod rcc_l0 { - use crate::generic::*; - #[doc = "Reset and clock control"] - #[derive(Copy, Clone)] - pub struct Rcc(pub *mut u8); - unsafe impl Send for Rcc {} - unsafe impl Sync for Rcc {} - impl Rcc { - #[doc = "Clock control register"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "Internal clock sources calibration register"] - pub fn icscr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "Clock recovery RC register"] - pub fn crrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Clock configuration register"] - pub fn cfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Clock interrupt enable register"] - pub fn cier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Clock interrupt flag register"] - pub fn cifr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "Clock interrupt clear register"] - pub fn cicr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "GPIO reset register"] - pub fn ioprstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "AHB peripheral reset register"] - pub fn ahbrstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "APB2 peripheral reset register"] - pub fn apb2rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "APB1 peripheral reset register"] - pub fn apb1rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "GPIO clock enable register"] - pub fn iopenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "AHB peripheral clock enable register"] - pub fn ahbenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } - } - #[doc = "APB2 peripheral clock enable register"] - pub fn apb2enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(52usize)) } - } - #[doc = "APB1 peripheral clock enable register"] - pub fn apb1enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(56usize)) } - } - #[doc = "GPIO clock enable in sleep mode register"] - pub fn iopsmen(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(60usize)) } - } - #[doc = "AHB peripheral clock enable in sleep mode register"] - pub fn ahbsmenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(64usize)) } - } - #[doc = "APB2 peripheral clock enable in sleep mode register"] - pub fn apb2smenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(68usize)) } - } - #[doc = "APB1 peripheral clock enable in sleep mode register"] - pub fn apb1smenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } - } - #[doc = "Clock configuration register"] - pub fn ccipr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - #[doc = "Control and status register"] - pub fn csr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(80usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "Clock control register"] + #[doc = "RCC AHB1 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "16 MHz high-speed internal clock enable"] - pub const fn hsi16on(&self) -> super::vals::Pllon { + pub struct Ahb1lpenr(pub u32); + impl Ahb1lpenr { + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub const fn dma1lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { let val = (self.0 >> 0usize) & 0x01; - super::vals::Pllon(val as u8) + super::vals::Ahb1lpenrDma1lpen(val as u8) } - #[doc = "16 MHz high-speed internal clock enable"] - pub fn set_hsi16on(&mut self, val: super::vals::Pllon) { + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub fn set_dma1lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "High-speed internal clock enable bit for some IP kernels"] - pub const fn hsi16keron(&self) -> super::vals::Pllon { + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub const fn dma2lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { let val = (self.0 >> 1usize) & 0x01; - super::vals::Pllon(val as u8) + super::vals::Ahb1lpenrDma1lpen(val as u8) } - #[doc = "High-speed internal clock enable bit for some IP kernels"] - pub fn set_hsi16keron(&mut self, val: super::vals::Pllon) { + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub fn set_dma2lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Internal high-speed clock ready flag"] - pub const fn hsi16rdyf(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc12lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) } - #[doc = "Internal high-speed clock ready flag"] - pub fn set_hsi16rdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc12lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "HSI16DIVEN"] - pub const fn hsi16diven(&self) -> super::vals::Hsidiven { -======= - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiojen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub const fn eth1maclpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioken(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub fn set_eth1maclpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioken(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub const fn eth1txlpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) } - #[doc = "CRC peripheral clock enable"] - pub const fn crcen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub fn set_eth1txlpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "CRC peripheral clock enable"] - pub fn set_crcen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub const fn eth1rxlpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) } - #[doc = "BDMA and DMAMUX2 Clock Enable"] - pub const fn bdmaen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub fn set_eth1rxlpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "BDMA and DMAMUX2 Clock Enable"] - pub fn set_bdmaen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub const fn usb1otglpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) } - #[doc = "ADC3 Peripheral Clocks Enable"] - pub const fn adc3en(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub fn set_usb1otglpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); } - #[doc = "ADC3 Peripheral Clocks Enable"] - pub fn set_adc3en(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub const fn usb1otghsulpilpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 26usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) } - #[doc = "HSEM peripheral clock enable"] - pub const fn hsemen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub fn set_usb1otghsulpilpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); } - #[doc = "HSEM peripheral clock enable"] - pub fn set_hsemen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub const fn usb2otglpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) } - #[doc = "Backup RAM Clock Enable"] - pub const fn bkpramen(&self) -> super::vals::Ahb4enrGpioaen { + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub fn set_usb2otglpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub const fn usb2otghsulpilpen(&self) -> super::vals::Ahb1lpenrDma1lpen { let val = (self.0 >> 28usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) + super::vals::Ahb1lpenrDma1lpen(val as u8) } - #[doc = "Backup RAM Clock Enable"] - pub fn set_bkpramen(&mut self, val: super::vals::Ahb4enrGpioaen) { + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub fn set_usb2otghsulpilpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } } - impl Default for Ahb4enr { - fn default() -> Ahb4enr { - Ahb4enr(0) + impl Default for Ahb1lpenr { + fn default() -> Ahb1lpenr { + Ahb1lpenr(0) } } - #[doc = "RCC PLL2 Fractional Divider Register"] + #[doc = "RCC PLL3 Fractional Divider Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll2fracr(pub u32); - impl Pll2fracr { - #[doc = "Fractional part of the multiplication factor for PLL VCO"] - pub const fn fracn2(&self) -> u16 { + pub struct Pll3fracr(pub u32); + impl Pll3fracr { + #[doc = "Fractional part of the multiplication factor for PLL3 VCO"] + pub const fn fracn3(&self) -> u16 { let val = (self.0 >> 3usize) & 0x1fff; val as u16 } - #[doc = "Fractional part of the multiplication factor for PLL VCO"] - pub fn set_fracn2(&mut self, val: u16) { + #[doc = "Fractional part of the multiplication factor for PLL3 VCO"] + pub fn set_fracn3(&mut self, val: u16) { self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); } } - impl Default for Pll2fracr { - fn default() -> Pll2fracr { - Pll2fracr(0) + impl Default for Pll3fracr { + fn default() -> Pll3fracr { + Pll3fracr(0) } } - #[doc = "RCC Clock Configuration Register"] + #[doc = "RCC Clock Source Interrupt Clear Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr(pub u32); - impl Cfgr { - #[doc = "System clock switch"] - pub const fn sw(&self) -> super::vals::Sw { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Sw(val as u8) - } - #[doc = "System clock switch"] - pub fn set_sw(&mut self, val: super::vals::Sw) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + pub struct Cicr(pub u32); + impl Cicr { + #[doc = "LSI ready Interrupt Clear"] + pub const fn lsirdyc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lsirdyc(val as u8) } - #[doc = "System clock switch status"] - pub const fn sws(&self) -> u8 { - let val = (self.0 >> 3usize) & 0x07; - val as u8 + #[doc = "LSI ready Interrupt Clear"] + pub fn set_lsirdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "System clock switch status"] - pub fn set_sws(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val as u32) & 0x07) << 3usize); + #[doc = "LSE ready Interrupt Clear"] + pub const fn lserdyc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Lsirdyc(val as u8) } - #[doc = "System clock selection after a wake up from system Stop"] - pub const fn stopwuck(&self) -> super::vals::Stopwuck { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Stopwuck(val as u8) + #[doc = "LSE ready Interrupt Clear"] + pub fn set_lserdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "System clock selection after a wake up from system Stop"] - pub fn set_stopwuck(&mut self, val: super::vals::Stopwuck) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + #[doc = "HSI ready Interrupt Clear"] + pub const fn hsirdyc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Lsirdyc(val as u8) } - #[doc = "Kernel clock selection after a wake up from system Stop"] - pub const fn stopkerwuck(&self) -> super::vals::Stopwuck { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Stopwuck(val as u8) + #[doc = "HSI ready Interrupt Clear"] + pub fn set_hsirdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Kernel clock selection after a wake up from system Stop"] - pub fn set_stopkerwuck(&mut self, val: super::vals::Stopwuck) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "HSE ready Interrupt Clear"] + pub const fn hserdyc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Lsirdyc(val as u8) } - #[doc = "HSE division factor for RTC clock"] - pub const fn rtcpre(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x3f; - val as u8 + #[doc = "HSE ready Interrupt Clear"] + pub fn set_hserdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "HSE division factor for RTC clock"] - pub fn set_rtcpre(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 8usize)) | (((val as u32) & 0x3f) << 8usize); + #[doc = "CSI ready Interrupt Clear"] + pub const fn hse_ready_interrupt_clear(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - #[doc = "High Resolution Timer clock prescaler selection"] - pub const fn hrtimsel(&self) -> super::vals::Hrtimsel { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Hrtimsel(val as u8) + #[doc = "CSI ready Interrupt Clear"] + pub fn set_hse_ready_interrupt_clear(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "High Resolution Timer clock prescaler selection"] - pub fn set_hrtimsel(&mut self, val: super::vals::Hrtimsel) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "RC48 ready Interrupt Clear"] + pub const fn hsi48rdyc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lsirdyc(val as u8) } - #[doc = "Timers clocks prescaler selection"] - pub const fn timpre(&self) -> super::vals::Timpre { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Timpre(val as u8) + #[doc = "RC48 ready Interrupt Clear"] + pub fn set_hsi48rdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Timers clocks prescaler selection"] - pub fn set_timpre(&mut self, val: super::vals::Timpre) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "PLL1 ready Interrupt Clear"] + pub fn pllrdyc(&self, n: usize) -> super::vals::Lsirdyc { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lsirdyc(val as u8) } - #[doc = "MCO1 prescaler"] - pub const fn mco1pre(&self) -> u8 { - let val = (self.0 >> 18usize) & 0x0f; - val as u8 + #[doc = "PLL1 ready Interrupt Clear"] + pub fn set_pllrdyc(&mut self, n: usize, val: super::vals::Lsirdyc) { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "MCO1 prescaler"] - pub fn set_mco1pre(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 18usize)) | (((val as u32) & 0x0f) << 18usize); + #[doc = "LSE clock security system Interrupt Clear"] + pub const fn lsecssc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Lsirdyc(val as u8) } - #[doc = "Micro-controller clock output 1"] - pub const fn mco1(&self) -> super::vals::Mco1 { - let val = (self.0 >> 22usize) & 0x07; - super::vals::Mco1(val as u8) + #[doc = "LSE clock security system Interrupt Clear"] + pub fn set_lsecssc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Micro-controller clock output 1"] - pub fn set_mco1(&mut self, val: super::vals::Mco1) { - self.0 = (self.0 & !(0x07 << 22usize)) | (((val.0 as u32) & 0x07) << 22usize); + #[doc = "HSE clock security system Interrupt Clear"] + pub const fn hsecssc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Lsirdyc(val as u8) } - #[doc = "MCO2 prescaler"] - pub const fn mco2pre(&self) -> u8 { - let val = (self.0 >> 25usize) & 0x0f; - val as u8 + #[doc = "HSE clock security system Interrupt Clear"] + pub fn set_hsecssc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "MCO2 prescaler"] - pub fn set_mco2pre(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); + } + impl Default for Cicr { + fn default() -> Cicr { + Cicr(0) } - #[doc = "Micro-controller clock output 2"] - pub const fn mco2(&self) -> super::vals::Mco2 { - let val = (self.0 >> 29usize) & 0x07; - super::vals::Mco2(val as u8) + } + #[doc = "RCC Clock Recovery RC Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Crrcr(pub u32); + impl Crrcr { + #[doc = "Internal RC 48 MHz clock calibration"] + pub const fn hsi48cal(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x03ff; + val as u16 } - #[doc = "Micro-controller clock output 2"] - pub fn set_mco2(&mut self, val: super::vals::Mco2) { - self.0 = (self.0 & !(0x07 << 29usize)) | (((val.0 as u32) & 0x07) << 29usize); + #[doc = "Internal RC 48 MHz clock calibration"] + pub fn set_hsi48cal(&mut self, val: u16) { + self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); } } - impl Default for Cfgr { - fn default() -> Cfgr { - Cfgr(0) + impl Default for Crrcr { + fn default() -> Crrcr { + Crrcr(0) } } - #[doc = "RCC APB1 High Sleep Clock Register"] + #[doc = "RCC Domain 3 Clock Configuration Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb1hlpenr(pub u32); - impl C1Apb1hlpenr { - #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] - pub const fn crslpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) + pub struct D3cfgr(pub u32); + impl D3cfgr { + #[doc = "D3 domain APB4 prescaler"] + pub const fn d3ppre(&self) -> super::vals::D3ppre { + let val = (self.0 >> 4usize) & 0x07; + super::vals::D3ppre(val as u8) } - #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] - pub fn set_crslpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "D3 domain APB4 prescaler"] + pub fn set_d3ppre(&mut self, val: super::vals::D3ppre) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); } - #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] - pub const fn swplpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) + } + impl Default for D3cfgr { + fn default() -> D3cfgr { + D3cfgr(0) } - #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] - pub fn set_swplpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "RCC AHB3 Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb3rstr(pub u32); + impl Ahb3rstr { + #[doc = "MDMA block reset"] + pub const fn mdmarst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Mdmarst(val as u8) } - #[doc = "OPAMP peripheral clock enable during CSleep mode"] - pub const fn opamplpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + #[doc = "MDMA block reset"] + pub fn set_mdmarst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2D block reset"] + pub const fn dma2drst(&self) -> super::vals::Mdmarst { let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) + super::vals::Mdmarst(val as u8) } - #[doc = "OPAMP peripheral clock enable during CSleep mode"] - pub fn set_opamplpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + #[doc = "DMA2D block reset"] + pub fn set_dma2drst(&mut self, val: super::vals::Mdmarst) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "MDIOS peripheral clock enable during CSleep mode"] - pub const fn mdioslpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + #[doc = "JPGDEC block reset"] + pub const fn jpgdecrst(&self) -> super::vals::Mdmarst { let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) + super::vals::Mdmarst(val as u8) } - #[doc = "MDIOS peripheral clock enable during CSleep mode"] - pub fn set_mdioslpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + #[doc = "JPGDEC block reset"] + pub fn set_jpgdecrst(&mut self, val: super::vals::Mdmarst) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] - pub const fn fdcanlpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) + #[doc = "FMC block reset"] + pub const fn fmcrst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Mdmarst(val as u8) } - #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] - pub fn set_fdcanlpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "FMC block reset"] + pub fn set_fmcrst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - } - impl Default for C1Apb1hlpenr { - fn default() -> C1Apb1hlpenr { - C1Apb1hlpenr(0) + #[doc = "QUADSPI and QUADSPI delay block reset"] + pub const fn qspirst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Mdmarst(val as u8) } - } - #[doc = "RCC AHB1 Peripheral Reset Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb1rstr(pub u32); - impl Ahb1rstr { - #[doc = "DMA1 block reset"] - pub const fn dma1rst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "DMA1 block reset"] - pub fn set_dma1rst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2 block reset"] - pub const fn dma2rst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "DMA2 block reset"] - pub fn set_dma2rst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "ADC1&2 block reset"] - pub const fn adc12rst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "ADC1&2 block reset"] - pub fn set_adc12rst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "ETH1MAC block reset"] - pub const fn eth1macrst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "ETH1MAC block reset"] - pub fn set_eth1macrst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "QUADSPI and QUADSPI delay block reset"] + pub fn set_qspirst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "USB1OTG block reset"] - pub const fn usb1otgrst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Dma1rst(val as u8) + #[doc = "SDMMC1 and SDMMC1 delay block reset"] + pub const fn sdmmc1rst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Mdmarst(val as u8) } - #[doc = "USB1OTG block reset"] - pub fn set_usb1otgrst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + #[doc = "SDMMC1 and SDMMC1 delay block reset"] + pub fn set_sdmmc1rst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "USB2OTG block reset"] - pub const fn usb2otgrst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Dma1rst(val as u8) + #[doc = "CPU reset"] + pub const fn cpurst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Mdmarst(val as u8) } - #[doc = "USB2OTG block reset"] - pub fn set_usb2otgrst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + #[doc = "CPU reset"] + pub fn set_cpurst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for Ahb1rstr { - fn default() -> Ahb1rstr { - Ahb1rstr(0) + impl Default for Ahb3rstr { + fn default() -> Ahb3rstr { + Ahb3rstr(0) } } - #[doc = "RCC Clock Source Interrupt Flag Register"] + #[doc = "RCC APB1 Peripheral Reset Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cifr(pub u32); - impl Cifr { - #[doc = "LSI ready Interrupt Flag"] - pub const fn lsirdyf(&self) -> bool { + pub struct Apb1lrstr(pub u32); + impl Apb1lrstr { + #[doc = "TIM block reset"] + pub const fn tim2rst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Tim2rst(val as u8) } - #[doc = "LSI ready Interrupt Flag"] - pub fn set_lsirdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "TIM block reset"] + pub fn set_tim2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "LSE ready Interrupt Flag"] - pub const fn lserdyf(&self) -> bool { + #[doc = "TIM block reset"] + pub const fn tim3rst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Tim2rst(val as u8) } - #[doc = "LSE ready Interrupt Flag"] - pub fn set_lserdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "TIM block reset"] + pub fn set_tim3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "HSI ready Interrupt Flag"] - pub const fn hsirdyf(&self) -> bool { + #[doc = "TIM block reset"] + pub const fn tim4rst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 2usize) & 0x01; - val != 0 + super::vals::Tim2rst(val as u8) } - #[doc = "HSI ready Interrupt Flag"] - pub fn set_hsirdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "TIM block reset"] + pub fn set_tim4rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "HSE ready Interrupt Flag"] - pub const fn hserdyf(&self) -> bool { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + #[doc = "TIM block reset"] + pub const fn tim5rst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 3usize) & 0x01; - super::vals::Hsidiven(val as u8) + super::vals::Tim2rst(val as u8) } -<<<<<<< HEAD - #[doc = "HSI16DIVEN"] - pub fn set_hsi16diven(&mut self, val: super::vals::Hsidiven) { + #[doc = "TIM block reset"] + pub fn set_tim5rst(&mut self, val: super::vals::Tim2rst) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "HSI16DIVF"] - pub const fn hsi16divf(&self) -> bool { + #[doc = "TIM block reset"] + pub const fn tim6rst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 4usize) & 0x01; - val != 0 + super::vals::Tim2rst(val as u8) } - #[doc = "HSI16DIVF"] - pub fn set_hsi16divf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "TIM block reset"] + pub fn set_tim6rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "16 MHz high-speed internal clock output enable"] - pub const fn hsi16outen(&self) -> super::vals::Hsiouten { -======= - #[doc = "HSE ready Interrupt Flag"] - pub fn set_hserdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "TIM block reset"] + pub const fn tim7rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "CSI ready Interrupt Flag"] - pub const fn csirdy(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "TIM block reset"] + pub fn set_tim7rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "CSI ready Interrupt Flag"] - pub fn set_csirdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "TIM block reset"] + pub const fn tim12rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "RC48 ready Interrupt Flag"] - pub const fn hsi48rdyf(&self) -> bool { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 5usize) & 0x01; - super::vals::Hsiouten(val as u8) + #[doc = "TIM block reset"] + pub fn set_tim12rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "16 MHz high-speed internal clock output enable"] - pub fn set_hsi16outen(&mut self, val: super::vals::Hsiouten) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "TIM block reset"] + pub const fn tim13rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "MSI clock enable bit"] - pub const fn msion(&self) -> super::vals::Pllon { + #[doc = "TIM block reset"] + pub fn set_tim13rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "TIM block reset"] + pub const fn tim14rst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 8usize) & 0x01; - super::vals::Pllon(val as u8) + super::vals::Tim2rst(val as u8) } - #[doc = "MSI clock enable bit"] - pub fn set_msion(&mut self, val: super::vals::Pllon) { + #[doc = "TIM block reset"] + pub fn set_tim14rst(&mut self, val: super::vals::Tim2rst) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "MSI clock ready flag"] - pub const fn msirdy(&self) -> bool { + #[doc = "TIM block reset"] + pub const fn lptim1rst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 9usize) & 0x01; - val != 0 + super::vals::Tim2rst(val as u8) } -<<<<<<< HEAD - #[doc = "MSI clock ready flag"] - pub fn set_msirdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "TIM block reset"] + pub fn set_lptim1rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "HSE clock enable bit"] - pub const fn hseon(&self) -> super::vals::Pllon { + #[doc = "SPI2 block reset"] + pub const fn spi2rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "SPI2 block reset"] + pub fn set_spi2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SPI3 block reset"] + pub const fn spi3rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "SPI3 block reset"] + pub fn set_spi3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SPDIFRX block reset"] + pub const fn spdifrxrst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 16usize) & 0x01; - super::vals::Pllon(val as u8) + super::vals::Tim2rst(val as u8) } - #[doc = "HSE clock enable bit"] - pub fn set_hseon(&mut self, val: super::vals::Pllon) { + #[doc = "SPDIFRX block reset"] + pub fn set_spdifrxrst(&mut self, val: super::vals::Tim2rst) { self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "HSE clock ready flag"] - pub const fn hserdy(&self) -> bool { + #[doc = "USART2 block reset"] + pub const fn usart2rst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 17usize) & 0x01; - val != 0 + super::vals::Tim2rst(val as u8) } - #[doc = "HSE clock ready flag"] - pub fn set_hserdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "USART2 block reset"] + pub fn set_usart2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "HSE clock bypass bit"] - pub const fn hsebyp(&self) -> super::vals::Hsebyp { + #[doc = "USART3 block reset"] + pub const fn usart3rst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 18usize) & 0x01; - super::vals::Hsebyp(val as u8) + super::vals::Tim2rst(val as u8) } - #[doc = "HSE clock bypass bit"] - pub fn set_hsebyp(&mut self, val: super::vals::Hsebyp) { + #[doc = "USART3 block reset"] + pub fn set_usart3rst(&mut self, val: super::vals::Tim2rst) { self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "Clock security system on HSE enable bit"] - pub const fn csshseon(&self) -> super::vals::Pllon { + #[doc = "UART4 block reset"] + pub const fn uart4rst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 19usize) & 0x01; - super::vals::Pllon(val as u8) + super::vals::Tim2rst(val as u8) } - #[doc = "Clock security system on HSE enable bit"] - pub fn set_csshseon(&mut self, val: super::vals::Pllon) { + #[doc = "UART4 block reset"] + pub fn set_uart4rst(&mut self, val: super::vals::Tim2rst) { self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "TC/LCD prescaler"] - pub const fn rtcpre(&self) -> super::vals::Rtcpre { - let val = (self.0 >> 20usize) & 0x03; - super::vals::Rtcpre(val as u8) - } - #[doc = "TC/LCD prescaler"] - pub fn set_rtcpre(&mut self, val: super::vals::Rtcpre) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); + #[doc = "UART5 block reset"] + pub const fn uart5rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "PLL enable bit"] - pub const fn pllon(&self) -> super::vals::Pllon { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Pllon(val as u8) + #[doc = "UART5 block reset"] + pub fn set_uart5rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - #[doc = "PLL enable bit"] - pub fn set_pllon(&mut self, val: super::vals::Pllon) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + #[doc = "I2C1 block reset"] + pub const fn i2c1rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "PLL clock ready flag"] - pub const fn pllrdy(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + #[doc = "I2C1 block reset"] + pub fn set_i2c1rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "PLL clock ready flag"] - pub fn set_pllrdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "I2C2 block reset"] + pub const fn i2c2rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Tim2rst(val as u8) } - } - impl Default for Cr { - fn default() -> Cr { - Cr(0) + #[doc = "I2C2 block reset"] + pub fn set_i2c2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - } - #[doc = "Internal clock sources calibration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Icscr(pub u32); - impl Icscr { - #[doc = "nternal high speed clock calibration"] - pub const fn hsi16cal(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + #[doc = "I2C3 block reset"] + pub const fn i2c3rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "nternal high speed clock calibration"] - pub fn set_hsi16cal(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "I2C3 block reset"] + pub fn set_i2c3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); } - #[doc = "High speed internal clock trimming"] - pub const fn hsi16trim(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x1f; - val as u8 + #[doc = "HDMI-CEC block reset"] + pub const fn cecrst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "High speed internal clock trimming"] - pub fn set_hsi16trim(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); + #[doc = "HDMI-CEC block reset"] + pub fn set_cecrst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } - #[doc = "MSI clock ranges"] - pub const fn msirange(&self) -> super::vals::Msirange { - let val = (self.0 >> 13usize) & 0x07; - super::vals::Msirange(val as u8) + #[doc = "DAC1 and 2 Blocks Reset"] + pub const fn dac12rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "MSI clock ranges"] - pub fn set_msirange(&mut self, val: super::vals::Msirange) { - self.0 = (self.0 & !(0x07 << 13usize)) | (((val.0 as u32) & 0x07) << 13usize); + #[doc = "DAC1 and 2 Blocks Reset"] + pub fn set_dac12rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } - #[doc = "MSI clock calibration"] - pub const fn msical(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; - val as u8 + #[doc = "UART7 block reset"] + pub const fn uart7rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "MSI clock calibration"] - pub fn set_msical(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + #[doc = "UART7 block reset"] + pub fn set_uart7rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); } - #[doc = "MSI clock trimming"] - pub const fn msitrim(&self) -> u8 { - let val = (self.0 >> 24usize) & 0xff; - val as u8 + #[doc = "UART8 block reset"] + pub const fn uart8rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "MSI clock trimming"] - pub fn set_msitrim(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 24usize)) | (((val as u32) & 0xff) << 24usize); + #[doc = "UART8 block reset"] + pub fn set_uart8rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for Icscr { - fn default() -> Icscr { - Icscr(0) + impl Default for Apb1lrstr { + fn default() -> Apb1lrstr { + Apb1lrstr(0) } } - #[doc = "Control and status register"] + #[doc = "clock control register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Csr(pub u32); - impl Csr { - #[doc = "Internal low-speed oscillator enable"] - pub const fn lsion(&self) -> super::vals::Csslseon { + pub struct Cr(pub u32); + impl Cr { + #[doc = "Internal high-speed clock enable"] + pub const fn hsion(&self) -> super::vals::Hsion { let val = (self.0 >> 0usize) & 0x01; - super::vals::Csslseon(val as u8) + super::vals::Hsion(val as u8) } - #[doc = "Internal low-speed oscillator enable"] - pub fn set_lsion(&mut self, val: super::vals::Csslseon) { + #[doc = "Internal high-speed clock enable"] + pub fn set_hsion(&mut self, val: super::vals::Hsion) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Internal low-speed oscillator ready bit"] - pub const fn lsirdy(&self) -> super::vals::Lserdy { + #[doc = "High Speed Internal clock enable in Stop mode"] + pub const fn hsikeron(&self) -> super::vals::Hsion { let val = (self.0 >> 1usize) & 0x01; - super::vals::Lserdy(val as u8) + super::vals::Hsion(val as u8) } - #[doc = "Internal low-speed oscillator ready bit"] - pub fn set_lsirdy(&mut self, val: super::vals::Lserdy) { + #[doc = "High Speed Internal clock enable in Stop mode"] + pub fn set_hsikeron(&mut self, val: super::vals::Hsion) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "External low-speed oscillator enable bit"] - pub const fn lseon(&self) -> super::vals::Csslseon { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Csslseon(val as u8) + #[doc = "HSI clock ready flag"] + pub const fn hsirdy(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "External low-speed oscillator enable bit"] - pub fn set_lseon(&mut self, val: super::vals::Csslseon) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "HSI clock ready flag"] + pub fn set_hsirdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "External low-speed oscillator ready bit"] - pub const fn lserdy(&self) -> super::vals::Lserdy { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Lserdy(val as u8) + #[doc = "HSI clock divider"] + pub const fn hsidiv(&self) -> super::vals::Hsidiv { + let val = (self.0 >> 3usize) & 0x03; + super::vals::Hsidiv(val as u8) } - #[doc = "External low-speed oscillator ready bit"] - pub fn set_lserdy(&mut self, val: super::vals::Lserdy) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "HSI clock divider"] + pub fn set_hsidiv(&mut self, val: super::vals::Hsidiv) { + self.0 = (self.0 & !(0x03 << 3usize)) | (((val.0 as u32) & 0x03) << 3usize); } - #[doc = "External low-speed oscillator bypass bit"] - pub const fn lsebyp(&self) -> super::vals::Lsebyp { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Lsebyp(val as u8) + #[doc = "HSI divider flag"] + pub const fn hsidivf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "External low-speed oscillator bypass bit"] - pub fn set_lsebyp(&mut self, val: super::vals::Lsebyp) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "HSI divider flag"] + pub fn set_hsidivf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "LSEDRV"] - pub const fn lsedrv(&self) -> super::vals::Lsedrv { - let val = (self.0 >> 11usize) & 0x03; - super::vals::Lsedrv(val as u8) + #[doc = "CSI clock enable"] + pub const fn csion(&self) -> super::vals::Hsion { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Hsion(val as u8) } - #[doc = "LSEDRV"] - pub fn set_lsedrv(&mut self, val: super::vals::Lsedrv) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + #[doc = "CSI clock enable"] + pub fn set_csion(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "CSSLSEON"] - pub const fn csslseon(&self) -> super::vals::Csslseon { - let val = (self.0 >> 13usize) & 0x01; - super::vals::Csslseon(val as u8) + #[doc = "CSI clock ready flag"] + pub const fn csirdy(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "CSSLSEON"] - pub fn set_csslseon(&mut self, val: super::vals::Csslseon) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + #[doc = "CSI clock ready flag"] + pub fn set_csirdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "CSS on LSE failure detection flag"] - pub const fn csslsed(&self) -> super::vals::Csslsed { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Csslsed(val as u8) + #[doc = "CSI clock enable in Stop mode"] + pub const fn csikeron(&self) -> super::vals::Hsion { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Hsion(val as u8) } - #[doc = "CSS on LSE failure detection flag"] - pub fn set_csslsed(&mut self, val: super::vals::Csslsed) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "CSI clock enable in Stop mode"] + pub fn set_csikeron(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "RTC and LCD clock source selection bits"] - pub const fn rtcsel(&self) -> super::vals::Rtcsel { - let val = (self.0 >> 16usize) & 0x03; - super::vals::Rtcsel(val as u8) + #[doc = "RC48 clock enable"] + pub const fn hsi48on(&self) -> super::vals::Hsion { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Hsion(val as u8) } - #[doc = "RTC and LCD clock source selection bits"] - pub fn set_rtcsel(&mut self, val: super::vals::Rtcsel) { - self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + #[doc = "RC48 clock enable"] + pub fn set_hsi48on(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "RTC clock enable bit"] - pub const fn rtcen(&self) -> super::vals::Rtcen { + #[doc = "RC48 clock ready flag"] + pub const fn hsi48rdy(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "RC48 clock ready flag"] + pub fn set_hsi48rdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "D1 domain clocks ready flag"] + pub const fn d1ckrdy(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "D1 domain clocks ready flag"] + pub fn set_d1ckrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "D2 domain clocks ready flag"] + pub const fn d2ckrdy(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "D2 domain clocks ready flag"] + pub fn set_d2ckrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "HSE clock enable"] + pub const fn hseon(&self) -> super::vals::Hsion { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Hsion(val as u8) + } + #[doc = "HSE clock enable"] + pub fn set_hseon(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "HSE clock ready flag"] + pub const fn hserdy(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "HSE clock ready flag"] + pub fn set_hserdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "HSE clock bypass"] + pub const fn hsebyp(&self) -> super::vals::Hsebyp { let val = (self.0 >> 18usize) & 0x01; - super::vals::Rtcen(val as u8) + super::vals::Hsebyp(val as u8) } - #[doc = "RTC clock enable bit"] - pub fn set_rtcen(&mut self, val: super::vals::Rtcen) { + #[doc = "HSE clock bypass"] + pub fn set_hsebyp(&mut self, val: super::vals::Hsebyp) { self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "RTC software reset bit"] - pub const fn rtcrst(&self) -> bool { + #[doc = "HSE Clock Security System enable"] + pub const fn hsecsson(&self) -> super::vals::Hsion { let val = (self.0 >> 19usize) & 0x01; - val != 0 + super::vals::Hsion(val as u8) } - #[doc = "RTC software reset bit"] - pub fn set_rtcrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "HSE Clock Security System enable"] + pub fn set_hsecsson(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "Remove reset flag"] - pub const fn rmvf(&self) -> bool { + #[doc = "PLL1 enable"] + pub const fn pll1on(&self) -> super::vals::Hsion { let val = (self.0 >> 24usize) & 0x01; - val != 0 + super::vals::Hsion(val as u8) } - #[doc = "Remove reset flag"] - pub fn set_rmvf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "PLL1 enable"] + pub fn set_pll1on(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "OBLRSTF"] - pub const fn oblrstf(&self) -> bool { + #[doc = "PLL1 clock ready flag"] + pub const fn pll1rdy(&self) -> bool { let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "OBLRSTF"] - pub fn set_oblrstf(&mut self, val: bool) { + #[doc = "PLL1 clock ready flag"] + pub fn set_pll1rdy(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "PIN reset flag"] - pub const fn pinrstf(&self) -> bool { + #[doc = "PLL2 enable"] + pub const fn pll2on(&self) -> super::vals::Hsion { let val = (self.0 >> 26usize) & 0x01; - val != 0 + super::vals::Hsion(val as u8) } - #[doc = "PIN reset flag"] - pub fn set_pinrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "PLL2 enable"] + pub fn set_pll2on(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); } - #[doc = "POR/PDR reset flag"] - pub const fn porrstf(&self) -> bool { + #[doc = "PLL2 clock ready flag"] + pub const fn pll2rdy(&self) -> bool { let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "POR/PDR reset flag"] - pub fn set_porrstf(&mut self, val: bool) { + #[doc = "PLL2 clock ready flag"] + pub fn set_pll2rdy(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - #[doc = "Software reset flag"] - pub const fn sftrstf(&self) -> bool { + #[doc = "PLL3 enable"] + pub const fn pll3on(&self) -> super::vals::Hsion { let val = (self.0 >> 28usize) & 0x01; - val != 0 + super::vals::Hsion(val as u8) } - #[doc = "Software reset flag"] - pub fn set_sftrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "PLL3 enable"] + pub fn set_pll3on(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - #[doc = "Independent watchdog reset flag"] - pub const fn iwdgrstf(&self) -> bool { + #[doc = "PLL3 clock ready flag"] + pub const fn pll3rdy(&self) -> bool { let val = (self.0 >> 29usize) & 0x01; val != 0 } - #[doc = "Independent watchdog reset flag"] - pub fn set_iwdgrstf(&mut self, val: bool) { + #[doc = "PLL3 clock ready flag"] + pub fn set_pll3rdy(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); } - #[doc = "Window watchdog reset flag"] - pub const fn wwdgrstf(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; + } + impl Default for Cr { + fn default() -> Cr { + Cr(0) +>>>>>>> c084e70 (Update generated code) + } + #[doc = "User bank swapping"] + pub const fn ufb(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Window watchdog reset flag"] - pub fn set_wwdgrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + #[doc = "User bank swapping"] + pub fn set_ufb(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Low-power reset flag"] - pub const fn lpwrrstf(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; - val != 0 + #[doc = "Boot mode selected by the boot pins status bits"] + pub const fn boot_mode(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x03; + val as u8 } - #[doc = "Low-power reset flag"] - pub fn set_lpwrrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + #[doc = "Boot mode selected by the boot pins status bits"] + pub fn set_boot_mode(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); } } - impl Default for Csr { - fn default() -> Csr { - Csr(0) + impl Default for Cfgr1 { + fn default() -> Cfgr1 { + Cfgr1(0) } } - #[doc = "Clock configuration register"] +<<<<<<< HEAD + #[doc = "CFGR3"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr(pub u32); - impl Cfgr { - #[doc = "System clock switch"] - pub const fn sw(&self) -> super::vals::Sw { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Sw(val as u8) - } - #[doc = "System clock switch"] - pub fn set_sw(&mut self, val: super::vals::Sw) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); - } - #[doc = "System clock switch status"] - pub const fn sws(&self) -> super::vals::Sws { - let val = (self.0 >> 2usize) & 0x03; - super::vals::Sws(val as u8) - } - #[doc = "System clock switch status"] - pub fn set_sws(&mut self, val: super::vals::Sws) { - self.0 = (self.0 & !(0x03 << 2usize)) | (((val.0 as u32) & 0x03) << 2usize); - } - #[doc = "AHB prescaler"] - pub const fn hpre(&self) -> super::vals::Hpre { - let val = (self.0 >> 4usize) & 0x0f; - super::vals::Hpre(val as u8) + pub struct Cfgr3(pub u32); + impl Cfgr3 { + #[doc = "VREFINT enable and scaler control for COMP2 enable bit"] + pub const fn en_vrefint(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "AHB prescaler"] - pub fn set_hpre(&mut self, val: super::vals::Hpre) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val.0 as u32) & 0x0f) << 4usize); + #[doc = "VREFINT enable and scaler control for COMP2 enable bit"] + pub fn set_en_vrefint(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "APB low-speed prescaler (APB1)"] - pub fn ppre(&self, n: usize) -> super::vals::Ppre { - assert!(n < 2usize); - let offs = 8usize + n * 3usize; - let val = (self.0 >> offs) & 0x07; - super::vals::Ppre(val as u8) + #[doc = "VREFINT_ADC connection bit"] + pub const fn sel_vref_out(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x03; + val as u8 } - #[doc = "APB low-speed prescaler (APB1)"] - pub fn set_ppre(&mut self, n: usize, val: super::vals::Ppre) { - assert!(n < 2usize); - let offs = 8usize + n * 3usize; - self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); + #[doc = "VREFINT_ADC connection bit"] + pub fn set_sel_vref_out(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 4usize)) | (((val as u32) & 0x03) << 4usize); } - #[doc = "Wake-up from stop clock selection"] - pub const fn stopwuck(&self) -> super::vals::Stopwuck { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Stopwuck(val as u8) + #[doc = "VREFINT reference for ADC enable bit"] + pub const fn enbuf_vrefint_adc(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "Wake-up from stop clock selection"] - pub fn set_stopwuck(&mut self, val: super::vals::Stopwuck) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "VREFINT reference for ADC enable bit"] + pub fn set_enbuf_vrefint_adc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "PLL entry clock source"] - pub const fn pllsrc(&self) -> super::vals::Pllsrc { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Pllsrc(val as u8) + #[doc = "Temperature sensor reference for ADC enable bit"] + pub const fn enbuf_sensor_adc(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 } - #[doc = "PLL entry clock source"] - pub fn set_pllsrc(&mut self, val: super::vals::Pllsrc) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "Temperature sensor reference for ADC enable bit"] + pub fn set_enbuf_sensor_adc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "PLL multiplication factor"] - pub const fn pllmul(&self) -> super::vals::Pllmul { - let val = (self.0 >> 18usize) & 0x0f; - super::vals::Pllmul(val as u8) + #[doc = "VREFINT reference for COMP2 scaler enable bit"] + pub const fn enbuf_vrefint_comp2(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 } - #[doc = "PLL multiplication factor"] - pub fn set_pllmul(&mut self, val: super::vals::Pllmul) { - self.0 = (self.0 & !(0x0f << 18usize)) | (((val.0 as u32) & 0x0f) << 18usize); + #[doc = "VREFINT reference for COMP2 scaler enable bit"] + pub fn set_enbuf_vrefint_comp2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "PLL output division"] - pub const fn plldiv(&self) -> super::vals::Plldiv { - let val = (self.0 >> 22usize) & 0x03; - super::vals::Plldiv(val as u8) + #[doc = "VREFINT reference for HSI48 oscillator enable bit"] + pub const fn enref_hsi48(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 } - #[doc = "PLL output division"] - pub fn set_plldiv(&mut self, val: super::vals::Plldiv) { - self.0 = (self.0 & !(0x03 << 22usize)) | (((val.0 as u32) & 0x03) << 22usize); + #[doc = "VREFINT reference for HSI48 oscillator enable bit"] + pub fn set_enref_hsi48(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Microcontroller clock output selection"] - pub const fn mcosel(&self) -> super::vals::Mcosel { - let val = (self.0 >> 24usize) & 0x0f; - super::vals::Mcosel(val as u8) + #[doc = "VREFINT ready flag"] + pub const fn vrefint_rdyf(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; + val != 0 } - #[doc = "Microcontroller clock output selection"] - pub fn set_mcosel(&mut self, val: super::vals::Mcosel) { - self.0 = (self.0 & !(0x0f << 24usize)) | (((val.0 as u32) & 0x0f) << 24usize); + #[doc = "VREFINT ready flag"] + pub fn set_vrefint_rdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); } - #[doc = "Microcontroller clock output prescaler"] - pub const fn mcopre(&self) -> super::vals::Mcopre { - let val = (self.0 >> 28usize) & 0x07; - super::vals::Mcopre(val as u8) + #[doc = "SYSCFG_CFGR3 lock bit"] + pub const fn ref_lock(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; + val != 0 } - #[doc = "Microcontroller clock output prescaler"] - pub fn set_mcopre(&mut self, val: super::vals::Mcopre) { - self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); + #[doc = "SYSCFG_CFGR3 lock bit"] + pub fn set_ref_lock(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } } - impl Default for Cfgr { - fn default() -> Cfgr { - Cfgr(0) + impl Default for Cfgr3 { + fn default() -> Cfgr3 { + Cfgr3(0) } } + } +} +pub mod rcc_l0 { + use crate::generic::*; + #[doc = "Reset and clock control"] + #[derive(Copy, Clone)] + pub struct Rcc(pub *mut u8); + unsafe impl Send for Rcc {} + unsafe impl Sync for Rcc {} + impl Rcc { + #[doc = "Clock control register"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Internal clock sources calibration register"] + pub fn icscr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } #[doc = "Clock recovery RC register"] + pub fn crrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Clock configuration register"] + pub fn cfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Clock interrupt enable register"] + pub fn cier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Clock interrupt flag register"] + pub fn cifr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "Clock interrupt clear register"] + pub fn cicr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "GPIO reset register"] + pub fn ioprstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "AHB peripheral reset register"] + pub fn ahbrstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "APB2 peripheral reset register"] + pub fn apb2rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "APB1 peripheral reset register"] + pub fn apb1rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "GPIO clock enable register"] + pub fn iopenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "AHB peripheral clock enable register"] + pub fn ahbenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } + } + #[doc = "APB2 peripheral clock enable register"] + pub fn apb2enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(52usize)) } + } + #[doc = "APB1 peripheral clock enable register"] + pub fn apb1enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(56usize)) } + } + #[doc = "GPIO clock enable in sleep mode register"] + pub fn iopsmen(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(60usize)) } + } + #[doc = "AHB peripheral clock enable in sleep mode register"] + pub fn ahbsmenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(64usize)) } + } + #[doc = "APB2 peripheral clock enable in sleep mode register"] + pub fn apb2smenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(68usize)) } + } + #[doc = "APB1 peripheral clock enable in sleep mode register"] + pub fn apb1smenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "Clock configuration register"] + pub fn ccipr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + #[doc = "Control and status register"] + pub fn csr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(80usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "Clock control register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crrcr(pub u32); - impl Crrcr { - #[doc = "48MHz HSI clock enable bit"] - pub const fn hsi48on(&self) -> bool { + pub struct Cr(pub u32); + impl Cr { + #[doc = "16 MHz high-speed internal clock enable"] + pub const fn hsi16on(&self) -> super::vals::Pllon { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Pllon(val as u8) } - #[doc = "48MHz HSI clock enable bit"] - pub fn set_hsi48on(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "16 MHz high-speed internal clock enable"] + pub fn set_hsi16on(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "48MHz HSI clock ready flag"] - pub const fn hsi48rdy(&self) -> bool { + #[doc = "High-speed internal clock enable bit for some IP kernels"] + pub const fn hsi16keron(&self) -> super::vals::Pllon { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Pllon(val as u8) } - #[doc = "48MHz HSI clock ready flag"] - pub fn set_hsi48rdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "High-speed internal clock enable bit for some IP kernels"] + pub fn set_hsi16keron(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "48 MHz HSI clock divided by 6 output enable"] - pub const fn hsi48div6en(&self) -> bool { + #[doc = "Internal high-speed clock ready flag"] + pub const fn hsi16rdyf(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "48 MHz HSI clock divided by 6 output enable"] - pub fn set_hsi48div6en(&mut self, val: bool) { + #[doc = "Internal high-speed clock ready flag"] + pub fn set_hsi16rdyf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "48 MHz HSI clock calibration"] - pub const fn hsi48cal(&self) -> u8 { - let val = (self.0 >> 8usize) & 0xff; - val as u8 + #[doc = "HSI16DIVEN"] + pub const fn hsi16diven(&self) -> super::vals::Hsidiven { +======= + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiojen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "48 MHz HSI clock calibration"] - pub fn set_hsi48cal(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioken(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - } - impl Default for Crrcr { - fn default() -> Crrcr { - Crrcr(0) + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioken(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - } - #[doc = "GPIO clock enable in sleep mode register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Iopsmen(pub u32); - impl Iopsmen { - #[doc = "IOPASMEN"] - pub const fn iopasmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Iophsmen(val as u8) + #[doc = "CRC peripheral clock enable"] + pub const fn crcen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "IOPASMEN"] - pub fn set_iopasmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "CRC peripheral clock enable"] + pub fn set_crcen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "IOPBSMEN"] - pub const fn iopbsmen(&self) -> super::vals::Iophsmen { -======= - #[doc = "RC48 ready Interrupt Flag"] - pub fn set_hsi48rdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "BDMA and DMAMUX2 Clock Enable"] + pub const fn bdmaen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "PLL1 ready Interrupt Flag"] - pub fn pllrdyf(&self, n: usize) -> bool { - assert!(n < 3usize); - let offs = 6usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "BDMA and DMAMUX2 Clock Enable"] + pub fn set_bdmaen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "PLL1 ready Interrupt Flag"] - pub fn set_pllrdyf(&mut self, n: usize, val: bool) { - assert!(n < 3usize); - let offs = 6usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "ADC3 Peripheral Clocks Enable"] + pub const fn adc3en(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "LSE clock security system Interrupt Flag"] - pub const fn lsecssf(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 + #[doc = "ADC3 Peripheral Clocks Enable"] + pub fn set_adc3en(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "LSE clock security system Interrupt Flag"] - pub fn set_lsecssf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "HSEM peripheral clock enable"] + pub const fn hsemen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "HSE clock security system Interrupt Flag"] - pub const fn hsecssf(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 + #[doc = "HSEM peripheral clock enable"] + pub fn set_hsemen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); } - #[doc = "HSE clock security system Interrupt Flag"] - pub fn set_hsecssf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "Backup RAM Clock Enable"] + pub const fn bkpramen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } + #[doc = "Backup RAM Clock Enable"] + pub fn set_bkpramen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } } - impl Default for Cifr { - fn default() -> Cifr { - Cifr(0) + impl Default for Ahb4enr { + fn default() -> Ahb4enr { + Ahb4enr(0) } } - #[doc = "RCC Domain 2 Clock Configuration Register"] + #[doc = "RCC PLL2 Fractional Divider Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D2cfgr(pub u32); - impl D2cfgr { - #[doc = "D2 domain APB1 prescaler"] - pub const fn d2ppre1(&self) -> super::vals::D2ppre1 { - let val = (self.0 >> 4usize) & 0x07; - super::vals::D2ppre1(val as u8) - } - #[doc = "D2 domain APB1 prescaler"] - pub fn set_d2ppre1(&mut self, val: super::vals::D2ppre1) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } - #[doc = "D2 domain APB2 prescaler"] - pub const fn d2ppre2(&self) -> super::vals::D2ppre1 { - let val = (self.0 >> 8usize) & 0x07; - super::vals::D2ppre1(val as u8) + pub struct Pll2fracr(pub u32); + impl Pll2fracr { + #[doc = "Fractional part of the multiplication factor for PLL VCO"] + pub const fn fracn2(&self) -> u16 { + let val = (self.0 >> 3usize) & 0x1fff; + val as u16 } - #[doc = "D2 domain APB2 prescaler"] - pub fn set_d2ppre2(&mut self, val: super::vals::D2ppre1) { - self.0 = (self.0 & !(0x07 << 8usize)) | (((val.0 as u32) & 0x07) << 8usize); + #[doc = "Fractional part of the multiplication factor for PLL VCO"] + pub fn set_fracn2(&mut self, val: u16) { + self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); } } - impl Default for D2cfgr { - fn default() -> D2cfgr { - D2cfgr(0) + impl Default for Pll2fracr { + fn default() -> Pll2fracr { + Pll2fracr(0) } } - #[doc = "RCC Domain 1 Kernel Clock Configuration Register"] + #[doc = "RCC Clock Configuration Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D1ccipr(pub u32); - impl D1ccipr { - #[doc = "FMC kernel clock source selection"] - pub const fn fmcsel(&self) -> super::vals::Fmcsel { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Fmcsel(val as u8) + pub struct Cfgr(pub u32); + impl Cfgr { + #[doc = "System clock switch"] + pub const fn sw(&self) -> super::vals::Sw { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Sw(val as u8) } - #[doc = "FMC kernel clock source selection"] - pub fn set_fmcsel(&mut self, val: super::vals::Fmcsel) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + #[doc = "System clock switch"] + pub fn set_sw(&mut self, val: super::vals::Sw) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); } - #[doc = "QUADSPI kernel clock source selection"] - pub const fn qspisel(&self) -> super::vals::Fmcsel { - let val = (self.0 >> 4usize) & 0x03; - super::vals::Fmcsel(val as u8) + #[doc = "System clock switch status"] + pub const fn sws(&self) -> u8 { + let val = (self.0 >> 3usize) & 0x07; + val as u8 } - #[doc = "QUADSPI kernel clock source selection"] - pub fn set_qspisel(&mut self, val: super::vals::Fmcsel) { - self.0 = (self.0 & !(0x03 << 4usize)) | (((val.0 as u32) & 0x03) << 4usize); + #[doc = "System clock switch status"] + pub fn set_sws(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val as u32) & 0x07) << 3usize); } - #[doc = "SDMMC kernel clock source selection"] - pub const fn sdmmcsel(&self) -> super::vals::Sdmmcsel { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Sdmmcsel(val as u8) + #[doc = "System clock selection after a wake up from system Stop"] + pub const fn stopwuck(&self) -> super::vals::Stopwuck { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Stopwuck(val as u8) } - #[doc = "SDMMC kernel clock source selection"] - pub fn set_sdmmcsel(&mut self, val: super::vals::Sdmmcsel) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "System clock selection after a wake up from system Stop"] + pub fn set_stopwuck(&mut self, val: super::vals::Stopwuck) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "per_ck clock source selection"] - pub const fn ckpersel(&self) -> super::vals::Ckpersel { - let val = (self.0 >> 28usize) & 0x03; - super::vals::Ckpersel(val as u8) + #[doc = "Kernel clock selection after a wake up from system Stop"] + pub const fn stopkerwuck(&self) -> super::vals::Stopwuck { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Stopwuck(val as u8) } - #[doc = "per_ck clock source selection"] - pub fn set_ckpersel(&mut self, val: super::vals::Ckpersel) { - self.0 = (self.0 & !(0x03 << 28usize)) | (((val.0 as u32) & 0x03) << 28usize); + #[doc = "Kernel clock selection after a wake up from system Stop"] + pub fn set_stopkerwuck(&mut self, val: super::vals::Stopwuck) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - } - impl Default for D1ccipr { - fn default() -> D1ccipr { - D1ccipr(0) + #[doc = "HSE division factor for RTC clock"] + pub const fn rtcpre(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x3f; + val as u8 } - } - #[doc = "RCC APB4 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb4lpenr(pub u32); - impl C1Apb4lpenr { - #[doc = "SYSCFG peripheral clock enable during CSleep mode"] - pub const fn syscfglpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) + #[doc = "HSE division factor for RTC clock"] + pub fn set_rtcpre(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 8usize)) | (((val as u32) & 0x3f) << 8usize); } - #[doc = "SYSCFG peripheral clock enable during CSleep mode"] - pub fn set_syscfglpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "High Resolution Timer clock prescaler selection"] + pub const fn hrtimsel(&self) -> super::vals::Hrtimsel { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Hrtimsel(val as u8) } - #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lpuart1lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) + #[doc = "High Resolution Timer clock prescaler selection"] + pub fn set_hrtimsel(&mut self, val: super::vals::Hrtimsel) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lpuart1lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Timers clocks prescaler selection"] + pub const fn timpre(&self) -> super::vals::Timpre { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Timpre(val as u8) } - #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi6lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) + #[doc = "Timers clocks prescaler selection"] + pub fn set_timpre(&mut self, val: super::vals::Timpre) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi6lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "MCO1 prescaler"] + pub const fn mco1pre(&self) -> u8 { + let val = (self.0 >> 18usize) & 0x0f; + val as u8 } - #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) + #[doc = "MCO1 prescaler"] + pub fn set_mco1pre(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 18usize)) | (((val as u32) & 0x0f) << 18usize); } - #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Micro-controller clock output 1"] + pub const fn mco1(&self) -> super::vals::Mco1 { + let val = (self.0 >> 22usize) & 0x07; + super::vals::Mco1(val as u8) } - #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim2lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) + #[doc = "Micro-controller clock output 1"] + pub fn set_mco1(&mut self, val: super::vals::Mco1) { + self.0 = (self.0 & !(0x07 << 22usize)) | (((val.0 as u32) & 0x07) << 22usize); } - #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim2lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "MCO2 prescaler"] + pub const fn mco2pre(&self) -> u8 { + let val = (self.0 >> 25usize) & 0x0f; + val as u8 } - #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim3lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) + #[doc = "MCO2 prescaler"] + pub fn set_mco2pre(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); } - #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim3lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "Micro-controller clock output 2"] + pub const fn mco2(&self) -> super::vals::Mco2 { + let val = (self.0 >> 29usize) & 0x07; + super::vals::Mco2(val as u8) } - #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) + #[doc = "Micro-controller clock output 2"] + pub fn set_mco2(&mut self, val: super::vals::Mco2) { + self.0 = (self.0 & !(0x07 << 29usize)) | (((val.0 as u32) & 0x07) << 29usize); } - #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + impl Default for Cfgr { + fn default() -> Cfgr { + Cfgr(0) } - #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim5lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "RCC APB1 High Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb1hlpenr(pub u32); + impl C1Apb1hlpenr { + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub const fn crslpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) } - #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim5lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub fn set_crslpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] - pub const fn comp12lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub const fn swplpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) } - #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] - pub fn set_comp12lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub fn set_swplpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "VREF peripheral clock enable during CSleep mode"] - pub const fn vreflpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub const fn opamplpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) } - #[doc = "VREF peripheral clock enable during CSleep mode"] - pub fn set_vreflpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub fn set_opamplpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "RTC APB Clock Enable During CSleep Mode"] - pub const fn rtcapblpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub const fn mdioslpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) } - #[doc = "RTC APB Clock Enable During CSleep Mode"] - pub fn set_rtcapblpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub fn set_mdioslpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub const fn fdcanlpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) } - #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fdcanlpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } } - impl Default for C1Apb4lpenr { - fn default() -> C1Apb4lpenr { - C1Apb4lpenr(0) + impl Default for C1Apb1hlpenr { + fn default() -> C1Apb1hlpenr { + C1Apb1hlpenr(0) } } - #[doc = "RCC AHB1 Clock Register"] + #[doc = "RCC AHB1 Peripheral Reset Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb1enr(pub u32); - impl C1Ahb1enr { - #[doc = "DMA1 Clock Enable"] - pub const fn dma1en(&self) -> super::vals::C1Ahb1enrDma1en { + pub struct Ahb1rstr(pub u32); + impl Ahb1rstr { + #[doc = "DMA1 block reset"] + pub const fn dma1rst(&self) -> super::vals::Dma1rst { let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) + super::vals::Dma1rst(val as u8) } - #[doc = "DMA1 Clock Enable"] - pub fn set_dma1en(&mut self, val: super::vals::C1Ahb1enrDma1en) { + #[doc = "DMA1 block reset"] + pub fn set_dma1rst(&mut self, val: super::vals::Dma1rst) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "DMA2 Clock Enable"] - pub const fn dma2en(&self) -> super::vals::C1Ahb1enrDma1en { + #[doc = "DMA2 block reset"] + pub const fn dma2rst(&self) -> super::vals::Dma1rst { let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) + super::vals::Dma1rst(val as u8) } - #[doc = "DMA2 Clock Enable"] - pub fn set_dma2en(&mut self, val: super::vals::C1Ahb1enrDma1en) { + #[doc = "DMA2 block reset"] + pub fn set_dma2rst(&mut self, val: super::vals::Dma1rst) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "ADC1/2 Peripheral Clocks Enable"] - pub const fn adc12en(&self) -> super::vals::C1Ahb1enrDma1en { + #[doc = "ADC1&2 block reset"] + pub const fn adc12rst(&self) -> super::vals::Dma1rst { let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) + super::vals::Dma1rst(val as u8) } - #[doc = "ADC1/2 Peripheral Clocks Enable"] - pub fn set_adc12en(&mut self, val: super::vals::C1Ahb1enrDma1en) { + #[doc = "ADC1&2 block reset"] + pub fn set_adc12rst(&mut self, val: super::vals::Dma1rst) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Ethernet MAC bus interface Clock Enable"] - pub const fn eth1macen(&self) -> super::vals::C1Ahb1enrDma1en { + #[doc = "ETH1MAC block reset"] + pub const fn eth1macrst(&self) -> super::vals::Dma1rst { let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) + super::vals::Dma1rst(val as u8) } - #[doc = "Ethernet MAC bus interface Clock Enable"] - pub fn set_eth1macen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + #[doc = "ETH1MAC block reset"] + pub fn set_eth1macrst(&mut self, val: super::vals::Dma1rst) { self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "Ethernet Transmission Clock Enable"] - pub const fn eth1txen(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet Transmission Clock Enable"] - pub fn set_eth1txen(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "Ethernet Reception Clock Enable"] - pub const fn eth1rxen(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet Reception Clock Enable"] - pub fn set_eth1rxen(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USB1OTG Peripheral Clocks Enable"] - pub const fn usb1otgen(&self) -> super::vals::C1Ahb1enrDma1en { + #[doc = "USB1OTG block reset"] + pub const fn usb1otgrst(&self) -> super::vals::Dma1rst { let val = (self.0 >> 25usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) + super::vals::Dma1rst(val as u8) } - #[doc = "USB1OTG Peripheral Clocks Enable"] - pub fn set_usb1otgen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + #[doc = "USB1OTG block reset"] + pub fn set_usb1otgrst(&mut self, val: super::vals::Dma1rst) { self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); } - #[doc = "USB_PHY1 Clocks Enable"] - pub const fn usb1ulpien(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 26usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "USB_PHY1 Clocks Enable"] - pub fn set_usb1ulpien(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); - } - #[doc = "USB2OTG Peripheral Clocks Enable"] - pub const fn usb2otgen(&self) -> super::vals::C1Ahb1enrDma1en { + #[doc = "USB2OTG block reset"] + pub const fn usb2otgrst(&self) -> super::vals::Dma1rst { let val = (self.0 >> 27usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) + super::vals::Dma1rst(val as u8) } - #[doc = "USB2OTG Peripheral Clocks Enable"] - pub fn set_usb2otgen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + #[doc = "USB2OTG block reset"] + pub fn set_usb2otgrst(&mut self, val: super::vals::Dma1rst) { self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } - #[doc = "USB_PHY2 Clocks Enable"] - pub const fn usb2ulpien(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "USB_PHY2 Clocks Enable"] - pub fn set_usb2ulpien(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } } - impl Default for C1Ahb1enr { - fn default() -> C1Ahb1enr { - C1Ahb1enr(0) + impl Default for Ahb1rstr { + fn default() -> Ahb1rstr { + Ahb1rstr(0) } } - #[doc = "RCC APB1 Clock Register"] + #[doc = "RCC Clock Source Interrupt Flag Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb1henr(pub u32); - impl C1Apb1henr { - #[doc = "Clock Recovery System peripheral clock enable"] - pub const fn crsen(&self) -> super::vals::C1Apb1henrCrsen { + pub struct Cifr(pub u32); + impl Cifr { + #[doc = "LSI ready Interrupt Flag"] + pub const fn lsirdyf(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "LSI ready Interrupt Flag"] + pub fn set_lsirdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "LSE ready Interrupt Flag"] + pub const fn lserdyf(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) + val != 0 } - #[doc = "Clock Recovery System peripheral clock enable"] - pub fn set_crsen(&mut self, val: super::vals::C1Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "LSE ready Interrupt Flag"] + pub fn set_lserdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "SWPMI Peripheral Clocks Enable"] - pub const fn swpen(&self) -> super::vals::C1Apb1henrCrsen { + #[doc = "HSI ready Interrupt Flag"] + pub const fn hsirdyf(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) - } - #[doc = "SWPMI Peripheral Clocks Enable"] - pub fn set_swpen(&mut self, val: super::vals::C1Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + val != 0 } - #[doc = "OPAMP peripheral clock enable"] - pub const fn opampen(&self) -> super::vals::C1Apb1henrCrsen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) + #[doc = "HSI ready Interrupt Flag"] + pub fn set_hsirdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "OPAMP peripheral clock enable"] - pub fn set_opampen(&mut self, val: super::vals::C1Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "HSE ready Interrupt Flag"] + pub const fn hserdyf(&self) -> bool { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 3usize) & 0x01; + super::vals::Hsidiven(val as u8) } - #[doc = "MDIOS peripheral clock enable"] - pub const fn mdiosen(&self) -> super::vals::C1Apb1henrCrsen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) +<<<<<<< HEAD + #[doc = "HSI16DIVEN"] + pub fn set_hsi16diven(&mut self, val: super::vals::Hsidiven) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "MDIOS peripheral clock enable"] - pub fn set_mdiosen(&mut self, val: super::vals::C1Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "HSI16DIVF"] + pub const fn hsi16divf(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - #[doc = "FDCAN Peripheral Clocks Enable"] - pub const fn fdcanen(&self) -> super::vals::C1Apb1henrCrsen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) - } - #[doc = "FDCAN Peripheral Clocks Enable"] - pub fn set_fdcanen(&mut self, val: super::vals::C1Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - } - impl Default for C1Apb1henr { - fn default() -> C1Apb1henr { - C1Apb1henr(0) - } - } - #[doc = "RCC AHB2 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb2enr(pub u32); - impl C1Ahb2enr { - #[doc = "DCMI peripheral clock"] - pub const fn dcmien(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) + #[doc = "HSI16DIVF"] + pub fn set_hsi16divf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "DCMI peripheral clock"] - pub fn set_dcmien(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "16 MHz high-speed internal clock output enable"] + pub const fn hsi16outen(&self) -> super::vals::Hsiouten { +======= + #[doc = "HSE ready Interrupt Flag"] + pub fn set_hserdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "CRYPT peripheral clock enable"] - pub const fn crypten(&self) -> super::vals::C1Ahb2enrDcmien { + #[doc = "CSI ready Interrupt Flag"] + pub const fn csirdy(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) + val != 0 } - #[doc = "CRYPT peripheral clock enable"] - pub fn set_crypten(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "CSI ready Interrupt Flag"] + pub fn set_csirdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "HASH peripheral clock enable"] - pub const fn hashen(&self) -> super::vals::C1Ahb2enrDcmien { + #[doc = "RC48 ready Interrupt Flag"] + pub const fn hsi48rdyf(&self) -> bool { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) + super::vals::Hsiouten(val as u8) } - #[doc = "HASH peripheral clock enable"] - pub fn set_hashen(&mut self, val: super::vals::C1Ahb2enrDcmien) { + #[doc = "16 MHz high-speed internal clock output enable"] + pub fn set_hsi16outen(&mut self, val: super::vals::Hsiouten) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "RNG peripheral clocks enable"] - pub const fn rngen(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) + #[doc = "MSI clock enable bit"] + pub const fn msion(&self) -> super::vals::Pllon { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Pllon(val as u8) } - #[doc = "RNG peripheral clocks enable"] - pub fn set_rngen(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + #[doc = "MSI clock enable bit"] + pub fn set_msion(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "SDMMC2 and SDMMC2 delay clock enable"] - pub const fn sdmmc2en(&self) -> super::vals::C1Ahb2enrDcmien { + #[doc = "MSI clock ready flag"] + pub const fn msirdy(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) + val != 0 } - #[doc = "SDMMC2 and SDMMC2 delay clock enable"] - pub fn set_sdmmc2en(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); +<<<<<<< HEAD + #[doc = "MSI clock ready flag"] + pub fn set_msirdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "SRAM1 block enable"] - pub const fn sram1en(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) + #[doc = "HSE clock enable bit"] + pub const fn hseon(&self) -> super::vals::Pllon { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Pllon(val as u8) } - #[doc = "SRAM1 block enable"] - pub fn set_sram1en(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + #[doc = "HSE clock enable bit"] + pub fn set_hseon(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "SRAM2 block enable"] - pub const fn sram2en(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 30usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) + #[doc = "HSE clock ready flag"] + pub const fn hserdy(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 } - #[doc = "SRAM2 block enable"] - pub fn set_sram2en(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + #[doc = "HSE clock ready flag"] + pub fn set_hserdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "SRAM3 block enable"] - pub const fn sram3en(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 31usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) + #[doc = "HSE clock bypass bit"] + pub const fn hsebyp(&self) -> super::vals::Hsebyp { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Hsebyp(val as u8) } - #[doc = "SRAM3 block enable"] - pub fn set_sram3en(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + #[doc = "HSE clock bypass bit"] + pub fn set_hsebyp(&mut self, val: super::vals::Hsebyp) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "Clock security system on HSE enable bit"] + pub const fn csshseon(&self) -> super::vals::Pllon { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Pllon(val as u8) + } + #[doc = "Clock security system on HSE enable bit"] + pub fn set_csshseon(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "TC/LCD prescaler"] + pub const fn rtcpre(&self) -> super::vals::Rtcpre { + let val = (self.0 >> 20usize) & 0x03; + super::vals::Rtcpre(val as u8) + } + #[doc = "TC/LCD prescaler"] + pub fn set_rtcpre(&mut self, val: super::vals::Rtcpre) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); + } + #[doc = "PLL enable bit"] + pub const fn pllon(&self) -> super::vals::Pllon { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Pllon(val as u8) + } + #[doc = "PLL enable bit"] + pub fn set_pllon(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "PLL clock ready flag"] + pub const fn pllrdy(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "PLL clock ready flag"] + pub fn set_pllrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } } - impl Default for C1Ahb2enr { - fn default() -> C1Ahb2enr { - C1Ahb2enr(0) + impl Default for Cr { + fn default() -> Cr { + Cr(0) } } - #[doc = "RCC APB3 Clock Register"] + #[doc = "Internal clock sources calibration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb3enr(pub u32); - impl Apb3enr { - #[doc = "LTDC peripheral clock enable"] - pub const fn ltdcen(&self) -> super::vals::Apb3enrLtdcen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb3enrLtdcen(val as u8) + pub struct Icscr(pub u32); + impl Icscr { + #[doc = "nternal high speed clock calibration"] + pub const fn hsi16cal(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "LTDC peripheral clock enable"] - pub fn set_ltdcen(&mut self, val: super::vals::Apb3enrLtdcen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "nternal high speed clock calibration"] + pub fn set_hsi16cal(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "WWDG1 Clock Enable"] - pub const fn wwdg1en(&self) -> super::vals::Apb3enrLtdcen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Apb3enrLtdcen(val as u8) + #[doc = "High speed internal clock trimming"] + pub const fn hsi16trim(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x1f; + val as u8 } - #[doc = "WWDG1 Clock Enable"] - pub fn set_wwdg1en(&mut self, val: super::vals::Apb3enrLtdcen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + #[doc = "High speed internal clock trimming"] + pub fn set_hsi16trim(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); } - } - impl Default for Apb3enr { - fn default() -> Apb3enr { - Apb3enr(0) + #[doc = "MSI clock ranges"] + pub const fn msirange(&self) -> super::vals::Msirange { + let val = (self.0 >> 13usize) & 0x07; + super::vals::Msirange(val as u8) } - } - #[doc = "RCC APB4 Clock Register"] + #[doc = "MSI clock ranges"] + pub fn set_msirange(&mut self, val: super::vals::Msirange) { + self.0 = (self.0 & !(0x07 << 13usize)) | (((val.0 as u32) & 0x07) << 13usize); + } + #[doc = "MSI clock calibration"] + pub const fn msical(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; + val as u8 + } + #[doc = "MSI clock calibration"] + pub fn set_msical(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + } + #[doc = "MSI clock trimming"] + pub const fn msitrim(&self) -> u8 { + let val = (self.0 >> 24usize) & 0xff; + val as u8 + } + #[doc = "MSI clock trimming"] + pub fn set_msitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 24usize)) | (((val as u32) & 0xff) << 24usize); +======= + #[doc = "RCC APB1 Low Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb4enr(pub u32); - impl C1Apb4enr { - #[doc = "SYSCFG peripheral clock enable"] - pub const fn syscfgen(&self) -> super::vals::C1Apb4enrSyscfgen { + pub struct Apb1llpenr(pub u32); + impl Apb1llpenr { + #[doc = "TIM2 peripheral clock enable during CSleep mode"] + pub const fn tim2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM2 peripheral clock enable during CSleep mode"] + pub fn set_tim2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM3 peripheral clock enable during CSleep mode"] + pub const fn tim3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "SYSCFG peripheral clock enable"] - pub fn set_syscfgen(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + #[doc = "TIM3 peripheral clock enable during CSleep mode"] + pub fn set_tim3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "LPUART1 Peripheral Clocks Enable"] - pub const fn lpuart1en(&self) -> super::vals::C1Apb4enrSyscfgen { + #[doc = "TIM4 peripheral clock enable during CSleep mode"] + pub const fn tim4lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM4 peripheral clock enable during CSleep mode"] + pub fn set_tim4lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM5 peripheral clock enable during CSleep mode"] + pub const fn tim5lpen(&self) -> super::vals::Apb1llpenrTim2lpen { let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "LPUART1 Peripheral Clocks Enable"] - pub fn set_lpuart1en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + #[doc = "TIM5 peripheral clock enable during CSleep mode"] + pub fn set_tim5lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "SPI6 Peripheral Clocks Enable"] - pub const fn spi6en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) + #[doc = "TIM6 peripheral clock enable during CSleep mode"] + pub const fn tim6lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "SPI6 Peripheral Clocks Enable"] - pub fn set_spi6en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "TIM6 peripheral clock enable during CSleep mode"] + pub fn set_tim6lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "I2C4 Peripheral Clocks Enable"] - pub const fn i2c4en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) + #[doc = "TIM7 peripheral clock enable during CSleep mode"] + pub const fn tim7lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "I2C4 Peripheral Clocks Enable"] - pub fn set_i2c4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "TIM7 peripheral clock enable during CSleep mode"] + pub fn set_tim7lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "LPTIM2 Peripheral Clocks Enable"] - pub const fn lptim2en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) + #[doc = "TIM12 peripheral clock enable during CSleep mode"] + pub const fn tim12lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "LPTIM2 Peripheral Clocks Enable"] - pub fn set_lptim2en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "TIM12 peripheral clock enable during CSleep mode"] + pub fn set_tim12lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "LPTIM3 Peripheral Clocks Enable"] - pub const fn lptim3en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) + #[doc = "TIM13 peripheral clock enable during CSleep mode"] + pub const fn tim13lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "LPTIM3 Peripheral Clocks Enable"] - pub fn set_lptim3en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "TIM13 peripheral clock enable during CSleep mode"] + pub fn set_tim13lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "LPTIM4 Peripheral Clocks Enable"] - pub const fn lptim4en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) + #[doc = "TIM14 peripheral clock enable during CSleep mode"] + pub const fn tim14lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "LPTIM4 Peripheral Clocks Enable"] - pub fn set_lptim4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + #[doc = "TIM14 peripheral clock enable during CSleep mode"] + pub fn set_tim14lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "LPTIM5 Peripheral Clocks Enable"] - pub const fn lptim5en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) + #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim1lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "LPTIM5 Peripheral Clocks Enable"] - pub fn set_lptim5en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim1lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "COMP1/2 peripheral clock enable"] - pub const fn comp12en(&self) -> super::vals::C1Apb4enrSyscfgen { + #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "COMP1/2 peripheral clock enable"] - pub fn set_comp12en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "VREF peripheral clock enable"] - pub const fn vrefen(&self) -> super::vals::C1Apb4enrSyscfgen { + #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "VREF peripheral clock enable"] - pub fn set_vrefen(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "RTC APB Clock Enable"] - pub const fn rtcapben(&self) -> super::vals::C1Apb4enrSyscfgen { + #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] + pub const fn spdifrxlpen(&self) -> super::vals::Apb1llpenrTim2lpen { let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "RTC APB Clock Enable"] - pub fn set_rtcapben(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spdifrxlpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "SAI4 Peripheral Clocks Enable"] - pub const fn sai4en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "SAI4 Peripheral Clocks Enable"] - pub fn set_sai4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - } - impl Default for C1Apb4enr { - fn default() -> C1Apb4enr { - C1Apb4enr(0) + #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - } - #[doc = "RCC Clock Control and Status Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Csr(pub u32); - impl Csr { - #[doc = "LSI oscillator enable"] - pub const fn lsion(&self) -> super::vals::Lsion { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Lsion(val as u8) + #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "LSI oscillator enable"] - pub fn set_lsion(&mut self, val: super::vals::Lsion) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "LSI oscillator ready"] - pub const fn lsirdy(&self) -> bool { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 1usize) & 0x01; - super::vals::Iophsmen(val as u8) + #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart4lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } -<<<<<<< HEAD - #[doc = "IOPBSMEN"] - pub fn set_iopbsmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart4lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "IOPCSMEN"] - pub const fn iopcsmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Iophsmen(val as u8) + #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart5lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "IOPCSMEN"] - pub fn set_iopcsmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart5lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - #[doc = "IOPDSMEN"] - pub const fn iopdsmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Iophsmen(val as u8) + #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c1lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "IOPDSMEN"] - pub fn set_iopdsmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c1lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "Port E clock enable during Sleep mode bit"] - pub const fn iopesmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Iophsmen(val as u8) + #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "Port E clock enable during Sleep mode bit"] - pub fn set_iopesmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - #[doc = "IOPHSMEN"] - pub const fn iophsmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Iophsmen(val as u8) + #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "IOPHSMEN"] - pub fn set_iophsmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); } - } - impl Default for Iopsmen { - fn default() -> Iopsmen { - Iopsmen(0) + #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] + pub const fn ceclpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] + pub fn set_ceclpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] + pub const fn dac12lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] + pub fn set_dac12lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart7lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart7lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart8lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart8lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - #[doc = "APB1 peripheral clock enable register"] + impl Default for Apb1llpenr { + fn default() -> Apb1llpenr { + Apb1llpenr(0) + } + } + #[doc = "RCC AHB1 Peripheral Reset Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1enr(pub u32); - impl Apb1enr { - #[doc = "Timer2 clock enable bit"] - pub const fn tim2en(&self) -> super::vals::Lptimen { + pub struct Ahb1rstr(pub u32); + impl Ahb1rstr { + #[doc = "DMA1 block reset"] + pub const fn dma1rst(&self) -> super::vals::Dma1rst { let val = (self.0 >> 0usize) & 0x01; - super::vals::Lptimen(val as u8) + super::vals::Dma1rst(val as u8) } - #[doc = "Timer2 clock enable bit"] - pub fn set_tim2en(&mut self, val: super::vals::Lptimen) { + #[doc = "DMA1 block reset"] + pub fn set_dma1rst(&mut self, val: super::vals::Dma1rst) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Timer3 clock enable bit"] - pub const fn tim3en(&self) -> super::vals::Lptimen { + #[doc = "DMA2 block reset"] + pub const fn dma2rst(&self) -> super::vals::Dma1rst { let val = (self.0 >> 1usize) & 0x01; - super::vals::Lptimen(val as u8) + super::vals::Dma1rst(val as u8) } - #[doc = "Timer3 clock enable bit"] - pub fn set_tim3en(&mut self, val: super::vals::Lptimen) { + #[doc = "DMA2 block reset"] + pub fn set_dma2rst(&mut self, val: super::vals::Dma1rst) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Timer 6 clock enable bit"] - pub const fn tim6en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Timer 6 clock enable bit"] - pub fn set_tim6en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "Timer 7 clock enable bit"] - pub const fn tim7en(&self) -> super::vals::Lptimen { + #[doc = "ADC1&2 block reset"] + pub const fn adc12rst(&self) -> super::vals::Dma1rst { let val = (self.0 >> 5usize) & 0x01; - super::vals::Lptimen(val as u8) + super::vals::Dma1rst(val as u8) } - #[doc = "Timer 7 clock enable bit"] - pub fn set_tim7en(&mut self, val: super::vals::Lptimen) { + #[doc = "ADC1&2 block reset"] + pub fn set_adc12rst(&mut self, val: super::vals::Dma1rst) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Window watchdog clock enable bit"] - pub const fn wwdgen(&self) -> super::vals::Lptimen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Window watchdog clock enable bit"] - pub fn set_wwdgen(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "SPI2 clock enable bit"] - pub const fn spi2en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "SPI2 clock enable bit"] - pub fn set_spi2en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "UART2 clock enable bit"] - pub const fn usart2en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "UART2 clock enable bit"] - pub fn set_usart2en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + #[doc = "ETH1MAC block reset"] + pub const fn eth1macrst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Dma1rst(val as u8) } - #[doc = "LPUART1 clock enable bit"] - pub const fn lpuart1en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Lptimen(val as u8) + #[doc = "ETH1MAC block reset"] + pub fn set_eth1macrst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "LPUART1 clock enable bit"] - pub fn set_lpuart1en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + #[doc = "USB1OTG block reset"] + pub const fn usb1otgrst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Dma1rst(val as u8) } - #[doc = "USART4 clock enable bit"] - pub const fn usart4en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Lptimen(val as u8) + #[doc = "USB1OTG block reset"] + pub fn set_usb1otgrst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); } - #[doc = "USART4 clock enable bit"] - pub fn set_usart4en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + #[doc = "USB2OTG block reset"] + pub const fn usb2otgrst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Dma1rst(val as u8) } - #[doc = "USART5 clock enable bit"] - pub const fn usart5en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Lptimen(val as u8) + #[doc = "USB2OTG block reset"] + pub fn set_usb2otgrst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } - #[doc = "USART5 clock enable bit"] - pub fn set_usart5en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + impl Default for Ahb1rstr { + fn default() -> Ahb1rstr { + Ahb1rstr(0) } - #[doc = "I2C1 clock enable bit"] - pub const fn i2c1en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Lptimen(val as u8) + } + #[doc = "RCC AHB2 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb2enr(pub u32); + impl Ahb2enr { + #[doc = "DCMI peripheral clock"] + pub const fn dcmien(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) } - #[doc = "I2C1 clock enable bit"] - pub fn set_i2c1en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + #[doc = "DCMI peripheral clock"] + pub fn set_dcmien(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "I2C2 clock enable bit"] - pub const fn i2c2en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Lptimen(val as u8) + #[doc = "CRYPT peripheral clock enable"] + pub const fn crypten(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) } - #[doc = "I2C2 clock enable bit"] - pub fn set_i2c2en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + #[doc = "CRYPT peripheral clock enable"] + pub fn set_crypten(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "USB clock enable bit"] - pub const fn usben(&self) -> super::vals::Lptimen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Lptimen(val as u8) + #[doc = "HASH peripheral clock enable"] + pub const fn hashen(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) } - #[doc = "USB clock enable bit"] - pub fn set_usben(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + #[doc = "HASH peripheral clock enable"] + pub fn set_hashen(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Clock recovery system clock enable bit"] - pub const fn crsen(&self) -> super::vals::Lptimen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Lptimen(val as u8) + #[doc = "RNG peripheral clocks enable"] + pub const fn rngen(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) } - #[doc = "Clock recovery system clock enable bit"] - pub fn set_crsen(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + #[doc = "RNG peripheral clocks enable"] + pub fn set_rngen(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "Power interface clock enable bit"] - pub const fn pwren(&self) -> super::vals::Lptimen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Lptimen(val as u8) + #[doc = "SDMMC2 and SDMMC2 delay clock enable"] + pub const fn sdmmc2en(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) } - #[doc = "Power interface clock enable bit"] - pub fn set_pwren(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + #[doc = "SDMMC2 and SDMMC2 delay clock enable"] + pub fn set_sdmmc2en(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "DAC interface clock enable bit"] - pub const fn dacen(&self) -> super::vals::Lptimen { + #[doc = "SRAM1 block enable"] + pub const fn sram1en(&self) -> super::vals::Ahb2enrDcmien { let val = (self.0 >> 29usize) & 0x01; - super::vals::Lptimen(val as u8) + super::vals::Ahb2enrDcmien(val as u8) } - #[doc = "DAC interface clock enable bit"] - pub fn set_dacen(&mut self, val: super::vals::Lptimen) { + #[doc = "SRAM1 block enable"] + pub fn set_sram1en(&mut self, val: super::vals::Ahb2enrDcmien) { self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } - #[doc = "I2C3 clock enable bit"] - pub const fn i2c3en(&self) -> super::vals::Lptimen { + #[doc = "SRAM2 block enable"] + pub const fn sram2en(&self) -> super::vals::Ahb2enrDcmien { let val = (self.0 >> 30usize) & 0x01; - super::vals::Lptimen(val as u8) + super::vals::Ahb2enrDcmien(val as u8) } - #[doc = "I2C3 clock enable bit"] - pub fn set_i2c3en(&mut self, val: super::vals::Lptimen) { + #[doc = "SRAM2 block enable"] + pub fn set_sram2en(&mut self, val: super::vals::Ahb2enrDcmien) { self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); } - #[doc = "Low power timer clock enable bit"] - pub const fn lptim1en(&self) -> super::vals::Lptimen { + #[doc = "SRAM3 block enable"] + pub const fn sram3en(&self) -> super::vals::Ahb2enrDcmien { let val = (self.0 >> 31usize) & 0x01; - super::vals::Lptimen(val as u8) + super::vals::Ahb2enrDcmien(val as u8) } - #[doc = "Low power timer clock enable bit"] - pub fn set_lptim1en(&mut self, val: super::vals::Lptimen) { + #[doc = "SRAM3 block enable"] + pub fn set_sram3en(&mut self, val: super::vals::Ahb2enrDcmien) { self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for Apb1enr { - fn default() -> Apb1enr { - Apb1enr(0) + impl Default for Ahb2enr { + fn default() -> Ahb2enr { + Ahb2enr(0) } } - #[doc = "AHB peripheral clock enable register"] + #[doc = "RCC PLLs Configuration Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahbenr(pub u32); - impl Ahbenr { - #[doc = "DMA clock enable bit"] - pub const fn dmaen(&self) -> super::vals::Crypen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Crypen(val as u8) + pub struct Pllcfgr(pub u32); + impl Pllcfgr { + #[doc = "PLL1 fractional latch enable"] + pub fn pllfracen(&self, n: usize) -> super::vals::Pll1fracen { + assert!(n < 3usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Pll1fracen(val as u8) } - #[doc = "DMA clock enable bit"] - pub fn set_dmaen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "PLL1 fractional latch enable"] + pub fn set_pllfracen(&mut self, n: usize, val: super::vals::Pll1fracen) { + assert!(n < 3usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "NVM interface clock enable bit"] - pub const fn mifen(&self) -> super::vals::Crypen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Crypen(val as u8) + #[doc = "PLL1 VCO selection"] + pub fn pllvcosel(&self, n: usize) -> super::vals::Pll1vcosel { + assert!(n < 3usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Pll1vcosel(val as u8) } - #[doc = "NVM interface clock enable bit"] - pub fn set_mifen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "PLL1 VCO selection"] + pub fn set_pllvcosel(&mut self, n: usize, val: super::vals::Pll1vcosel) { + assert!(n < 3usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "CRC clock enable bit"] - pub const fn crcen(&self) -> super::vals::Crypen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Crypen(val as u8) + #[doc = "PLL1 input frequency range"] + pub fn pllrge(&self, n: usize) -> super::vals::Pll1rge { + assert!(n < 3usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Pll1rge(val as u8) } - #[doc = "CRC clock enable bit"] - pub fn set_crcen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "PLL1 input frequency range"] + pub fn set_pllrge(&mut self, n: usize, val: super::vals::Pll1rge) { + assert!(n < 3usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "Touch Sensing clock enable bit"] - pub const fn touchen(&self) -> super::vals::Crypen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Crypen(val as u8) + #[doc = "PLL1 DIVP divider output enable"] + pub fn divpen(&self, n: usize) -> super::vals::Divp1en { + assert!(n < 3usize); + let offs = 16usize + n * 3usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Divp1en(val as u8) } - #[doc = "Touch Sensing clock enable bit"] - pub fn set_touchen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "PLL1 DIVP divider output enable"] + pub fn set_divpen(&mut self, n: usize, val: super::vals::Divp1en) { + assert!(n < 3usize); + let offs = 16usize + n * 3usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Random Number Generator clock enable bit"] - pub const fn rngen(&self) -> super::vals::Crypen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Crypen(val as u8) + #[doc = "PLL1 DIVQ divider output enable"] + pub fn divqen(&self, n: usize) -> super::vals::Divp1en { + assert!(n < 3usize); + let offs = 17usize + n * 3usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Divp1en(val as u8) } - #[doc = "Random Number Generator clock enable bit"] - pub fn set_rngen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + #[doc = "PLL1 DIVQ divider output enable"] + pub fn set_divqen(&mut self, n: usize, val: super::vals::Divp1en) { + assert!(n < 3usize); + let offs = 17usize + n * 3usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Crypto clock enable bit"] - pub const fn crypen(&self) -> super::vals::Crypen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Crypen(val as u8) + #[doc = "PLL1 DIVR divider output enable"] + pub fn divren(&self, n: usize) -> super::vals::Divp1en { + assert!(n < 3usize); + let offs = 18usize + n * 3usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Divp1en(val as u8) } - #[doc = "Crypto clock enable bit"] - pub fn set_crypen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + #[doc = "PLL1 DIVR divider output enable"] + pub fn set_divren(&mut self, n: usize, val: super::vals::Divp1en) { + assert!(n < 3usize); + let offs = 18usize + n * 3usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Ahbenr { - fn default() -> Ahbenr { - Ahbenr(0) + impl Default for Pllcfgr { + fn default() -> Pllcfgr { + Pllcfgr(0) } } - #[doc = "AHB peripheral clock enable in sleep mode register"] + #[doc = "RCC APB2 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahbsmenr(pub u32); - impl Ahbsmenr { - #[doc = "DMA clock enable during sleep mode bit"] - pub const fn dmasmen(&self) -> super::vals::Dmasmen { + pub struct C1Apb2lpenr(pub u32); + impl C1Apb2lpenr { + #[doc = "TIM1 peripheral clock enable during CSleep mode"] + pub const fn tim1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { let val = (self.0 >> 0usize) & 0x01; - super::vals::Dmasmen(val as u8) + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "DMA clock enable during sleep mode bit"] - pub fn set_dmasmen(&mut self, val: super::vals::Dmasmen) { + #[doc = "TIM1 peripheral clock enable during CSleep mode"] + pub fn set_tim1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "NVM interface clock enable during sleep mode bit"] - pub const fn mifsmen(&self) -> super::vals::Mifsmen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Mifsmen(val as u8) + #[doc = "TIM8 peripheral clock enable during CSleep mode"] + pub const fn tim8lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "NVM interface clock enable during sleep mode bit"] - pub fn set_mifsmen(&mut self, val: super::vals::Mifsmen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "TIM8 peripheral clock enable during CSleep mode"] + pub fn set_tim8lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "SRAM interface clock enable during sleep mode bit"] - pub const fn sramsmen(&self) -> super::vals::Sramsmen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Sramsmen(val as u8) + #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "SRAM interface clock enable during sleep mode bit"] - pub fn set_sramsmen(&mut self, val: super::vals::Sramsmen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "CRC clock enable during sleep mode bit"] - pub const fn crcsmen(&self) -> super::vals::Crcsmen { + #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart6lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart6lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { let val = (self.0 >> 12usize) & 0x01; - super::vals::Crcsmen(val as u8) + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "CRC clock enable during sleep mode bit"] - pub fn set_crcsmen(&mut self, val: super::vals::Crcsmen) { + #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Touch Sensing clock enable during sleep mode bit"] - pub const fn touchsmen(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi4lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 13usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "Touch Sensing clock enable during sleep mode bit"] - pub fn set_touchsmen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi4lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); } - #[doc = "Random Number Generator clock enable during sleep mode bit"] - pub const fn rngsmen(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 + #[doc = "TIM15 peripheral clock enable during CSleep mode"] + pub const fn tim15lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "Random Number Generator clock enable during sleep mode bit"] - pub fn set_rngsmen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + #[doc = "TIM15 peripheral clock enable during CSleep mode"] + pub fn set_tim15lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "Crypto clock enable during sleep mode bit"] - pub const fn crypsmen(&self) -> super::vals::Crypsmen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Crypsmen(val as u8) + #[doc = "TIM16 peripheral clock enable during CSleep mode"] + pub const fn tim16lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "Crypto clock enable during sleep mode bit"] - pub fn set_crypsmen(&mut self, val: super::vals::Crypsmen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + #[doc = "TIM16 peripheral clock enable during CSleep mode"] + pub fn set_tim16lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - } - impl Default for Ahbsmenr { - fn default() -> Ahbsmenr { - Ahbsmenr(0) + #[doc = "TIM17 peripheral clock enable during CSleep mode"] + pub const fn tim17lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - } - #[doc = "Clock interrupt flag register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cifr(pub u32); - impl Cifr { - #[doc = "LSI ready interrupt flag"] - pub const fn lsirdyf(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "TIM17 peripheral clock enable during CSleep mode"] + pub fn set_tim17lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "LSI ready interrupt flag"] - pub fn set_lsirdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "LSE ready interrupt flag"] - pub const fn lserdyf(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "LSE ready interrupt flag"] - pub fn set_lserdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "HSI16 ready interrupt flag"] - pub const fn hsi16rdyf(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "HSI16 ready interrupt flag"] - pub fn set_hsi16rdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "HSE ready interrupt flag"] - pub const fn hserdyf(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi5lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "HSE ready interrupt flag"] - pub fn set_hserdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi5lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - #[doc = "PLL ready interrupt flag"] - pub const fn pllrdyf(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "PLL ready interrupt flag"] - pub fn set_pllrdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - #[doc = "MSI ready interrupt flag"] - pub const fn msirdyf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai2lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "MSI ready interrupt flag"] - pub fn set_msirdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai2lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); } - #[doc = "HSI48 ready interrupt flag"] - pub const fn hsi48rdyf(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai3lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "HSI48 ready interrupt flag"] - pub fn set_hsi48rdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai3lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "LSE Clock Security System Interrupt flag"] - pub const fn csslsef(&self) -> super::vals::Csslsef { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Csslsef(val as u8) + #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn dfsdm1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "LSE Clock Security System Interrupt flag"] - pub fn set_csslsef(&mut self, val: super::vals::Csslsef) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_dfsdm1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - #[doc = "Clock Security System Interrupt flag"] - pub const fn csshsef(&self) -> super::vals::Csshsef { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Csshsef(val as u8) + #[doc = "HRTIM peripheral clock enable during CSleep mode"] + pub const fn hrtimlpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "Clock Security System Interrupt flag"] - pub fn set_csshsef(&mut self, val: super::vals::Csshsef) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "HRTIM peripheral clock enable during CSleep mode"] + pub fn set_hrtimlpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } } - impl Default for Cifr { - fn default() -> Cifr { - Cifr(0) + impl Default for C1Apb2lpenr { + fn default() -> C1Apb2lpenr { + C1Apb2lpenr(0) } } - #[doc = "APB2 peripheral clock enable in sleep mode register"] + #[doc = "RCC Domain 1 Clock Configuration Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb2smenr(pub u32); - impl Apb2smenr { - #[doc = "System configuration controller clock enable during sleep mode bit"] - pub const fn syscfgsmen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Dbgsmen(val as u8) + pub struct D1cfgr(pub u32); + impl D1cfgr { + #[doc = "D1 domain AHB prescaler"] + pub const fn hpre(&self) -> super::vals::Hpre { + let val = (self.0 >> 0usize) & 0x0f; + super::vals::Hpre(val as u8) } - #[doc = "System configuration controller clock enable during sleep mode bit"] - pub fn set_syscfgsmen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "D1 domain AHB prescaler"] + pub fn set_hpre(&mut self, val: super::vals::Hpre) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val.0 as u32) & 0x0f) << 0usize); } - #[doc = "TIM21 timer clock enable during sleep mode bit"] - pub const fn tim21smen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Dbgsmen(val as u8) + #[doc = "D1 domain APB3 prescaler"] + pub const fn d1ppre(&self) -> super::vals::D1ppre { + let val = (self.0 >> 4usize) & 0x07; + super::vals::D1ppre(val as u8) } - #[doc = "TIM21 timer clock enable during sleep mode bit"] - pub fn set_tim21smen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "D1 domain APB3 prescaler"] + pub fn set_d1ppre(&mut self, val: super::vals::D1ppre) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); } - #[doc = "TIM22 timer clock enable during sleep mode bit"] - pub const fn tim22smen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Dbgsmen(val as u8) + #[doc = "D1 domain Core prescaler"] + pub const fn d1cpre(&self) -> super::vals::Hpre { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Hpre(val as u8) } - #[doc = "TIM22 timer clock enable during sleep mode bit"] - pub fn set_tim22smen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "D1 domain Core prescaler"] + pub fn set_d1cpre(&mut self, val: super::vals::Hpre) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); } - #[doc = "ADC clock enable during sleep mode bit"] - pub const fn adcsmen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Dbgsmen(val as u8) + } + impl Default for D1cfgr { + fn default() -> D1cfgr { + D1cfgr(0) } - #[doc = "ADC clock enable during sleep mode bit"] - pub fn set_adcsmen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "RCC Internal Clock Source Calibration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Icscr(pub u32); + impl Icscr { + #[doc = "HSI clock calibration"] + pub const fn hsical(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "SPI1 clock enable during sleep mode bit"] - pub const fn spi1smen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Dbgsmen(val as u8) + #[doc = "HSI clock calibration"] + pub fn set_hsical(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "SPI1 clock enable during sleep mode bit"] - pub fn set_spi1smen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "HSI clock trimming"] + pub const fn hsitrim(&self) -> u8 { + let val = (self.0 >> 12usize) & 0x3f; + val as u8 } - #[doc = "USART1 clock enable during sleep mode bit"] - pub const fn usart1smen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Dbgsmen(val as u8) + #[doc = "HSI clock trimming"] + pub fn set_hsitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 12usize)) | (((val as u32) & 0x3f) << 12usize); } - #[doc = "USART1 clock enable during sleep mode bit"] - pub fn set_usart1smen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "CSI clock calibration"] + pub const fn csical(&self) -> u8 { + let val = (self.0 >> 18usize) & 0xff; + val as u8 } - #[doc = "DBG clock enable during sleep mode bit"] - pub const fn dbgsmen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Dbgsmen(val as u8) + #[doc = "CSI clock calibration"] + pub fn set_csical(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 18usize)) | (((val as u32) & 0xff) << 18usize); } - #[doc = "DBG clock enable during sleep mode bit"] - pub fn set_dbgsmen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + #[doc = "CSI clock trimming"] + pub const fn csitrim(&self) -> u8 { + let val = (self.0 >> 26usize) & 0x1f; + val as u8 + } + #[doc = "CSI clock trimming"] + pub fn set_csitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 26usize)) | (((val as u32) & 0x1f) << 26usize); +>>>>>>> c084e70 (Update generated code) } } - impl Default for Apb2smenr { - fn default() -> Apb2smenr { - Apb2smenr(0) + impl Default for Icscr { + fn default() -> Icscr { + Icscr(0) } } - #[doc = "APB2 peripheral reset register"] +<<<<<<< HEAD + #[doc = "Control and status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb2rstr(pub u32); - impl Apb2rstr { - #[doc = "System configuration controller reset"] - pub const fn syscfgrst(&self) -> bool { + pub struct Csr(pub u32); + impl Csr { + #[doc = "Internal low-speed oscillator enable"] + pub const fn lsion(&self) -> super::vals::Csslseon { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Csslseon(val as u8) } - #[doc = "System configuration controller reset"] - pub fn set_syscfgrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Internal low-speed oscillator enable"] + pub fn set_lsion(&mut self, val: super::vals::Csslseon) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "TIM21 timer reset"] - pub const fn tim21rst(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "Internal low-speed oscillator ready bit"] + pub const fn lsirdy(&self) -> super::vals::Lserdy { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Lserdy(val as u8) } - #[doc = "TIM21 timer reset"] - pub fn set_tim21rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Internal low-speed oscillator ready bit"] + pub fn set_lsirdy(&mut self, val: super::vals::Lserdy) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "TIM22 timer reset"] - pub const fn tim22rst(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "External low-speed oscillator enable bit"] + pub const fn lseon(&self) -> super::vals::Csslseon { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Csslseon(val as u8) } - #[doc = "TIM22 timer reset"] - pub fn set_tim22rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "External low-speed oscillator enable bit"] + pub fn set_lseon(&mut self, val: super::vals::Csslseon) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "ADC interface reset"] - pub const fn adcrst(&self) -> bool { + #[doc = "External low-speed oscillator ready bit"] + pub const fn lserdy(&self) -> super::vals::Lserdy { let val = (self.0 >> 9usize) & 0x01; - val != 0 + super::vals::Lserdy(val as u8) } - #[doc = "ADC interface reset"] - pub fn set_adcrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "External low-speed oscillator ready bit"] + pub fn set_lserdy(&mut self, val: super::vals::Lserdy) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "SPI 1 reset"] - pub const fn spi1rst(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 + #[doc = "External low-speed oscillator bypass bit"] + pub const fn lsebyp(&self) -> super::vals::Lsebyp { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Lsebyp(val as u8) } - #[doc = "SPI 1 reset"] - pub fn set_spi1rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "External low-speed oscillator bypass bit"] + pub fn set_lsebyp(&mut self, val: super::vals::Lsebyp) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "USART1 reset"] - pub const fn usart1rst(&self) -> bool { + #[doc = "LSEDRV"] + pub const fn lsedrv(&self) -> super::vals::Lsedrv { + let val = (self.0 >> 11usize) & 0x03; + super::vals::Lsedrv(val as u8) + } + #[doc = "LSEDRV"] + pub fn set_lsedrv(&mut self, val: super::vals::Lsedrv) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + } + #[doc = "CSSLSEON"] + pub const fn csslseon(&self) -> super::vals::Csslseon { + let val = (self.0 >> 13usize) & 0x01; + super::vals::Csslseon(val as u8) + } + #[doc = "CSSLSEON"] + pub fn set_csslseon(&mut self, val: super::vals::Csslseon) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "CSS on LSE failure detection flag"] + pub const fn csslsed(&self) -> super::vals::Csslsed { let val = (self.0 >> 14usize) & 0x01; - val != 0 + super::vals::Csslsed(val as u8) } - #[doc = "USART1 reset"] - pub fn set_usart1rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "CSS on LSE failure detection flag"] + pub fn set_csslsed(&mut self, val: super::vals::Csslsed) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "DBG reset"] - pub const fn dbgrst(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + #[doc = "RTC and LCD clock source selection bits"] + pub const fn rtcsel(&self) -> super::vals::Rtcsel { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Rtcsel(val as u8) } - #[doc = "DBG reset"] - pub fn set_dbgrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "RTC and LCD clock source selection bits"] + pub fn set_rtcsel(&mut self, val: super::vals::Rtcsel) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); } - } - impl Default for Apb2rstr { - fn default() -> Apb2rstr { - Apb2rstr(0) + #[doc = "RTC clock enable bit"] + pub const fn rtcen(&self) -> super::vals::Rtcen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Rtcen(val as u8) } - } - #[doc = "Clock interrupt clear register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cicr(pub u32); - impl Cicr { - #[doc = "LSI ready Interrupt clear"] - pub const fn lsirdyc(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "RTC clock enable bit"] + pub fn set_rtcen(&mut self, val: super::vals::Rtcen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "RTC software reset bit"] + pub const fn rtcrst(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "LSI ready Interrupt clear"] - pub fn set_lsirdyc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "RTC software reset bit"] + pub fn set_rtcrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "LSE ready Interrupt clear"] - pub const fn lserdyc(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "Remove reset flag"] + pub const fn rmvf(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "LSE ready Interrupt clear"] - pub fn set_lserdyc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Remove reset flag"] + pub fn set_rmvf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "HSI16 ready Interrupt clear"] - pub const fn hsi16rdyc(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "OBLRSTF"] + pub const fn oblrstf(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "HSI16 ready Interrupt clear"] - pub fn set_hsi16rdyc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "OBLRSTF"] + pub fn set_oblrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "HSE ready Interrupt clear"] - pub const fn hserdyc(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "PIN reset flag"] + pub const fn pinrstf(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "HSE ready Interrupt clear"] - pub fn set_hserdyc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "PIN reset flag"] + pub fn set_pinrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "PLL ready Interrupt clear"] - pub const fn pllrdyc(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "POR/PDR reset flag"] + pub const fn porrstf(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "PLL ready Interrupt clear"] - pub fn set_pllrdyc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "POR/PDR reset flag"] + pub fn set_porrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - #[doc = "MSI ready Interrupt clear"] - pub const fn msirdyc(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "Software reset flag"] + pub const fn sftrstf(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; val != 0 } - #[doc = "MSI ready Interrupt clear"] - pub fn set_msirdyc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Software reset flag"] + pub fn set_sftrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } - #[doc = "HSI48 ready Interrupt clear"] - pub const fn hsi48rdyc(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Independent watchdog reset flag"] + pub const fn iwdgrstf(&self) -> bool { + let val = (self.0 >> 29usize) & 0x01; val != 0 } - #[doc = "HSI48 ready Interrupt clear"] - pub fn set_hsi48rdyc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Independent watchdog reset flag"] + pub fn set_iwdgrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); } - #[doc = "LSE Clock Security System Interrupt clear"] - pub const fn csslsec(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Window watchdog reset flag"] + pub const fn wwdgrstf(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; val != 0 } - #[doc = "LSE Clock Security System Interrupt clear"] - pub fn set_csslsec(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Window watchdog reset flag"] + pub fn set_wwdgrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); } - #[doc = "Clock Security System Interrupt clear"] - pub const fn csshsec(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Low-power reset flag"] + pub const fn lpwrrstf(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; val != 0 } - #[doc = "Clock Security System Interrupt clear"] - pub fn set_csshsec(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Low-power reset flag"] + pub fn set_lpwrrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } } - impl Default for Cicr { - fn default() -> Cicr { - Cicr(0) + impl Default for Csr { + fn default() -> Csr { + Csr(0) } } - #[doc = "APB2 peripheral clock enable register"] + #[doc = "Clock configuration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb2enr(pub u32); - impl Apb2enr { - #[doc = "System configuration controller clock enable bit"] - pub const fn syscfgen(&self) -> super::vals::Dbgen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Dbgen(val as u8) + pub struct Cfgr(pub u32); + impl Cfgr { + #[doc = "System clock switch"] + pub const fn sw(&self) -> super::vals::Sw { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Sw(val as u8) } - #[doc = "System configuration controller clock enable bit"] - pub fn set_syscfgen(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "System clock switch"] + pub fn set_sw(&mut self, val: super::vals::Sw) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); } - #[doc = "TIM21 timer clock enable bit"] - pub const fn tim21en(&self) -> super::vals::Dbgen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Dbgen(val as u8) + #[doc = "System clock switch status"] + pub const fn sws(&self) -> super::vals::Sws { + let val = (self.0 >> 2usize) & 0x03; + super::vals::Sws(val as u8) } - #[doc = "TIM21 timer clock enable bit"] - pub fn set_tim21en(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "System clock switch status"] + pub fn set_sws(&mut self, val: super::vals::Sws) { + self.0 = (self.0 & !(0x03 << 2usize)) | (((val.0 as u32) & 0x03) << 2usize); } - #[doc = "TIM22 timer clock enable bit"] - pub const fn tim22en(&self) -> super::vals::Dbgen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Dbgen(val as u8) + #[doc = "AHB prescaler"] + pub const fn hpre(&self) -> super::vals::Hpre { + let val = (self.0 >> 4usize) & 0x0f; + super::vals::Hpre(val as u8) } - #[doc = "TIM22 timer clock enable bit"] - pub fn set_tim22en(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "AHB prescaler"] + pub fn set_hpre(&mut self, val: super::vals::Hpre) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val.0 as u32) & 0x0f) << 4usize); } - #[doc = "MiFaRe Firewall clock enable bit"] - pub const fn mifien(&self) -> super::vals::Dbgen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Dbgen(val as u8) + #[doc = "APB low-speed prescaler (APB1)"] + pub fn ppre(&self, n: usize) -> super::vals::Ppre { + assert!(n < 2usize); + let offs = 8usize + n * 3usize; + let val = (self.0 >> offs) & 0x07; + super::vals::Ppre(val as u8) } - #[doc = "MiFaRe Firewall clock enable bit"] - pub fn set_mifien(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "APB low-speed prescaler (APB1)"] + pub fn set_ppre(&mut self, n: usize, val: super::vals::Ppre) { + assert!(n < 2usize); + let offs = 8usize + n * 3usize; + self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); } - #[doc = "ADC clock enable bit"] - pub const fn adcen(&self) -> super::vals::Dbgen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Dbgen(val as u8) + #[doc = "Wake-up from stop clock selection"] + pub const fn stopwuck(&self) -> super::vals::Stopwuck { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Stopwuck(val as u8) } - #[doc = "ADC clock enable bit"] - pub fn set_adcen(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "Wake-up from stop clock selection"] + pub fn set_stopwuck(&mut self, val: super::vals::Stopwuck) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "SPI1 clock enable bit"] - pub const fn spi1en(&self) -> super::vals::Dbgen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Dbgen(val as u8) + #[doc = "PLL entry clock source"] + pub const fn pllsrc(&self) -> super::vals::Pllsrc { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Pllsrc(val as u8) } - #[doc = "SPI1 clock enable bit"] - pub fn set_spi1en(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "PLL entry clock source"] + pub fn set_pllsrc(&mut self, val: super::vals::Pllsrc) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "USART1 clock enable bit"] - pub const fn usart1en(&self) -> super::vals::Dbgen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Dbgen(val as u8) + #[doc = "PLL multiplication factor"] + pub const fn pllmul(&self) -> super::vals::Pllmul { + let val = (self.0 >> 18usize) & 0x0f; + super::vals::Pllmul(val as u8) } - #[doc = "USART1 clock enable bit"] - pub fn set_usart1en(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "PLL multiplication factor"] + pub fn set_pllmul(&mut self, val: super::vals::Pllmul) { + self.0 = (self.0 & !(0x0f << 18usize)) | (((val.0 as u32) & 0x0f) << 18usize); } - #[doc = "DBG clock enable bit"] - pub const fn dbgen(&self) -> super::vals::Dbgen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Dbgen(val as u8) + #[doc = "PLL output division"] + pub const fn plldiv(&self) -> super::vals::Plldiv { + let val = (self.0 >> 22usize) & 0x03; + super::vals::Plldiv(val as u8) } - #[doc = "DBG clock enable bit"] - pub fn set_dbgen(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + #[doc = "PLL output division"] + pub fn set_plldiv(&mut self, val: super::vals::Plldiv) { + self.0 = (self.0 & !(0x03 << 22usize)) | (((val.0 as u32) & 0x03) << 22usize); + } + #[doc = "Microcontroller clock output selection"] + pub const fn mcosel(&self) -> super::vals::Mcosel { + let val = (self.0 >> 24usize) & 0x0f; + super::vals::Mcosel(val as u8) + } + #[doc = "Microcontroller clock output selection"] + pub fn set_mcosel(&mut self, val: super::vals::Mcosel) { + self.0 = (self.0 & !(0x0f << 24usize)) | (((val.0 as u32) & 0x0f) << 24usize); + } + #[doc = "Microcontroller clock output prescaler"] + pub const fn mcopre(&self) -> super::vals::Mcopre { + let val = (self.0 >> 28usize) & 0x07; + super::vals::Mcopre(val as u8) + } + #[doc = "Microcontroller clock output prescaler"] + pub fn set_mcopre(&mut self, val: super::vals::Mcopre) { + self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); } } - impl Default for Apb2enr { - fn default() -> Apb2enr { - Apb2enr(0) + impl Default for Cfgr { + fn default() -> Cfgr { + Cfgr(0) } } - #[doc = "APB1 peripheral clock enable in sleep mode register"] + #[doc = "Clock recovery RC register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1smenr(pub u32); - impl Apb1smenr { - #[doc = "Timer2 clock enable during sleep mode bit"] - pub const fn tim2smen(&self) -> super::vals::Lptimsmen { + pub struct Crrcr(pub u32); + impl Crrcr { + #[doc = "48MHz HSI clock enable bit"] + pub const fn hsi48on(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::Lptimsmen(val as u8) + val != 0 } - #[doc = "Timer2 clock enable during sleep mode bit"] - pub fn set_tim2smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "48MHz HSI clock enable bit"] + pub fn set_hsi48on(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Timer3 clock enable during Sleep mode bit"] - pub const fn tim3smen(&self) -> super::vals::Lptimsmen { + #[doc = "48MHz HSI clock ready flag"] + pub const fn hsi48rdy(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "Timer3 clock enable during Sleep mode bit"] - pub fn set_tim3smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "Timer 6 clock enable during sleep mode bit"] - pub const fn tim6smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "Timer 6 clock enable during sleep mode bit"] - pub fn set_tim6smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "Timer 7 clock enable during Sleep mode bit"] - pub const fn tim7smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lptimsmen(val as u8) + val != 0 } - #[doc = "Timer 7 clock enable during Sleep mode bit"] - pub fn set_tim7smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "48MHz HSI clock ready flag"] + pub fn set_hsi48rdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Window watchdog clock enable during sleep mode bit"] - pub const fn wwdgsmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "48 MHz HSI clock divided by 6 output enable"] + pub const fn hsi48div6en(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "Window watchdog clock enable during sleep mode bit"] - pub fn set_wwdgsmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + #[doc = "48 MHz HSI clock divided by 6 output enable"] + pub fn set_hsi48div6en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "SPI2 clock enable during sleep mode bit"] - pub const fn spi2smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "48 MHz HSI clock calibration"] + pub const fn hsi48cal(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; + val as u8 } - #[doc = "SPI2 clock enable during sleep mode bit"] - pub fn set_spi2smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "48 MHz HSI clock calibration"] + pub fn set_hsi48cal(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); } - #[doc = "UART2 clock enable during sleep mode bit"] - pub const fn usart2smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Lptimsmen(val as u8) + } + impl Default for Crrcr { + fn default() -> Crrcr { + Crrcr(0) } - #[doc = "UART2 clock enable during sleep mode bit"] - pub fn set_usart2smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "GPIO clock enable in sleep mode register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Iopsmen(pub u32); + impl Iopsmen { + #[doc = "IOPASMEN"] + pub const fn iopasmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Iophsmen(val as u8) } - #[doc = "LPUART1 clock enable during sleep mode bit"] - pub const fn lpuart1smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "IOPASMEN"] + pub fn set_iopasmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "LPUART1 clock enable during sleep mode bit"] - pub fn set_lpuart1smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + #[doc = "IOPBSMEN"] + pub const fn iopbsmen(&self) -> super::vals::Iophsmen { +======= + #[doc = "RC48 ready Interrupt Flag"] + pub fn set_hsi48rdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "USART4 clock enable during Sleep mode bit"] - pub const fn usart4smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "PLL1 ready Interrupt Flag"] + pub fn pllrdyf(&self, n: usize) -> bool { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "USART4 clock enable during Sleep mode bit"] - pub fn set_usart4smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + #[doc = "PLL1 ready Interrupt Flag"] + pub fn set_pllrdyf(&mut self, n: usize, val: bool) { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "USART5 clock enable during Sleep mode bit"] - pub const fn usart5smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "LSE clock security system Interrupt Flag"] + pub const fn lsecssf(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 } - #[doc = "USART5 clock enable during Sleep mode bit"] - pub fn set_usart5smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + #[doc = "LSE clock security system Interrupt Flag"] + pub fn set_lsecssf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "I2C1 clock enable during sleep mode bit"] - pub const fn i2c1smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "HSE clock security system Interrupt Flag"] + pub const fn hsecssf(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 } - #[doc = "I2C1 clock enable during sleep mode bit"] - pub fn set_i2c1smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + #[doc = "HSE clock security system Interrupt Flag"] + pub fn set_hsecssf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "I2C2 clock enable during sleep mode bit"] - pub const fn i2c2smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Lptimsmen(val as u8) + } + impl Default for Cifr { + fn default() -> Cifr { + Cifr(0) } - #[doc = "I2C2 clock enable during sleep mode bit"] - pub fn set_i2c2smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "RCC Domain 2 Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D2cfgr(pub u32); + impl D2cfgr { + #[doc = "D2 domain APB1 prescaler"] + pub const fn d2ppre1(&self) -> super::vals::D2ppre1 { + let val = (self.0 >> 4usize) & 0x07; + super::vals::D2ppre1(val as u8) } - #[doc = "USB clock enable during sleep mode bit"] - pub const fn usbsmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "D2 domain APB1 prescaler"] + pub fn set_d2ppre1(&mut self, val: super::vals::D2ppre1) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); } - #[doc = "USB clock enable during sleep mode bit"] - pub fn set_usbsmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + #[doc = "D2 domain APB2 prescaler"] + pub const fn d2ppre2(&self) -> super::vals::D2ppre1 { + let val = (self.0 >> 8usize) & 0x07; + super::vals::D2ppre1(val as u8) } - #[doc = "Clock recovery system clock enable during sleep mode bit"] - pub const fn crssmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "D2 domain APB2 prescaler"] + pub fn set_d2ppre2(&mut self, val: super::vals::D2ppre1) { + self.0 = (self.0 & !(0x07 << 8usize)) | (((val.0 as u32) & 0x07) << 8usize); } - #[doc = "Clock recovery system clock enable during sleep mode bit"] - pub fn set_crssmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + impl Default for D2cfgr { + fn default() -> D2cfgr { + D2cfgr(0) } - #[doc = "Power interface clock enable during sleep mode bit"] - pub const fn pwrsmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Lptimsmen(val as u8) + } + #[doc = "RCC Domain 1 Kernel Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D1ccipr(pub u32); + impl D1ccipr { + #[doc = "FMC kernel clock source selection"] + pub const fn fmcsel(&self) -> super::vals::Fmcsel { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Fmcsel(val as u8) } - #[doc = "Power interface clock enable during sleep mode bit"] - pub fn set_pwrsmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + #[doc = "FMC kernel clock source selection"] + pub fn set_fmcsel(&mut self, val: super::vals::Fmcsel) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); } - #[doc = "DAC interface clock enable during sleep mode bit"] - pub const fn dacsmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "QUADSPI kernel clock source selection"] + pub const fn qspisel(&self) -> super::vals::Fmcsel { + let val = (self.0 >> 4usize) & 0x03; + super::vals::Fmcsel(val as u8) } - #[doc = "DAC interface clock enable during sleep mode bit"] - pub fn set_dacsmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + #[doc = "QUADSPI kernel clock source selection"] + pub fn set_qspisel(&mut self, val: super::vals::Fmcsel) { + self.0 = (self.0 & !(0x03 << 4usize)) | (((val.0 as u32) & 0x03) << 4usize); } - #[doc = "2C3 clock enable during Sleep mode bit"] - pub const fn i2c3smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "SDMMC kernel clock source selection"] + pub const fn sdmmcsel(&self) -> super::vals::Sdmmcsel { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Sdmmcsel(val as u8) } - #[doc = "2C3 clock enable during Sleep mode bit"] - pub fn set_i2c3smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + #[doc = "SDMMC kernel clock source selection"] + pub fn set_sdmmcsel(&mut self, val: super::vals::Sdmmcsel) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "Low power timer clock enable during sleep mode bit"] - pub const fn lptim1smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Lptimsmen(val as u8) + #[doc = "per_ck clock source selection"] + pub const fn ckpersel(&self) -> super::vals::Ckpersel { + let val = (self.0 >> 28usize) & 0x03; + super::vals::Ckpersel(val as u8) } - #[doc = "Low power timer clock enable during sleep mode bit"] - pub fn set_lptim1smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + #[doc = "per_ck clock source selection"] + pub fn set_ckpersel(&mut self, val: super::vals::Ckpersel) { + self.0 = (self.0 & !(0x03 << 28usize)) | (((val.0 as u32) & 0x03) << 28usize); } } - impl Default for Apb1smenr { - fn default() -> Apb1smenr { - Apb1smenr(0) + impl Default for D1ccipr { + fn default() -> D1ccipr { + D1ccipr(0) } } - #[doc = "GPIO clock enable register"] + #[doc = "RCC APB4 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Iopenr(pub u32); - impl Iopenr { - #[doc = "IO port A clock enable bit"] - pub const fn iopaen(&self) -> super::vals::Iophen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Iophen(val as u8) - } - #[doc = "IO port A clock enable bit"] - pub fn set_iopaen(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "IO port B clock enable bit"] - pub const fn iopben(&self) -> super::vals::Iophen { + pub struct C1Apb4lpenr(pub u32); + impl C1Apb4lpenr { + #[doc = "SYSCFG peripheral clock enable during CSleep mode"] + pub const fn syscfglpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { let val = (self.0 >> 1usize) & 0x01; - super::vals::Iophen(val as u8) + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "IO port B clock enable bit"] - pub fn set_iopben(&mut self, val: super::vals::Iophen) { + #[doc = "SYSCFG peripheral clock enable during CSleep mode"] + pub fn set_syscfglpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "IO port A clock enable bit"] - pub const fn iopcen(&self) -> super::vals::Iophen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Iophen(val as u8) - } - #[doc = "IO port A clock enable bit"] - pub fn set_iopcen(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "I/O port D clock enable bit"] - pub const fn iopden(&self) -> super::vals::Iophen { + #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lpuart1lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { let val = (self.0 >> 3usize) & 0x01; - super::vals::Iophen(val as u8) + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "I/O port D clock enable bit"] - pub fn set_iopden(&mut self, val: super::vals::Iophen) { + #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lpuart1lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "I/O port E clock enable bit"] - pub const fn iopeen(&self) -> super::vals::Iophen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Iophen(val as u8) + #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi6lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "I/O port E clock enable bit"] - pub fn set_iopeen(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi6lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "I/O port H clock enable bit"] - pub const fn iophen(&self) -> super::vals::Iophen { + #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { let val = (self.0 >> 7usize) & 0x01; - super::vals::Iophen(val as u8) + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "I/O port H clock enable bit"] - pub fn set_iophen(&mut self, val: super::vals::Iophen) { + #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - } - impl Default for Iopenr { - fn default() -> Iopenr { - Iopenr(0) - } - } - #[doc = "APB1 peripheral reset register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1rstr(pub u32); - impl Apb1rstr { - #[doc = "Timer2 reset"] - pub const fn tim2rst(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim2lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Timer2 reset"] - pub fn set_tim2rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim2lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Timer3 reset"] - pub const fn tim3rst(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim3lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Timer3 reset"] - pub fn set_tim3rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim3lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "Timer 6 reset"] - pub const fn tim6rst(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Timer 6 reset"] - pub fn set_tim6rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "Timer 7 reset"] - pub const fn tim7rst(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim5lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Timer 7 reset"] - pub fn set_tim7rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim5lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Window watchdog reset"] - pub const fn wwdrst(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 + #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] + pub const fn comp12lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Window watchdog reset"] - pub fn set_wwdrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] + pub fn set_comp12lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "SPI2 reset"] - pub const fn spi2rst(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 + #[doc = "VREF peripheral clock enable during CSleep mode"] + pub const fn vreflpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "SPI2 reset"] - pub fn set_spi2rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "VREF peripheral clock enable during CSleep mode"] + pub fn set_vreflpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "UART2 reset"] - pub const fn lpuart12rst(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 + #[doc = "RTC APB Clock Enable During CSleep Mode"] + pub const fn rtcapblpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "UART2 reset"] - pub fn set_lpuart12rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "RTC APB Clock Enable During CSleep Mode"] + pub fn set_rtcapblpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "LPUART1 reset"] - pub const fn lpuart1rst(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 + #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "LPUART1 reset"] - pub fn set_lpuart1rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "USART4 reset"] - pub const fn usart4rst(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 + } + impl Default for C1Apb4lpenr { + fn default() -> C1Apb4lpenr { + C1Apb4lpenr(0) } - #[doc = "USART4 reset"] - pub fn set_usart4rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "RCC AHB1 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Ahb1enr(pub u32); + impl C1Ahb1enr { + #[doc = "DMA1 Clock Enable"] + pub const fn dma1en(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "USART5 reset"] - pub const fn usart5rst(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 + #[doc = "DMA1 Clock Enable"] + pub fn set_dma1en(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "USART5 reset"] - pub fn set_usart5rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + #[doc = "DMA2 Clock Enable"] + pub const fn dma2en(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "I2C1 reset"] - pub const fn i2c1rst(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 + #[doc = "DMA2 Clock Enable"] + pub fn set_dma2en(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "I2C1 reset"] - pub fn set_i2c1rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub const fn adc12en(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "I2C2 reset"] - pub const fn i2c2rst(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub fn set_adc12en(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "I2C2 reset"] - pub fn set_i2c2rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub const fn eth1macen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "USB reset"] - pub const fn usbrst(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub fn set_eth1macen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "USB reset"] - pub fn set_usbrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "Ethernet Transmission Clock Enable"] + pub const fn eth1txen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "Clock recovery system reset"] - pub const fn crsrst(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 + #[doc = "Ethernet Transmission Clock Enable"] + pub fn set_eth1txen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "Clock recovery system reset"] - pub fn set_crsrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "Ethernet Reception Clock Enable"] + pub const fn eth1rxen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "Power interface reset"] - pub const fn pwrrst(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 + #[doc = "Ethernet Reception Clock Enable"] + pub fn set_eth1rxen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "Power interface reset"] - pub fn set_pwrrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub const fn usb1otgen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 25usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "DAC interface reset"] - pub const fn dacrst(&self) -> bool { - let val = (self.0 >> 29usize) & 0x01; - val != 0 + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub fn set_usb1otgen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); } - #[doc = "DAC interface reset"] - pub fn set_dacrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); + #[doc = "USB_PHY1 Clocks Enable"] + pub const fn usb1ulpien(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 26usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "I2C3 reset"] - pub const fn i2c3rst(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; - val != 0 + #[doc = "USB_PHY1 Clocks Enable"] + pub fn set_usb1ulpien(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); } - #[doc = "I2C3 reset"] - pub fn set_i2c3rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + #[doc = "USB2OTG Peripheral Clocks Enable"] + pub const fn usb2otgen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 27usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "Low power timer reset"] - pub const fn lptim1rst(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; - val != 0 + #[doc = "USB2OTG Peripheral Clocks Enable"] + pub fn set_usb2otgen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } - #[doc = "Low power timer reset"] - pub fn set_lptim1rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + #[doc = "USB_PHY2 Clocks Enable"] + pub const fn usb2ulpien(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "USB_PHY2 Clocks Enable"] + pub fn set_usb2ulpien(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } } - impl Default for Apb1rstr { - fn default() -> Apb1rstr { - Apb1rstr(0) + impl Default for C1Ahb1enr { + fn default() -> C1Ahb1enr { + C1Ahb1enr(0) } } - #[doc = "GPIO reset register"] + #[doc = "RCC APB1 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ioprstr(pub u32); - impl Ioprstr { - #[doc = "I/O port A reset"] - pub const fn ioparst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Iophrst(val as u8) - } - #[doc = "I/O port A reset"] - pub fn set_ioparst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "I/O port B reset"] - pub const fn iopbrst(&self) -> super::vals::Iophrst { + pub struct C1Apb1henr(pub u32); + impl C1Apb1henr { + #[doc = "Clock Recovery System peripheral clock enable"] + pub const fn crsen(&self) -> super::vals::C1Apb1henrCrsen { let val = (self.0 >> 1usize) & 0x01; - super::vals::Iophrst(val as u8) + super::vals::C1Apb1henrCrsen(val as u8) } - #[doc = "I/O port B reset"] - pub fn set_iopbrst(&mut self, val: super::vals::Iophrst) { + #[doc = "Clock Recovery System peripheral clock enable"] + pub fn set_crsen(&mut self, val: super::vals::C1Apb1henrCrsen) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "I/O port A reset"] - pub const fn iopcrst(&self) -> super::vals::Iophrst { + #[doc = "SWPMI Peripheral Clocks Enable"] + pub const fn swpen(&self) -> super::vals::C1Apb1henrCrsen { let val = (self.0 >> 2usize) & 0x01; - super::vals::Iophrst(val as u8) + super::vals::C1Apb1henrCrsen(val as u8) } - #[doc = "I/O port A reset"] - pub fn set_iopcrst(&mut self, val: super::vals::Iophrst) { + #[doc = "SWPMI Peripheral Clocks Enable"] + pub fn set_swpen(&mut self, val: super::vals::C1Apb1henrCrsen) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "I/O port D reset"] - pub const fn iopdrst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Iophrst(val as u8) + #[doc = "OPAMP peripheral clock enable"] + pub const fn opampen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) } - #[doc = "I/O port D reset"] - pub fn set_iopdrst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "OPAMP peripheral clock enable"] + pub fn set_opampen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "I/O port E reset"] - pub const fn ioperst(&self) -> super::vals::Iophrst { + #[doc = "MDIOS peripheral clock enable"] + pub const fn mdiosen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) + } + #[doc = "MDIOS peripheral clock enable"] + pub fn set_mdiosen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FDCAN Peripheral Clocks Enable"] + pub const fn fdcanen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) + } + #[doc = "FDCAN Peripheral Clocks Enable"] + pub fn set_fdcanen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + } + impl Default for C1Apb1henr { + fn default() -> C1Apb1henr { + C1Apb1henr(0) +======= + #[doc = "RCC APB1 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1hrstr(pub u32); + impl Apb1hrstr { + #[doc = "Clock Recovery System reset"] + pub const fn crsrst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Crsrst(val as u8) + } + #[doc = "Clock Recovery System reset"] + pub fn set_crsrst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "SWPMI block reset"] + pub const fn swprst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Crsrst(val as u8) + } + #[doc = "SWPMI block reset"] + pub fn set_swprst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "OPAMP block reset"] + pub const fn opamprst(&self) -> super::vals::Crsrst { let val = (self.0 >> 4usize) & 0x01; - super::vals::Iophrst(val as u8) + super::vals::Crsrst(val as u8) } - #[doc = "I/O port E reset"] - pub fn set_ioperst(&mut self, val: super::vals::Iophrst) { + #[doc = "OPAMP block reset"] + pub fn set_opamprst(&mut self, val: super::vals::Crsrst) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "I/O port H reset"] - pub const fn iophrst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Iophrst(val as u8) + #[doc = "MDIOS block reset"] + pub const fn mdiosrst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Crsrst(val as u8) } - #[doc = "I/O port H reset"] - pub fn set_iophrst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "MDIOS block reset"] + pub fn set_mdiosrst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FDCAN block reset"] + pub const fn fdcanrst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Crsrst(val as u8) + } + #[doc = "FDCAN block reset"] + pub fn set_fdcanrst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } } - impl Default for Ioprstr { - fn default() -> Ioprstr { - Ioprstr(0) + impl Default for Apb1hrstr { + fn default() -> Apb1hrstr { + Apb1hrstr(0) } } - #[doc = "Clock interrupt enable register"] + #[doc = "RCC AHB4 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cier(pub u32); - impl Cier { - #[doc = "LSI ready interrupt flag"] - pub const fn lsirdyie(&self) -> super::vals::Hsirdyie { + pub struct Ahb4lpenr(pub u32); + impl Ahb4lpenr { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioalpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 0usize) & 0x01; - super::vals::Hsirdyie(val as u8) + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "LSI ready interrupt flag"] - pub fn set_lsirdyie(&mut self, val: super::vals::Hsirdyie) { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioalpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "LSE ready interrupt flag"] - pub const fn lserdyie(&self) -> super::vals::Hsirdyie { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioblpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 1usize) & 0x01; - super::vals::Hsirdyie(val as u8) + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "LSE ready interrupt flag"] - pub fn set_lserdyie(&mut self, val: super::vals::Hsirdyie) { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioblpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "HSI16 ready interrupt flag"] - pub const fn hsi16rdyie(&self) -> super::vals::Hsirdyie { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioclpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 2usize) & 0x01; - super::vals::Hsirdyie(val as u8) + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "HSI16 ready interrupt flag"] - pub fn set_hsi16rdyie(&mut self, val: super::vals::Hsirdyie) { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioclpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "HSE ready interrupt flag"] - pub const fn hserdyie(&self) -> super::vals::Hsirdyie { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiodlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 3usize) & 0x01; - super::vals::Hsirdyie(val as u8) + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "HSE ready interrupt flag"] - pub fn set_hserdyie(&mut self, val: super::vals::Hsirdyie) { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiodlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "PLL ready interrupt flag"] - pub const fn pllrdyie(&self) -> super::vals::Hsirdyie { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioelpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 4usize) & 0x01; - super::vals::Hsirdyie(val as u8) + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "PLL ready interrupt flag"] - pub fn set_pllrdyie(&mut self, val: super::vals::Hsirdyie) { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioelpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "MSI ready interrupt flag"] - pub const fn msirdyie(&self) -> super::vals::Hsirdyie { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioflpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 5usize) & 0x01; - super::vals::Hsirdyie(val as u8) + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "MSI ready interrupt flag"] - pub fn set_msirdyie(&mut self, val: super::vals::Hsirdyie) { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioflpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "HSI48 ready interrupt flag"] - pub const fn hsi48rdyie(&self) -> super::vals::Hsirdyie { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioglpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 6usize) & 0x01; - super::vals::Hsirdyie(val as u8) + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "HSI48 ready interrupt flag"] - pub fn set_hsi48rdyie(&mut self, val: super::vals::Hsirdyie) { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioglpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "LSE CSS interrupt flag"] - pub const fn csslse(&self) -> super::vals::Csslse { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiohlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 7usize) & 0x01; - super::vals::Csslse(val as u8) + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "LSE CSS interrupt flag"] - pub fn set_csslse(&mut self, val: super::vals::Csslse) { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiohlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - } - impl Default for Cier { - fn default() -> Cier { - Cier(0) + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioilpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - } - #[doc = "Clock configuration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccipr(pub u32); - impl Ccipr { - #[doc = "USART1 clock source selection bits"] - pub const fn usart1sel(&self) -> super::vals::Lpuartsel { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Lpuartsel(val as u8) + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioilpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "USART1 clock source selection bits"] - pub fn set_usart1sel(&mut self, val: super::vals::Lpuartsel) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiojlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "USART2 clock source selection bits"] - pub const fn usart2sel(&self) -> super::vals::Lpuartsel { - let val = (self.0 >> 2usize) & 0x03; - super::vals::Lpuartsel(val as u8) + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiojlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "USART2 clock source selection bits"] - pub fn set_usart2sel(&mut self, val: super::vals::Lpuartsel) { - self.0 = (self.0 & !(0x03 << 2usize)) | (((val.0 as u32) & 0x03) << 2usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioklpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "LPUART1 clock source selection bits"] - pub const fn lpuart1sel(&self) -> super::vals::Lpuartsel { - let val = (self.0 >> 10usize) & 0x03; - super::vals::Lpuartsel(val as u8) + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioklpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "LPUART1 clock source selection bits"] - pub fn set_lpuart1sel(&mut self, val: super::vals::Lpuartsel) { - self.0 = (self.0 & !(0x03 << 10usize)) | (((val.0 as u32) & 0x03) << 10usize); + #[doc = "CRC peripheral clock enable during CSleep mode"] + pub const fn crclpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "I2C1 clock source selection bits"] - pub const fn i2c1sel(&self) -> super::vals::Icsel { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Icsel(val as u8) + #[doc = "CRC peripheral clock enable during CSleep mode"] + pub fn set_crclpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "I2C1 clock source selection bits"] - pub fn set_i2c1sel(&mut self, val: super::vals::Icsel) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + #[doc = "BDMA Clock Enable During CSleep Mode"] + pub const fn bdmalpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "I2C3 clock source selection bits"] - pub const fn i2c3sel(&self) -> super::vals::Icsel { - let val = (self.0 >> 16usize) & 0x03; - super::vals::Icsel(val as u8) + #[doc = "BDMA Clock Enable During CSleep Mode"] + pub fn set_bdmalpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "I2C3 clock source selection bits"] - pub fn set_i2c3sel(&mut self, val: super::vals::Icsel) { - self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc3lpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Low Power Timer clock source selection bits"] - pub const fn lptim1sel(&self) -> super::vals::Lptimsel { - let val = (self.0 >> 18usize) & 0x03; - super::vals::Lptimsel(val as u8) + #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc3lpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "Low Power Timer clock source selection bits"] - pub fn set_lptim1sel(&mut self, val: super::vals::Lptimsel) { - self.0 = (self.0 & !(0x03 << 18usize)) | (((val.0 as u32) & 0x03) << 18usize); + #[doc = "Backup RAM Clock Enable During CSleep Mode"] + pub const fn bkpramlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "48 MHz HSI48 clock source selection bit"] - pub const fn hsi48msel(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + #[doc = "Backup RAM Clock Enable During CSleep Mode"] + pub fn set_bkpramlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - #[doc = "48 MHz HSI48 clock source selection bit"] - pub fn set_hsi48msel(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "SRAM4 Clock Enable During CSleep Mode"] + pub const fn sram4lpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "SRAM4 Clock Enable During CSleep Mode"] + pub fn set_sram4lpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } } - impl Default for Ccipr { - fn default() -> Ccipr { - Ccipr(0) + impl Default for Ahb4lpenr { + fn default() -> Ahb4lpenr { + Ahb4lpenr(0) } } - #[doc = "AHB peripheral reset register"] + #[doc = "RCC PLL1 Fractional Divider Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahbrstr(pub u32); - impl Ahbrstr { - #[doc = "DMA reset"] - pub const fn dmarst(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + pub struct Pll1fracr(pub u32); + impl Pll1fracr { + #[doc = "Fractional part of the multiplication factor for PLL1 VCO"] + pub const fn fracn1(&self) -> u16 { + let val = (self.0 >> 3usize) & 0x1fff; + val as u16 } - #[doc = "DMA reset"] - pub fn set_dmarst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Fractional part of the multiplication factor for PLL1 VCO"] + pub fn set_fracn1(&mut self, val: u16) { + self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); } - #[doc = "Memory interface reset"] - pub const fn mifrst(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + } + impl Default for Pll1fracr { + fn default() -> Pll1fracr { + Pll1fracr(0) } - #[doc = "Memory interface reset"] - pub fn set_mifrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "RCC Reset Status Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Rsr(pub u32); + impl C1Rsr { + #[doc = "Remove reset flag"] + pub const fn rmvf(&self) -> super::vals::C1RsrRmvf { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1RsrRmvf(val as u8) } - #[doc = "Test integration module reset"] - pub const fn crcrst(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "Remove reset flag"] + pub fn set_rmvf(&mut self, val: super::vals::C1RsrRmvf) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "CPU reset flag"] + pub const fn cpurstf(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Test integration module reset"] - pub fn set_crcrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "CPU reset flag"] + pub fn set_cpurstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "Touch Sensing reset"] - pub const fn touchrst(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "D1 domain power switch reset flag"] + pub const fn d1rstf(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "Touch Sensing reset"] - pub fn set_touchrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "D1 domain power switch reset flag"] + pub fn set_d1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "Random Number Generator module reset"] - pub const fn rngrst(&self) -> bool { + #[doc = "D2 domain power switch reset flag"] + pub const fn d2rstf(&self) -> bool { let val = (self.0 >> 20usize) & 0x01; val != 0 } - #[doc = "Random Number Generator module reset"] - pub fn set_rngrst(&mut self, val: bool) { + #[doc = "D2 domain power switch reset flag"] + pub fn set_d2rstf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "Crypto module reset"] - pub const fn cryprst(&self) -> bool { + #[doc = "BOR reset flag"] + pub const fn borrstf(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 + } + #[doc = "BOR reset flag"] + pub fn set_borrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "Pin reset flag (NRST)"] + pub const fn pinrstf(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "Pin reset flag (NRST)"] + pub fn set_pinrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "POR/PDR reset flag"] + pub const fn porrstf(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "POR/PDR reset flag"] + pub fn set_porrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "System reset from CPU reset flag"] + pub const fn sftrstf(&self) -> bool { let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Crypto module reset"] - pub fn set_cryprst(&mut self, val: bool) { + #[doc = "System reset from CPU reset flag"] + pub fn set_sftrstf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - } - impl Default for Ahbrstr { - fn default() -> Ahbrstr { - Ahbrstr(0) -======= - #[doc = "LSI oscillator ready"] - pub fn set_lsirdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Independent Watchdog reset flag"] + pub const fn iwdg1rstf(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 } - } - impl Default for Csr { - fn default() -> Csr { - Csr(0) + #[doc = "Independent Watchdog reset flag"] + pub fn set_iwdg1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - } - #[doc = "RCC APB3 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb3enr(pub u32); - impl C1Apb3enr { - #[doc = "LTDC peripheral clock enable"] - pub const fn ltdcen(&self) -> super::vals::C1Apb3enrLtdcen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb3enrLtdcen(val as u8) + #[doc = "Window Watchdog reset flag"] + pub const fn wwdg1rstf(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 } - #[doc = "LTDC peripheral clock enable"] - pub fn set_ltdcen(&mut self, val: super::vals::C1Apb3enrLtdcen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Window Watchdog reset flag"] + pub fn set_wwdg1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } - #[doc = "WWDG1 Clock Enable"] - pub const fn wwdg1en(&self) -> super::vals::C1Apb3enrLtdcen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Apb3enrLtdcen(val as u8) + #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] + pub const fn lpwrrstf(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; + val != 0 } - #[doc = "WWDG1 Clock Enable"] - pub fn set_wwdg1en(&mut self, val: super::vals::C1Apb3enrLtdcen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] + pub fn set_lpwrrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); } } - impl Default for C1Apb3enr { - fn default() -> C1Apb3enr { - C1Apb3enr(0) + impl Default for C1Rsr { + fn default() -> C1Rsr { + C1Rsr(0) } } - #[doc = "RCC AHB4 Sleep Clock Register"] + #[doc = "RCC APB2 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb4lpenr(pub u32); - impl C1Ahb4lpenr { - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioalpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + pub struct C1Apb2enr(pub u32); + impl C1Apb2enr { + #[doc = "TIM1 peripheral clock enable"] + pub const fn tim1en(&self) -> super::vals::C1Apb2enrTim1en { let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioalpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + #[doc = "TIM1 peripheral clock enable"] + pub fn set_tim1en(&mut self, val: super::vals::C1Apb2enrTim1en) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioblpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + #[doc = "TIM8 peripheral clock enable"] + pub const fn tim8en(&self) -> super::vals::C1Apb2enrTim1en { let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioblpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + #[doc = "TIM8 peripheral clock enable"] + pub fn set_tim8en(&mut self, val: super::vals::C1Apb2enrTim1en) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioclpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioclpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiodlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiodlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioelpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + #[doc = "USART1 Peripheral Clocks Enable"] + pub const fn usart1en(&self) -> super::vals::C1Apb2enrTim1en { let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioelpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + #[doc = "USART1 Peripheral Clocks Enable"] + pub fn set_usart1en(&mut self, val: super::vals::C1Apb2enrTim1en) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioflpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + #[doc = "USART6 Peripheral Clocks Enable"] + pub const fn usart6en(&self) -> super::vals::C1Apb2enrTim1en { let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioflpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + #[doc = "USART6 Peripheral Clocks Enable"] + pub fn set_usart6en(&mut self, val: super::vals::C1Apb2enrTim1en) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioglpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) + #[doc = "SPI1 Peripheral Clocks Enable"] + pub const fn spi1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioglpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + #[doc = "SPI1 Peripheral Clocks Enable"] + pub fn set_spi1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiohlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) + #[doc = "SPI4 Peripheral Clocks Enable"] + pub const fn spi4en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 13usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiohlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "SPI4 Peripheral Clocks Enable"] + pub fn set_spi4en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioilpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) + #[doc = "TIM15 peripheral clock enable"] + pub const fn tim15en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioilpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "TIM15 peripheral clock enable"] + pub fn set_tim15en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiojlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) + #[doc = "TIM16 peripheral clock enable"] + pub const fn tim16en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiojlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "TIM16 peripheral clock enable"] + pub fn set_tim16en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioklpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) + #[doc = "TIM17 peripheral clock enable"] + pub const fn tim17en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioklpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "TIM17 peripheral clock enable"] + pub fn set_tim17en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "CRC peripheral clock enable during CSleep mode"] - pub const fn crclpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) + #[doc = "SPI5 Peripheral Clocks Enable"] + pub const fn spi5en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "CRC peripheral clock enable during CSleep mode"] - pub fn set_crclpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + #[doc = "SPI5 Peripheral Clocks Enable"] + pub fn set_spi5en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - #[doc = "BDMA Clock Enable During CSleep Mode"] - pub const fn bdmalpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) + #[doc = "SAI1 Peripheral Clocks Enable"] + pub const fn sai1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "BDMA Clock Enable During CSleep Mode"] - pub fn set_bdmalpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + #[doc = "SAI1 Peripheral Clocks Enable"] + pub fn set_sai1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn adc3lpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + #[doc = "SAI2 Peripheral Clocks Enable"] + pub const fn sai2en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SAI2 Peripheral Clocks Enable"] + pub fn set_sai2en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "SAI3 Peripheral Clocks Enable"] + pub const fn sai3en(&self) -> super::vals::C1Apb2enrTim1en { let val = (self.0 >> 24usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_adc3lpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + #[doc = "SAI3 Peripheral Clocks Enable"] + pub fn set_sai3en(&mut self, val: super::vals::C1Apb2enrTim1en) { self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "Backup RAM Clock Enable During CSleep Mode"] - pub const fn bkpramlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + #[doc = "DFSDM1 Peripheral Clocks Enable"] + pub const fn dfsdm1en(&self) -> super::vals::C1Apb2enrTim1en { let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "Backup RAM Clock Enable During CSleep Mode"] - pub fn set_bkpramlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + #[doc = "DFSDM1 Peripheral Clocks Enable"] + pub fn set_dfsdm1en(&mut self, val: super::vals::C1Apb2enrTim1en) { self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - #[doc = "SRAM4 Clock Enable During CSleep Mode"] - pub const fn sram4lpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + #[doc = "HRTIM peripheral clock enable"] + pub const fn hrtimen(&self) -> super::vals::C1Apb2enrTim1en { let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "SRAM4 Clock Enable During CSleep Mode"] - pub fn set_sram4lpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + #[doc = "HRTIM peripheral clock enable"] + pub fn set_hrtimen(&mut self, val: super::vals::C1Apb2enrTim1en) { self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } } - impl Default for C1Ahb4lpenr { - fn default() -> C1Ahb4lpenr { - C1Ahb4lpenr(0) + impl Default for C1Apb2enr { + fn default() -> C1Apb2enr { + C1Apb2enr(0) +>>>>>>> c084e70 (Update generated code) } } - #[doc = "RCC AHB2 Peripheral Reset Register"] + #[doc = "RCC AHB4 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb2rstr(pub u32); - impl Ahb2rstr { - #[doc = "CAMITF block reset"] - pub const fn camitfrst(&self) -> super::vals::Camitfrst { +<<<<<<< HEAD + pub struct C1Ahb2enr(pub u32); + impl C1Ahb2enr { + #[doc = "DCMI peripheral clock"] + pub const fn dcmien(&self) -> super::vals::C1Ahb2enrDcmien { let val = (self.0 >> 0usize) & 0x01; - super::vals::Camitfrst(val as u8) + super::vals::C1Ahb2enrDcmien(val as u8) } - #[doc = "CAMITF block reset"] - pub fn set_camitfrst(&mut self, val: super::vals::Camitfrst) { + #[doc = "DCMI peripheral clock"] + pub fn set_dcmien(&mut self, val: super::vals::C1Ahb2enrDcmien) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Cryptography block reset"] - pub const fn cryptrst(&self) -> super::vals::Camitfrst { + #[doc = "CRYPT peripheral clock enable"] + pub const fn crypten(&self) -> super::vals::C1Ahb2enrDcmien { let val = (self.0 >> 4usize) & 0x01; - super::vals::Camitfrst(val as u8) + super::vals::C1Ahb2enrDcmien(val as u8) } - #[doc = "Cryptography block reset"] - pub fn set_cryptrst(&mut self, val: super::vals::Camitfrst) { + #[doc = "CRYPT peripheral clock enable"] + pub fn set_crypten(&mut self, val: super::vals::C1Ahb2enrDcmien) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Hash block reset"] - pub const fn hashrst(&self) -> super::vals::Camitfrst { + #[doc = "HASH peripheral clock enable"] + pub const fn hashen(&self) -> super::vals::C1Ahb2enrDcmien { let val = (self.0 >> 5usize) & 0x01; - super::vals::Camitfrst(val as u8) + super::vals::C1Ahb2enrDcmien(val as u8) } - #[doc = "Hash block reset"] - pub fn set_hashrst(&mut self, val: super::vals::Camitfrst) { + #[doc = "HASH peripheral clock enable"] + pub fn set_hashen(&mut self, val: super::vals::C1Ahb2enrDcmien) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Random Number Generator block reset"] - pub const fn rngrst(&self) -> super::vals::Camitfrst { + #[doc = "RNG peripheral clocks enable"] + pub const fn rngen(&self) -> super::vals::C1Ahb2enrDcmien { let val = (self.0 >> 6usize) & 0x01; - super::vals::Camitfrst(val as u8) + super::vals::C1Ahb2enrDcmien(val as u8) } - #[doc = "Random Number Generator block reset"] - pub fn set_rngrst(&mut self, val: super::vals::Camitfrst) { + #[doc = "RNG peripheral clocks enable"] + pub fn set_rngen(&mut self, val: super::vals::C1Ahb2enrDcmien) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "SDMMC2 and SDMMC2 Delay block reset"] - pub const fn sdmmc2rst(&self) -> super::vals::Camitfrst { + #[doc = "SDMMC2 and SDMMC2 delay clock enable"] + pub const fn sdmmc2en(&self) -> super::vals::C1Ahb2enrDcmien { let val = (self.0 >> 9usize) & 0x01; - super::vals::Camitfrst(val as u8) + super::vals::C1Ahb2enrDcmien(val as u8) } - #[doc = "SDMMC2 and SDMMC2 Delay block reset"] - pub fn set_sdmmc2rst(&mut self, val: super::vals::Camitfrst) { + #[doc = "SDMMC2 and SDMMC2 delay clock enable"] + pub fn set_sdmmc2en(&mut self, val: super::vals::C1Ahb2enrDcmien) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - } - impl Default for Ahb2rstr { - fn default() -> Ahb2rstr { - Ahb2rstr(0) - } - } - #[doc = "RCC PLL3 Fractional Divider Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll3fracr(pub u32); - impl Pll3fracr { - #[doc = "Fractional part of the multiplication factor for PLL3 VCO"] - pub const fn fracn3(&self) -> u16 { - let val = (self.0 >> 3usize) & 0x1fff; - val as u16 + #[doc = "SRAM1 block enable"] + pub const fn sram1en(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) } - #[doc = "Fractional part of the multiplication factor for PLL3 VCO"] - pub fn set_fracn3(&mut self, val: u16) { - self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); - } - } - impl Default for Pll3fracr { - fn default() -> Pll3fracr { - Pll3fracr(0) + #[doc = "SRAM1 block enable"] + pub fn set_sram1en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } - } - #[doc = "RCC HSI configuration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Hsicfgr(pub u32); - impl Hsicfgr { - #[doc = "HSI clock calibration"] - pub const fn hsical(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + #[doc = "SRAM2 block enable"] + pub const fn sram2en(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) } - #[doc = "HSI clock calibration"] - pub fn set_hsical(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "SRAM2 block enable"] + pub fn set_sram2en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); } - #[doc = "HSI clock trimming"] - pub const fn hsitrim(&self) -> u8 { - let val = (self.0 >> 24usize) & 0x7f; - val as u8 + #[doc = "SRAM3 block enable"] + pub const fn sram3en(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) } - #[doc = "HSI clock trimming"] - pub fn set_hsitrim(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); + #[doc = "SRAM3 block enable"] + pub fn set_sram3en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for Hsicfgr { - fn default() -> Hsicfgr { - Hsicfgr(0) + impl Default for C1Ahb2enr { + fn default() -> C1Ahb2enr { + C1Ahb2enr(0) } } - #[doc = "RCC APB1 Clock Register"] + #[doc = "RCC APB3 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb1lenr(pub u32); - impl C1Apb1lenr { - #[doc = "TIM peripheral clock enable"] - pub const fn tim2en(&self) -> super::vals::C1Apb1lenrTim2en { + pub struct Apb3enr(pub u32); + impl Apb3enr { + #[doc = "LTDC peripheral clock enable"] + pub const fn ltdcen(&self) -> super::vals::Apb3enrLtdcen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb3enrLtdcen(val as u8) + } + #[doc = "LTDC peripheral clock enable"] + pub fn set_ltdcen(&mut self, val: super::vals::Apb3enrLtdcen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); +======= + pub struct Ahb4enr(pub u32); + impl Ahb4enr { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioaen(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioaen(&mut self, val: super::vals::Ahb4enrGpioaen) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "TIM peripheral clock enable"] - pub const fn tim3en(&self) -> super::vals::C1Apb1lenrTim2en { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioben(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioben(&mut self, val: super::vals::Ahb4enrGpioaen) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "TIM peripheral clock enable"] - pub const fn tim4en(&self) -> super::vals::C1Apb1lenrTim2en { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiocen(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim4en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiocen(&mut self, val: super::vals::Ahb4enrGpioaen) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "TIM peripheral clock enable"] - pub const fn tim5en(&self) -> super::vals::C1Apb1lenrTim2en { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioden(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim5en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioden(&mut self, val: super::vals::Ahb4enrGpioaen) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "TIM peripheral clock enable"] - pub const fn tim6en(&self) -> super::vals::C1Apb1lenrTim2en { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioeen(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim6en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioeen(&mut self, val: super::vals::Ahb4enrGpioaen) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "TIM peripheral clock enable"] - pub const fn tim7en(&self) -> super::vals::C1Apb1lenrTim2en { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiofen(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim7en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiofen(&mut self, val: super::vals::Ahb4enrGpioaen) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "TIM peripheral clock enable"] - pub const fn tim12en(&self) -> super::vals::C1Apb1lenrTim2en { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiogen(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim12en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiogen(&mut self, val: super::vals::Ahb4enrGpioaen) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "TIM peripheral clock enable"] - pub const fn tim13en(&self) -> super::vals::C1Apb1lenrTim2en { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiohen(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim13en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiohen(&mut self, val: super::vals::Ahb4enrGpioaen) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "TIM peripheral clock enable"] - pub const fn tim14en(&self) -> super::vals::C1Apb1lenrTim2en { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioien(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim14en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioien(&mut self, val: super::vals::Ahb4enrGpioaen) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "LPTIM1 Peripheral Clocks Enable"] - pub const fn lptim1en(&self) -> super::vals::C1Apb1lenrTim2en { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiojen(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "LPTIM1 Peripheral Clocks Enable"] - pub fn set_lptim1en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiojen(&mut self, val: super::vals::Ahb4enrGpioaen) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "SPI2 Peripheral Clocks Enable"] - pub const fn spi2en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioken(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "SPI2 Peripheral Clocks Enable"] - pub fn set_spi2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioken(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "SPI3 Peripheral Clocks Enable"] - pub const fn spi3en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + #[doc = "CRC peripheral clock enable"] + pub const fn crcen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "SPI3 Peripheral Clocks Enable"] - pub fn set_spi3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "CRC peripheral clock enable"] + pub fn set_crcen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "SPDIFRX Peripheral Clocks Enable"] - pub const fn spdifrxen(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + #[doc = "BDMA and DMAMUX2 Clock Enable"] + pub const fn bdmaen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "SPDIFRX Peripheral Clocks Enable"] - pub fn set_spdifrxen(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "BDMA and DMAMUX2 Clock Enable"] + pub fn set_bdmaen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "USART2 Peripheral Clocks Enable"] - pub const fn usart2en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + #[doc = "ADC3 Peripheral Clocks Enable"] + pub const fn adc3en(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "USART2 Peripheral Clocks Enable"] - pub fn set_usart2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + #[doc = "ADC3 Peripheral Clocks Enable"] + pub fn set_adc3en(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "USART3 Peripheral Clocks Enable"] - pub const fn usart3en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 18usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + #[doc = "HSEM peripheral clock enable"] + pub const fn hsemen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "USART3 Peripheral Clocks Enable"] - pub fn set_usart3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + #[doc = "HSEM peripheral clock enable"] + pub fn set_hsemen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); } - #[doc = "UART4 Peripheral Clocks Enable"] - pub const fn uart4en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 19usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + #[doc = "Backup RAM Clock Enable"] + pub const fn bkpramen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "UART4 Peripheral Clocks Enable"] - pub fn set_uart4en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + #[doc = "Backup RAM Clock Enable"] + pub fn set_bkpramen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - #[doc = "UART5 Peripheral Clocks Enable"] - pub const fn uart5en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 20usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + } + impl Default for Ahb4enr { + fn default() -> Ahb4enr { + Ahb4enr(0) } - #[doc = "UART5 Peripheral Clocks Enable"] - pub fn set_uart5en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "RCC Domain 1 Kernel Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D1ccipr(pub u32); + impl D1ccipr { + #[doc = "FMC kernel clock source selection"] + pub const fn fmcsel(&self) -> super::vals::Fmcsel { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Fmcsel(val as u8) } - #[doc = "I2C1 Peripheral Clocks Enable"] - pub const fn i2c1en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + #[doc = "FMC kernel clock source selection"] + pub fn set_fmcsel(&mut self, val: super::vals::Fmcsel) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); } - #[doc = "I2C1 Peripheral Clocks Enable"] - pub fn set_i2c1en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + #[doc = "QUADSPI kernel clock source selection"] + pub const fn qspisel(&self) -> super::vals::Fmcsel { + let val = (self.0 >> 4usize) & 0x03; + super::vals::Fmcsel(val as u8) } - #[doc = "I2C2 Peripheral Clocks Enable"] - pub const fn i2c2en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 22usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + #[doc = "QUADSPI kernel clock source selection"] + pub fn set_qspisel(&mut self, val: super::vals::Fmcsel) { + self.0 = (self.0 & !(0x03 << 4usize)) | (((val.0 as u32) & 0x03) << 4usize); } - #[doc = "I2C2 Peripheral Clocks Enable"] - pub fn set_i2c2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + #[doc = "SDMMC kernel clock source selection"] + pub const fn sdmmcsel(&self) -> super::vals::Sdmmcsel { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Sdmmcsel(val as u8) } - #[doc = "I2C3 Peripheral Clocks Enable"] - pub const fn i2c3en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 23usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + #[doc = "SDMMC kernel clock source selection"] + pub fn set_sdmmcsel(&mut self, val: super::vals::Sdmmcsel) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "I2C3 Peripheral Clocks Enable"] - pub fn set_i2c3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + #[doc = "per_ck clock source selection"] + pub const fn ckpersel(&self) -> super::vals::Ckpersel { + let val = (self.0 >> 28usize) & 0x03; + super::vals::Ckpersel(val as u8) } - #[doc = "HDMI-CEC peripheral clock enable"] - pub const fn cecen(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 27usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + #[doc = "per_ck clock source selection"] + pub fn set_ckpersel(&mut self, val: super::vals::Ckpersel) { + self.0 = (self.0 & !(0x03 << 28usize)) | (((val.0 as u32) & 0x03) << 28usize); } - #[doc = "HDMI-CEC peripheral clock enable"] - pub fn set_cecen(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + impl Default for D1ccipr { + fn default() -> D1ccipr { + D1ccipr(0) } - #[doc = "DAC1&2 peripheral clock enable"] - pub const fn dac12en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "RCC HSI configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Hsicfgr(pub u32); + impl Hsicfgr { + #[doc = "HSI clock calibration"] + pub const fn hsical(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "DAC1&2 peripheral clock enable"] - pub fn set_dac12en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + #[doc = "HSI clock calibration"] + pub fn set_hsical(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "UART7 Peripheral Clocks Enable"] - pub const fn uart7en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 30usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + #[doc = "HSI clock trimming"] + pub const fn hsitrim(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x7f; + val as u8 } - #[doc = "UART7 Peripheral Clocks Enable"] - pub fn set_uart7en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + #[doc = "HSI clock trimming"] + pub fn set_hsitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); +>>>>>>> c084e70 (Update generated code) } - #[doc = "UART8 Peripheral Clocks Enable"] - pub const fn uart8en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 31usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) + #[doc = "WWDG1 Clock Enable"] + pub const fn wwdg1en(&self) -> super::vals::Apb3enrLtdcen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Apb3enrLtdcen(val as u8) } - #[doc = "UART8 Peripheral Clocks Enable"] - pub fn set_uart8en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + #[doc = "WWDG1 Clock Enable"] + pub fn set_wwdg1en(&mut self, val: super::vals::Apb3enrLtdcen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } } - impl Default for C1Apb1lenr { - fn default() -> C1Apb1lenr { - C1Apb1lenr(0) +<<<<<<< HEAD + impl Default for Apb3enr { + fn default() -> Apb3enr { + Apb3enr(0) } } - #[doc = "RCC APB1 Clock Register"] + #[doc = "RCC APB4 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1lenr(pub u32); - impl Apb1lenr { - #[doc = "TIM peripheral clock enable"] - pub const fn tim2en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim2en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim3en(&self) -> super::vals::Apb1lenrTim2en { + pub struct C1Apb4enr(pub u32); + impl C1Apb4enr { + #[doc = "SYSCFG peripheral clock enable"] + pub const fn syscfgen(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim3en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "SYSCFG peripheral clock enable"] + pub fn set_syscfgen(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "TIM peripheral clock enable"] - pub const fn tim4en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim4en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim5en(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub const fn lpuart1en(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim5en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub fn set_lpuart1en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "TIM peripheral clock enable"] - pub const fn tim6en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim6en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim7en(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "SPI6 Peripheral Clocks Enable"] + pub const fn spi6en(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim7en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "SPI6 Peripheral Clocks Enable"] + pub fn set_spi6en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "TIM peripheral clock enable"] - pub const fn tim12en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim12en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim13en(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "I2C4 Peripheral Clocks Enable"] + pub const fn i2c4en(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 7usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim13en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "I2C4 Peripheral Clocks Enable"] + pub fn set_i2c4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "TIM peripheral clock enable"] - pub const fn tim14en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim14en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "LPTIM1 Peripheral Clocks Enable"] - pub const fn lptim1en(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub const fn lptim2en(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 9usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "LPTIM1 Peripheral Clocks Enable"] - pub fn set_lptim1en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub fn set_lptim2en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "SPI2 Peripheral Clocks Enable"] - pub const fn spi2en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub const fn lptim3en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "SPI2 Peripheral Clocks Enable"] - pub fn set_spi2en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub fn set_lptim3en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "SPI3 Peripheral Clocks Enable"] - pub const fn spi3en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub const fn lptim4en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "SPI3 Peripheral Clocks Enable"] - pub fn set_spi3en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub fn set_lptim4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "SPDIFRX Peripheral Clocks Enable"] - pub const fn spdifrxen(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub const fn lptim5en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub fn set_lptim5en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "COMP1/2 peripheral clock enable"] + pub const fn comp12en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "COMP1/2 peripheral clock enable"] + pub fn set_comp12en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "VREF peripheral clock enable"] + pub const fn vrefen(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "VREF peripheral clock enable"] + pub fn set_vrefen(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "RTC APB Clock Enable"] + pub const fn rtcapben(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 16usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "SPDIFRX Peripheral Clocks Enable"] - pub fn set_spdifrxen(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "RTC APB Clock Enable"] + pub fn set_rtcapben(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "USART2 Peripheral Clocks Enable"] - pub const fn usart2en(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "SAI4 Peripheral Clocks Enable"] + pub const fn sai4en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) + } + #[doc = "SAI4 Peripheral Clocks Enable"] + pub fn set_sai4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + } + impl Default for C1Apb4enr { + fn default() -> C1Apb4enr { + C1Apb4enr(0) + } + } + #[doc = "RCC Clock Control and Status Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Csr(pub u32); + impl Csr { + #[doc = "LSI oscillator enable"] + pub const fn lsion(&self) -> super::vals::Lsion { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lsion(val as u8) + } + #[doc = "LSI oscillator enable"] + pub fn set_lsion(&mut self, val: super::vals::Lsion) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LSI oscillator ready"] + pub const fn lsirdy(&self) -> bool { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 1usize) & 0x01; + super::vals::Iophsmen(val as u8) + } +<<<<<<< HEAD + #[doc = "IOPBSMEN"] + pub fn set_iopbsmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "IOPCSMEN"] + pub const fn iopcsmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Iophsmen(val as u8) + } + #[doc = "IOPCSMEN"] + pub fn set_iopcsmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "IOPDSMEN"] + pub const fn iopdsmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Iophsmen(val as u8) + } + #[doc = "IOPDSMEN"] + pub fn set_iopdsmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Port E clock enable during Sleep mode bit"] + pub const fn iopesmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Iophsmen(val as u8) + } + #[doc = "Port E clock enable during Sleep mode bit"] + pub fn set_iopesmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "IOPHSMEN"] + pub const fn iophsmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Iophsmen(val as u8) + } + #[doc = "IOPHSMEN"] + pub fn set_iophsmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + } + impl Default for Iopsmen { + fn default() -> Iopsmen { + Iopsmen(0) + } + } + #[doc = "APB1 peripheral clock enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1enr(pub u32); + impl Apb1enr { + #[doc = "Timer2 clock enable bit"] + pub const fn tim2en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "Timer2 clock enable bit"] + pub fn set_tim2en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Timer3 clock enable bit"] + pub const fn tim3en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "Timer3 clock enable bit"] + pub fn set_tim3en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "Timer 6 clock enable bit"] + pub const fn tim6en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "Timer 6 clock enable bit"] + pub fn set_tim6en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Timer 7 clock enable bit"] + pub const fn tim7en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "Timer 7 clock enable bit"] + pub fn set_tim7en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Window watchdog clock enable bit"] + pub const fn wwdgen(&self) -> super::vals::Lptimen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "Window watchdog clock enable bit"] + pub fn set_wwdgen(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "SPI2 clock enable bit"] + pub const fn spi2en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "SPI2 clock enable bit"] + pub fn set_spi2en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "UART2 clock enable bit"] + pub const fn usart2en(&self) -> super::vals::Lptimen { let val = (self.0 >> 17usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::Lptimen(val as u8) } - #[doc = "USART2 Peripheral Clocks Enable"] - pub fn set_usart2en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "UART2 clock enable bit"] + pub fn set_usart2en(&mut self, val: super::vals::Lptimen) { self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "USART3 Peripheral Clocks Enable"] - pub const fn usart3en(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "LPUART1 clock enable bit"] + pub const fn lpuart1en(&self) -> super::vals::Lptimen { let val = (self.0 >> 18usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::Lptimen(val as u8) } - #[doc = "USART3 Peripheral Clocks Enable"] - pub fn set_usart3en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "LPUART1 clock enable bit"] + pub fn set_lpuart1en(&mut self, val: super::vals::Lptimen) { self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "UART4 Peripheral Clocks Enable"] - pub const fn uart4en(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "USART4 clock enable bit"] + pub const fn usart4en(&self) -> super::vals::Lptimen { let val = (self.0 >> 19usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::Lptimen(val as u8) } - #[doc = "UART4 Peripheral Clocks Enable"] - pub fn set_uart4en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "USART4 clock enable bit"] + pub fn set_usart4en(&mut self, val: super::vals::Lptimen) { self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "UART5 Peripheral Clocks Enable"] - pub const fn uart5en(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "USART5 clock enable bit"] + pub const fn usart5en(&self) -> super::vals::Lptimen { let val = (self.0 >> 20usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::Lptimen(val as u8) } - #[doc = "UART5 Peripheral Clocks Enable"] - pub fn set_uart5en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "USART5 clock enable bit"] + pub fn set_usart5en(&mut self, val: super::vals::Lptimen) { self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - #[doc = "I2C1 Peripheral Clocks Enable"] - pub const fn i2c1en(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "I2C1 clock enable bit"] + pub const fn i2c1en(&self) -> super::vals::Lptimen { let val = (self.0 >> 21usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::Lptimen(val as u8) } - #[doc = "I2C1 Peripheral Clocks Enable"] - pub fn set_i2c1en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "I2C1 clock enable bit"] + pub fn set_i2c1en(&mut self, val: super::vals::Lptimen) { self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "I2C2 Peripheral Clocks Enable"] - pub const fn i2c2en(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "I2C2 clock enable bit"] + pub const fn i2c2en(&self) -> super::vals::Lptimen { let val = (self.0 >> 22usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::Lptimen(val as u8) } - #[doc = "I2C2 Peripheral Clocks Enable"] - pub fn set_i2c2en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "I2C2 clock enable bit"] + pub fn set_i2c2en(&mut self, val: super::vals::Lptimen) { self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - #[doc = "I2C3 Peripheral Clocks Enable"] - pub const fn i2c3en(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "USB clock enable bit"] + pub const fn usben(&self) -> super::vals::Lptimen { let val = (self.0 >> 23usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::Lptimen(val as u8) } - #[doc = "I2C3 Peripheral Clocks Enable"] - pub fn set_i2c3en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "USB clock enable bit"] + pub fn set_usben(&mut self, val: super::vals::Lptimen) { self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); } - #[doc = "HDMI-CEC peripheral clock enable"] - pub const fn cecen(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "Clock recovery system clock enable bit"] + pub const fn crsen(&self) -> super::vals::Lptimen { let val = (self.0 >> 27usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::Lptimen(val as u8) } - #[doc = "HDMI-CEC peripheral clock enable"] - pub fn set_cecen(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "Clock recovery system clock enable bit"] + pub fn set_crsen(&mut self, val: super::vals::Lptimen) { self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } - #[doc = "DAC1&2 peripheral clock enable"] - pub const fn dac12en(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "Power interface clock enable bit"] + pub const fn pwren(&self) -> super::vals::Lptimen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "Power interface clock enable bit"] + pub fn set_pwren(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "DAC interface clock enable bit"] + pub const fn dacen(&self) -> super::vals::Lptimen { let val = (self.0 >> 29usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::Lptimen(val as u8) } - #[doc = "DAC1&2 peripheral clock enable"] - pub fn set_dac12en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "DAC interface clock enable bit"] + pub fn set_dacen(&mut self, val: super::vals::Lptimen) { self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } - #[doc = "UART7 Peripheral Clocks Enable"] - pub const fn uart7en(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "I2C3 clock enable bit"] + pub const fn i2c3en(&self) -> super::vals::Lptimen { let val = (self.0 >> 30usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::Lptimen(val as u8) } - #[doc = "UART7 Peripheral Clocks Enable"] - pub fn set_uart7en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "I2C3 clock enable bit"] + pub fn set_i2c3en(&mut self, val: super::vals::Lptimen) { self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); } - #[doc = "UART8 Peripheral Clocks Enable"] - pub const fn uart8en(&self) -> super::vals::Apb1lenrTim2en { + #[doc = "Low power timer clock enable bit"] + pub const fn lptim1en(&self) -> super::vals::Lptimen { let val = (self.0 >> 31usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) + super::vals::Lptimen(val as u8) } - #[doc = "UART8 Peripheral Clocks Enable"] - pub fn set_uart8en(&mut self, val: super::vals::Apb1lenrTim2en) { + #[doc = "Low power timer clock enable bit"] + pub fn set_lptim1en(&mut self, val: super::vals::Lptimen) { self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for Apb1lenr { - fn default() -> Apb1lenr { - Apb1lenr(0) + impl Default for Apb1enr { + fn default() -> Apb1enr { + Apb1enr(0) +======= + impl Default for Hsicfgr { + fn default() -> Hsicfgr { + Hsicfgr(0) } } - #[doc = "RCC APB4 Clock Register"] + #[doc = "RCC AHB3 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb4enr(pub u32); - impl Apb4enr { - #[doc = "SYSCFG peripheral clock enable"] - pub const fn syscfgen(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) + pub struct C1Ahb3enr(pub u32); + impl C1Ahb3enr { + #[doc = "MDMA Peripheral Clock Enable"] + pub const fn mdmaen(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) } - #[doc = "SYSCFG peripheral clock enable"] - pub fn set_syscfgen(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "MDMA Peripheral Clock Enable"] + pub fn set_mdmaen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "LPUART1 Peripheral Clocks Enable"] - pub const fn lpuart1en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) + #[doc = "DMA2D Peripheral Clock Enable"] + pub const fn dma2den(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) } - #[doc = "LPUART1 Peripheral Clocks Enable"] - pub fn set_lpuart1en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "DMA2D Peripheral Clock Enable"] + pub fn set_dma2den(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "SPI6 Peripheral Clocks Enable"] - pub const fn spi6en(&self) -> super::vals::Apb4enrSyscfgen { + #[doc = "JPGDEC Peripheral Clock Enable"] + pub const fn jpgdecen(&self) -> super::vals::C1Ahb3enrMdmaen { let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) + super::vals::C1Ahb3enrMdmaen(val as u8) } - #[doc = "SPI6 Peripheral Clocks Enable"] - pub fn set_spi6en(&mut self, val: super::vals::Apb4enrSyscfgen) { + #[doc = "JPGDEC Peripheral Clock Enable"] + pub fn set_jpgdecen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "I2C4 Peripheral Clocks Enable"] - pub const fn i2c4en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "I2C4 Peripheral Clocks Enable"] - pub fn set_i2c4en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "LPTIM2 Peripheral Clocks Enable"] - pub const fn lptim2en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM2 Peripheral Clocks Enable"] - pub fn set_lptim2en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "LPTIM3 Peripheral Clocks Enable"] - pub const fn lptim3en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM3 Peripheral Clocks Enable"] - pub fn set_lptim3en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "LPTIM4 Peripheral Clocks Enable"] - pub const fn lptim4en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM4 Peripheral Clocks Enable"] - pub fn set_lptim4en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "LPTIM5 Peripheral Clocks Enable"] - pub const fn lptim5en(&self) -> super::vals::Apb4enrSyscfgen { + #[doc = "FMC Peripheral Clocks Enable"] + pub const fn fmcen(&self) -> super::vals::C1Ahb3enrMdmaen { let val = (self.0 >> 12usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) + super::vals::C1Ahb3enrMdmaen(val as u8) } - #[doc = "LPTIM5 Peripheral Clocks Enable"] - pub fn set_lptim5en(&mut self, val: super::vals::Apb4enrSyscfgen) { + #[doc = "FMC Peripheral Clocks Enable"] + pub fn set_fmcen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "COMP1/2 peripheral clock enable"] - pub const fn comp12en(&self) -> super::vals::Apb4enrSyscfgen { + #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] + pub const fn qspien(&self) -> super::vals::C1Ahb3enrMdmaen { let val = (self.0 >> 14usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) + super::vals::C1Ahb3enrMdmaen(val as u8) } - #[doc = "COMP1/2 peripheral clock enable"] - pub fn set_comp12en(&mut self, val: super::vals::Apb4enrSyscfgen) { + #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] + pub fn set_qspien(&mut self, val: super::vals::C1Ahb3enrMdmaen) { self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "VREF peripheral clock enable"] - pub const fn vrefen(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "VREF peripheral clock enable"] - pub fn set_vrefen(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "RTC APB Clock Enable"] - pub const fn rtcapben(&self) -> super::vals::Apb4enrSyscfgen { + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] + pub const fn sdmmc1en(&self) -> super::vals::C1Ahb3enrMdmaen { let val = (self.0 >> 16usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) + super::vals::C1Ahb3enrMdmaen(val as u8) } - #[doc = "RTC APB Clock Enable"] - pub fn set_rtcapben(&mut self, val: super::vals::Apb4enrSyscfgen) { + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] + pub fn set_sdmmc1en(&mut self, val: super::vals::C1Ahb3enrMdmaen) { self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "SAI4 Peripheral Clocks Enable"] - pub const fn sai4en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "SAI4 Peripheral Clocks Enable"] - pub fn set_sai4en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } } - impl Default for Apb4enr { - fn default() -> Apb4enr { - Apb4enr(0) + impl Default for C1Ahb3enr { + fn default() -> C1Ahb3enr { + C1Ahb3enr(0) } } - #[doc = "RCC AHB1 Sleep Clock Register"] + #[doc = "RCC AHB1 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb1lpenr(pub u32); - impl Ahb1lpenr { - #[doc = "DMA1 Clock Enable During CSleep Mode"] - pub const fn dma1lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + pub struct C1Ahb1enr(pub u32); + impl C1Ahb1enr { + #[doc = "DMA1 Clock Enable"] + pub const fn dma1en(&self) -> super::vals::C1Ahb1enrDma1en { let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "DMA1 Clock Enable During CSleep Mode"] - pub fn set_dma1lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + #[doc = "DMA1 Clock Enable"] + pub fn set_dma1en(&mut self, val: super::vals::C1Ahb1enrDma1en) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "DMA2 Clock Enable During CSleep Mode"] - pub const fn dma2lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + #[doc = "DMA2 Clock Enable"] + pub const fn dma2en(&self) -> super::vals::C1Ahb1enrDma1en { let val = (self.0 >> 1usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "DMA2 Clock Enable During CSleep Mode"] - pub fn set_dma2lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + #[doc = "DMA2 Clock Enable"] + pub fn set_dma2en(&mut self, val: super::vals::C1Ahb1enrDma1en) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn adc12lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub const fn adc12en(&self) -> super::vals::C1Ahb1enrDma1en { let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_adc12lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub fn set_adc12en(&mut self, val: super::vals::C1Ahb1enrDma1en) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] - pub const fn eth1maclpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub const fn eth1macen(&self) -> super::vals::C1Ahb1enrDma1en { let val = (self.0 >> 15usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] - pub fn set_eth1maclpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub fn set_eth1macen(&mut self, val: super::vals::C1Ahb1enrDma1en) { self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] - pub const fn eth1txlpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + #[doc = "Ethernet Transmission Clock Enable"] + pub const fn eth1txen(&self) -> super::vals::C1Ahb1enrDma1en { let val = (self.0 >> 16usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] - pub fn set_eth1txlpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + #[doc = "Ethernet Transmission Clock Enable"] + pub fn set_eth1txen(&mut self, val: super::vals::C1Ahb1enrDma1en) { self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] - pub const fn eth1rxlpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + #[doc = "Ethernet Reception Clock Enable"] + pub const fn eth1rxen(&self) -> super::vals::C1Ahb1enrDma1en { let val = (self.0 >> 17usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] - pub fn set_eth1rxlpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + #[doc = "Ethernet Reception Clock Enable"] + pub fn set_eth1rxen(&mut self, val: super::vals::C1Ahb1enrDma1en) { self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "USB1OTG peripheral clock enable during CSleep mode"] - pub const fn usb1otglpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub const fn usb1otgen(&self) -> super::vals::C1Ahb1enrDma1en { let val = (self.0 >> 25usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB1OTG peripheral clock enable during CSleep mode"] - pub fn set_usb1otglpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "USB_PHY1 clock enable during CSleep mode"] - pub const fn usb1otghsulpilpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 26usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB_PHY1 clock enable during CSleep mode"] - pub fn set_usb1otghsulpilpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); - } - #[doc = "USB2OTG peripheral clock enable during CSleep mode"] - pub const fn usb2otglpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB2OTG peripheral clock enable during CSleep mode"] - pub fn set_usb2otglpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "USB_PHY2 clocks enable during CSleep mode"] - pub const fn usb2otghsulpilpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB_PHY2 clocks enable during CSleep mode"] - pub fn set_usb2otghsulpilpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - } - impl Default for Ahb1lpenr { - fn default() -> Ahb1lpenr { - Ahb1lpenr(0) - } - } - #[doc = "RCC AHB1 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb1enr(pub u32); - impl Ahb1enr { - #[doc = "DMA1 Clock Enable"] - pub const fn dma1en(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "DMA1 Clock Enable"] - pub fn set_dma1en(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2 Clock Enable"] - pub const fn dma2en(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "DMA2 Clock Enable"] - pub fn set_dma2en(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "ADC1/2 Peripheral Clocks Enable"] - pub const fn adc12en(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "ADC1/2 Peripheral Clocks Enable"] - pub fn set_adc12en(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Ethernet MAC bus interface Clock Enable"] - pub const fn eth1macen(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet MAC bus interface Clock Enable"] - pub fn set_eth1macen(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Ethernet Transmission Clock Enable"] - pub const fn eth1txen(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet Transmission Clock Enable"] - pub fn set_eth1txen(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "Ethernet Reception Clock Enable"] - pub const fn eth1rxen(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet Reception Clock Enable"] - pub fn set_eth1rxen(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "Enable USB_PHY2 clocks"] - pub const fn usb2otghsulpien(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "Enable USB_PHY2 clocks"] - pub fn set_usb2otghsulpien(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "USB1OTG Peripheral Clocks Enable"] - pub const fn usb1otgen(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) + super::vals::C1Ahb1enrDma1en(val as u8) } #[doc = "USB1OTG Peripheral Clocks Enable"] - pub fn set_usb1otgen(&mut self, val: super::vals::Ahb1enrDma1en) { + pub fn set_usb1otgen(&mut self, val: super::vals::C1Ahb1enrDma1en) { self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); } #[doc = "USB_PHY1 Clocks Enable"] - pub const fn usb1ulpien(&self) -> super::vals::Ahb1enrDma1en { + pub const fn usb1ulpien(&self) -> super::vals::C1Ahb1enrDma1en { let val = (self.0 >> 26usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) + super::vals::C1Ahb1enrDma1en(val as u8) } #[doc = "USB_PHY1 Clocks Enable"] - pub fn set_usb1ulpien(&mut self, val: super::vals::Ahb1enrDma1en) { + pub fn set_usb1ulpien(&mut self, val: super::vals::C1Ahb1enrDma1en) { self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); } #[doc = "USB2OTG Peripheral Clocks Enable"] - pub const fn usb2otgen(&self) -> super::vals::Ahb1enrDma1en { + pub const fn usb2otgen(&self) -> super::vals::C1Ahb1enrDma1en { let val = (self.0 >> 27usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) + super::vals::C1Ahb1enrDma1en(val as u8) } #[doc = "USB2OTG Peripheral Clocks Enable"] - pub fn set_usb2otgen(&mut self, val: super::vals::Ahb1enrDma1en) { + pub fn set_usb2otgen(&mut self, val: super::vals::C1Ahb1enrDma1en) { self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } #[doc = "USB_PHY2 Clocks Enable"] - pub const fn usb2ulpien(&self) -> super::vals::Ahb1enrDma1en { + pub const fn usb2ulpien(&self) -> super::vals::C1Ahb1enrDma1en { let val = (self.0 >> 28usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) + super::vals::C1Ahb1enrDma1en(val as u8) } #[doc = "USB_PHY2 Clocks Enable"] - pub fn set_usb2ulpien(&mut self, val: super::vals::Ahb1enrDma1en) { + pub fn set_usb2ulpien(&mut self, val: super::vals::C1Ahb1enrDma1en) { self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } } - impl Default for Ahb1enr { - fn default() -> Ahb1enr { - Ahb1enr(0) ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + impl Default for C1Ahb1enr { + fn default() -> C1Ahb1enr { + C1Ahb1enr(0) } } - #[doc = "RCC AHB3 Clock Register"] - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Msirange(pub u8); - impl Msirange { - #[doc = "range 0 around 65.536 kHz"] - pub const RANGE0: Self = Self(0); - #[doc = "range 1 around 131.072 kHz"] - pub const RANGE1: Self = Self(0x01); - #[doc = "range 2 around 262.144 kHz"] - pub const RANGE2: Self = Self(0x02); - #[doc = "range 3 around 524.288 kHz"] - pub const RANGE3: Self = Self(0x03); - #[doc = "range 4 around 1.048 MHz"] - pub const RANGE4: Self = Self(0x04); - #[doc = "range 5 around 2.097 MHz (reset value)"] - pub const RANGE5: Self = Self(0x05); - #[doc = "range 6 around 4.194 MHz"] - pub const RANGE6: Self = Self(0x06); - #[doc = "not allowed"] - pub const RANGE7: Self = Self(0x07); - } + #[doc = "RCC AHB2 Sleep Clock Register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hserdyr(pub u8); - impl Hserdyr { - #[doc = "Oscillator is not stable"] - pub const NOTREADY: Self = Self(0); - #[doc = "Oscillator is stable"] - pub const READY: Self = Self(0x01); -======= #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb3enr(pub u32); - impl C1Ahb3enr { - #[doc = "MDMA Peripheral Clock Enable"] - pub const fn mdmaen(&self) -> super::vals::C1Ahb3enrMdmaen { + pub struct C1Ahb2lpenr(pub u32); + impl C1Ahb2lpenr { + #[doc = "DCMI peripheral clock enable during csleep mode"] + pub const fn dcmilpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) + super::vals::C1Ahb2lpenrDcmilpen(val as u8) } - #[doc = "MDMA Peripheral Clock Enable"] - pub fn set_mdmaen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + #[doc = "DCMI peripheral clock enable during csleep mode"] + pub fn set_dcmilpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "DMA2D Peripheral Clock Enable"] - pub const fn dma2den(&self) -> super::vals::C1Ahb3enrMdmaen { + #[doc = "CRYPT peripheral clock enable during CSleep mode"] + pub const fn cryptlpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) + super::vals::C1Ahb2lpenrDcmilpen(val as u8) } - #[doc = "DMA2D Peripheral Clock Enable"] - pub fn set_dma2den(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + #[doc = "CRYPT peripheral clock enable during CSleep mode"] + pub fn set_cryptlpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "JPGDEC Peripheral Clock Enable"] - pub const fn jpgdecen(&self) -> super::vals::C1Ahb3enrMdmaen { + #[doc = "HASH peripheral clock enable during CSleep mode"] + pub const fn hashlpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) + super::vals::C1Ahb2lpenrDcmilpen(val as u8) } - #[doc = "JPGDEC Peripheral Clock Enable"] - pub fn set_jpgdecen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + #[doc = "HASH peripheral clock enable during CSleep mode"] + pub fn set_hashlpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "FMC Peripheral Clocks Enable"] - pub const fn fmcen(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) + #[doc = "RNG peripheral clock enable during CSleep mode"] + pub const fn rnglpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) } - #[doc = "FMC Peripheral Clocks Enable"] - pub fn set_fmcen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "RNG peripheral clock enable during CSleep mode"] + pub fn set_rnglpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] - pub const fn qspien(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) + #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] + pub const fn sdmmc2lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] - pub fn set_qspien(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] + pub fn set_sdmmc2lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] - pub const fn sdmmc1en(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) + #[doc = "SRAM1 Clock Enable During CSleep Mode"] + pub const fn sram1lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] - pub fn set_sdmmc1en(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "SRAM1 Clock Enable During CSleep Mode"] + pub fn set_sram1lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "SRAM2 Clock Enable During CSleep Mode"] + pub const fn sram2lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM2 Clock Enable During CSleep Mode"] + pub fn set_sram2lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "SRAM3 Clock Enable During CSleep Mode"] + pub const fn sram3lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM3 Clock Enable During CSleep Mode"] + pub fn set_sram3lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for C1Ahb3enr { - fn default() -> C1Ahb3enr { - C1Ahb3enr(0) + impl Default for C1Ahb2lpenr { + fn default() -> C1Ahb2lpenr { + C1Ahb2lpenr(0) } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) } #[doc = "RCC Backup Domain Control Register"] #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcsmen(pub u8); - impl Crcsmen { - #[doc = "Test integration module clock disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "Test integration module clock enabled in Sleep mode (if enabled by CRCEN)"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cryprstw(pub u8); - impl Cryprstw { - #[doc = "Reset the module"] - pub const RESET: Self = Self(0x01); -======= #[derive(Copy, Clone, Eq, PartialEq)] pub struct Bdcr(pub u32); impl Bdcr { @@ -18870,9104 +19912,23286 @@ pub mod rcc_l0 { fn default() -> Bdcr { Bdcr(0) } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - } - #[doc = "RCC AHB2 Sleep Clock Register"] - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dbgrstw(pub u8); - impl Dbgrstw { - #[doc = "Reset the module"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsirdyie(pub u8); - impl Hsirdyie { - #[doc = "Ready interrupt disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Ready interrupt enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsidivfr(pub u8); - impl Hsidivfr { - #[doc = "16 MHz HSI clock not divided"] - pub const NOTDIVIDED: Self = Self(0); - #[doc = "16 MHz HSI clock divided by 4"] - pub const DIV4: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Stopwuck(pub u8); - impl Stopwuck { - #[doc = "Internal 64 KHz to 4 MHz (MSI) oscillator selected as wake-up from Stop clock"] - pub const MSI: Self = Self(0); - #[doc = "Internal 16 MHz (HSI) oscillator selected as wake-up from Stop clock (or HSI16/4 if HSI16DIVEN=1)"] - pub const HSI16: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsi48rdyfr(pub u8); - impl Hsi48rdyfr { - #[doc = "No clock ready interrupt"] - pub const NOTINTERRUPTED: Self = Self(0); - #[doc = "Clock ready interrupt"] - pub const INTERRUPTED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcpre(pub u8); - impl Rtcpre { - #[doc = "HSE divided by 2"] - pub const DIV2: Self = Self(0); - #[doc = "HSE divided by 4"] - pub const DIV4: Self = Self(0x01); - #[doc = "HSE divided by 8"] - pub const DIV8: Self = Self(0x02); - #[doc = "HSE divided by 16"] - pub const DIV16: Self = Self(0x03); -======= - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb2lpenr(pub u32); - impl Ahb2lpenr { - #[doc = "DCMI peripheral clock enable during csleep mode"] - pub const fn dcmilpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "DCMI peripheral clock enable during csleep mode"] - pub fn set_dcmilpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "CRYPT peripheral clock enable during CSleep mode"] - pub const fn cryptlpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "CRYPT peripheral clock enable during CSleep mode"] - pub fn set_cryptlpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "HASH peripheral clock enable during CSleep mode"] - pub const fn hashlpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "HASH peripheral clock enable during CSleep mode"] - pub fn set_hashlpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "RNG peripheral clock enable during CSleep mode"] - pub const fn rnglpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "RNG peripheral clock enable during CSleep mode"] - pub fn set_rnglpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] - pub const fn sdmmc2lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] - pub fn set_sdmmc2lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SRAM1 Clock Enable During CSleep Mode"] - pub const fn sram1lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SRAM1 Clock Enable During CSleep Mode"] - pub fn set_sram1lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "SRAM2 Clock Enable During CSleep Mode"] - pub const fn sram2lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SRAM2 Clock Enable During CSleep Mode"] - pub fn set_sram2lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "SRAM3 Clock Enable During CSleep Mode"] - pub const fn sram3lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SRAM3 Clock Enable During CSleep Mode"] - pub fn set_sram3lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for Ahb2lpenr { - fn default() -> Ahb2lpenr { - Ahb2lpenr(0) - } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) } - #[doc = "RCC PLL3 Dividers Configuration Register"] + #[doc = "RCC PLL1 Dividers Configuration Register"] #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csshsecw(pub u8); - impl Csshsecw { - #[doc = "Clear interrupt flag"] - pub const CLEAR: Self = Self(0x01); -======= #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll3divr(pub u32); - impl Pll3divr { + pub struct Pll1divr(pub u32); + impl Pll1divr { #[doc = "Multiplication factor for PLL1 VCO"] - pub const fn divn3(&self) -> u16 { + pub const fn divn1(&self) -> u16 { let val = (self.0 >> 0usize) & 0x01ff; val as u16 } #[doc = "Multiplication factor for PLL1 VCO"] - pub fn set_divn3(&mut self, val: u16) { + pub fn set_divn1(&mut self, val: u16) { self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); } - #[doc = "PLL DIVP division factor"] - pub const fn divp3(&self) -> u8 { + #[doc = "PLL1 DIVP division factor"] + pub const fn divp1(&self) -> super::vals::Divp1 { let val = (self.0 >> 9usize) & 0x7f; - val as u8 + super::vals::Divp1(val as u8) } - #[doc = "PLL DIVP division factor"] - pub fn set_divp3(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 9usize)) | (((val as u32) & 0x7f) << 9usize); + #[doc = "PLL1 DIVP division factor"] + pub fn set_divp1(&mut self, val: super::vals::Divp1) { + self.0 = (self.0 & !(0x7f << 9usize)) | (((val.0 as u32) & 0x7f) << 9usize); } - #[doc = "PLL DIVQ division factor"] - pub const fn divq3(&self) -> u8 { + #[doc = "PLL1 DIVQ division factor"] + pub const fn divq1(&self) -> u8 { let val = (self.0 >> 16usize) & 0x7f; val as u8 } - #[doc = "PLL DIVQ division factor"] - pub fn set_divq3(&mut self, val: u8) { + #[doc = "PLL1 DIVQ division factor"] + pub fn set_divq1(&mut self, val: u8) { self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); } - #[doc = "PLL DIVR division factor"] - pub const fn divr3(&self) -> u8 { + #[doc = "PLL1 DIVR division factor"] + pub const fn divr1(&self) -> u8 { let val = (self.0 >> 24usize) & 0x7f; val as u8 } - #[doc = "PLL DIVR division factor"] - pub fn set_divr3(&mut self, val: u8) { + #[doc = "PLL1 DIVR division factor"] + pub fn set_divr1(&mut self, val: u8) { self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); } } - impl Default for Pll3divr { - fn default() -> Pll3divr { - Pll3divr(0) + impl Default for Pll1divr { + fn default() -> Pll1divr { + Pll1divr(0) +>>>>>>> c084e70 (Update generated code) } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) } - #[doc = "RCC APB3 Sleep Clock Register"] + #[doc = "AHB peripheral clock enable register"] #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csslsef(pub u8); - impl Csslsef { - #[doc = "No failure detected on LSE clock failure"] - pub const NOFAILURE: Self = Self(0); - #[doc = "Failure detected on LSE clock failure"] - pub const FAILURE: Self = Self(0x01); -======= #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb3lpenr(pub u32); - impl Apb3lpenr { - #[doc = "LTDC peripheral clock enable during CSleep mode"] - pub const fn ltdclpen(&self) -> super::vals::Apb3lpenrLtdclpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb3lpenrLtdclpen(val as u8) + pub struct Ahbenr(pub u32); + impl Ahbenr { + #[doc = "DMA clock enable bit"] + pub const fn dmaen(&self) -> super::vals::Crypen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Crypen(val as u8) } - #[doc = "LTDC peripheral clock enable during CSleep mode"] - pub fn set_ltdclpen(&mut self, val: super::vals::Apb3lpenrLtdclpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "DMA clock enable bit"] + pub fn set_dmaen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "WWDG1 Clock Enable During CSleep Mode"] - pub const fn wwdg1lpen(&self) -> super::vals::Apb3lpenrLtdclpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Apb3lpenrLtdclpen(val as u8) + #[doc = "NVM interface clock enable bit"] + pub const fn mifen(&self) -> super::vals::Crypen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Crypen(val as u8) } - #[doc = "WWDG1 Clock Enable During CSleep Mode"] - pub fn set_wwdg1lpen(&mut self, val: super::vals::Apb3lpenrLtdclpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + #[doc = "NVM interface clock enable bit"] + pub fn set_mifen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - } - impl Default for Apb3lpenr { - fn default() -> Apb3lpenr { - Apb3lpenr(0) + #[doc = "CRC clock enable bit"] + pub const fn crcen(&self) -> super::vals::Crypen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "CRC clock enable bit"] + pub fn set_crcen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Touch Sensing clock enable bit"] + pub const fn touchen(&self) -> super::vals::Crypen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "Touch Sensing clock enable bit"] + pub fn set_touchen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "Random Number Generator clock enable bit"] + pub const fn rngen(&self) -> super::vals::Crypen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "Random Number Generator clock enable bit"] + pub fn set_rngen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "Crypto clock enable bit"] + pub const fn crypen(&self) -> super::vals::Crypen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "Crypto clock enable bit"] + pub fn set_crypen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) } - #[doc = "RCC AHB3 Sleep Clock Register"] - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csslsed(pub u8); - impl Csslsed { - #[doc = "No failure detected on LSE (32 kHz oscillator)"] - pub const NOFAILURE: Self = Self(0); - #[doc = "Failure detected on LSE (32 kHz oscillator)"] - pub const FAILURE: Self = Self(0x01); + impl Default for Ahbenr { + fn default() -> Ahbenr { + Ahbenr(0) + } } + #[doc = "AHB peripheral clock enable in sleep mode register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptimen(pub u8); - impl Lptimen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); -======= #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb3lpenr(pub u32); - impl Ahb3lpenr { - #[doc = "MDMA Clock Enable During CSleep Mode"] - pub const fn mdmalpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + pub struct Ahbsmenr(pub u32); + impl Ahbsmenr { + #[doc = "DMA clock enable during sleep mode bit"] + pub const fn dmasmen(&self) -> super::vals::Dmasmen { let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) + super::vals::Dmasmen(val as u8) } - #[doc = "MDMA Clock Enable During CSleep Mode"] - pub fn set_mdmalpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + #[doc = "DMA clock enable during sleep mode bit"] + pub fn set_dmasmen(&mut self, val: super::vals::Dmasmen) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "DMA2D Clock Enable During CSleep Mode"] - pub const fn dma2dlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "DMA2D Clock Enable During CSleep Mode"] - pub fn set_dma2dlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "JPGDEC Clock Enable During CSleep Mode"] - pub const fn jpgdeclpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "JPGDEC Clock Enable During CSleep Mode"] - pub fn set_jpgdeclpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FLITF Clock Enable During CSleep Mode"] - pub const fn flashlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + #[doc = "NVM interface clock enable during sleep mode bit"] + pub const fn mifsmen(&self) -> super::vals::Mifsmen { let val = (self.0 >> 8usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) + super::vals::Mifsmen(val as u8) } - #[doc = "FLITF Clock Enable During CSleep Mode"] - pub fn set_flashlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + #[doc = "NVM interface clock enable during sleep mode bit"] + pub fn set_mifsmen(&mut self, val: super::vals::Mifsmen) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] - pub const fn fmclpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) + #[doc = "SRAM interface clock enable during sleep mode bit"] + pub const fn sramsmen(&self) -> super::vals::Sramsmen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Sramsmen(val as u8) } - #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] - pub fn set_fmclpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "SRAM interface clock enable during sleep mode bit"] + pub fn set_sramsmen(&mut self, val: super::vals::Sramsmen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] - pub const fn qspilpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) + #[doc = "CRC clock enable during sleep mode bit"] + pub const fn crcsmen(&self) -> super::vals::Crcsmen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Crcsmen(val as u8) } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] - pub fn set_qspilpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "CRC clock enable during sleep mode bit"] + pub fn set_crcsmen(&mut self, val: super::vals::Crcsmen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] - pub const fn sdmmc1lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + #[doc = "Touch Sensing clock enable during sleep mode bit"] + pub const fn touchsmen(&self) -> bool { let val = (self.0 >> 16usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] - pub fn set_sdmmc1lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] - pub const fn d1dtcm1lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] - pub fn set_d1dtcm1lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] - pub const fn dtcm2lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) + val != 0 } - #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] - pub fn set_dtcm2lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + #[doc = "Touch Sensing clock enable during sleep mode bit"] + pub fn set_touchsmen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "D1ITCM Block Clock Enable During CSleep mode"] - pub const fn itcmlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) + #[doc = "Random Number Generator clock enable during sleep mode bit"] + pub const fn rngsmen(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 } - #[doc = "D1ITCM Block Clock Enable During CSleep mode"] - pub fn set_itcmlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + #[doc = "Random Number Generator clock enable during sleep mode bit"] + pub fn set_rngsmen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "AXISRAM Block Clock Enable During CSleep mode"] - pub const fn axisramlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) + #[doc = "Crypto clock enable during sleep mode bit"] + pub const fn crypsmen(&self) -> super::vals::Crypsmen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Crypsmen(val as u8) } - #[doc = "AXISRAM Block Clock Enable During CSleep mode"] - pub fn set_axisramlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + #[doc = "Crypto clock enable during sleep mode bit"] + pub fn set_crypsmen(&mut self, val: super::vals::Crypsmen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } } - impl Default for Ahb3lpenr { - fn default() -> Ahb3lpenr { - Ahb3lpenr(0) + impl Default for Ahbsmenr { + fn default() -> Ahbsmenr { + Ahbsmenr(0) } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) } - #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] - #[repr(transparent)] <<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcsel(pub u8); - impl Rtcsel { - #[doc = "No clock"] - pub const NOCLOCK: Self = Self(0); - #[doc = "LSE oscillator clock used as RTC clock"] - pub const LSE: Self = Self(0x01); - #[doc = "LSI oscillator clock used as RTC clock"] - pub const LSI: Self = Self(0x02); - #[doc = "HSE oscillator clock divided by a programmable prescaler (selection through the RTCPRE[1:0] -bits in the RCC clock control register (RCC_CR)) used as the RTC clock"] - pub const HSE: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptimsel(pub u8); - impl Lptimsel { - #[doc = "APB clock selected as Timer clock"] - pub const APB: Self = Self(0); - #[doc = "LSI clock selected as Timer clock"] - pub const LSI: Self = Self(0x01); - #[doc = "HSI16 clock selected as Timer clock"] - pub const HSI16: Self = Self(0x02); - #[doc = "LSE clock selected as Timer clock"] - pub const LSE: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csslseon(pub u8); - impl Csslseon { - #[doc = "Oscillator OFF"] - pub const OFF: Self = Self(0); - #[doc = "Oscillator ON"] - pub const ON: Self = Self(0x01); - } + #[doc = "Clock interrupt flag register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dmasmen(pub u8); - impl Dmasmen { - #[doc = "DMA clock disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "DMA clock enabled in Sleep mode"] - pub const ENABLED: Self = Self(0x01); -======= #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D2ccip2r(pub u32); - impl D2ccip2r { - #[doc = "USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection"] - pub const fn usart234578sel(&self) -> super::vals::Usart234578sel { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Usart234578sel(val as u8) + pub struct Cifr(pub u32); + impl Cifr { + #[doc = "LSI ready interrupt flag"] + pub const fn lsirdyf(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection"] - pub fn set_usart234578sel(&mut self, val: super::vals::Usart234578sel) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + #[doc = "LSI ready interrupt flag"] + pub fn set_lsirdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "USART1 and 6 kernel clock source selection"] - pub const fn usart16sel(&self) -> super::vals::Usart16sel { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Usart16sel(val as u8) + #[doc = "LSE ready interrupt flag"] + pub const fn lserdyf(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "USART1 and 6 kernel clock source selection"] - pub fn set_usart16sel(&mut self, val: super::vals::Usart16sel) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + #[doc = "LSE ready interrupt flag"] + pub fn set_lserdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "RNG kernel clock source selection"] - pub const fn rngsel(&self) -> super::vals::Rngsel { - let val = (self.0 >> 8usize) & 0x03; - super::vals::Rngsel(val as u8) + #[doc = "HSI16 ready interrupt flag"] + pub const fn hsi16rdyf(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "RNG kernel clock source selection"] - pub fn set_rngsel(&mut self, val: super::vals::Rngsel) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + #[doc = "HSI16 ready interrupt flag"] + pub fn set_hsi16rdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "I2C1,2,3 kernel clock source selection"] - pub const fn i2c123sel(&self) -> super::vals::I2c123sel { - let val = (self.0 >> 12usize) & 0x03; - super::vals::I2c123sel(val as u8) + #[doc = "HSE ready interrupt flag"] + pub const fn hserdyf(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - #[doc = "I2C1,2,3 kernel clock source selection"] - pub fn set_i2c123sel(&mut self, val: super::vals::I2c123sel) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + #[doc = "HSE ready interrupt flag"] + pub fn set_hserdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "USBOTG 1 and 2 kernel clock source selection"] - pub const fn usbsel(&self) -> super::vals::Usbsel { - let val = (self.0 >> 20usize) & 0x03; - super::vals::Usbsel(val as u8) + #[doc = "PLL ready interrupt flag"] + pub const fn pllrdyf(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - #[doc = "USBOTG 1 and 2 kernel clock source selection"] - pub fn set_usbsel(&mut self, val: super::vals::Usbsel) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); + #[doc = "PLL ready interrupt flag"] + pub fn set_pllrdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "HDMI-CEC kernel clock source selection"] - pub const fn cecsel(&self) -> super::vals::Cecsel { - let val = (self.0 >> 22usize) & 0x03; - super::vals::Cecsel(val as u8) + #[doc = "MSI ready interrupt flag"] + pub const fn msirdyf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "HDMI-CEC kernel clock source selection"] - pub fn set_cecsel(&mut self, val: super::vals::Cecsel) { - self.0 = (self.0 & !(0x03 << 22usize)) | (((val.0 as u32) & 0x03) << 22usize); + #[doc = "MSI ready interrupt flag"] + pub fn set_msirdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "LPTIM1 kernel clock source selection"] - pub const fn lptim1sel(&self) -> super::vals::Lptim1sel { - let val = (self.0 >> 28usize) & 0x07; - super::vals::Lptim1sel(val as u8) + #[doc = "HSI48 ready interrupt flag"] + pub const fn hsi48rdyf(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "LPTIM1 kernel clock source selection"] - pub fn set_lptim1sel(&mut self, val: super::vals::Lptim1sel) { - self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); + #[doc = "HSI48 ready interrupt flag"] + pub fn set_hsi48rdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - } - impl Default for D2ccip2r { - fn default() -> D2ccip2r { - D2ccip2r(0) + #[doc = "LSE Clock Security System Interrupt flag"] + pub const fn csslsef(&self) -> super::vals::Csslsef { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Csslsef(val as u8) + } + #[doc = "LSE Clock Security System Interrupt flag"] + pub fn set_csslsef(&mut self, val: super::vals::Csslsef) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Clock Security System Interrupt flag"] + pub const fn csshsef(&self) -> super::vals::Csshsef { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Csshsef(val as u8) + } + #[doc = "Clock Security System Interrupt flag"] + pub fn set_csshsef(&mut self, val: super::vals::Csshsef) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) } - #[doc = "RCC APB2 Clock Register"] - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lpwrrstfr(pub u8); - impl Lpwrrstfr { - #[doc = "No reset has occured"] - pub const NORESET: Self = Self(0); - #[doc = "A reset has occured"] - pub const RESET: Self = Self(0x01); + impl Default for Cifr { + fn default() -> Cifr { + Cifr(0) + } } + #[doc = "APB2 peripheral clock enable in sleep mode register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mcosel(pub u8); - impl Mcosel { - #[doc = "No clock"] - pub const NOCLOCK: Self = Self(0); - #[doc = "SYSCLK clock selected"] - pub const SYSCLK: Self = Self(0x01); - #[doc = "HSI oscillator clock selected"] - pub const HSI16: Self = Self(0x02); - #[doc = "MSI oscillator clock selected"] - pub const MSI: Self = Self(0x03); - #[doc = "HSE oscillator clock selected"] - pub const HSE: Self = Self(0x04); - #[doc = "PLL clock selected"] - pub const PLL: Self = Self(0x05); - #[doc = "LSI oscillator clock selected"] - pub const LSI: Self = Self(0x06); - #[doc = "LSE oscillator clock selected"] - pub const LSE: Self = Self(0x07); -======= #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb2enr(pub u32); - impl C1Apb2enr { - #[doc = "TIM1 peripheral clock enable"] - pub const fn tim1en(&self) -> super::vals::C1Apb2enrTim1en { + pub struct Apb2smenr(pub u32); + impl Apb2smenr { + #[doc = "System configuration controller clock enable during sleep mode bit"] + pub const fn syscfgsmen(&self) -> super::vals::Dbgsmen { let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) + super::vals::Dbgsmen(val as u8) } - #[doc = "TIM1 peripheral clock enable"] - pub fn set_tim1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + #[doc = "System configuration controller clock enable during sleep mode bit"] + pub fn set_syscfgsmen(&mut self, val: super::vals::Dbgsmen) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "TIM8 peripheral clock enable"] - pub const fn tim8en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "TIM8 peripheral clock enable"] - pub fn set_tim8en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "USART1 Peripheral Clocks Enable"] - pub const fn usart1en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) + #[doc = "TIM21 timer clock enable during sleep mode bit"] + pub const fn tim21smen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Dbgsmen(val as u8) } - #[doc = "USART1 Peripheral Clocks Enable"] - pub fn set_usart1en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "TIM21 timer clock enable during sleep mode bit"] + pub fn set_tim21smen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "USART6 Peripheral Clocks Enable"] - pub const fn usart6en(&self) -> super::vals::C1Apb2enrTim1en { + #[doc = "TIM22 timer clock enable during sleep mode bit"] + pub const fn tim22smen(&self) -> super::vals::Dbgsmen { let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) + super::vals::Dbgsmen(val as u8) } - #[doc = "USART6 Peripheral Clocks Enable"] - pub fn set_usart6en(&mut self, val: super::vals::C1Apb2enrTim1en) { + #[doc = "TIM22 timer clock enable during sleep mode bit"] + pub fn set_tim22smen(&mut self, val: super::vals::Dbgsmen) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "SPI1 Peripheral Clocks Enable"] - pub const fn spi1en(&self) -> super::vals::C1Apb2enrTim1en { + #[doc = "ADC clock enable during sleep mode bit"] + pub const fn adcsmen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Dbgsmen(val as u8) + } + #[doc = "ADC clock enable during sleep mode bit"] + pub fn set_adcsmen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI1 clock enable during sleep mode bit"] + pub const fn spi1smen(&self) -> super::vals::Dbgsmen { let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) + super::vals::Dbgsmen(val as u8) } - #[doc = "SPI1 Peripheral Clocks Enable"] - pub fn set_spi1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + #[doc = "SPI1 clock enable during sleep mode bit"] + pub fn set_spi1smen(&mut self, val: super::vals::Dbgsmen) { self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "SPI4 Peripheral Clocks Enable"] - pub const fn spi4en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 13usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) + #[doc = "USART1 clock enable during sleep mode bit"] + pub const fn usart1smen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Dbgsmen(val as u8) } - #[doc = "SPI4 Peripheral Clocks Enable"] - pub fn set_spi4en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + #[doc = "USART1 clock enable during sleep mode bit"] + pub fn set_usart1smen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "TIM15 peripheral clock enable"] - pub const fn tim15en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) + #[doc = "DBG clock enable during sleep mode bit"] + pub const fn dbgsmen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Dbgsmen(val as u8) } - #[doc = "TIM15 peripheral clock enable"] - pub fn set_tim15en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "DBG clock enable during sleep mode bit"] + pub fn set_dbgsmen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - #[doc = "TIM16 peripheral clock enable"] - pub const fn tim16en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) + } + impl Default for Apb2smenr { + fn default() -> Apb2smenr { + Apb2smenr(0) } - #[doc = "TIM16 peripheral clock enable"] - pub fn set_tim16en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "APB2 peripheral reset register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb2rstr(pub u32); + impl Apb2rstr { + #[doc = "System configuration controller reset"] + pub const fn syscfgrst(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "TIM17 peripheral clock enable"] - pub const fn tim17en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 18usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) + #[doc = "System configuration controller reset"] + pub fn set_syscfgrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "TIM17 peripheral clock enable"] - pub fn set_tim17en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + #[doc = "TIM21 timer reset"] + pub const fn tim21rst(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "SPI5 Peripheral Clocks Enable"] - pub const fn spi5en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 20usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) + #[doc = "TIM21 timer reset"] + pub fn set_tim21rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "SPI5 Peripheral Clocks Enable"] - pub fn set_spi5en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + #[doc = "TIM22 timer reset"] + pub const fn tim22rst(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "SAI1 Peripheral Clocks Enable"] - pub const fn sai1en(&self) -> super::vals::C1Apb2enrTim1en { + #[doc = "TIM22 timer reset"] + pub fn set_tim22rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "ADC interface reset"] + pub const fn adcrst(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "ADC interface reset"] + pub fn set_adcrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "SPI 1 reset"] + pub const fn spi1rst(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "SPI 1 reset"] + pub fn set_spi1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "USART1 reset"] + pub const fn usart1rst(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "USART1 reset"] + pub fn set_usart1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "DBG reset"] + pub const fn dbgrst(&self) -> bool { let val = (self.0 >> 22usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) + val != 0 } - #[doc = "SAI1 Peripheral Clocks Enable"] - pub fn set_sai1en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + #[doc = "DBG reset"] + pub fn set_dbgrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "SAI2 Peripheral Clocks Enable"] - pub const fn sai2en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 23usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) + } + impl Default for Apb2rstr { + fn default() -> Apb2rstr { + Apb2rstr(0) } - #[doc = "SAI2 Peripheral Clocks Enable"] - pub fn set_sai2en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "Clock interrupt clear register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cicr(pub u32); + impl Cicr { + #[doc = "LSI ready Interrupt clear"] + pub const fn lsirdyc(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "SAI3 Peripheral Clocks Enable"] - pub const fn sai3en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 24usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) + #[doc = "LSI ready Interrupt clear"] + pub fn set_lsirdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "SAI3 Peripheral Clocks Enable"] - pub fn set_sai3en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + #[doc = "LSE ready Interrupt clear"] + pub const fn lserdyc(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "DFSDM1 Peripheral Clocks Enable"] - pub const fn dfsdm1en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) + #[doc = "LSE ready Interrupt clear"] + pub fn set_lserdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "DFSDM1 Peripheral Clocks Enable"] - pub fn set_dfsdm1en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + #[doc = "HSI16 ready Interrupt clear"] + pub const fn hsi16rdyc(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "HRTIM peripheral clock enable"] - pub const fn hrtimen(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) + #[doc = "HSI16 ready Interrupt clear"] + pub fn set_hsi16rdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "HRTIM peripheral clock enable"] - pub fn set_hrtimen(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + #[doc = "HSE ready Interrupt clear"] + pub const fn hserdyc(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "HSE ready Interrupt clear"] + pub fn set_hserdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "PLL ready Interrupt clear"] + pub const fn pllrdyc(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "PLL ready Interrupt clear"] + pub fn set_pllrdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "MSI ready Interrupt clear"] + pub const fn msirdyc(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "MSI ready Interrupt clear"] + pub fn set_msirdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "HSI48 ready Interrupt clear"] + pub const fn hsi48rdyc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "HSI48 ready Interrupt clear"] + pub fn set_hsi48rdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "LSE Clock Security System Interrupt clear"] + pub const fn csslsec(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "LSE Clock Security System Interrupt clear"] + pub fn set_csslsec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Clock Security System Interrupt clear"] + pub const fn csshsec(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Clock Security System Interrupt clear"] + pub fn set_csshsec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } } - impl Default for C1Apb2enr { - fn default() -> C1Apb2enr { - C1Apb2enr(0) + impl Default for Cicr { + fn default() -> Cicr { + Cicr(0) } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) } - #[doc = "RCC AHB1 Sleep Clock Register"] + #[doc = "APB2 peripheral clock enable register"] #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rmvfw(pub u8); - impl Rmvfw { - #[doc = "Clears the reset flag"] - pub const CLEAR: Self = Self(0x01); -======= #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb1lpenr(pub u32); - impl C1Ahb1lpenr { - #[doc = "DMA1 Clock Enable During CSleep Mode"] - pub const fn dma1lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + pub struct Apb2enr(pub u32); + impl Apb2enr { + #[doc = "System configuration controller clock enable bit"] + pub const fn syscfgen(&self) -> super::vals::Dbgen { let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) + super::vals::Dbgen(val as u8) } - #[doc = "DMA1 Clock Enable During CSleep Mode"] - pub fn set_dma1lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + #[doc = "System configuration controller clock enable bit"] + pub fn set_syscfgen(&mut self, val: super::vals::Dbgen) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "DMA2 Clock Enable During CSleep Mode"] - pub const fn dma2lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + #[doc = "TIM21 timer clock enable bit"] + pub const fn tim21en(&self) -> super::vals::Dbgen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "TIM21 timer clock enable bit"] + pub fn set_tim21en(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM22 timer clock enable bit"] + pub const fn tim22en(&self) -> super::vals::Dbgen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "TIM22 timer clock enable bit"] + pub fn set_tim22en(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "MiFaRe Firewall clock enable bit"] + pub const fn mifien(&self) -> super::vals::Dbgen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "MiFaRe Firewall clock enable bit"] + pub fn set_mifien(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "ADC clock enable bit"] + pub const fn adcen(&self) -> super::vals::Dbgen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "ADC clock enable bit"] + pub fn set_adcen(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI1 clock enable bit"] + pub const fn spi1en(&self) -> super::vals::Dbgen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "SPI1 clock enable bit"] + pub fn set_spi1en(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "USART1 clock enable bit"] + pub const fn usart1en(&self) -> super::vals::Dbgen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "USART1 clock enable bit"] + pub fn set_usart1en(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "DBG clock enable bit"] + pub const fn dbgen(&self) -> super::vals::Dbgen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "DBG clock enable bit"] + pub fn set_dbgen(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + } + impl Default for Apb2enr { + fn default() -> Apb2enr { + Apb2enr(0) + } + } + #[doc = "APB1 peripheral clock enable in sleep mode register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1smenr(pub u32); + impl Apb1smenr { + #[doc = "Timer2 clock enable during sleep mode bit"] + pub const fn tim2smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "Timer2 clock enable during sleep mode bit"] + pub fn set_tim2smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Timer3 clock enable during Sleep mode bit"] + pub const fn tim3smen(&self) -> super::vals::Lptimsmen { let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) + super::vals::Lptimsmen(val as u8) } - #[doc = "DMA2 Clock Enable During CSleep Mode"] - pub fn set_dma2lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + #[doc = "Timer3 clock enable during Sleep mode bit"] + pub fn set_tim3smen(&mut self, val: super::vals::Lptimsmen) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn adc12lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + #[doc = "Timer 6 clock enable during sleep mode bit"] + pub const fn tim6smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "Timer 6 clock enable during sleep mode bit"] + pub fn set_tim6smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Timer 7 clock enable during Sleep mode bit"] + pub const fn tim7smen(&self) -> super::vals::Lptimsmen { let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) + super::vals::Lptimsmen(val as u8) } - #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_adc12lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + #[doc = "Timer 7 clock enable during Sleep mode bit"] + pub fn set_tim7smen(&mut self, val: super::vals::Lptimsmen) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] - pub const fn eth1maclpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) + #[doc = "Window watchdog clock enable during sleep mode bit"] + pub const fn wwdgsmen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] - pub fn set_eth1maclpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "Window watchdog clock enable during sleep mode bit"] + pub fn set_wwdgsmen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] - pub const fn eth1txlpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) + #[doc = "SPI2 clock enable during sleep mode bit"] + pub const fn spi2smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] - pub fn set_eth1txlpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "SPI2 clock enable during sleep mode bit"] + pub fn set_spi2smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] - pub const fn eth1rxlpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + #[doc = "UART2 clock enable during sleep mode bit"] + pub const fn usart2smen(&self) -> super::vals::Lptimsmen { let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) + super::vals::Lptimsmen(val as u8) } - #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] - pub fn set_eth1rxlpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + #[doc = "UART2 clock enable during sleep mode bit"] + pub fn set_usart2smen(&mut self, val: super::vals::Lptimsmen) { self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "USB1OTG peripheral clock enable during CSleep mode"] - pub const fn usb1otglpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 25usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) + #[doc = "LPUART1 clock enable during sleep mode bit"] + pub const fn lpuart1smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "USB1OTG peripheral clock enable during CSleep mode"] - pub fn set_usb1otglpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + #[doc = "LPUART1 clock enable during sleep mode bit"] + pub fn set_lpuart1smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "USB_PHY1 clock enable during CSleep mode"] - pub const fn usb1ulpilpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 26usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) + #[doc = "USART4 clock enable during Sleep mode bit"] + pub const fn usart4smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "USB_PHY1 clock enable during CSleep mode"] - pub fn set_usb1ulpilpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + #[doc = "USART4 clock enable during Sleep mode bit"] + pub fn set_usart4smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "USB2OTG peripheral clock enable during CSleep mode"] - pub const fn usb2otglpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + #[doc = "USART5 clock enable during Sleep mode bit"] + pub const fn usart5smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "USART5 clock enable during Sleep mode bit"] + pub fn set_usart5smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 clock enable during sleep mode bit"] + pub const fn i2c1smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "I2C1 clock enable during sleep mode bit"] + pub fn set_i2c1smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 clock enable during sleep mode bit"] + pub const fn i2c2smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "I2C2 clock enable during sleep mode bit"] + pub fn set_i2c2smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "USB clock enable during sleep mode bit"] + pub const fn usbsmen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "USB clock enable during sleep mode bit"] + pub fn set_usbsmen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "Clock recovery system clock enable during sleep mode bit"] + pub const fn crssmen(&self) -> super::vals::Lptimsmen { let val = (self.0 >> 27usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) + super::vals::Lptimsmen(val as u8) } - #[doc = "USB2OTG peripheral clock enable during CSleep mode"] - pub fn set_usb2otglpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + #[doc = "Clock recovery system clock enable during sleep mode bit"] + pub fn set_crssmen(&mut self, val: super::vals::Lptimsmen) { self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } - #[doc = "USB_PHY2 clocks enable during CSleep mode"] - pub const fn usb2ulpilpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + #[doc = "Power interface clock enable during sleep mode bit"] + pub const fn pwrsmen(&self) -> super::vals::Lptimsmen { let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) + super::vals::Lptimsmen(val as u8) } - #[doc = "USB_PHY2 clocks enable during CSleep mode"] - pub fn set_usb2ulpilpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + #[doc = "Power interface clock enable during sleep mode bit"] + pub fn set_pwrsmen(&mut self, val: super::vals::Lptimsmen) { self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - } - impl Default for C1Ahb1lpenr { - fn default() -> C1Ahb1lpenr { - C1Ahb1lpenr(0) + #[doc = "DAC interface clock enable during sleep mode bit"] + pub const fn dacsmen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "DAC interface clock enable during sleep mode bit"] + pub fn set_dacsmen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "2C3 clock enable during Sleep mode bit"] + pub const fn i2c3smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "2C3 clock enable during Sleep mode bit"] + pub fn set_i2c3smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "Low power timer clock enable during sleep mode bit"] + pub const fn lptim1smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "Low power timer clock enable during sleep mode bit"] + pub fn set_lptim1smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) } - #[doc = "RCC PLL1 Dividers Configuration Register"] - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Iophrst(pub u8); - impl Iophrst { - #[doc = "Reset I/O port"] - pub const RESET: Self = Self(0x01); + impl Default for Apb1smenr { + fn default() -> Apb1smenr { + Apb1smenr(0) + } } + #[doc = "GPIO clock enable register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsebyp(pub u8); - impl Lsebyp { - #[doc = "LSE oscillator not bypassed"] - pub const NOTBYPASSED: Self = Self(0); - #[doc = "LSE oscillator bypassed"] - pub const BYPASSED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Iopenr(pub u32); + impl Iopenr { + #[doc = "IO port A clock enable bit"] + pub const fn iopaen(&self) -> super::vals::Iophen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Iophen(val as u8) + } + #[doc = "IO port A clock enable bit"] + pub fn set_iopaen(&mut self, val: super::vals::Iophen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "IO port B clock enable bit"] + pub const fn iopben(&self) -> super::vals::Iophen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Iophen(val as u8) + } + #[doc = "IO port B clock enable bit"] + pub fn set_iopben(&mut self, val: super::vals::Iophen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "IO port A clock enable bit"] + pub const fn iopcen(&self) -> super::vals::Iophen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Iophen(val as u8) + } + #[doc = "IO port A clock enable bit"] + pub fn set_iopcen(&mut self, val: super::vals::Iophen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "I/O port D clock enable bit"] + pub const fn iopden(&self) -> super::vals::Iophen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Iophen(val as u8) + } + #[doc = "I/O port D clock enable bit"] + pub fn set_iopden(&mut self, val: super::vals::Iophen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "I/O port E clock enable bit"] + pub const fn iopeen(&self) -> super::vals::Iophen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Iophen(val as u8) + } + #[doc = "I/O port E clock enable bit"] + pub fn set_iopeen(&mut self, val: super::vals::Iophen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "I/O port H clock enable bit"] + pub const fn iophen(&self) -> super::vals::Iophen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Iophen(val as u8) + } + #[doc = "I/O port H clock enable bit"] + pub fn set_iophen(&mut self, val: super::vals::Iophen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sramsmen(pub u8); - impl Sramsmen { - #[doc = "NVM interface clock disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "NVM interface clock enabled in Sleep mode"] - pub const ENABLED: Self = Self(0x01); + impl Default for Iopenr { + fn default() -> Iopenr { + Iopenr(0) + } } + #[doc = "APB1 peripheral reset register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Icsel(pub u8); - impl Icsel { - #[doc = "APB clock selected as peripheral clock"] - pub const APB: Self = Self(0); - #[doc = "System clock selected as peripheral clock"] - pub const SYSTEM: Self = Self(0x01); - #[doc = "HSI16 clock selected as peripheral clock"] - pub const HSI16: Self = Self(0x02); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1rstr(pub u32); + impl Apb1rstr { + #[doc = "Timer2 reset"] + pub const fn tim2rst(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Timer2 reset"] + pub fn set_tim2rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Timer3 reset"] + pub const fn tim3rst(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Timer3 reset"] + pub fn set_tim3rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Timer 6 reset"] + pub const fn tim6rst(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Timer 6 reset"] + pub fn set_tim6rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Timer 7 reset"] + pub const fn tim7rst(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Timer 7 reset"] + pub fn set_tim7rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Window watchdog reset"] + pub const fn wwdrst(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Window watchdog reset"] + pub fn set_wwdrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "SPI2 reset"] + pub const fn spi2rst(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "SPI2 reset"] + pub fn set_spi2rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "UART2 reset"] + pub const fn lpuart12rst(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "UART2 reset"] + pub fn set_lpuart12rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "LPUART1 reset"] + pub const fn lpuart1rst(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 + } + #[doc = "LPUART1 reset"] + pub fn set_lpuart1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "USART4 reset"] + pub const fn usart4rst(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "USART4 reset"] + pub fn set_usart4rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "USART5 reset"] + pub const fn usart5rst(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 + } + #[doc = "USART5 reset"] + pub fn set_usart5rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 reset"] + pub const fn i2c1rst(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 + } + #[doc = "I2C1 reset"] + pub fn set_i2c1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 reset"] + pub const fn i2c2rst(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "I2C2 reset"] + pub fn set_i2c2rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "USB reset"] + pub const fn usbrst(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "USB reset"] + pub fn set_usbrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "Clock recovery system reset"] + pub const fn crsrst(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 + } + #[doc = "Clock recovery system reset"] + pub fn set_crsrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + } + #[doc = "Power interface reset"] + pub const fn pwrrst(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "Power interface reset"] + pub fn set_pwrrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + #[doc = "DAC interface reset"] + pub const fn dacrst(&self) -> bool { + let val = (self.0 >> 29usize) & 0x01; + val != 0 + } + #[doc = "DAC interface reset"] + pub fn set_dacrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); + } + #[doc = "I2C3 reset"] + pub const fn i2c3rst(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; + val != 0 + } + #[doc = "I2C3 reset"] + pub fn set_i2c3rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + } + #[doc = "Low power timer reset"] + pub const fn lptim1rst(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; + val != 0 + } + #[doc = "Low power timer reset"] + pub fn set_lptim1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crypen(pub u8); - impl Crypen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); + impl Default for Apb1rstr { + fn default() -> Apb1rstr { + Apb1rstr(0) + } } + #[doc = "GPIO reset register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pllrdyr(pub u8); - impl Pllrdyr { - #[doc = "PLL unlocked"] - pub const UNLOCKED: Self = Self(0); - #[doc = "PLL locked"] - pub const LOCKED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ioprstr(pub u32); + impl Ioprstr { + #[doc = "I/O port A reset"] + pub const fn ioparst(&self) -> super::vals::Iophrst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Iophrst(val as u8) + } + #[doc = "I/O port A reset"] + pub fn set_ioparst(&mut self, val: super::vals::Iophrst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "I/O port B reset"] + pub const fn iopbrst(&self) -> super::vals::Iophrst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Iophrst(val as u8) + } + #[doc = "I/O port B reset"] + pub fn set_iopbrst(&mut self, val: super::vals::Iophrst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "I/O port A reset"] + pub const fn iopcrst(&self) -> super::vals::Iophrst { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Iophrst(val as u8) + } + #[doc = "I/O port A reset"] + pub fn set_iopcrst(&mut self, val: super::vals::Iophrst) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "I/O port D reset"] + pub const fn iopdrst(&self) -> super::vals::Iophrst { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Iophrst(val as u8) + } + #[doc = "I/O port D reset"] + pub fn set_iopdrst(&mut self, val: super::vals::Iophrst) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "I/O port E reset"] + pub const fn ioperst(&self) -> super::vals::Iophrst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Iophrst(val as u8) + } + #[doc = "I/O port E reset"] + pub fn set_ioperst(&mut self, val: super::vals::Iophrst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "I/O port H reset"] + pub const fn iophrst(&self) -> super::vals::Iophrst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Iophrst(val as u8) + } + #[doc = "I/O port H reset"] + pub fn set_iophrst(&mut self, val: super::vals::Iophrst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptimrstw(pub u8); - impl Lptimrstw { - #[doc = "Reset the module"] - pub const RESET: Self = Self(0x01); + impl Default for Ioprstr { + fn default() -> Ioprstr { + Ioprstr(0) + } } + #[doc = "Clock interrupt enable register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsedrv(pub u8); - impl Lsedrv { - #[doc = "Lowest drive"] - pub const LOW: Self = Self(0); - #[doc = "Medium low drive"] - pub const MEDIUMLOW: Self = Self(0x01); - #[doc = "Medium high drive"] - pub const MEDIUMHIGH: Self = Self(0x02); - #[doc = "Highest drive"] - pub const HIGH: Self = Self(0x03); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cier(pub u32); + impl Cier { + #[doc = "LSI ready interrupt flag"] + pub const fn lsirdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "LSI ready interrupt flag"] + pub fn set_lsirdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LSE ready interrupt flag"] + pub const fn lserdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "LSE ready interrupt flag"] + pub fn set_lserdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "HSI16 ready interrupt flag"] + pub const fn hsi16rdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "HSI16 ready interrupt flag"] + pub fn set_hsi16rdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "HSE ready interrupt flag"] + pub const fn hserdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "HSE ready interrupt flag"] + pub fn set_hserdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "PLL ready interrupt flag"] + pub const fn pllrdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "PLL ready interrupt flag"] + pub fn set_pllrdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "MSI ready interrupt flag"] + pub const fn msirdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "MSI ready interrupt flag"] + pub fn set_msirdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "HSI48 ready interrupt flag"] + pub const fn hsi48rdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "HSI48 ready interrupt flag"] + pub fn set_hsi48rdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "LSE CSS interrupt flag"] + pub const fn csslse(&self) -> super::vals::Csslse { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Csslse(val as u8) + } + #[doc = "LSE CSS interrupt flag"] + pub fn set_csslse(&mut self, val: super::vals::Csslse) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lpuartsel(pub u8); - impl Lpuartsel { - #[doc = "APB clock selected as peripheral clock"] - pub const APB: Self = Self(0); - #[doc = "System clock selected as peripheral clock"] - pub const SYSTEM: Self = Self(0x01); - #[doc = "HSI16 clock selected as peripheral clock"] - pub const HSI16: Self = Self(0x02); - #[doc = "LSE clock selected as peripheral clock"] - pub const LSE: Self = Self(0x03); + impl Default for Cier { + fn default() -> Cier { + Cier(0) + } } + #[doc = "Clock configuration register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mifsmen(pub u8); - impl Mifsmen { - #[doc = "NVM interface clock disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "NVM interface clock enabled in Sleep mode"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccipr(pub u32); + impl Ccipr { + #[doc = "USART1 clock source selection bits"] + pub const fn usart1sel(&self) -> super::vals::Lpuartsel { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Lpuartsel(val as u8) + } + #[doc = "USART1 clock source selection bits"] + pub fn set_usart1sel(&mut self, val: super::vals::Lpuartsel) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + } + #[doc = "USART2 clock source selection bits"] + pub const fn usart2sel(&self) -> super::vals::Lpuartsel { + let val = (self.0 >> 2usize) & 0x03; + super::vals::Lpuartsel(val as u8) + } + #[doc = "USART2 clock source selection bits"] + pub fn set_usart2sel(&mut self, val: super::vals::Lpuartsel) { + self.0 = (self.0 & !(0x03 << 2usize)) | (((val.0 as u32) & 0x03) << 2usize); + } + #[doc = "LPUART1 clock source selection bits"] + pub const fn lpuart1sel(&self) -> super::vals::Lpuartsel { + let val = (self.0 >> 10usize) & 0x03; + super::vals::Lpuartsel(val as u8) + } + #[doc = "LPUART1 clock source selection bits"] + pub fn set_lpuart1sel(&mut self, val: super::vals::Lpuartsel) { + self.0 = (self.0 & !(0x03 << 10usize)) | (((val.0 as u32) & 0x03) << 10usize); + } + #[doc = "I2C1 clock source selection bits"] + pub const fn i2c1sel(&self) -> super::vals::Icsel { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Icsel(val as u8) + } + #[doc = "I2C1 clock source selection bits"] + pub fn set_i2c1sel(&mut self, val: super::vals::Icsel) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "I2C3 clock source selection bits"] + pub const fn i2c3sel(&self) -> super::vals::Icsel { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Icsel(val as u8) + } + #[doc = "I2C3 clock source selection bits"] + pub fn set_i2c3sel(&mut self, val: super::vals::Icsel) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + } + #[doc = "Low Power Timer clock source selection bits"] + pub const fn lptim1sel(&self) -> super::vals::Lptimsel { + let val = (self.0 >> 18usize) & 0x03; + super::vals::Lptimsel(val as u8) + } + #[doc = "Low Power Timer clock source selection bits"] + pub fn set_lptim1sel(&mut self, val: super::vals::Lptimsel) { + self.0 = (self.0 & !(0x03 << 18usize)) | (((val.0 as u32) & 0x03) << 18usize); + } + #[doc = "48 MHz HSI48 clock source selection bit"] + pub const fn hsi48msel(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "48 MHz HSI48 clock source selection bit"] + pub fn set_hsi48msel(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dbgsmen(pub u8); - impl Dbgsmen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hpre(pub u8); - impl Hpre { - #[doc = "system clock not divided"] - pub const DIV1: Self = Self(0); - #[doc = "system clock divided by 2"] - pub const DIV2: Self = Self(0x08); - #[doc = "system clock divided by 4"] - pub const DIV4: Self = Self(0x09); - #[doc = "system clock divided by 8"] - pub const DIV8: Self = Self(0x0a); - #[doc = "system clock divided by 16"] - pub const DIV16: Self = Self(0x0b); - #[doc = "system clock divided by 64"] - pub const DIV64: Self = Self(0x0c); - #[doc = "system clock divided by 128"] - pub const DIV128: Self = Self(0x0d); - #[doc = "system clock divided by 256"] - pub const DIV256: Self = Self(0x0e); - #[doc = "system clock divided by 512"] - pub const DIV512: Self = Self(0x0f); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csshsef(pub u8); - impl Csshsef { - #[doc = "No clock security interrupt caused by HSE clock failure"] - pub const NOCLOCK: Self = Self(0); - #[doc = "Clock security interrupt caused by HSE clock failure"] - pub const CLOCK: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sws(pub u8); - impl Sws { - #[doc = "MSI oscillator used as system clock"] - pub const MSI: Self = Self(0); - #[doc = "HSI oscillator used as system clock"] - pub const HSI16: Self = Self(0x01); - #[doc = "HSE oscillator used as system clock"] - pub const HSE: Self = Self(0x02); - #[doc = "PLL used as system clock"] - pub const PLL: Self = Self(0x03); + impl Default for Ccipr { + fn default() -> Ccipr { + Ccipr(0) + } } + #[doc = "AHB peripheral reset register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pllon(pub u8); - impl Pllon { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahbrstr(pub u32); + impl Ahbrstr { + #[doc = "DMA reset"] + pub const fn dmarst(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "DMA reset"] + pub fn set_dmarst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Memory interface reset"] + pub const fn mifrst(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Memory interface reset"] + pub fn set_mifrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Test integration module reset"] + pub const fn crcrst(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Test integration module reset"] + pub fn set_crcrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Touch Sensing reset"] + pub const fn touchrst(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Touch Sensing reset"] + pub fn set_touchrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "Random Number Generator module reset"] + pub const fn rngrst(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 + } + #[doc = "Random Number Generator module reset"] + pub fn set_rngrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + } + #[doc = "Crypto module reset"] + pub const fn cryprst(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "Crypto module reset"] + pub fn set_cryprst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptimsmen(pub u8); - impl Lptimsmen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); + impl Default for Ahbrstr { + fn default() -> Ahbrstr { + Ahbrstr(0) +======= + #[doc = "LSI oscillator ready"] + pub fn set_lsirdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dbgen(pub u8); - impl Dbgen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); + impl Default for Csr { + fn default() -> Csr { + Csr(0) + } } + #[doc = "RCC APB3 Clock Register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsiouten(pub u8); - impl Hsiouten { - #[doc = "HSI output clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "HSI output clock enabled"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb3enr(pub u32); + impl C1Apb3enr { + #[doc = "LTDC peripheral clock enable"] + pub const fn ltdcen(&self) -> super::vals::C1Apb3enrLtdcen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb3enrLtdcen(val as u8) + } + #[doc = "LTDC peripheral clock enable"] + pub fn set_ltdcen(&mut self, val: super::vals::C1Apb3enrLtdcen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "WWDG1 Clock Enable"] + pub const fn wwdg1en(&self) -> super::vals::C1Apb3enrLtdcen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb3enrLtdcen(val as u8) + } + #[doc = "WWDG1 Clock Enable"] + pub fn set_wwdg1en(&mut self, val: super::vals::C1Apb3enrLtdcen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mcopre(pub u8); - impl Mcopre { - #[doc = "No division"] - pub const DIV1: Self = Self(0); - #[doc = "Division by 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "Division by 4"] - pub const DIV4: Self = Self(0x02); - #[doc = "Division by 8"] - pub const DIV8: Self = Self(0x03); - #[doc = "Division by 16"] - pub const DIV16: Self = Self(0x04); + impl Default for C1Apb3enr { + fn default() -> C1Apb3enr { + C1Apb3enr(0) + } } + #[doc = "RCC AHB4 Sleep Clock Register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csslse(pub u8); - impl Csslse { - #[doc = "LSE CSS interrupt disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "LSE CSS interrupt enabled"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Ahb4lpenr(pub u32); + impl C1Ahb4lpenr { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioalpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioalpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioblpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioblpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioclpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioclpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiodlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiodlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioelpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioelpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioflpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioflpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioglpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioglpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiohlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiohlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioilpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioilpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiojlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiojlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioklpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioklpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "CRC peripheral clock enable during CSleep mode"] + pub const fn crclpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "CRC peripheral clock enable during CSleep mode"] + pub fn set_crclpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "BDMA Clock Enable During CSleep Mode"] + pub const fn bdmalpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "BDMA Clock Enable During CSleep Mode"] + pub fn set_bdmalpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc3lpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc3lpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "Backup RAM Clock Enable During CSleep Mode"] + pub const fn bkpramlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "Backup RAM Clock Enable During CSleep Mode"] + pub fn set_bkpramlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "SRAM4 Clock Enable During CSleep Mode"] + pub const fn sram4lpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "SRAM4 Clock Enable During CSleep Mode"] + pub fn set_sram4lpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsi16rdyfr(pub u8); - impl Hsi16rdyfr { - #[doc = "HSI 16 MHz oscillator not ready"] - pub const NOTREADY: Self = Self(0); - #[doc = "HSI 16 MHz oscillator ready"] - pub const READY: Self = Self(0x01); + impl Default for C1Ahb4lpenr { + fn default() -> C1Ahb4lpenr { + C1Ahb4lpenr(0) + } } + #[doc = "RCC AHB2 Peripheral Reset Register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcrstw(pub u8); - impl Rtcrstw { - #[doc = "Resets the RTC peripheral"] - pub const RESET: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb2rstr(pub u32); + impl Ahb2rstr { + #[doc = "CAMITF block reset"] + pub const fn camitfrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "CAMITF block reset"] + pub fn set_camitfrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Cryptography block reset"] + pub const fn cryptrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "Cryptography block reset"] + pub fn set_cryptrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Hash block reset"] + pub const fn hashrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "Hash block reset"] + pub fn set_hashrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Random Number Generator block reset"] + pub const fn rngrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "Random Number Generator block reset"] + pub fn set_rngrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "SDMMC2 and SDMMC2 Delay block reset"] + pub const fn sdmmc2rst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "SDMMC2 and SDMMC2 Delay block reset"] + pub fn set_sdmmc2rst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pllmul(pub u8); - impl Pllmul { - #[doc = "PLL clock entry x 3"] - pub const MUL3: Self = Self(0); - #[doc = "PLL clock entry x 4"] - pub const MUL4: Self = Self(0x01); - #[doc = "PLL clock entry x 6"] - pub const MUL6: Self = Self(0x02); - #[doc = "PLL clock entry x 8"] - pub const MUL8: Self = Self(0x03); - #[doc = "PLL clock entry x 12"] - pub const MUL12: Self = Self(0x04); - #[doc = "PLL clock entry x 16"] - pub const MUL16: Self = Self(0x05); - #[doc = "PLL clock entry x 24"] - pub const MUL24: Self = Self(0x06); - #[doc = "PLL clock entry x 32"] - pub const MUL32: Self = Self(0x07); - #[doc = "PLL clock entry x 48"] - pub const MUL48: Self = Self(0x08); + impl Default for Ahb2rstr { + fn default() -> Ahb2rstr { + Ahb2rstr(0) + } } + #[doc = "RCC PLL3 Fractional Divider Register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsidiven(pub u8); - impl Hsidiven { - #[doc = "no 16 MHz HSI division requested"] - pub const NOTDIVIDED: Self = Self(0); - #[doc = "16 MHz HSI division by 4 requested"] - pub const DIV4: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pll3fracr(pub u32); + impl Pll3fracr { + #[doc = "Fractional part of the multiplication factor for PLL3 VCO"] + pub const fn fracn3(&self) -> u16 { + let val = (self.0 >> 3usize) & 0x1fff; + val as u16 + } + #[doc = "Fractional part of the multiplication factor for PLL3 VCO"] + pub fn set_fracn3(&mut self, val: u16) { + self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Iophsmen(pub u8); - impl Iophsmen { - #[doc = "Port x clock is disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "Port x clock is enabled in Sleep mode (if enabled by IOPHEN)"] - pub const ENABLED: Self = Self(0x01); + impl Default for Pll3fracr { + fn default() -> Pll3fracr { + Pll3fracr(0) + } } + #[doc = "RCC HSI configuration register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pllsrc(pub u8); - impl Pllsrc { - #[doc = "HSI selected as PLL input clock"] - pub const HSI16: Self = Self(0); - #[doc = "HSE selected as PLL input clock"] - pub const HSE: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Hsicfgr(pub u32); + impl Hsicfgr { + #[doc = "HSI clock calibration"] + pub const fn hsical(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "HSI clock calibration"] + pub fn set_hsical(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "HSI clock trimming"] + pub const fn hsitrim(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x7f; + val as u8 + } + #[doc = "HSI clock trimming"] + pub fn set_hsitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsebyp(pub u8); - impl Hsebyp { - #[doc = "HSE oscillator not bypassed"] - pub const NOTBYPASSED: Self = Self(0); - #[doc = "HSE oscillator bypassed"] - pub const BYPASSED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Plldiv(pub u8); - impl Plldiv { - #[doc = "PLLVCO / 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "PLLVCO / 3"] - pub const DIV3: Self = Self(0x02); - #[doc = "PLLVCO / 4"] - pub const DIV4: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sw(pub u8); - impl Sw { - #[doc = "MSI oscillator used as system clock"] - pub const MSI: Self = Self(0); - #[doc = "HSI oscillator used as system clock"] - pub const HSI16: Self = Self(0x01); - #[doc = "HSE oscillator used as system clock"] - pub const HSE: Self = Self(0x02); - #[doc = "PLL used as system clock"] - pub const PLL: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crypsmen(pub u8); - impl Crypsmen { - #[doc = "Crypto clock disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "Crypto clock enabled in Sleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcen(pub u8); - impl Rtcen { - #[doc = "RTC clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "RTC clock enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lserdy(pub u8); - impl Lserdy { - #[doc = "Oscillator not ready"] - pub const NOTREADY: Self = Self(0); - #[doc = "Oscillator ready"] - pub const READY: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Iophen(pub u8); - impl Iophen { - #[doc = "Port clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Port clock enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ppre(pub u8); - impl Ppre { - #[doc = "HCLK not divided"] - pub const DIV1: Self = Self(0); - #[doc = "HCLK divided by 2"] - pub const DIV2: Self = Self(0x04); - #[doc = "HCLK divided by 4"] - pub const DIV4: Self = Self(0x05); - #[doc = "HCLK divided by 8"] - pub const DIV8: Self = Self(0x06); - #[doc = "HCLK divided by 16"] - pub const DIV16: Self = Self(0x07); - } - } -} -pub mod dma_v2 { - use crate::generic::*; - #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] - #[derive(Copy, Clone)] - pub struct St(pub *mut u8); - unsafe impl Send for St {} - unsafe impl Sync for St {} - impl St { - #[doc = "stream x configuration register"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "stream x number of data register"] - pub fn ndtr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "stream x peripheral address register"] - pub fn par(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "stream x memory 0 address register"] - pub fn m0ar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "stream x memory 1 address register"] - pub fn m1ar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "stream x FIFO control register"] - pub fn fcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - } - #[doc = "DMA controller"] - #[derive(Copy, Clone)] - pub struct Dma(pub *mut u8); - unsafe impl Send for Dma {} - unsafe impl Sync for Dma {} - impl Dma { - #[doc = "low interrupt status register"] - pub fn isr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } - } - #[doc = "low interrupt flag clear register"] - pub fn ifcr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] - pub fn st(self, n: usize) -> St { - assert!(n < 8usize); - unsafe { St(self.0.add(16usize + n * 24usize)) } - } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dmdis(pub u8); - impl Dmdis { - #[doc = "Direct mode is enabled"] - pub const ENABLED: Self = Self(0); - #[doc = "Direct mode is disabled"] - pub const DISABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dbm(pub u8); - impl Dbm { - #[doc = "No buffer switching at the end of transfer"] - pub const DISABLED: Self = Self(0); - #[doc = "Memory target switched at the end of the DMA transfer"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ct(pub u8); - impl Ct { - #[doc = "The current target memory is Memory 0"] - pub const MEMORY0: Self = Self(0); - #[doc = "The current target memory is Memory 1"] - pub const MEMORY1: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Peripheral-to-memory"] - pub const PERIPHERALTOMEMORY: Self = Self(0); - #[doc = "Memory-to-peripheral"] - pub const MEMORYTOPERIPHERAL: Self = Self(0x01); - #[doc = "Memory-to-memory"] - pub const MEMORYTOMEMORY: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Inc(pub u8); - impl Inc { - #[doc = "Address pointer is fixed"] - pub const FIXED: Self = Self(0); - #[doc = "Address pointer is incremented after each data transfer"] - pub const INCREMENTED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pincos(pub u8); - impl Pincos { - #[doc = "The offset size for the peripheral address calculation is linked to the PSIZE"] - pub const PSIZE: Self = Self(0); - #[doc = "The offset size for the peripheral address calculation is fixed to 4 (32-bit alignment)"] - pub const FIXED4: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pl(pub u8); - impl Pl { - #[doc = "Low"] - pub const LOW: Self = Self(0); - #[doc = "Medium"] - pub const MEDIUM: Self = Self(0x01); - #[doc = "High"] - pub const HIGH: Self = Self(0x02); - #[doc = "Very high"] - pub const VERYHIGH: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fth(pub u8); - impl Fth { - #[doc = "1/4 full FIFO"] - pub const QUARTER: Self = Self(0); - #[doc = "1/2 full FIFO"] - pub const HALF: Self = Self(0x01); - #[doc = "3/4 full FIFO"] - pub const THREEQUARTERS: Self = Self(0x02); - #[doc = "Full FIFO"] - pub const FULL: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pfctrl(pub u8); - impl Pfctrl { - #[doc = "The DMA is the flow controller"] - pub const DMA: Self = Self(0); - #[doc = "The peripheral is the flow controller"] - pub const PERIPHERAL: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Circ(pub u8); - impl Circ { - #[doc = "Circular mode disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Circular mode enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fs(pub u8); - impl Fs { - #[doc = "0 < fifo_level < 1/4"] - pub const QUARTER1: Self = Self(0); - #[doc = "1/4 <= fifo_level < 1/2"] - pub const QUARTER2: Self = Self(0x01); - #[doc = "1/2 <= fifo_level < 3/4"] - pub const QUARTER3: Self = Self(0x02); - #[doc = "3/4 <= fifo_level < full"] - pub const QUARTER4: Self = Self(0x03); - #[doc = "FIFO is empty"] - pub const EMPTY: Self = Self(0x04); - #[doc = "FIFO is full"] - pub const FULL: Self = Self(0x05); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Size(pub u8); - impl Size { - #[doc = "Byte (8-bit)"] - pub const BITS8: Self = Self(0); - #[doc = "Half-word (16-bit)"] - pub const BITS16: Self = Self(0x01); - #[doc = "Word (32-bit)"] - pub const BITS32: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Burst(pub u8); - impl Burst { - #[doc = "Single transfer"] - pub const SINGLE: Self = Self(0); - #[doc = "Incremental burst of 4 beats"] - pub const INCR4: Self = Self(0x01); - #[doc = "Incremental burst of 8 beats"] - pub const INCR8: Self = Self(0x02); - #[doc = "Incremental burst of 16 beats"] - pub const INCR16: Self = Self(0x03); - } - } - pub mod regs { - use crate::generic::*; - #[doc = "stream x FIFO control register"] + impl Default for Hsicfgr { + fn default() -> Hsicfgr { + Hsicfgr(0) +======= + #[doc = "RCC AHB2 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Fcr(pub u32); - impl Fcr { - #[doc = "FIFO threshold selection"] - pub const fn fth(&self) -> super::vals::Fth { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Fth(val as u8) + pub struct Ahb2lpenr(pub u32); + impl Ahb2lpenr { + #[doc = "DCMI peripheral clock enable during csleep mode"] + pub const fn dcmilpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) } - #[doc = "FIFO threshold selection"] - pub fn set_fth(&mut self, val: super::vals::Fth) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + #[doc = "DCMI peripheral clock enable during csleep mode"] + pub fn set_dcmilpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Direct mode disable"] - pub const fn dmdis(&self) -> super::vals::Dmdis { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Dmdis(val as u8) + #[doc = "CRYPT peripheral clock enable during CSleep mode"] + pub const fn cryptlpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) } - #[doc = "Direct mode disable"] - pub fn set_dmdis(&mut self, val: super::vals::Dmdis) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "CRYPT peripheral clock enable during CSleep mode"] + pub fn set_cryptlpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "FIFO status"] - pub const fn fs(&self) -> super::vals::Fs { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Fs(val as u8) + #[doc = "HASH peripheral clock enable during CSleep mode"] + pub const fn hashlpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) } - #[doc = "FIFO status"] - pub fn set_fs(&mut self, val: super::vals::Fs) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + #[doc = "HASH peripheral clock enable during CSleep mode"] + pub fn set_hashlpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "FIFO error interrupt enable"] - pub const fn feie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "RNG peripheral clock enable during CSleep mode"] + pub const fn rnglpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) } - #[doc = "FIFO error interrupt enable"] - pub fn set_feie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "RNG peripheral clock enable during CSleep mode"] + pub fn set_rnglpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] + pub const fn sdmmc2lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] + pub fn set_sdmmc2lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SRAM1 Clock Enable During CSleep Mode"] + pub const fn sram1lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM1 Clock Enable During CSleep Mode"] + pub fn set_sram1lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "SRAM2 Clock Enable During CSleep Mode"] + pub const fn sram2lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM2 Clock Enable During CSleep Mode"] + pub fn set_sram2lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "SRAM3 Clock Enable During CSleep Mode"] + pub const fn sram3lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM3 Clock Enable During CSleep Mode"] + pub fn set_sram3lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for Fcr { - fn default() -> Fcr { - Fcr(0) + impl Default for Ahb2lpenr { + fn default() -> Ahb2lpenr { + Ahb2lpenr(0) } } - #[doc = "interrupt register"] + #[doc = "RCC APB1 High Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ixr(pub u32); - impl Ixr { - #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] - pub fn feif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; - val != 0 + pub struct C1Apb1hlpenr(pub u32); + impl C1Apb1hlpenr { + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub const fn crslpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) } - #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] - pub fn set_feif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub fn set_crslpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] - pub fn dmeif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub const fn swplpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) } - #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] - pub fn set_dmeif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub fn set_swplpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Stream x transfer error interrupt flag (x=3..0)"] - pub fn teif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub const fn opamplpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) } - #[doc = "Stream x transfer error interrupt flag (x=3..0)"] - pub fn set_teif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub fn set_opamplpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Stream x half transfer interrupt flag (x=3..0)"] - pub fn htif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub const fn mdioslpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) } - #[doc = "Stream x half transfer interrupt flag (x=3..0)"] - pub fn set_htif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub fn set_mdioslpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] - pub fn tcif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub const fn fdcanlpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) } - #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] - pub fn set_tcif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fdcanlpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } } - impl Default for Ixr { - fn default() -> Ixr { - Ixr(0) + impl Default for C1Apb1hlpenr { + fn default() -> C1Apb1hlpenr { + C1Apb1hlpenr(0) } } - #[doc = "stream x configuration register"] + #[doc = "RCC AHB1 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Stream enable / flag stream ready when read low"] - pub const fn en(&self) -> bool { -======= - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll1divr(pub u32); - impl Pll1divr { - #[doc = "Multiplication factor for PLL1 VCO"] - pub const fn divn1(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x01ff; - val as u16 + pub struct Ahb1enr(pub u32); + impl Ahb1enr { + #[doc = "DMA1 Clock Enable"] + pub const fn dma1en(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "Multiplication factor for PLL1 VCO"] - pub fn set_divn1(&mut self, val: u16) { - self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + #[doc = "DMA1 Clock Enable"] + pub fn set_dma1en(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "PLL1 DIVP division factor"] - pub const fn divp1(&self) -> super::vals::Divp1 { - let val = (self.0 >> 9usize) & 0x7f; - super::vals::Divp1(val as u8) + #[doc = "DMA2 Clock Enable"] + pub const fn dma2en(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "PLL1 DIVP division factor"] - pub fn set_divp1(&mut self, val: super::vals::Divp1) { - self.0 = (self.0 & !(0x7f << 9usize)) | (((val.0 as u32) & 0x7f) << 9usize); + #[doc = "DMA2 Clock Enable"] + pub fn set_dma2en(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "PLL1 DIVQ division factor"] - pub const fn divq1(&self) -> u8 { - let val = (self.0 >> 16usize) & 0x7f; - val as u8 + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub const fn adc12en(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "PLL1 DIVQ division factor"] - pub fn set_divq1(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub fn set_adc12en(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "PLL1 DIVR division factor"] - pub const fn divr1(&self) -> u8 { - let val = (self.0 >> 24usize) & 0x7f; - val as u8 + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub const fn eth1macen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "PLL1 DIVR division factor"] - pub fn set_divr1(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub fn set_eth1macen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - } - impl Default for Pll1divr { - fn default() -> Pll1divr { - Pll1divr(0) + #[doc = "Ethernet Transmission Clock Enable"] + pub const fn eth1txen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - } - #[doc = "RCC APB1 Low Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb1llpenr(pub u32); - impl C1Apb1llpenr { - #[doc = "TIM2 peripheral clock enable during CSleep mode"] - pub const fn tim2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "Ethernet Transmission Clock Enable"] + pub fn set_eth1txen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "TIM2 peripheral clock enable during CSleep mode"] - pub fn set_tim2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Ethernet Reception Clock Enable"] + pub const fn eth1rxen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "TIM3 peripheral clock enable during CSleep mode"] - pub const fn tim3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "Ethernet Reception Clock Enable"] + pub fn set_eth1rxen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "TIM3 peripheral clock enable during CSleep mode"] - pub fn set_tim3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "Enable USB_PHY2 clocks"] + pub const fn usb2otghsulpien(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "TIM4 peripheral clock enable during CSleep mode"] - pub const fn tim4lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "Enable USB_PHY2 clocks"] + pub fn set_usb2otghsulpien(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "TIM4 peripheral clock enable during CSleep mode"] - pub fn set_tim4lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub const fn usb1otgen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "TIM5 peripheral clock enable during CSleep mode"] - pub const fn tim5lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub fn set_usb1otgen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); } - #[doc = "TIM5 peripheral clock enable during CSleep mode"] - pub fn set_tim5lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "USB_PHY1 Clocks Enable"] + pub const fn usb1ulpien(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 26usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "TIM6 peripheral clock enable during CSleep mode"] - pub const fn tim6lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "USB_PHY1 Clocks Enable"] + pub fn set_usb1ulpien(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); } - #[doc = "TIM6 peripheral clock enable during CSleep mode"] - pub fn set_tim6lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "USB2OTG Peripheral Clocks Enable"] + pub const fn usb2otgen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "TIM7 peripheral clock enable during CSleep mode"] - pub const fn tim7lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "USB2OTG Peripheral Clocks Enable"] + pub fn set_usb2otgen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } - #[doc = "TIM7 peripheral clock enable during CSleep mode"] - pub fn set_tim7lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "USB_PHY2 Clocks Enable"] + pub const fn usb2ulpien(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "TIM12 peripheral clock enable during CSleep mode"] - pub const fn tim12lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + #[doc = "USB_PHY2 Clocks Enable"] + pub fn set_usb2ulpien(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + } + impl Default for Ahb1enr { + fn default() -> Ahb1enr { + Ahb1enr(0) + } + } + #[doc = "RCC Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cfgr(pub u32); + impl Cfgr { + #[doc = "System clock switch"] + pub const fn sw(&self) -> super::vals::Sw { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Sw(val as u8) + } + #[doc = "System clock switch"] + pub fn set_sw(&mut self, val: super::vals::Sw) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "System clock switch status"] + pub const fn sws(&self) -> u8 { + let val = (self.0 >> 3usize) & 0x07; + val as u8 + } + #[doc = "System clock switch status"] + pub fn set_sws(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val as u32) & 0x07) << 3usize); + } + #[doc = "System clock selection after a wake up from system Stop"] + pub const fn stopwuck(&self) -> super::vals::Stopwuck { let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + super::vals::Stopwuck(val as u8) } - #[doc = "TIM12 peripheral clock enable during CSleep mode"] - pub fn set_tim12lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + #[doc = "System clock selection after a wake up from system Stop"] + pub fn set_stopwuck(&mut self, val: super::vals::Stopwuck) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "TIM13 peripheral clock enable during CSleep mode"] - pub const fn tim13lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + #[doc = "Kernel clock selection after a wake up from system Stop"] + pub const fn stopkerwuck(&self) -> super::vals::Stopwuck { let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + super::vals::Stopwuck(val as u8) } - #[doc = "TIM13 peripheral clock enable during CSleep mode"] - pub fn set_tim13lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + #[doc = "Kernel clock selection after a wake up from system Stop"] + pub fn set_stopkerwuck(&mut self, val: super::vals::Stopwuck) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "TIM14 peripheral clock enable during CSleep mode"] - pub const fn tim14lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM14 peripheral clock enable during CSleep mode"] - pub fn set_tim14lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim1lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "HSE division factor for RTC clock"] + pub const fn rtcpre(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x3f; + val as u8 } - #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim1lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "HSE division factor for RTC clock"] + pub fn set_rtcpre(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 8usize)) | (((val as u32) & 0x3f) << 8usize); } - #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + #[doc = "High Resolution Timer clock prescaler selection"] + pub const fn hrtimsel(&self) -> super::vals::Hrtimsel { let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + super::vals::Hrtimsel(val as u8) } - #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + #[doc = "High Resolution Timer clock prescaler selection"] + pub fn set_hrtimsel(&mut self, val: super::vals::Hrtimsel) { self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + #[doc = "Timers clocks prescaler selection"] + pub const fn timpre(&self) -> super::vals::Timpre { let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + super::vals::Timpre(val as u8) } - #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + #[doc = "Timers clocks prescaler selection"] + pub fn set_timpre(&mut self, val: super::vals::Timpre) { self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] - pub const fn spdifrxlpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "MCO1 prescaler"] + pub const fn mco1pre(&self) -> u8 { + let val = (self.0 >> 18usize) & 0x0f; + val as u8 } - #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spdifrxlpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "MCO1 prescaler"] + pub fn set_mco1pre(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 18usize)) | (((val as u32) & 0x0f) << 18usize); } - #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "Micro-controller clock output 1"] + pub const fn mco1(&self) -> super::vals::Mco1 { + let val = (self.0 >> 22usize) & 0x07; + super::vals::Mco1(val as u8) } - #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + #[doc = "Micro-controller clock output 1"] + pub fn set_mco1(&mut self, val: super::vals::Mco1) { + self.0 = (self.0 & !(0x07 << 22usize)) | (((val.0 as u32) & 0x07) << 22usize); } - #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "MCO2 prescaler"] + pub const fn mco2pre(&self) -> u8 { + let val = (self.0 >> 25usize) & 0x0f; + val as u8 } - #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + #[doc = "MCO2 prescaler"] + pub fn set_mco2pre(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); } - #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart4lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "Micro-controller clock output 2"] + pub const fn mco2(&self) -> super::vals::Mco2 { + let val = (self.0 >> 29usize) & 0x07; + super::vals::Mco2(val as u8) } - #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart4lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + #[doc = "Micro-controller clock output 2"] + pub fn set_mco2(&mut self, val: super::vals::Mco2) { + self.0 = (self.0 & !(0x07 << 29usize)) | (((val.0 as u32) & 0x07) << 29usize); } - #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart5lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + impl Default for Cfgr { + fn default() -> Cfgr { + Cfgr(0) } - #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart5lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D2ccip1r(pub u32); + impl D2ccip1r { + #[doc = "SAI1 and DFSDM1 kernel Aclk clock source selection"] + pub const fn sai1sel(&self) -> super::vals::Sai1sel { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Sai1sel(val as u8) } - #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c1lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "SAI1 and DFSDM1 kernel Aclk clock source selection"] + pub fn set_sai1sel(&mut self, val: super::vals::Sai1sel) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); } - #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c1lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + #[doc = "SAI2 and SAI3 kernel clock source selection"] + pub const fn sai23sel(&self) -> super::vals::Sai1sel { + let val = (self.0 >> 6usize) & 0x07; + super::vals::Sai1sel(val as u8) } - #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "SAI2 and SAI3 kernel clock source selection"] + pub fn set_sai23sel(&mut self, val: super::vals::Sai1sel) { + self.0 = (self.0 & !(0x07 << 6usize)) | (((val.0 as u32) & 0x07) << 6usize); } - #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + #[doc = "SPI/I2S1,2 and 3 kernel clock source selection"] + pub const fn spi123sel(&self) -> super::vals::Sai1sel { + let val = (self.0 >> 12usize) & 0x07; + super::vals::Sai1sel(val as u8) } - #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "SPI/I2S1,2 and 3 kernel clock source selection"] + pub fn set_spi123sel(&mut self, val: super::vals::Sai1sel) { + self.0 = (self.0 & !(0x07 << 12usize)) | (((val.0 as u32) & 0x07) << 12usize); } - #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + #[doc = "SPI4 and 5 kernel clock source selection"] + pub const fn spi45sel(&self) -> super::vals::Spi45sel { + let val = (self.0 >> 16usize) & 0x07; + super::vals::Spi45sel(val as u8) } - #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] - pub const fn ceclpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "SPI4 and 5 kernel clock source selection"] + pub fn set_spi45sel(&mut self, val: super::vals::Spi45sel) { + self.0 = (self.0 & !(0x07 << 16usize)) | (((val.0 as u32) & 0x07) << 16usize); } - #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] - pub fn set_ceclpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + #[doc = "SPDIFRX kernel clock source selection"] + pub const fn spdifsel(&self) -> super::vals::Spdifsel { + let val = (self.0 >> 20usize) & 0x03; + super::vals::Spdifsel(val as u8) } - #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] - pub const fn dac12lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "SPDIFRX kernel clock source selection"] + pub fn set_spdifsel(&mut self, val: super::vals::Spdifsel) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); } - #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] - pub fn set_dac12lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + #[doc = "DFSDM1 kernel Clk clock source selection"] + pub const fn dfsdm1sel(&self) -> super::vals::Dfsdm1sel { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Dfsdm1sel(val as u8) } - #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart7lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + #[doc = "DFSDM1 kernel Clk clock source selection"] + pub fn set_dfsdm1sel(&mut self, val: super::vals::Dfsdm1sel) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart7lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + #[doc = "FDCAN kernel clock source selection"] + pub const fn fdcansel(&self) -> super::vals::Fdcansel { + let val = (self.0 >> 28usize) & 0x03; + super::vals::Fdcansel(val as u8) } - #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart8lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + #[doc = "FDCAN kernel clock source selection"] + pub fn set_fdcansel(&mut self, val: super::vals::Fdcansel) { + self.0 = (self.0 & !(0x03 << 28usize)) | (((val.0 as u32) & 0x03) << 28usize); + } + #[doc = "SWPMI kernel clock source selection"] + pub const fn swpsel(&self) -> super::vals::Swpsel { let val = (self.0 >> 31usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) + super::vals::Swpsel(val as u8) } - #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart8lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + #[doc = "SWPMI kernel clock source selection"] + pub fn set_swpsel(&mut self, val: super::vals::Swpsel) { self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for C1Apb1llpenr { - fn default() -> C1Apb1llpenr { - C1Apb1llpenr(0) + impl Default for D2ccip1r { + fn default() -> D2ccip1r { + D2ccip1r(0) } } - #[doc = "RCC D3 Autonomous mode Register"] + #[doc = "RCC APB4 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D3amr(pub u32); - impl D3amr { - #[doc = "BDMA and DMAMUX Autonomous mode enable"] - pub const fn bdmaamen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Bdmaamen(val as u8) + pub struct C1Apb4enr(pub u32); + impl C1Apb4enr { + #[doc = "SYSCFG peripheral clock enable"] + pub const fn syscfgen(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "BDMA and DMAMUX Autonomous mode enable"] - pub fn set_bdmaamen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "SYSCFG peripheral clock enable"] + pub fn set_syscfgen(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "LPUART1 Autonomous mode enable"] - pub const fn lpuart1amen(&self) -> super::vals::Bdmaamen { + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub const fn lpuart1en(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 3usize) & 0x01; - super::vals::Bdmaamen(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "LPUART1 Autonomous mode enable"] - pub fn set_lpuart1amen(&mut self, val: super::vals::Bdmaamen) { + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub fn set_lpuart1en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "SPI6 Autonomous mode enable"] - pub const fn spi6amen(&self) -> super::vals::Bdmaamen { + #[doc = "SPI6 Peripheral Clocks Enable"] + pub const fn spi6en(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 5usize) & 0x01; - super::vals::Bdmaamen(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "SPI6 Autonomous mode enable"] - pub fn set_spi6amen(&mut self, val: super::vals::Bdmaamen) { + #[doc = "SPI6 Peripheral Clocks Enable"] + pub fn set_spi6en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "I2C4 Autonomous mode enable"] - pub const fn i2c4amen(&self) -> super::vals::Bdmaamen { + #[doc = "I2C4 Peripheral Clocks Enable"] + pub const fn i2c4en(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 7usize) & 0x01; - super::vals::Bdmaamen(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "I2C4 Autonomous mode enable"] - pub fn set_i2c4amen(&mut self, val: super::vals::Bdmaamen) { + #[doc = "I2C4 Peripheral Clocks Enable"] + pub fn set_i2c4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "LPTIM2 Autonomous mode enable"] - pub const fn lptim2amen(&self) -> super::vals::Bdmaamen { + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub const fn lptim2en(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 9usize) & 0x01; - super::vals::Bdmaamen(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "LPTIM2 Autonomous mode enable"] - pub fn set_lptim2amen(&mut self, val: super::vals::Bdmaamen) { + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub fn set_lptim2en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "LPTIM3 Autonomous mode enable"] - pub const fn lptim3amen(&self) -> super::vals::Bdmaamen { + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub const fn lptim3en(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 10usize) & 0x01; - super::vals::Bdmaamen(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "LPTIM3 Autonomous mode enable"] - pub fn set_lptim3amen(&mut self, val: super::vals::Bdmaamen) { + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub fn set_lptim3en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "LPTIM4 Autonomous mode enable"] - pub const fn lptim4amen(&self) -> super::vals::Bdmaamen { + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub const fn lptim4en(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 11usize) & 0x01; - super::vals::Bdmaamen(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "LPTIM4 Autonomous mode enable"] - pub fn set_lptim4amen(&mut self, val: super::vals::Bdmaamen) { + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub fn set_lptim4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "LPTIM5 Autonomous mode enable"] - pub const fn lptim5amen(&self) -> super::vals::Bdmaamen { + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub const fn lptim5en(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 12usize) & 0x01; - super::vals::Bdmaamen(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "LPTIM5 Autonomous mode enable"] - pub fn set_lptim5amen(&mut self, val: super::vals::Bdmaamen) { + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub fn set_lptim5en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "COMP12 Autonomous mode enable"] - pub const fn comp12amen(&self) -> super::vals::Bdmaamen { + #[doc = "COMP1/2 peripheral clock enable"] + pub const fn comp12en(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 14usize) & 0x01; - super::vals::Bdmaamen(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "COMP12 Autonomous mode enable"] - pub fn set_comp12amen(&mut self, val: super::vals::Bdmaamen) { + #[doc = "COMP1/2 peripheral clock enable"] + pub fn set_comp12en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "VREF Autonomous mode enable"] - pub const fn vrefamen(&self) -> super::vals::Bdmaamen { + #[doc = "VREF peripheral clock enable"] + pub const fn vrefen(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 15usize) & 0x01; - super::vals::Bdmaamen(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "VREF Autonomous mode enable"] - pub fn set_vrefamen(&mut self, val: super::vals::Bdmaamen) { + #[doc = "VREF peripheral clock enable"] + pub fn set_vrefen(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "RTC Autonomous mode enable"] - pub const fn rtcamen(&self) -> super::vals::Bdmaamen { + #[doc = "RTC APB Clock Enable"] + pub const fn rtcapben(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 16usize) & 0x01; - super::vals::Bdmaamen(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "RTC Autonomous mode enable"] - pub fn set_rtcamen(&mut self, val: super::vals::Bdmaamen) { + #[doc = "RTC APB Clock Enable"] + pub fn set_rtcapben(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "CRC Autonomous mode enable"] - pub const fn crcamen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "CRC Autonomous mode enable"] - pub fn set_crcamen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "SAI4 Autonomous mode enable"] - pub const fn sai4amen(&self) -> super::vals::Bdmaamen { + #[doc = "SAI4 Peripheral Clocks Enable"] + pub const fn sai4en(&self) -> super::vals::C1Apb4enrSyscfgen { let val = (self.0 >> 21usize) & 0x01; - super::vals::Bdmaamen(val as u8) + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "SAI4 Autonomous mode enable"] - pub fn set_sai4amen(&mut self, val: super::vals::Bdmaamen) { + #[doc = "SAI4 Peripheral Clocks Enable"] + pub fn set_sai4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "ADC3 Autonomous mode enable"] - pub const fn adc3amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Bdmaamen(val as u8) + } + impl Default for C1Apb4enr { + fn default() -> C1Apb4enr { + C1Apb4enr(0) } - #[doc = "ADC3 Autonomous mode enable"] - pub fn set_adc3amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "RCC Clock Source Interrupt Flag Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cifr(pub u32); + impl Cifr { + #[doc = "LSI ready Interrupt Flag"] + pub const fn lsirdyf(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Backup RAM Autonomous mode enable"] - pub const fn bkpramamen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Bdmaamen(val as u8) + #[doc = "LSI ready Interrupt Flag"] + pub fn set_lsirdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Backup RAM Autonomous mode enable"] - pub fn set_bkpramamen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + #[doc = "LSE ready Interrupt Flag"] + pub const fn lserdyf(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "SRAM4 Autonomous mode enable"] - pub const fn sram4amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Bdmaamen(val as u8) + #[doc = "LSE ready Interrupt Flag"] + pub fn set_lserdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "SRAM4 Autonomous mode enable"] - pub fn set_sram4amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + #[doc = "HSI ready Interrupt Flag"] + pub const fn hsirdyf(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "HSI ready Interrupt Flag"] + pub fn set_hsirdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "HSE ready Interrupt Flag"] + pub const fn hserdyf(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "HSE ready Interrupt Flag"] + pub fn set_hserdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "CSI ready Interrupt Flag"] + pub const fn csirdy(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "CSI ready Interrupt Flag"] + pub fn set_csirdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "RC48 ready Interrupt Flag"] + pub const fn hsi48rdyf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "RC48 ready Interrupt Flag"] + pub fn set_hsi48rdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "PLL1 ready Interrupt Flag"] + pub fn pllrdyf(&self, n: usize) -> bool { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "PLL1 ready Interrupt Flag"] + pub fn set_pllrdyf(&mut self, n: usize, val: bool) { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "LSE clock security system Interrupt Flag"] + pub const fn lsecssf(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "LSE clock security system Interrupt Flag"] + pub fn set_lsecssf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "HSE clock security system Interrupt Flag"] + pub const fn hsecssf(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "HSE clock security system Interrupt Flag"] + pub fn set_hsecssf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } } - impl Default for D3amr { - fn default() -> D3amr { - D3amr(0) + impl Default for Cifr { + fn default() -> Cifr { + Cifr(0) } } - #[doc = "RCC APB3 Sleep Clock Register"] + #[doc = "RCC PLLs Clock Source Selection Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb3lpenr(pub u32); - impl C1Apb3lpenr { - #[doc = "LTDC peripheral clock enable during CSleep mode"] - pub const fn ltdclpen(&self) -> super::vals::C1Apb3lpenrLtdclpen { + pub struct Pllckselr(pub u32); + impl Pllckselr { + #[doc = "DIVMx and PLLs clock source selection"] + pub const fn pllsrc(&self) -> super::vals::Pllsrc { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Pllsrc(val as u8) + } + #[doc = "DIVMx and PLLs clock source selection"] + pub fn set_pllsrc(&mut self, val: super::vals::Pllsrc) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + } + #[doc = "Prescaler for PLL1"] + pub fn divm(&self, n: usize) -> u8 { + assert!(n < 3usize); + let offs = 4usize + n * 8usize; + let val = (self.0 >> offs) & 0x3f; + val as u8 + } + #[doc = "Prescaler for PLL1"] + pub fn set_divm(&mut self, n: usize, val: u8) { + assert!(n < 3usize); + let offs = 4usize + n * 8usize; + self.0 = (self.0 & !(0x3f << offs)) | (((val as u32) & 0x3f) << offs); + } + } + impl Default for Pllckselr { + fn default() -> Pllckselr { + Pllckselr(0) + } + } + #[doc = "RCC APB3 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb3enr(pub u32); + impl Apb3enr { + #[doc = "LTDC peripheral clock enable"] + pub const fn ltdcen(&self) -> super::vals::Apb3enrLtdcen { let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb3lpenrLtdclpen(val as u8) + super::vals::Apb3enrLtdcen(val as u8) } - #[doc = "LTDC peripheral clock enable during CSleep mode"] - pub fn set_ltdclpen(&mut self, val: super::vals::C1Apb3lpenrLtdclpen) { + #[doc = "LTDC peripheral clock enable"] + pub fn set_ltdcen(&mut self, val: super::vals::Apb3enrLtdcen) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "WWDG1 Clock Enable During CSleep Mode"] - pub const fn wwdg1lpen(&self) -> super::vals::C1Apb3lpenrLtdclpen { + #[doc = "WWDG1 Clock Enable"] + pub const fn wwdg1en(&self) -> super::vals::Apb3enrLtdcen { let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Apb3lpenrLtdclpen(val as u8) + super::vals::Apb3enrLtdcen(val as u8) } - #[doc = "WWDG1 Clock Enable During CSleep Mode"] - pub fn set_wwdg1lpen(&mut self, val: super::vals::C1Apb3lpenrLtdclpen) { + #[doc = "WWDG1 Clock Enable"] + pub fn set_wwdg1en(&mut self, val: super::vals::Apb3enrLtdcen) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } } - impl Default for C1Apb3lpenr { - fn default() -> C1Apb3lpenr { - C1Apb3lpenr(0) + impl Default for Apb3enr { + fn default() -> Apb3enr { + Apb3enr(0) } } - #[doc = "RCC Domain 3 Kernel Clock Configuration Register"] + #[doc = "RCC APB3 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D3ccipr(pub u32); - impl D3ccipr { - #[doc = "LPUART1 kernel clock source selection"] - pub const fn lpuart1sel(&self) -> super::vals::Lpuart1sel { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Lpuart1sel(val as u8) + pub struct C1Apb3enr(pub u32); + impl C1Apb3enr { + #[doc = "LTDC peripheral clock enable"] + pub const fn ltdcen(&self) -> super::vals::C1Apb3enrLtdcen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb3enrLtdcen(val as u8) } - #[doc = "LPUART1 kernel clock source selection"] - pub fn set_lpuart1sel(&mut self, val: super::vals::Lpuart1sel) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + #[doc = "LTDC peripheral clock enable"] + pub fn set_ltdcen(&mut self, val: super::vals::C1Apb3enrLtdcen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "I2C4 kernel clock source selection"] - pub const fn i2c4sel(&self) -> super::vals::I2c4sel { - let val = (self.0 >> 8usize) & 0x03; - super::vals::I2c4sel(val as u8) + #[doc = "WWDG1 Clock Enable"] + pub const fn wwdg1en(&self) -> super::vals::C1Apb3enrLtdcen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb3enrLtdcen(val as u8) } - #[doc = "I2C4 kernel clock source selection"] - pub fn set_i2c4sel(&mut self, val: super::vals::I2c4sel) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + #[doc = "WWDG1 Clock Enable"] + pub fn set_wwdg1en(&mut self, val: super::vals::C1Apb3enrLtdcen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "LPTIM2 kernel clock source selection"] - pub const fn lptim2sel(&self) -> super::vals::Lptim2sel { - let val = (self.0 >> 10usize) & 0x07; - super::vals::Lptim2sel(val as u8) + } + impl Default for C1Apb3enr { + fn default() -> C1Apb3enr { + C1Apb3enr(0) } - #[doc = "LPTIM2 kernel clock source selection"] - pub fn set_lptim2sel(&mut self, val: super::vals::Lptim2sel) { - self.0 = (self.0 & !(0x07 << 10usize)) | (((val.0 as u32) & 0x07) << 10usize); + } + #[doc = "RCC APB1 Low Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb1llpenr(pub u32); + impl C1Apb1llpenr { + #[doc = "TIM2 peripheral clock enable during CSleep mode"] + pub const fn tim2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "LPTIM3,4,5 kernel clock source selection"] - pub const fn lptim345sel(&self) -> super::vals::Lptim2sel { - let val = (self.0 >> 13usize) & 0x07; - super::vals::Lptim2sel(val as u8) + #[doc = "TIM2 peripheral clock enable during CSleep mode"] + pub fn set_tim2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "LPTIM3,4,5 kernel clock source selection"] - pub fn set_lptim345sel(&mut self, val: super::vals::Lptim2sel) { - self.0 = (self.0 & !(0x07 << 13usize)) | (((val.0 as u32) & 0x07) << 13usize); + #[doc = "TIM3 peripheral clock enable during CSleep mode"] + pub const fn tim3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "SAR ADC kernel clock source selection"] - pub const fn adcsel(&self) -> super::vals::Adcsel { - let val = (self.0 >> 16usize) & 0x03; - super::vals::Adcsel(val as u8) + #[doc = "TIM3 peripheral clock enable during CSleep mode"] + pub fn set_tim3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "SAR ADC kernel clock source selection"] - pub fn set_adcsel(&mut self, val: super::vals::Adcsel) { - self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + #[doc = "TIM4 peripheral clock enable during CSleep mode"] + pub const fn tim4lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "Sub-Block A of SAI4 kernel clock source selection"] - pub const fn sai4asel(&self) -> super::vals::Sai4asel { - let val = (self.0 >> 21usize) & 0x07; - super::vals::Sai4asel(val as u8) + #[doc = "TIM4 peripheral clock enable during CSleep mode"] + pub fn set_tim4lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Sub-Block A of SAI4 kernel clock source selection"] - pub fn set_sai4asel(&mut self, val: super::vals::Sai4asel) { - self.0 = (self.0 & !(0x07 << 21usize)) | (((val.0 as u32) & 0x07) << 21usize); + #[doc = "TIM5 peripheral clock enable during CSleep mode"] + pub const fn tim5lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "Sub-Block B of SAI4 kernel clock source selection"] - pub const fn sai4bsel(&self) -> super::vals::Sai4asel { - let val = (self.0 >> 24usize) & 0x07; - super::vals::Sai4asel(val as u8) + #[doc = "TIM5 peripheral clock enable during CSleep mode"] + pub fn set_tim5lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Sub-Block B of SAI4 kernel clock source selection"] - pub fn set_sai4bsel(&mut self, val: super::vals::Sai4asel) { - self.0 = (self.0 & !(0x07 << 24usize)) | (((val.0 as u32) & 0x07) << 24usize); + #[doc = "TIM6 peripheral clock enable during CSleep mode"] + pub const fn tim6lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "SPI6 kernel clock source selection"] - pub const fn spi6sel(&self) -> super::vals::Spi6sel { - let val = (self.0 >> 28usize) & 0x07; - super::vals::Spi6sel(val as u8) + #[doc = "TIM6 peripheral clock enable during CSleep mode"] + pub fn set_tim6lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "SPI6 kernel clock source selection"] - pub fn set_spi6sel(&mut self, val: super::vals::Spi6sel) { - self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); + #[doc = "TIM7 peripheral clock enable during CSleep mode"] + pub const fn tim7lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - } - impl Default for D3ccipr { - fn default() -> D3ccipr { - D3ccipr(0) + #[doc = "TIM7 peripheral clock enable during CSleep mode"] + pub fn set_tim7lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - } - #[doc = "RCC APB1 High Sleep Clock Register"] + #[doc = "TIM12 peripheral clock enable during CSleep mode"] + pub const fn tim12lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM12 peripheral clock enable during CSleep mode"] + pub fn set_tim12lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "TIM13 peripheral clock enable during CSleep mode"] + pub const fn tim13lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM13 peripheral clock enable during CSleep mode"] + pub fn set_tim13lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "TIM14 peripheral clock enable during CSleep mode"] + pub const fn tim14lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM14 peripheral clock enable during CSleep mode"] + pub fn set_tim14lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim1lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim1lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] + pub const fn spdifrxlpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spdifrxlpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart4lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart4lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart5lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart5lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c1lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c1lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] + pub const fn ceclpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] + pub fn set_ceclpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] + pub const fn dac12lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] + pub fn set_dac12lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart7lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart7lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart8lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart8lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for C1Apb1llpenr { + fn default() -> C1Apb1llpenr { + C1Apb1llpenr(0) + } + } + #[doc = "RCC Global Control Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Gcr(pub u32); + impl Gcr { + #[doc = "WWDG1 reset scope control"] + pub const fn ww1rsc(&self) -> super::vals::Ww1rsc { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ww1rsc(val as u8) + } + #[doc = "WWDG1 reset scope control"] + pub fn set_ww1rsc(&mut self, val: super::vals::Ww1rsc) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + } + impl Default for Gcr { + fn default() -> Gcr { + Gcr(0) + } + } + #[doc = "RCC APB4 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb4enr(pub u32); + impl Apb4enr { + #[doc = "SYSCFG peripheral clock enable"] + pub const fn syscfgen(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "SYSCFG peripheral clock enable"] + pub fn set_syscfgen(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub const fn lpuart1en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub fn set_lpuart1en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "SPI6 Peripheral Clocks Enable"] + pub const fn spi6en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "SPI6 Peripheral Clocks Enable"] + pub fn set_spi6en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "I2C4 Peripheral Clocks Enable"] + pub const fn i2c4en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "I2C4 Peripheral Clocks Enable"] + pub fn set_i2c4en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub const fn lptim2en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub fn set_lptim2en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub const fn lptim3en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub fn set_lptim3en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub const fn lptim4en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub fn set_lptim4en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub const fn lptim5en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub fn set_lptim5en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "COMP1/2 peripheral clock enable"] + pub const fn comp12en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "COMP1/2 peripheral clock enable"] + pub fn set_comp12en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "VREF peripheral clock enable"] + pub const fn vrefen(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "VREF peripheral clock enable"] + pub fn set_vrefen(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "RTC APB Clock Enable"] + pub const fn rtcapben(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "RTC APB Clock Enable"] + pub fn set_rtcapben(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "SAI4 Peripheral Clocks Enable"] + pub const fn sai4en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "SAI4 Peripheral Clocks Enable"] + pub fn set_sai4en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + } + impl Default for Apb4enr { + fn default() -> Apb4enr { + Apb4enr(0) + } + } + #[doc = "RCC APB1 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1henr(pub u32); + impl Apb1henr { + #[doc = "Clock Recovery System peripheral clock enable"] + pub const fn crsen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) + } + #[doc = "Clock Recovery System peripheral clock enable"] + pub fn set_crsen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "SWPMI Peripheral Clocks Enable"] + pub const fn swpen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) + } + #[doc = "SWPMI Peripheral Clocks Enable"] + pub fn set_swpen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "OPAMP peripheral clock enable"] + pub const fn opampen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) + } + #[doc = "OPAMP peripheral clock enable"] + pub fn set_opampen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "MDIOS peripheral clock enable"] + pub const fn mdiosen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) + } + #[doc = "MDIOS peripheral clock enable"] + pub fn set_mdiosen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FDCAN Peripheral Clocks Enable"] + pub const fn fdcanen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) + } + #[doc = "FDCAN Peripheral Clocks Enable"] + pub fn set_fdcanen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + } + impl Default for Apb1henr { + fn default() -> Apb1henr { + Apb1henr(0) +>>>>>>> c084e70 (Update generated code) + } + } + #[doc = "RCC APB1 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] +<<<<<<< HEAD + pub struct C1Apb1lenr(pub u32); + impl C1Apb1lenr { + #[doc = "TIM peripheral clock enable"] + pub const fn tim2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim4en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim4en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim5en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim5en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim6en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim6en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim7en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim7en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim12en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim12en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim13en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim13en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim14en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim14en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "LPTIM1 Peripheral Clocks Enable"] + pub const fn lptim1en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "LPTIM1 Peripheral Clocks Enable"] + pub fn set_lptim1en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI2 Peripheral Clocks Enable"] + pub const fn spi2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "SPI2 Peripheral Clocks Enable"] + pub fn set_spi2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SPI3 Peripheral Clocks Enable"] + pub const fn spi3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "SPI3 Peripheral Clocks Enable"] + pub fn set_spi3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SPDIFRX Peripheral Clocks Enable"] + pub const fn spdifrxen(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "SPDIFRX Peripheral Clocks Enable"] + pub fn set_spdifrxen(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "USART2 Peripheral Clocks Enable"] + pub const fn usart2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "USART2 Peripheral Clocks Enable"] + pub fn set_usart2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USART3 Peripheral Clocks Enable"] + pub const fn usart3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "USART3 Peripheral Clocks Enable"] + pub fn set_usart3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "UART4 Peripheral Clocks Enable"] + pub const fn uart4en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "UART4 Peripheral Clocks Enable"] + pub fn set_uart4en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "UART5 Peripheral Clocks Enable"] + pub const fn uart5en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "UART5 Peripheral Clocks Enable"] + pub fn set_uart5en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 Peripheral Clocks Enable"] + pub const fn i2c1en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "I2C1 Peripheral Clocks Enable"] + pub fn set_i2c1en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 Peripheral Clocks Enable"] + pub const fn i2c2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "I2C2 Peripheral Clocks Enable"] + pub fn set_i2c2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "I2C3 Peripheral Clocks Enable"] + pub const fn i2c3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "I2C3 Peripheral Clocks Enable"] + pub fn set_i2c3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "HDMI-CEC peripheral clock enable"] + pub const fn cecen(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 27usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "HDMI-CEC peripheral clock enable"] + pub fn set_cecen(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "DAC1&2 peripheral clock enable"] + pub const fn dac12en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "DAC1&2 peripheral clock enable"] + pub fn set_dac12en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "UART7 Peripheral Clocks Enable"] + pub const fn uart7en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "UART7 Peripheral Clocks Enable"] + pub fn set_uart7en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 Peripheral Clocks Enable"] + pub const fn uart8en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "UART8 Peripheral Clocks Enable"] + pub fn set_uart8en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for C1Apb1lenr { + fn default() -> C1Apb1lenr { + C1Apb1lenr(0) + } + } + #[doc = "RCC APB1 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1lenr(pub u32); + impl Apb1lenr { + #[doc = "TIM peripheral clock enable"] + pub const fn tim2en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim2en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim3en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim3en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim4en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim4en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim5en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim5en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim6en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim6en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim7en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim7en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim12en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim12en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim13en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim13en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim14en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim14en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "LPTIM1 Peripheral Clocks Enable"] + pub const fn lptim1en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "LPTIM1 Peripheral Clocks Enable"] + pub fn set_lptim1en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI2 Peripheral Clocks Enable"] + pub const fn spi2en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "SPI2 Peripheral Clocks Enable"] + pub fn set_spi2en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SPI3 Peripheral Clocks Enable"] + pub const fn spi3en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "SPI3 Peripheral Clocks Enable"] + pub fn set_spi3en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SPDIFRX Peripheral Clocks Enable"] + pub const fn spdifrxen(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "SPDIFRX Peripheral Clocks Enable"] + pub fn set_spdifrxen(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "USART2 Peripheral Clocks Enable"] + pub const fn usart2en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "USART2 Peripheral Clocks Enable"] + pub fn set_usart2en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USART3 Peripheral Clocks Enable"] + pub const fn usart3en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "USART3 Peripheral Clocks Enable"] + pub fn set_usart3en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "UART4 Peripheral Clocks Enable"] + pub const fn uart4en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "UART4 Peripheral Clocks Enable"] + pub fn set_uart4en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "UART5 Peripheral Clocks Enable"] + pub const fn uart5en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "UART5 Peripheral Clocks Enable"] + pub fn set_uart5en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 Peripheral Clocks Enable"] + pub const fn i2c1en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "I2C1 Peripheral Clocks Enable"] + pub fn set_i2c1en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 Peripheral Clocks Enable"] + pub const fn i2c2en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "I2C2 Peripheral Clocks Enable"] + pub fn set_i2c2en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "I2C3 Peripheral Clocks Enable"] + pub const fn i2c3en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "I2C3 Peripheral Clocks Enable"] + pub fn set_i2c3en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "HDMI-CEC peripheral clock enable"] + pub const fn cecen(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "HDMI-CEC peripheral clock enable"] + pub fn set_cecen(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "DAC1&2 peripheral clock enable"] + pub const fn dac12en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "DAC1&2 peripheral clock enable"] + pub fn set_dac12en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "UART7 Peripheral Clocks Enable"] + pub const fn uart7en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "UART7 Peripheral Clocks Enable"] + pub fn set_uart7en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 Peripheral Clocks Enable"] + pub const fn uart8en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) + } + #[doc = "UART8 Peripheral Clocks Enable"] + pub fn set_uart8en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Apb1lenr { + fn default() -> Apb1lenr { + Apb1lenr(0) +======= + pub struct Apb4lpenr(pub u32); + impl Apb4lpenr { + #[doc = "SYSCFG peripheral clock enable during CSleep mode"] + pub const fn syscfglpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "SYSCFG peripheral clock enable during CSleep mode"] + pub fn set_syscfglpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lpuart1lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lpuart1lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi6lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi6lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim2lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim2lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim3lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim3lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim5lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim5lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] + pub const fn comp12lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] + pub fn set_comp12lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "VREF peripheral clock enable during CSleep mode"] + pub const fn vreflpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "VREF peripheral clock enable during CSleep mode"] + pub fn set_vreflpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "RTC APB Clock Enable During CSleep Mode"] + pub const fn rtcapblpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "RTC APB Clock Enable During CSleep Mode"] + pub fn set_rtcapblpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + } + impl Default for Apb4lpenr { + fn default() -> Apb4lpenr { + Apb4lpenr(0) + } + } + #[doc = "RCC AHB4 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Ahb4enr(pub u32); + impl C1Ahb4enr { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioaen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioaen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioben(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioben(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiocen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiocen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioden(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioden(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioeen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioeen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiofen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiofen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiogen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiogen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiohen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiohen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioien(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioien(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiojen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiojen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioken(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioken(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "CRC peripheral clock enable"] + pub const fn crcen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "CRC peripheral clock enable"] + pub fn set_crcen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "BDMA and DMAMUX2 Clock Enable"] + pub const fn bdmaen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "BDMA and DMAMUX2 Clock Enable"] + pub fn set_bdmaen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "ADC3 Peripheral Clocks Enable"] + pub const fn adc3en(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "ADC3 Peripheral Clocks Enable"] + pub fn set_adc3en(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "HSEM peripheral clock enable"] + pub const fn hsemen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 25usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "HSEM peripheral clock enable"] + pub fn set_hsemen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "Backup RAM Clock Enable"] + pub const fn bkpramen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "Backup RAM Clock Enable"] + pub fn set_bkpramen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + } + impl Default for C1Ahb4enr { + fn default() -> C1Ahb4enr { + C1Ahb4enr(0) + } + } + #[doc = "RCC AHB2 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb2rstr(pub u32); + impl Ahb2rstr { + #[doc = "CAMITF block reset"] + pub const fn camitfrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "CAMITF block reset"] + pub fn set_camitfrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Cryptography block reset"] + pub const fn cryptrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "Cryptography block reset"] + pub fn set_cryptrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Hash block reset"] + pub const fn hashrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "Hash block reset"] + pub fn set_hashrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Random Number Generator block reset"] + pub const fn rngrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "Random Number Generator block reset"] + pub fn set_rngrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "SDMMC2 and SDMMC2 Delay block reset"] + pub const fn sdmmc2rst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "SDMMC2 and SDMMC2 Delay block reset"] + pub fn set_sdmmc2rst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + } + impl Default for Ahb2rstr { + fn default() -> Ahb2rstr { + Ahb2rstr(0) +>>>>>>> c084e70 (Update generated code) + } + } + #[doc = "RCC APB1 High Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] +<<<<<<< HEAD + pub struct Apb4enr(pub u32); + impl Apb4enr { + #[doc = "SYSCFG peripheral clock enable"] + pub const fn syscfgen(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "SYSCFG peripheral clock enable"] + pub fn set_syscfgen(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub const fn lpuart1en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub fn set_lpuart1en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "SPI6 Peripheral Clocks Enable"] + pub const fn spi6en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "SPI6 Peripheral Clocks Enable"] + pub fn set_spi6en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "I2C4 Peripheral Clocks Enable"] + pub const fn i2c4en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "I2C4 Peripheral Clocks Enable"] + pub fn set_i2c4en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub const fn lptim2en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub fn set_lptim2en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub const fn lptim3en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub fn set_lptim3en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub const fn lptim4en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub fn set_lptim4en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub const fn lptim5en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub fn set_lptim5en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "COMP1/2 peripheral clock enable"] + pub const fn comp12en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "COMP1/2 peripheral clock enable"] + pub fn set_comp12en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "VREF peripheral clock enable"] + pub const fn vrefen(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "VREF peripheral clock enable"] + pub fn set_vrefen(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "RTC APB Clock Enable"] + pub const fn rtcapben(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "RTC APB Clock Enable"] + pub fn set_rtcapben(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "SAI4 Peripheral Clocks Enable"] + pub const fn sai4en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) + } + #[doc = "SAI4 Peripheral Clocks Enable"] + pub fn set_sai4en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + } + impl Default for Apb4enr { + fn default() -> Apb4enr { + Apb4enr(0) + } + } + #[doc = "RCC AHB1 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb1lpenr(pub u32); + impl Ahb1lpenr { + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub const fn dma1lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub fn set_dma1lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub const fn dma2lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub fn set_dma2lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc12lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc12lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub const fn eth1maclpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub fn set_eth1maclpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub const fn eth1txlpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub fn set_eth1txlpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub const fn eth1rxlpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub fn set_eth1rxlpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub const fn usb1otglpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub fn set_usb1otglpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub const fn usb1otghsulpilpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 26usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub fn set_usb1otghsulpilpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + } + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub const fn usb2otglpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub fn set_usb2otglpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub const fn usb2otghsulpilpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub fn set_usb2otghsulpilpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + } + impl Default for Ahb1lpenr { + fn default() -> Ahb1lpenr { + Ahb1lpenr(0) + } + } + #[doc = "RCC AHB1 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb1enr(pub u32); + impl Ahb1enr { + #[doc = "DMA1 Clock Enable"] + pub const fn dma1en(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "DMA1 Clock Enable"] + pub fn set_dma1en(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2 Clock Enable"] + pub const fn dma2en(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "DMA2 Clock Enable"] + pub fn set_dma2en(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub const fn adc12en(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub fn set_adc12en(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub const fn eth1macen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub fn set_eth1macen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Ethernet Transmission Clock Enable"] + pub const fn eth1txen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "Ethernet Transmission Clock Enable"] + pub fn set_eth1txen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "Ethernet Reception Clock Enable"] + pub const fn eth1rxen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "Ethernet Reception Clock Enable"] + pub fn set_eth1rxen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "Enable USB_PHY2 clocks"] + pub const fn usb2otghsulpien(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "Enable USB_PHY2 clocks"] + pub fn set_usb2otghsulpien(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub const fn usb1otgen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub fn set_usb1otgen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "USB_PHY1 Clocks Enable"] + pub const fn usb1ulpien(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 26usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "USB_PHY1 Clocks Enable"] + pub fn set_usb1ulpien(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + } + #[doc = "USB2OTG Peripheral Clocks Enable"] + pub const fn usb2otgen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "USB2OTG Peripheral Clocks Enable"] + pub fn set_usb2otgen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "USB_PHY2 Clocks Enable"] + pub const fn usb2ulpien(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "USB_PHY2 Clocks Enable"] + pub fn set_usb2ulpien(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + } + impl Default for Ahb1enr { + fn default() -> Ahb1enr { + Ahb1enr(0) +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + } + #[doc = "RCC AHB3 Clock Register"] +======= + pub struct Apb1hlpenr(pub u32); + impl Apb1hlpenr { + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub const fn crslpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub fn set_crslpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub const fn swplpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub fn set_swplpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub const fn opamplpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub fn set_opamplpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub const fn mdioslpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub fn set_mdioslpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub const fn fdcanlpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fdcanlpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + } + impl Default for Apb1hlpenr { + fn default() -> Apb1hlpenr { + Apb1hlpenr(0) + } + } + #[doc = "RCC Domain 3 Kernel Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D3ccipr(pub u32); + impl D3ccipr { + #[doc = "LPUART1 kernel clock source selection"] + pub const fn lpuart1sel(&self) -> super::vals::Lpuart1sel { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Lpuart1sel(val as u8) + } + #[doc = "LPUART1 kernel clock source selection"] + pub fn set_lpuart1sel(&mut self, val: super::vals::Lpuart1sel) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "I2C4 kernel clock source selection"] + pub const fn i2c4sel(&self) -> super::vals::I2c4sel { + let val = (self.0 >> 8usize) & 0x03; + super::vals::I2c4sel(val as u8) + } + #[doc = "I2C4 kernel clock source selection"] + pub fn set_i2c4sel(&mut self, val: super::vals::I2c4sel) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + } + #[doc = "LPTIM2 kernel clock source selection"] + pub const fn lptim2sel(&self) -> super::vals::Lptim2sel { + let val = (self.0 >> 10usize) & 0x07; + super::vals::Lptim2sel(val as u8) + } + #[doc = "LPTIM2 kernel clock source selection"] + pub fn set_lptim2sel(&mut self, val: super::vals::Lptim2sel) { + self.0 = (self.0 & !(0x07 << 10usize)) | (((val.0 as u32) & 0x07) << 10usize); + } + #[doc = "LPTIM3,4,5 kernel clock source selection"] + pub const fn lptim345sel(&self) -> super::vals::Lptim2sel { + let val = (self.0 >> 13usize) & 0x07; + super::vals::Lptim2sel(val as u8) + } + #[doc = "LPTIM3,4,5 kernel clock source selection"] + pub fn set_lptim345sel(&mut self, val: super::vals::Lptim2sel) { + self.0 = (self.0 & !(0x07 << 13usize)) | (((val.0 as u32) & 0x07) << 13usize); + } + #[doc = "SAR ADC kernel clock source selection"] + pub const fn adcsel(&self) -> super::vals::Adcsel { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Adcsel(val as u8) + } + #[doc = "SAR ADC kernel clock source selection"] + pub fn set_adcsel(&mut self, val: super::vals::Adcsel) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + } + #[doc = "Sub-Block A of SAI4 kernel clock source selection"] + pub const fn sai4asel(&self) -> super::vals::Sai4asel { + let val = (self.0 >> 21usize) & 0x07; + super::vals::Sai4asel(val as u8) + } + #[doc = "Sub-Block A of SAI4 kernel clock source selection"] + pub fn set_sai4asel(&mut self, val: super::vals::Sai4asel) { + self.0 = (self.0 & !(0x07 << 21usize)) | (((val.0 as u32) & 0x07) << 21usize); + } + #[doc = "Sub-Block B of SAI4 kernel clock source selection"] + pub const fn sai4bsel(&self) -> super::vals::Sai4asel { + let val = (self.0 >> 24usize) & 0x07; + super::vals::Sai4asel(val as u8) + } + #[doc = "Sub-Block B of SAI4 kernel clock source selection"] + pub fn set_sai4bsel(&mut self, val: super::vals::Sai4asel) { + self.0 = (self.0 & !(0x07 << 24usize)) | (((val.0 as u32) & 0x07) << 24usize); + } + #[doc = "SPI6 kernel clock source selection"] + pub const fn spi6sel(&self) -> super::vals::Spi6sel { + let val = (self.0 >> 28usize) & 0x07; + super::vals::Spi6sel(val as u8) + } + #[doc = "SPI6 kernel clock source selection"] + pub fn set_spi6sel(&mut self, val: super::vals::Spi6sel) { + self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); + } + } + impl Default for D3ccipr { + fn default() -> D3ccipr { + D3ccipr(0) + } + } + #[doc = "RCC AHB2 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Ahb2enr(pub u32); + impl C1Ahb2enr { + #[doc = "DCMI peripheral clock"] + pub const fn dcmien(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "DCMI peripheral clock"] + pub fn set_dcmien(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "CRYPT peripheral clock enable"] + pub const fn crypten(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "CRYPT peripheral clock enable"] + pub fn set_crypten(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "HASH peripheral clock enable"] + pub const fn hashen(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "HASH peripheral clock enable"] + pub fn set_hashen(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "RNG peripheral clocks enable"] + pub const fn rngen(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "RNG peripheral clocks enable"] + pub fn set_rngen(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "SDMMC2 and SDMMC2 delay clock enable"] + pub const fn sdmmc2en(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "SDMMC2 and SDMMC2 delay clock enable"] + pub fn set_sdmmc2en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SRAM1 block enable"] + pub const fn sram1en(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "SRAM1 block enable"] + pub fn set_sram1en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "SRAM2 block enable"] + pub const fn sram2en(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "SRAM2 block enable"] + pub fn set_sram2en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "SRAM3 block enable"] + pub const fn sram3en(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "SRAM3 block enable"] + pub fn set_sram3en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for C1Ahb2enr { + fn default() -> C1Ahb2enr { + C1Ahb2enr(0) + } + } + #[doc = "RCC PLL3 Dividers Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pll3divr(pub u32); + impl Pll3divr { + #[doc = "Multiplication factor for PLL1 VCO"] + pub const fn divn3(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 + } + #[doc = "Multiplication factor for PLL1 VCO"] + pub fn set_divn3(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + } + #[doc = "PLL DIVP division factor"] + pub const fn divp3(&self) -> u8 { + let val = (self.0 >> 9usize) & 0x7f; + val as u8 + } + #[doc = "PLL DIVP division factor"] + pub fn set_divp3(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 9usize)) | (((val as u32) & 0x7f) << 9usize); + } + #[doc = "PLL DIVQ division factor"] + pub const fn divq3(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x7f; + val as u8 + } + #[doc = "PLL DIVQ division factor"] + pub fn set_divq3(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); + } + #[doc = "PLL DIVR division factor"] + pub const fn divr3(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x7f; + val as u8 + } + #[doc = "PLL DIVR division factor"] + pub fn set_divr3(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); + } + } + impl Default for Pll3divr { + fn default() -> Pll3divr { + Pll3divr(0) + } + } + #[doc = "RCC Clock Control and Status Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Csr(pub u32); + impl Csr { + #[doc = "LSI oscillator enable"] + pub const fn lsion(&self) -> super::vals::Lsion { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lsion(val as u8) + } + #[doc = "LSI oscillator enable"] + pub fn set_lsion(&mut self, val: super::vals::Lsion) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LSI oscillator ready"] + pub const fn lsirdy(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "LSI oscillator ready"] + pub fn set_lsirdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + } + impl Default for Csr { + fn default() -> Csr { + Csr(0) + } + } + #[doc = "RCC Clock Source Interrupt Enable Register"] +>>>>>>> c084e70 (Update generated code) + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Msirange(pub u8); + impl Msirange { + #[doc = "range 0 around 65.536 kHz"] + pub const RANGE0: Self = Self(0); + #[doc = "range 1 around 131.072 kHz"] + pub const RANGE1: Self = Self(0x01); + #[doc = "range 2 around 262.144 kHz"] + pub const RANGE2: Self = Self(0x02); + #[doc = "range 3 around 524.288 kHz"] + pub const RANGE3: Self = Self(0x03); + #[doc = "range 4 around 1.048 MHz"] + pub const RANGE4: Self = Self(0x04); + #[doc = "range 5 around 2.097 MHz (reset value)"] + pub const RANGE5: Self = Self(0x05); + #[doc = "range 6 around 4.194 MHz"] + pub const RANGE6: Self = Self(0x06); + #[doc = "not allowed"] + pub const RANGE7: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hserdyr(pub u8); + impl Hserdyr { + #[doc = "Oscillator is not stable"] + pub const NOTREADY: Self = Self(0); + #[doc = "Oscillator is stable"] + pub const READY: Self = Self(0x01); +======= + #[derive(Copy, Clone, Eq, PartialEq)] +<<<<<<< HEAD + pub struct C1Ahb3enr(pub u32); + impl C1Ahb3enr { + #[doc = "MDMA Peripheral Clock Enable"] + pub const fn mdmaen(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "MDMA Peripheral Clock Enable"] + pub fn set_mdmaen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2D Peripheral Clock Enable"] + pub const fn dma2den(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "DMA2D Peripheral Clock Enable"] + pub fn set_dma2den(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "JPGDEC Peripheral Clock Enable"] + pub const fn jpgdecen(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "JPGDEC Peripheral Clock Enable"] + pub fn set_jpgdecen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FMC Peripheral Clocks Enable"] + pub const fn fmcen(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "FMC Peripheral Clocks Enable"] + pub fn set_fmcen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] + pub const fn qspien(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] + pub fn set_qspien(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] + pub const fn sdmmc1en(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] + pub fn set_sdmmc1en(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + } + impl Default for C1Ahb3enr { + fn default() -> C1Ahb3enr { + C1Ahb3enr(0) +======= + pub struct Cier(pub u32); + impl Cier { + #[doc = "LSI ready Interrupt Enable"] + pub const fn lsirdyie(&self) -> super::vals::Lsirdyie { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } + #[doc = "LSI ready Interrupt Enable"] + pub fn set_lsirdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LSE ready Interrupt Enable"] + pub const fn lserdyie(&self) -> super::vals::Lsirdyie { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } + #[doc = "LSE ready Interrupt Enable"] + pub fn set_lserdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "HSI ready Interrupt Enable"] + pub const fn hsirdyie(&self) -> super::vals::Lsirdyie { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } + #[doc = "HSI ready Interrupt Enable"] + pub fn set_hsirdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "HSE ready Interrupt Enable"] + pub const fn hserdyie(&self) -> super::vals::Lsirdyie { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } + #[doc = "HSE ready Interrupt Enable"] + pub fn set_hserdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "CSI ready Interrupt Enable"] + pub const fn csirdyie(&self) -> super::vals::Lsirdyie { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } + #[doc = "CSI ready Interrupt Enable"] + pub fn set_csirdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "RC48 ready Interrupt Enable"] + pub const fn hsi48rdyie(&self) -> super::vals::Lsirdyie { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } + #[doc = "RC48 ready Interrupt Enable"] + pub fn set_hsi48rdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "PLL1 ready Interrupt Enable"] + pub fn pllrdyie(&self, n: usize) -> super::vals::Lsirdyie { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lsirdyie(val as u8) + } + #[doc = "PLL1 ready Interrupt Enable"] + pub fn set_pllrdyie(&mut self, n: usize, val: super::vals::Lsirdyie) { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "LSE clock security system Interrupt Enable"] + pub const fn lsecssie(&self) -> super::vals::Lsirdyie { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } + #[doc = "LSE clock security system Interrupt Enable"] + pub fn set_lsecssie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + } + impl Default for Cier { + fn default() -> Cier { + Cier(0) + } + } + #[doc = "RCC APB3 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb3lpenr(pub u32); + impl Apb3lpenr { + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub const fn ltdclpen(&self) -> super::vals::Apb3lpenrLtdclpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb3lpenrLtdclpen(val as u8) + } + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub fn set_ltdclpen(&mut self, val: super::vals::Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub const fn wwdg1lpen(&self) -> super::vals::Apb3lpenrLtdclpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Apb3lpenrLtdclpen(val as u8) + } + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub fn set_wwdg1lpen(&mut self, val: super::vals::Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + } + impl Default for Apb3lpenr { + fn default() -> Apb3lpenr { + Apb3lpenr(0) + } + } + #[doc = "RCC APB3 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb3lpenr(pub u32); + impl C1Apb3lpenr { + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub const fn ltdclpen(&self) -> super::vals::C1Apb3lpenrLtdclpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb3lpenrLtdclpen(val as u8) + } + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub fn set_ltdclpen(&mut self, val: super::vals::C1Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub const fn wwdg1lpen(&self) -> super::vals::C1Apb3lpenrLtdclpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb3lpenrLtdclpen(val as u8) + } + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub fn set_wwdg1lpen(&mut self, val: super::vals::C1Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + } + impl Default for C1Apb3lpenr { + fn default() -> C1Apb3lpenr { + C1Apb3lpenr(0) +>>>>>>> c084e70 (Update generated code) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC Backup Domain Control Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crcsmen(pub u8); + impl Crcsmen { + #[doc = "Test integration module clock disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "Test integration module clock enabled in Sleep mode (if enabled by CRCEN)"] + pub const ENABLED: Self = Self(0x01); + } +<<<<<<< HEAD +======= + #[doc = "RCC AHB4 Sleep Clock Register"] +>>>>>>> c084e70 (Update generated code) + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cryprstw(pub u8); + impl Cryprstw { + #[doc = "Reset the module"] + pub const RESET: Self = Self(0x01); +======= + #[derive(Copy, Clone, Eq, PartialEq)] +<<<<<<< HEAD + pub struct Bdcr(pub u32); + impl Bdcr { + #[doc = "LSE oscillator enabled"] + pub const fn lseon(&self) -> super::vals::Lseon { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lseon(val as u8) + } + #[doc = "LSE oscillator enabled"] + pub fn set_lseon(&mut self, val: super::vals::Lseon) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LSE oscillator ready"] + pub const fn lserdy(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "LSE oscillator ready"] + pub fn set_lserdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "LSE oscillator bypass"] + pub const fn lsebyp(&self) -> super::vals::Lsebyp { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Lsebyp(val as u8) + } + #[doc = "LSE oscillator bypass"] + pub fn set_lsebyp(&mut self, val: super::vals::Lsebyp) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "LSE oscillator driving capability"] + pub const fn lsedrv(&self) -> super::vals::Lsedrv { + let val = (self.0 >> 3usize) & 0x03; + super::vals::Lsedrv(val as u8) + } + #[doc = "LSE oscillator driving capability"] + pub fn set_lsedrv(&mut self, val: super::vals::Lsedrv) { + self.0 = (self.0 & !(0x03 << 3usize)) | (((val.0 as u32) & 0x03) << 3usize); + } + #[doc = "LSE clock security system enable"] + pub const fn lsecsson(&self) -> super::vals::Lsecsson { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lsecsson(val as u8) + } + #[doc = "LSE clock security system enable"] + pub fn set_lsecsson(&mut self, val: super::vals::Lsecsson) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "LSE clock security system failure detection"] + pub const fn lsecssd(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "LSE clock security system failure detection"] + pub fn set_lsecssd(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "RTC clock source selection"] + pub const fn rtcsel(&self) -> super::vals::Rtcsel { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Rtcsel(val as u8) + } + #[doc = "RTC clock source selection"] + pub fn set_rtcsel(&mut self, val: super::vals::Rtcsel) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + } + #[doc = "RTC clock enable"] + pub const fn rtcen(&self) -> super::vals::Rtcen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Rtcen(val as u8) + } + #[doc = "RTC clock enable"] + pub fn set_rtcen(&mut self, val: super::vals::Rtcen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "VSwitch domain software reset"] + pub const fn bdrst(&self) -> super::vals::Bdrst { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Bdrst(val as u8) + } + #[doc = "VSwitch domain software reset"] + pub fn set_bdrst(&mut self, val: super::vals::Bdrst) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + } + impl Default for Bdcr { + fn default() -> Bdcr { + Bdcr(0) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC AHB2 Sleep Clock Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dbgrstw(pub u8); + impl Dbgrstw { + #[doc = "Reset the module"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsirdyie(pub u8); + impl Hsirdyie { + #[doc = "Ready interrupt disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Ready interrupt enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsidivfr(pub u8); + impl Hsidivfr { + #[doc = "16 MHz HSI clock not divided"] + pub const NOTDIVIDED: Self = Self(0); + #[doc = "16 MHz HSI clock divided by 4"] + pub const DIV4: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Stopwuck(pub u8); + impl Stopwuck { + #[doc = "Internal 64 KHz to 4 MHz (MSI) oscillator selected as wake-up from Stop clock"] + pub const MSI: Self = Self(0); + #[doc = "Internal 16 MHz (HSI) oscillator selected as wake-up from Stop clock (or HSI16/4 if HSI16DIVEN=1)"] + pub const HSI16: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsi48rdyfr(pub u8); + impl Hsi48rdyfr { + #[doc = "No clock ready interrupt"] + pub const NOTINTERRUPTED: Self = Self(0); + #[doc = "Clock ready interrupt"] + pub const INTERRUPTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcpre(pub u8); + impl Rtcpre { + #[doc = "HSE divided by 2"] + pub const DIV2: Self = Self(0); + #[doc = "HSE divided by 4"] + pub const DIV4: Self = Self(0x01); + #[doc = "HSE divided by 8"] + pub const DIV8: Self = Self(0x02); + #[doc = "HSE divided by 16"] + pub const DIV16: Self = Self(0x03); +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb2lpenr(pub u32); + impl Ahb2lpenr { + #[doc = "DCMI peripheral clock enable during csleep mode"] + pub const fn dcmilpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "DCMI peripheral clock enable during csleep mode"] + pub fn set_dcmilpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "CRYPT peripheral clock enable during CSleep mode"] + pub const fn cryptlpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "CRYPT peripheral clock enable during CSleep mode"] + pub fn set_cryptlpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "HASH peripheral clock enable during CSleep mode"] + pub const fn hashlpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "HASH peripheral clock enable during CSleep mode"] + pub fn set_hashlpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "RNG peripheral clock enable during CSleep mode"] + pub const fn rnglpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "RNG peripheral clock enable during CSleep mode"] + pub fn set_rnglpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] + pub const fn sdmmc2lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] + pub fn set_sdmmc2lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SRAM1 Clock Enable During CSleep Mode"] + pub const fn sram1lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM1 Clock Enable During CSleep Mode"] + pub fn set_sram1lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "SRAM2 Clock Enable During CSleep Mode"] + pub const fn sram2lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM2 Clock Enable During CSleep Mode"] + pub fn set_sram2lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "SRAM3 Clock Enable During CSleep Mode"] + pub const fn sram3lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM3 Clock Enable During CSleep Mode"] + pub fn set_sram3lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Ahb2lpenr { + fn default() -> Ahb2lpenr { + Ahb2lpenr(0) +======= + pub struct C1Ahb4lpenr(pub u32); + impl C1Ahb4lpenr { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioalpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioalpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioblpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioblpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioclpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioclpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiodlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiodlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioelpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioelpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioflpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioflpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioglpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioglpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiohlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiohlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioilpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioilpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiojlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiojlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioklpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioklpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "CRC peripheral clock enable during CSleep mode"] + pub const fn crclpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "CRC peripheral clock enable during CSleep mode"] + pub fn set_crclpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "BDMA Clock Enable During CSleep Mode"] + pub const fn bdmalpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "BDMA Clock Enable During CSleep Mode"] + pub fn set_bdmalpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc3lpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc3lpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "Backup RAM Clock Enable During CSleep Mode"] + pub const fn bkpramlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "Backup RAM Clock Enable During CSleep Mode"] + pub fn set_bkpramlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "SRAM4 Clock Enable During CSleep Mode"] + pub const fn sram4lpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "SRAM4 Clock Enable During CSleep Mode"] + pub fn set_sram4lpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + } + impl Default for C1Ahb4lpenr { + fn default() -> C1Ahb4lpenr { + C1Ahb4lpenr(0) + } + } + #[doc = "RCC AHB3 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb3lpenr(pub u32); + impl Ahb3lpenr { + #[doc = "MDMA Clock Enable During CSleep Mode"] + pub const fn mdmalpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "MDMA Clock Enable During CSleep Mode"] + pub fn set_mdmalpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2D Clock Enable During CSleep Mode"] + pub const fn dma2dlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "DMA2D Clock Enable During CSleep Mode"] + pub fn set_dma2dlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "JPGDEC Clock Enable During CSleep Mode"] + pub const fn jpgdeclpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "JPGDEC Clock Enable During CSleep Mode"] + pub fn set_jpgdeclpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FLITF Clock Enable During CSleep Mode"] + pub const fn flashlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "FLITF Clock Enable During CSleep Mode"] + pub fn set_flashlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] + pub const fn fmclpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fmclpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] + pub const fn qspilpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] + pub fn set_qspilpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] + pub const fn sdmmc1lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] + pub fn set_sdmmc1lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] + pub const fn d1dtcm1lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] + pub fn set_d1dtcm1lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] + pub const fn dtcm2lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] + pub fn set_dtcm2lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "D1ITCM Block Clock Enable During CSleep mode"] + pub const fn itcmlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1ITCM Block Clock Enable During CSleep mode"] + pub fn set_itcmlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "AXISRAM Block Clock Enable During CSleep mode"] + pub const fn axisramlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "AXISRAM Block Clock Enable During CSleep mode"] + pub fn set_axisramlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Ahb3lpenr { + fn default() -> Ahb3lpenr { + Ahb3lpenr(0) + } + } + #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D2ccip2r(pub u32); + impl D2ccip2r { + #[doc = "USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection"] + pub const fn usart234578sel(&self) -> super::vals::Usart234578sel { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Usart234578sel(val as u8) + } + #[doc = "USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection"] + pub fn set_usart234578sel(&mut self, val: super::vals::Usart234578sel) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "USART1 and 6 kernel clock source selection"] + pub const fn usart16sel(&self) -> super::vals::Usart16sel { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Usart16sel(val as u8) + } + #[doc = "USART1 and 6 kernel clock source selection"] + pub fn set_usart16sel(&mut self, val: super::vals::Usart16sel) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + } + #[doc = "RNG kernel clock source selection"] + pub const fn rngsel(&self) -> super::vals::Rngsel { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Rngsel(val as u8) + } + #[doc = "RNG kernel clock source selection"] + pub fn set_rngsel(&mut self, val: super::vals::Rngsel) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + } + #[doc = "I2C1,2,3 kernel clock source selection"] + pub const fn i2c123sel(&self) -> super::vals::I2c123sel { + let val = (self.0 >> 12usize) & 0x03; + super::vals::I2c123sel(val as u8) + } + #[doc = "I2C1,2,3 kernel clock source selection"] + pub fn set_i2c123sel(&mut self, val: super::vals::I2c123sel) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "USBOTG 1 and 2 kernel clock source selection"] + pub const fn usbsel(&self) -> super::vals::Usbsel { + let val = (self.0 >> 20usize) & 0x03; + super::vals::Usbsel(val as u8) + } + #[doc = "USBOTG 1 and 2 kernel clock source selection"] + pub fn set_usbsel(&mut self, val: super::vals::Usbsel) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); + } + #[doc = "HDMI-CEC kernel clock source selection"] + pub const fn cecsel(&self) -> super::vals::Cecsel { + let val = (self.0 >> 22usize) & 0x03; + super::vals::Cecsel(val as u8) + } + #[doc = "HDMI-CEC kernel clock source selection"] + pub fn set_cecsel(&mut self, val: super::vals::Cecsel) { + self.0 = (self.0 & !(0x03 << 22usize)) | (((val.0 as u32) & 0x03) << 22usize); + } + #[doc = "LPTIM1 kernel clock source selection"] + pub const fn lptim1sel(&self) -> super::vals::Lptim1sel { + let val = (self.0 >> 28usize) & 0x07; + super::vals::Lptim1sel(val as u8) + } + #[doc = "LPTIM1 kernel clock source selection"] + pub fn set_lptim1sel(&mut self, val: super::vals::Lptim1sel) { + self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); + } + } + impl Default for D2ccip2r { + fn default() -> D2ccip2r { + D2ccip2r(0) + } + } + #[doc = "RCC Domain 2 Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D2cfgr(pub u32); + impl D2cfgr { + #[doc = "D2 domain APB1 prescaler"] + pub const fn d2ppre1(&self) -> super::vals::D2ppre1 { + let val = (self.0 >> 4usize) & 0x07; + super::vals::D2ppre1(val as u8) + } + #[doc = "D2 domain APB1 prescaler"] + pub fn set_d2ppre1(&mut self, val: super::vals::D2ppre1) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "D2 domain APB2 prescaler"] + pub const fn d2ppre2(&self) -> super::vals::D2ppre1 { + let val = (self.0 >> 8usize) & 0x07; + super::vals::D2ppre1(val as u8) + } + #[doc = "D2 domain APB2 prescaler"] + pub fn set_d2ppre2(&mut self, val: super::vals::D2ppre1) { + self.0 = (self.0 & !(0x07 << 8usize)) | (((val.0 as u32) & 0x07) << 8usize); + } + } + impl Default for D2cfgr { + fn default() -> D2cfgr { + D2cfgr(0) +>>>>>>> c084e70 (Update generated code) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC PLL3 Dividers Configuration Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csshsecw(pub u8); + impl Csshsecw { + #[doc = "Clear interrupt flag"] + pub const CLEAR: Self = Self(0x01); +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pll3divr(pub u32); + impl Pll3divr { + #[doc = "Multiplication factor for PLL1 VCO"] + pub const fn divn3(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 + } + #[doc = "Multiplication factor for PLL1 VCO"] + pub fn set_divn3(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + } + #[doc = "PLL DIVP division factor"] + pub const fn divp3(&self) -> u8 { + let val = (self.0 >> 9usize) & 0x7f; + val as u8 + } + #[doc = "PLL DIVP division factor"] + pub fn set_divp3(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 9usize)) | (((val as u32) & 0x7f) << 9usize); + } + #[doc = "PLL DIVQ division factor"] + pub const fn divq3(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x7f; + val as u8 + } + #[doc = "PLL DIVQ division factor"] + pub fn set_divq3(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); + } + #[doc = "PLL DIVR division factor"] + pub const fn divr3(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x7f; + val as u8 + } + #[doc = "PLL DIVR division factor"] + pub fn set_divr3(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); + } + } + impl Default for Pll3divr { + fn default() -> Pll3divr { + Pll3divr(0) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC APB3 Sleep Clock Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csslsef(pub u8); + impl Csslsef { + #[doc = "No failure detected on LSE clock failure"] + pub const NOFAILURE: Self = Self(0); + #[doc = "Failure detected on LSE clock failure"] + pub const FAILURE: Self = Self(0x01); +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb3lpenr(pub u32); + impl Apb3lpenr { + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub const fn ltdclpen(&self) -> super::vals::Apb3lpenrLtdclpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb3lpenrLtdclpen(val as u8) + } + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub fn set_ltdclpen(&mut self, val: super::vals::Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub const fn wwdg1lpen(&self) -> super::vals::Apb3lpenrLtdclpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Apb3lpenrLtdclpen(val as u8) + } + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub fn set_wwdg1lpen(&mut self, val: super::vals::Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + } + impl Default for Apb3lpenr { + fn default() -> Apb3lpenr { + Apb3lpenr(0) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC AHB3 Sleep Clock Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csslsed(pub u8); + impl Csslsed { + #[doc = "No failure detected on LSE (32 kHz oscillator)"] + pub const NOFAILURE: Self = Self(0); + #[doc = "Failure detected on LSE (32 kHz oscillator)"] + pub const FAILURE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptimen(pub u8); + impl Lptimen { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb3lpenr(pub u32); + impl Ahb3lpenr { + #[doc = "MDMA Clock Enable During CSleep Mode"] + pub const fn mdmalpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "MDMA Clock Enable During CSleep Mode"] + pub fn set_mdmalpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2D Clock Enable During CSleep Mode"] + pub const fn dma2dlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "DMA2D Clock Enable During CSleep Mode"] + pub fn set_dma2dlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "JPGDEC Clock Enable During CSleep Mode"] + pub const fn jpgdeclpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "JPGDEC Clock Enable During CSleep Mode"] + pub fn set_jpgdeclpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FLITF Clock Enable During CSleep Mode"] + pub const fn flashlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "FLITF Clock Enable During CSleep Mode"] + pub fn set_flashlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] + pub const fn fmclpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fmclpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] + pub const fn qspilpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] + pub fn set_qspilpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] + pub const fn sdmmc1lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] + pub fn set_sdmmc1lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] + pub const fn d1dtcm1lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] + pub fn set_d1dtcm1lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] + pub const fn dtcm2lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] + pub fn set_dtcm2lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "D1ITCM Block Clock Enable During CSleep mode"] + pub const fn itcmlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1ITCM Block Clock Enable During CSleep mode"] + pub fn set_itcmlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "AXISRAM Block Clock Enable During CSleep mode"] + pub const fn axisramlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "AXISRAM Block Clock Enable During CSleep mode"] + pub fn set_axisramlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Ahb3lpenr { + fn default() -> Ahb3lpenr { + Ahb3lpenr(0) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcsel(pub u8); + impl Rtcsel { + #[doc = "No clock"] + pub const NOCLOCK: Self = Self(0); + #[doc = "LSE oscillator clock used as RTC clock"] + pub const LSE: Self = Self(0x01); + #[doc = "LSI oscillator clock used as RTC clock"] + pub const LSI: Self = Self(0x02); + #[doc = "HSE oscillator clock divided by a programmable prescaler (selection through the RTCPRE[1:0] +bits in the RCC clock control register (RCC_CR)) used as the RTC clock"] + pub const HSE: Self = Self(0x03); + } +<<<<<<< HEAD +======= + #[doc = "RCC AHB3 Sleep Clock Register"] +>>>>>>> c084e70 (Update generated code) + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptimsel(pub u8); + impl Lptimsel { + #[doc = "APB clock selected as Timer clock"] + pub const APB: Self = Self(0); + #[doc = "LSI clock selected as Timer clock"] + pub const LSI: Self = Self(0x01); + #[doc = "HSI16 clock selected as Timer clock"] + pub const HSI16: Self = Self(0x02); + #[doc = "LSE clock selected as Timer clock"] + pub const LSE: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csslseon(pub u8); + impl Csslseon { + #[doc = "Oscillator OFF"] + pub const OFF: Self = Self(0); + #[doc = "Oscillator ON"] + pub const ON: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dmasmen(pub u8); + impl Dmasmen { + #[doc = "DMA clock disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "DMA clock enabled in Sleep mode"] + pub const ENABLED: Self = Self(0x01); +======= + #[derive(Copy, Clone, Eq, PartialEq)] +<<<<<<< HEAD + pub struct D2ccip2r(pub u32); + impl D2ccip2r { + #[doc = "USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection"] + pub const fn usart234578sel(&self) -> super::vals::Usart234578sel { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Usart234578sel(val as u8) + } + #[doc = "USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection"] + pub fn set_usart234578sel(&mut self, val: super::vals::Usart234578sel) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "USART1 and 6 kernel clock source selection"] + pub const fn usart16sel(&self) -> super::vals::Usart16sel { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Usart16sel(val as u8) + } + #[doc = "USART1 and 6 kernel clock source selection"] + pub fn set_usart16sel(&mut self, val: super::vals::Usart16sel) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + } + #[doc = "RNG kernel clock source selection"] + pub const fn rngsel(&self) -> super::vals::Rngsel { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Rngsel(val as u8) + } + #[doc = "RNG kernel clock source selection"] + pub fn set_rngsel(&mut self, val: super::vals::Rngsel) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + } + #[doc = "I2C1,2,3 kernel clock source selection"] + pub const fn i2c123sel(&self) -> super::vals::I2c123sel { + let val = (self.0 >> 12usize) & 0x03; + super::vals::I2c123sel(val as u8) + } + #[doc = "I2C1,2,3 kernel clock source selection"] + pub fn set_i2c123sel(&mut self, val: super::vals::I2c123sel) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "USBOTG 1 and 2 kernel clock source selection"] + pub const fn usbsel(&self) -> super::vals::Usbsel { + let val = (self.0 >> 20usize) & 0x03; + super::vals::Usbsel(val as u8) + } + #[doc = "USBOTG 1 and 2 kernel clock source selection"] + pub fn set_usbsel(&mut self, val: super::vals::Usbsel) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); + } + #[doc = "HDMI-CEC kernel clock source selection"] + pub const fn cecsel(&self) -> super::vals::Cecsel { + let val = (self.0 >> 22usize) & 0x03; + super::vals::Cecsel(val as u8) + } + #[doc = "HDMI-CEC kernel clock source selection"] + pub fn set_cecsel(&mut self, val: super::vals::Cecsel) { + self.0 = (self.0 & !(0x03 << 22usize)) | (((val.0 as u32) & 0x03) << 22usize); + } + #[doc = "LPTIM1 kernel clock source selection"] + pub const fn lptim1sel(&self) -> super::vals::Lptim1sel { + let val = (self.0 >> 28usize) & 0x07; + super::vals::Lptim1sel(val as u8) + } + #[doc = "LPTIM1 kernel clock source selection"] + pub fn set_lptim1sel(&mut self, val: super::vals::Lptim1sel) { + self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); + } + } + impl Default for D2ccip2r { + fn default() -> D2ccip2r { + D2ccip2r(0) +======= + pub struct C1Ahb3lpenr(pub u32); + impl C1Ahb3lpenr { + #[doc = "MDMA Clock Enable During CSleep Mode"] + pub const fn mdmalpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "MDMA Clock Enable During CSleep Mode"] + pub fn set_mdmalpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2D Clock Enable During CSleep Mode"] + pub const fn dma2dlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "DMA2D Clock Enable During CSleep Mode"] + pub fn set_dma2dlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "JPGDEC Clock Enable During CSleep Mode"] + pub const fn jpgdeclpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "JPGDEC Clock Enable During CSleep Mode"] + pub fn set_jpgdeclpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Flash interface clock enable during csleep mode"] + pub const fn flashpren(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Flash interface clock enable during csleep mode"] + pub fn set_flashpren(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] + pub const fn fmclpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fmclpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] + pub const fn qspilpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] + pub fn set_qspilpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] + pub const fn sdmmc1lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] + pub fn set_sdmmc1lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] + pub const fn d1dtcm1lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] + pub fn set_d1dtcm1lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] + pub const fn dtcm2lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] + pub fn set_dtcm2lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "D1ITCM Block Clock Enable During CSleep mode"] + pub const fn itcmlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1ITCM Block Clock Enable During CSleep mode"] + pub fn set_itcmlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "AXISRAM Block Clock Enable During CSleep mode"] + pub const fn axisramlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "AXISRAM Block Clock Enable During CSleep mode"] + pub fn set_axisramlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for C1Ahb3lpenr { + fn default() -> C1Ahb3lpenr { + C1Ahb3lpenr(0) +>>>>>>> c084e70 (Update generated code) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC APB2 Clock Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lpwrrstfr(pub u8); + impl Lpwrrstfr { + #[doc = "No reset has occured"] + pub const NORESET: Self = Self(0); + #[doc = "A reset has occured"] + pub const RESET: Self = Self(0x01); + } +<<<<<<< HEAD +======= + #[doc = "RCC AHB4 Peripheral Reset Register"] +>>>>>>> c084e70 (Update generated code) + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mcosel(pub u8); + impl Mcosel { + #[doc = "No clock"] + pub const NOCLOCK: Self = Self(0); + #[doc = "SYSCLK clock selected"] + pub const SYSCLK: Self = Self(0x01); + #[doc = "HSI oscillator clock selected"] + pub const HSI16: Self = Self(0x02); + #[doc = "MSI oscillator clock selected"] + pub const MSI: Self = Self(0x03); + #[doc = "HSE oscillator clock selected"] + pub const HSE: Self = Self(0x04); + #[doc = "PLL clock selected"] + pub const PLL: Self = Self(0x05); + #[doc = "LSI oscillator clock selected"] + pub const LSI: Self = Self(0x06); + #[doc = "LSE oscillator clock selected"] + pub const LSE: Self = Self(0x07); +======= + #[derive(Copy, Clone, Eq, PartialEq)] +<<<<<<< HEAD + pub struct C1Apb2enr(pub u32); + impl C1Apb2enr { + #[doc = "TIM1 peripheral clock enable"] + pub const fn tim1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "TIM1 peripheral clock enable"] + pub fn set_tim1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM8 peripheral clock enable"] + pub const fn tim8en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "TIM8 peripheral clock enable"] + pub fn set_tim8en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "USART1 Peripheral Clocks Enable"] + pub const fn usart1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "USART1 Peripheral Clocks Enable"] + pub fn set_usart1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "USART6 Peripheral Clocks Enable"] + pub const fn usart6en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "USART6 Peripheral Clocks Enable"] + pub fn set_usart6en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "SPI1 Peripheral Clocks Enable"] + pub const fn spi1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SPI1 Peripheral Clocks Enable"] + pub fn set_spi1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "SPI4 Peripheral Clocks Enable"] + pub const fn spi4en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 13usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SPI4 Peripheral Clocks Enable"] + pub fn set_spi4en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "TIM15 peripheral clock enable"] + pub const fn tim15en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "TIM15 peripheral clock enable"] + pub fn set_tim15en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "TIM16 peripheral clock enable"] + pub const fn tim16en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "TIM16 peripheral clock enable"] + pub fn set_tim16en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "TIM17 peripheral clock enable"] + pub const fn tim17en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "TIM17 peripheral clock enable"] + pub fn set_tim17en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "SPI5 Peripheral Clocks Enable"] + pub const fn spi5en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SPI5 Peripheral Clocks Enable"] + pub fn set_spi5en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "SAI1 Peripheral Clocks Enable"] + pub const fn sai1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SAI1 Peripheral Clocks Enable"] + pub fn set_sai1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "SAI2 Peripheral Clocks Enable"] + pub const fn sai2en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SAI2 Peripheral Clocks Enable"] + pub fn set_sai2en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "SAI3 Peripheral Clocks Enable"] + pub const fn sai3en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 24usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SAI3 Peripheral Clocks Enable"] + pub fn set_sai3en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "DFSDM1 Peripheral Clocks Enable"] + pub const fn dfsdm1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "DFSDM1 Peripheral Clocks Enable"] + pub fn set_dfsdm1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); +======= + pub struct Ahb4rstr(pub u32); + impl Ahb4rstr { + #[doc = "GPIO block reset"] + pub const fn gpioarst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpioarst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiobrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiobrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiocrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiocrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiodrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiodrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "GPIO block reset"] + pub const fn gpioerst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpioerst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiofrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiofrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiogrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiogrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiohrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiohrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "GPIO block reset"] + pub const fn gpioirst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpioirst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiojrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiojrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "GPIO block reset"] + pub const fn gpiokrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "GPIO block reset"] + pub fn set_gpiokrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "CRC block reset"] + pub const fn crcrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "CRC block reset"] + pub fn set_crcrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "BDMA block reset"] + pub const fn bdmarst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "BDMA block reset"] + pub fn set_bdmarst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "ADC3 block reset"] + pub const fn adc3rst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "ADC3 block reset"] + pub fn set_adc3rst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "HSEM block reset"] + pub const fn hsemrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Gpioarst(val as u8) + } + #[doc = "HSEM block reset"] + pub fn set_hsemrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + } + impl Default for Ahb4rstr { + fn default() -> Ahb4rstr { + Ahb4rstr(0) + } + } + #[doc = "RCC APB3 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb3rstr(pub u32); + impl Apb3rstr { + #[doc = "LTDC block reset"] + pub const fn ltdcrst(&self) -> super::vals::Ltdcrst { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ltdcrst(val as u8) + } + #[doc = "LTDC block reset"] + pub fn set_ltdcrst(&mut self, val: super::vals::Ltdcrst) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); +>>>>>>> c084e70 (Update generated code) + } + #[doc = "HRTIM peripheral clock enable"] + pub const fn hrtimen(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "HRTIM peripheral clock enable"] + pub fn set_hrtimen(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + } +<<<<<<< HEAD + impl Default for C1Apb2enr { + fn default() -> C1Apb2enr { + C1Apb2enr(0) +======= + impl Default for Apb3rstr { + fn default() -> Apb3rstr { + Apb3rstr(0) +>>>>>>> c084e70 (Update generated code) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } +<<<<<<< HEAD + #[doc = "RCC AHB1 Sleep Clock Register"] +======= + #[doc = "RCC D3 Autonomous mode Register"] +>>>>>>> c084e70 (Update generated code) + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rmvfw(pub u8); + impl Rmvfw { + #[doc = "Clears the reset flag"] + pub const CLEAR: Self = Self(0x01); +======= + #[derive(Copy, Clone, Eq, PartialEq)] +<<<<<<< HEAD + pub struct C1Ahb1lpenr(pub u32); + impl C1Ahb1lpenr { + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub const fn dma1lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub fn set_dma1lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub const fn dma2lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub fn set_dma2lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc12lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc12lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub const fn eth1maclpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub fn set_eth1maclpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub const fn eth1txlpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub fn set_eth1txlpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub const fn eth1rxlpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub fn set_eth1rxlpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub const fn usb1otglpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 25usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub fn set_usb1otglpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub const fn usb1ulpilpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 26usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub fn set_usb1ulpilpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + } + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub const fn usb2otglpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub fn set_usb2otglpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub const fn usb2ulpilpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub fn set_usb2ulpilpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + } + impl Default for C1Ahb1lpenr { + fn default() -> C1Ahb1lpenr { + C1Ahb1lpenr(0) + } +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + #[doc = "RCC PLL1 Dividers Configuration Register"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Iophrst(pub u8); + impl Iophrst { + #[doc = "Reset I/O port"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsebyp(pub u8); + impl Lsebyp { + #[doc = "LSE oscillator not bypassed"] + pub const NOTBYPASSED: Self = Self(0); + #[doc = "LSE oscillator bypassed"] + pub const BYPASSED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sramsmen(pub u8); + impl Sramsmen { + #[doc = "NVM interface clock disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "NVM interface clock enabled in Sleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Icsel(pub u8); + impl Icsel { + #[doc = "APB clock selected as peripheral clock"] + pub const APB: Self = Self(0); + #[doc = "System clock selected as peripheral clock"] + pub const SYSTEM: Self = Self(0x01); + #[doc = "HSI16 clock selected as peripheral clock"] + pub const HSI16: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crypen(pub u8); + impl Crypen { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pllrdyr(pub u8); + impl Pllrdyr { + #[doc = "PLL unlocked"] + pub const UNLOCKED: Self = Self(0); + #[doc = "PLL locked"] + pub const LOCKED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptimrstw(pub u8); + impl Lptimrstw { + #[doc = "Reset the module"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsedrv(pub u8); + impl Lsedrv { + #[doc = "Lowest drive"] + pub const LOW: Self = Self(0); + #[doc = "Medium low drive"] + pub const MEDIUMLOW: Self = Self(0x01); + #[doc = "Medium high drive"] + pub const MEDIUMHIGH: Self = Self(0x02); + #[doc = "Highest drive"] + pub const HIGH: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lpuartsel(pub u8); + impl Lpuartsel { + #[doc = "APB clock selected as peripheral clock"] + pub const APB: Self = Self(0); + #[doc = "System clock selected as peripheral clock"] + pub const SYSTEM: Self = Self(0x01); + #[doc = "HSI16 clock selected as peripheral clock"] + pub const HSI16: Self = Self(0x02); + #[doc = "LSE clock selected as peripheral clock"] + pub const LSE: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mifsmen(pub u8); + impl Mifsmen { + #[doc = "NVM interface clock disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "NVM interface clock enabled in Sleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dbgsmen(pub u8); + impl Dbgsmen { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hpre(pub u8); + impl Hpre { + #[doc = "system clock not divided"] + pub const DIV1: Self = Self(0); + #[doc = "system clock divided by 2"] + pub const DIV2: Self = Self(0x08); + #[doc = "system clock divided by 4"] + pub const DIV4: Self = Self(0x09); + #[doc = "system clock divided by 8"] + pub const DIV8: Self = Self(0x0a); + #[doc = "system clock divided by 16"] + pub const DIV16: Self = Self(0x0b); + #[doc = "system clock divided by 64"] + pub const DIV64: Self = Self(0x0c); + #[doc = "system clock divided by 128"] + pub const DIV128: Self = Self(0x0d); + #[doc = "system clock divided by 256"] + pub const DIV256: Self = Self(0x0e); + #[doc = "system clock divided by 512"] + pub const DIV512: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csshsef(pub u8); + impl Csshsef { + #[doc = "No clock security interrupt caused by HSE clock failure"] + pub const NOCLOCK: Self = Self(0); + #[doc = "Clock security interrupt caused by HSE clock failure"] + pub const CLOCK: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sws(pub u8); + impl Sws { + #[doc = "MSI oscillator used as system clock"] + pub const MSI: Self = Self(0); + #[doc = "HSI oscillator used as system clock"] + pub const HSI16: Self = Self(0x01); + #[doc = "HSE oscillator used as system clock"] + pub const HSE: Self = Self(0x02); + #[doc = "PLL used as system clock"] + pub const PLL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pllon(pub u8); + impl Pllon { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptimsmen(pub u8); + impl Lptimsmen { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dbgen(pub u8); + impl Dbgen { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsiouten(pub u8); + impl Hsiouten { + #[doc = "HSI output clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "HSI output clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mcopre(pub u8); + impl Mcopre { + #[doc = "No division"] + pub const DIV1: Self = Self(0); + #[doc = "Division by 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "Division by 4"] + pub const DIV4: Self = Self(0x02); + #[doc = "Division by 8"] + pub const DIV8: Self = Self(0x03); + #[doc = "Division by 16"] + pub const DIV16: Self = Self(0x04); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csslse(pub u8); + impl Csslse { + #[doc = "LSE CSS interrupt disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "LSE CSS interrupt enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsi16rdyfr(pub u8); + impl Hsi16rdyfr { + #[doc = "HSI 16 MHz oscillator not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "HSI 16 MHz oscillator ready"] + pub const READY: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcrstw(pub u8); + impl Rtcrstw { + #[doc = "Resets the RTC peripheral"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pllmul(pub u8); + impl Pllmul { + #[doc = "PLL clock entry x 3"] + pub const MUL3: Self = Self(0); + #[doc = "PLL clock entry x 4"] + pub const MUL4: Self = Self(0x01); + #[doc = "PLL clock entry x 6"] + pub const MUL6: Self = Self(0x02); + #[doc = "PLL clock entry x 8"] + pub const MUL8: Self = Self(0x03); + #[doc = "PLL clock entry x 12"] + pub const MUL12: Self = Self(0x04); + #[doc = "PLL clock entry x 16"] + pub const MUL16: Self = Self(0x05); + #[doc = "PLL clock entry x 24"] + pub const MUL24: Self = Self(0x06); + #[doc = "PLL clock entry x 32"] + pub const MUL32: Self = Self(0x07); + #[doc = "PLL clock entry x 48"] + pub const MUL48: Self = Self(0x08); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsidiven(pub u8); + impl Hsidiven { + #[doc = "no 16 MHz HSI division requested"] + pub const NOTDIVIDED: Self = Self(0); + #[doc = "16 MHz HSI division by 4 requested"] + pub const DIV4: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Iophsmen(pub u8); + impl Iophsmen { + #[doc = "Port x clock is disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "Port x clock is enabled in Sleep mode (if enabled by IOPHEN)"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pllsrc(pub u8); + impl Pllsrc { + #[doc = "HSI selected as PLL input clock"] + pub const HSI16: Self = Self(0); + #[doc = "HSE selected as PLL input clock"] + pub const HSE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsebyp(pub u8); + impl Hsebyp { + #[doc = "HSE oscillator not bypassed"] + pub const NOTBYPASSED: Self = Self(0); + #[doc = "HSE oscillator bypassed"] + pub const BYPASSED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Plldiv(pub u8); + impl Plldiv { + #[doc = "PLLVCO / 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "PLLVCO / 3"] + pub const DIV3: Self = Self(0x02); + #[doc = "PLLVCO / 4"] + pub const DIV4: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sw(pub u8); + impl Sw { + #[doc = "MSI oscillator used as system clock"] + pub const MSI: Self = Self(0); + #[doc = "HSI oscillator used as system clock"] + pub const HSI16: Self = Self(0x01); + #[doc = "HSE oscillator used as system clock"] + pub const HSE: Self = Self(0x02); + #[doc = "PLL used as system clock"] + pub const PLL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crypsmen(pub u8); + impl Crypsmen { + #[doc = "Crypto clock disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "Crypto clock enabled in Sleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcen(pub u8); + impl Rtcen { + #[doc = "RTC clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "RTC clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lserdy(pub u8); + impl Lserdy { + #[doc = "Oscillator not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "Oscillator ready"] + pub const READY: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Iophen(pub u8); + impl Iophen { + #[doc = "Port clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Port clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ppre(pub u8); + impl Ppre { + #[doc = "HCLK not divided"] + pub const DIV1: Self = Self(0); + #[doc = "HCLK divided by 2"] + pub const DIV2: Self = Self(0x04); + #[doc = "HCLK divided by 4"] + pub const DIV4: Self = Self(0x05); + #[doc = "HCLK divided by 8"] + pub const DIV8: Self = Self(0x06); + #[doc = "HCLK divided by 16"] + pub const DIV16: Self = Self(0x07); + } + } +} +pub mod dma_v2 { + use crate::generic::*; + #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] + #[derive(Copy, Clone)] + pub struct St(pub *mut u8); + unsafe impl Send for St {} + unsafe impl Sync for St {} + impl St { + #[doc = "stream x configuration register"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "stream x number of data register"] + pub fn ndtr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "stream x peripheral address register"] + pub fn par(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "stream x memory 0 address register"] + pub fn m0ar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "stream x memory 1 address register"] + pub fn m1ar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "stream x FIFO control register"] + pub fn fcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + } + #[doc = "DMA controller"] + #[derive(Copy, Clone)] + pub struct Dma(pub *mut u8); + unsafe impl Send for Dma {} + unsafe impl Sync for Dma {} + impl Dma { + #[doc = "low interrupt status register"] + pub fn isr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } + } + #[doc = "low interrupt flag clear register"] + pub fn ifcr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + } + #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] + pub fn st(self, n: usize) -> St { + assert!(n < 8usize); + unsafe { St(self.0.add(16usize + n * 24usize)) } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dmdis(pub u8); + impl Dmdis { + #[doc = "Direct mode is enabled"] + pub const ENABLED: Self = Self(0); + #[doc = "Direct mode is disabled"] + pub const DISABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dbm(pub u8); + impl Dbm { + #[doc = "No buffer switching at the end of transfer"] + pub const DISABLED: Self = Self(0); + #[doc = "Memory target switched at the end of the DMA transfer"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ct(pub u8); + impl Ct { + #[doc = "The current target memory is Memory 0"] + pub const MEMORY0: Self = Self(0); + #[doc = "The current target memory is Memory 1"] + pub const MEMORY1: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dir(pub u8); + impl Dir { + #[doc = "Peripheral-to-memory"] + pub const PERIPHERALTOMEMORY: Self = Self(0); + #[doc = "Memory-to-peripheral"] + pub const MEMORYTOPERIPHERAL: Self = Self(0x01); + #[doc = "Memory-to-memory"] + pub const MEMORYTOMEMORY: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Inc(pub u8); + impl Inc { + #[doc = "Address pointer is fixed"] + pub const FIXED: Self = Self(0); + #[doc = "Address pointer is incremented after each data transfer"] + pub const INCREMENTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pincos(pub u8); + impl Pincos { + #[doc = "The offset size for the peripheral address calculation is linked to the PSIZE"] + pub const PSIZE: Self = Self(0); + #[doc = "The offset size for the peripheral address calculation is fixed to 4 (32-bit alignment)"] + pub const FIXED4: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pl(pub u8); + impl Pl { + #[doc = "Low"] + pub const LOW: Self = Self(0); + #[doc = "Medium"] + pub const MEDIUM: Self = Self(0x01); + #[doc = "High"] + pub const HIGH: Self = Self(0x02); + #[doc = "Very high"] + pub const VERYHIGH: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Fth(pub u8); + impl Fth { + #[doc = "1/4 full FIFO"] + pub const QUARTER: Self = Self(0); + #[doc = "1/2 full FIFO"] + pub const HALF: Self = Self(0x01); + #[doc = "3/4 full FIFO"] + pub const THREEQUARTERS: Self = Self(0x02); + #[doc = "Full FIFO"] + pub const FULL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pfctrl(pub u8); + impl Pfctrl { + #[doc = "The DMA is the flow controller"] + pub const DMA: Self = Self(0); + #[doc = "The peripheral is the flow controller"] + pub const PERIPHERAL: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Circ(pub u8); + impl Circ { + #[doc = "Circular mode disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Circular mode enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Fs(pub u8); + impl Fs { + #[doc = "0 < fifo_level < 1/4"] + pub const QUARTER1: Self = Self(0); + #[doc = "1/4 <= fifo_level < 1/2"] + pub const QUARTER2: Self = Self(0x01); + #[doc = "1/2 <= fifo_level < 3/4"] + pub const QUARTER3: Self = Self(0x02); + #[doc = "3/4 <= fifo_level < full"] + pub const QUARTER4: Self = Self(0x03); + #[doc = "FIFO is empty"] + pub const EMPTY: Self = Self(0x04); + #[doc = "FIFO is full"] + pub const FULL: Self = Self(0x05); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Size(pub u8); + impl Size { + #[doc = "Byte (8-bit)"] + pub const BITS8: Self = Self(0); + #[doc = "Half-word (16-bit)"] + pub const BITS16: Self = Self(0x01); + #[doc = "Word (32-bit)"] + pub const BITS32: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Burst(pub u8); + impl Burst { + #[doc = "Single transfer"] + pub const SINGLE: Self = Self(0); + #[doc = "Incremental burst of 4 beats"] + pub const INCR4: Self = Self(0x01); + #[doc = "Incremental burst of 8 beats"] + pub const INCR8: Self = Self(0x02); + #[doc = "Incremental burst of 16 beats"] + pub const INCR16: Self = Self(0x03); + } + } + pub mod regs { + use crate::generic::*; + #[doc = "stream x FIFO control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Fcr(pub u32); + impl Fcr { + #[doc = "FIFO threshold selection"] + pub const fn fth(&self) -> super::vals::Fth { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Fth(val as u8) + } + #[doc = "FIFO threshold selection"] + pub fn set_fth(&mut self, val: super::vals::Fth) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + } + #[doc = "Direct mode disable"] + pub const fn dmdis(&self) -> super::vals::Dmdis { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Dmdis(val as u8) + } + #[doc = "Direct mode disable"] + pub fn set_dmdis(&mut self, val: super::vals::Dmdis) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "FIFO status"] + pub const fn fs(&self) -> super::vals::Fs { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Fs(val as u8) + } + #[doc = "FIFO status"] + pub fn set_fs(&mut self, val: super::vals::Fs) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + } + #[doc = "FIFO error interrupt enable"] + pub const fn feie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "FIFO error interrupt enable"] + pub fn set_feie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + } + impl Default for Fcr { + fn default() -> Fcr { + Fcr(0) + } + } + #[doc = "interrupt register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ixr(pub u32); + impl Ixr { + #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] + pub fn feif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] + pub fn set_feif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] + pub fn dmeif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] + pub fn set_dmeif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x transfer error interrupt flag (x=3..0)"] + pub fn teif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x transfer error interrupt flag (x=3..0)"] + pub fn set_teif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x half transfer interrupt flag (x=3..0)"] + pub fn htif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x half transfer interrupt flag (x=3..0)"] + pub fn set_htif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] + pub fn tcif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] + pub fn set_tcif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for Ixr { + fn default() -> Ixr { + Ixr(0) + } + } + #[doc = "stream x configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "Stream enable / flag stream ready when read low"] + pub const fn en(&self) -> bool { +======= + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pll1divr(pub u32); + impl Pll1divr { + #[doc = "Multiplication factor for PLL1 VCO"] + pub const fn divn1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 + } + #[doc = "Multiplication factor for PLL1 VCO"] + pub fn set_divn1(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + } + #[doc = "PLL1 DIVP division factor"] + pub const fn divp1(&self) -> super::vals::Divp1 { + let val = (self.0 >> 9usize) & 0x7f; + super::vals::Divp1(val as u8) + } + #[doc = "PLL1 DIVP division factor"] + pub fn set_divp1(&mut self, val: super::vals::Divp1) { + self.0 = (self.0 & !(0x7f << 9usize)) | (((val.0 as u32) & 0x7f) << 9usize); + } + #[doc = "PLL1 DIVQ division factor"] + pub const fn divq1(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x7f; + val as u8 + } + #[doc = "PLL1 DIVQ division factor"] + pub fn set_divq1(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); + } + #[doc = "PLL1 DIVR division factor"] + pub const fn divr1(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x7f; + val as u8 + } + #[doc = "PLL1 DIVR division factor"] + pub fn set_divr1(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); + } + } + impl Default for Pll1divr { + fn default() -> Pll1divr { + Pll1divr(0) + } + } + #[doc = "RCC APB1 Low Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb1llpenr(pub u32); + impl C1Apb1llpenr { + #[doc = "TIM2 peripheral clock enable during CSleep mode"] + pub const fn tim2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM2 peripheral clock enable during CSleep mode"] + pub fn set_tim2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM3 peripheral clock enable during CSleep mode"] + pub const fn tim3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM3 peripheral clock enable during CSleep mode"] + pub fn set_tim3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "TIM4 peripheral clock enable during CSleep mode"] + pub const fn tim4lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM4 peripheral clock enable during CSleep mode"] + pub fn set_tim4lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM5 peripheral clock enable during CSleep mode"] + pub const fn tim5lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM5 peripheral clock enable during CSleep mode"] + pub fn set_tim5lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "TIM6 peripheral clock enable during CSleep mode"] + pub const fn tim6lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM6 peripheral clock enable during CSleep mode"] + pub fn set_tim6lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "TIM7 peripheral clock enable during CSleep mode"] + pub const fn tim7lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM7 peripheral clock enable during CSleep mode"] + pub fn set_tim7lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "TIM12 peripheral clock enable during CSleep mode"] + pub const fn tim12lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM12 peripheral clock enable during CSleep mode"] + pub fn set_tim12lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "TIM13 peripheral clock enable during CSleep mode"] + pub const fn tim13lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM13 peripheral clock enable during CSleep mode"] + pub fn set_tim13lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "TIM14 peripheral clock enable during CSleep mode"] + pub const fn tim14lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "TIM14 peripheral clock enable during CSleep mode"] + pub fn set_tim14lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim1lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim1lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] + pub const fn spdifrxlpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spdifrxlpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart4lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart4lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart5lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart5lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c1lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c1lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] + pub const fn ceclpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] + pub fn set_ceclpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] + pub const fn dac12lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] + pub fn set_dac12lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { +======= + pub struct D3amr(pub u32); + impl D3amr { + #[doc = "BDMA and DMAMUX Autonomous mode enable"] + pub const fn bdmaamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "BDMA and DMAMUX Autonomous mode enable"] + pub fn set_bdmaamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LPUART1 Autonomous mode enable"] + pub const fn lpuart1amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPUART1 Autonomous mode enable"] + pub fn set_lpuart1amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "SPI6 Autonomous mode enable"] + pub const fn spi6amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "SPI6 Autonomous mode enable"] + pub fn set_spi6amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "I2C4 Autonomous mode enable"] + pub const fn i2c4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "I2C4 Autonomous mode enable"] + pub fn set_i2c4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "LPTIM2 Autonomous mode enable"] + pub const fn lptim2amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM2 Autonomous mode enable"] + pub fn set_lptim2amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "LPTIM3 Autonomous mode enable"] + pub const fn lptim3amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM3 Autonomous mode enable"] + pub fn set_lptim3amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "LPTIM4 Autonomous mode enable"] + pub const fn lptim4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM4 Autonomous mode enable"] + pub fn set_lptim4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "LPTIM5 Autonomous mode enable"] + pub const fn lptim5amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM5 Autonomous mode enable"] + pub fn set_lptim5amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "COMP12 Autonomous mode enable"] + pub const fn comp12amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "COMP12 Autonomous mode enable"] + pub fn set_comp12amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "VREF Autonomous mode enable"] + pub const fn vrefamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "VREF Autonomous mode enable"] + pub fn set_vrefamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "RTC Autonomous mode enable"] + pub const fn rtcamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "RTC Autonomous mode enable"] + pub fn set_rtcamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "CRC Autonomous mode enable"] + pub const fn crcamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "CRC Autonomous mode enable"] + pub fn set_crcamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "SAI4 Autonomous mode enable"] + pub const fn sai4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "SAI4 Autonomous mode enable"] + pub fn set_sai4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "ADC3 Autonomous mode enable"] + pub const fn adc3amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "ADC3 Autonomous mode enable"] + pub fn set_adc3amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "Backup RAM Autonomous mode enable"] + pub const fn bkpramamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "Backup RAM Autonomous mode enable"] + pub fn set_bkpramamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "SRAM4 Autonomous mode enable"] + pub const fn sram4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "SRAM4 Autonomous mode enable"] + pub fn set_sram4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + } + impl Default for D3amr { + fn default() -> D3amr { + D3amr(0) + } + } + #[doc = "RCC APB1 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb1lenr(pub u32); + impl C1Apb1lenr { + #[doc = "TIM peripheral clock enable"] + pub const fn tim2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim4en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim4en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim5en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim5en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim6en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim6en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim7en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim7en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim12en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim12en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim13en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim13en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim14en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim14en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "LPTIM1 Peripheral Clocks Enable"] + pub const fn lptim1en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "LPTIM1 Peripheral Clocks Enable"] + pub fn set_lptim1en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI2 Peripheral Clocks Enable"] + pub const fn spi2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "SPI2 Peripheral Clocks Enable"] + pub fn set_spi2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SPI3 Peripheral Clocks Enable"] + pub const fn spi3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "SPI3 Peripheral Clocks Enable"] + pub fn set_spi3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SPDIFRX Peripheral Clocks Enable"] + pub const fn spdifrxen(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "SPDIFRX Peripheral Clocks Enable"] + pub fn set_spdifrxen(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "USART2 Peripheral Clocks Enable"] + pub const fn usart2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "USART2 Peripheral Clocks Enable"] + pub fn set_usart2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USART3 Peripheral Clocks Enable"] + pub const fn usart3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "USART3 Peripheral Clocks Enable"] + pub fn set_usart3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "UART4 Peripheral Clocks Enable"] + pub const fn uart4en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "UART4 Peripheral Clocks Enable"] + pub fn set_uart4en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "UART5 Peripheral Clocks Enable"] + pub const fn uart5en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "UART5 Peripheral Clocks Enable"] + pub fn set_uart5en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 Peripheral Clocks Enable"] + pub const fn i2c1en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "I2C1 Peripheral Clocks Enable"] + pub fn set_i2c1en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 Peripheral Clocks Enable"] + pub const fn i2c2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "I2C2 Peripheral Clocks Enable"] + pub fn set_i2c2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "I2C3 Peripheral Clocks Enable"] + pub const fn i2c3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "I2C3 Peripheral Clocks Enable"] + pub fn set_i2c3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "HDMI-CEC peripheral clock enable"] + pub const fn cecen(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 27usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "HDMI-CEC peripheral clock enable"] + pub fn set_cecen(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "DAC1&2 peripheral clock enable"] + pub const fn dac12en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "DAC1&2 peripheral clock enable"] + pub fn set_dac12en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "UART7 Peripheral Clocks Enable"] + pub const fn uart7en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "UART7 Peripheral Clocks Enable"] + pub fn set_uart7en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 Peripheral Clocks Enable"] + pub const fn uart8en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "UART8 Peripheral Clocks Enable"] + pub fn set_uart8en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for C1Apb1lenr { + fn default() -> C1Apb1lenr { + C1Apb1lenr(0) + } + } + #[doc = "RCC AHB1 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Ahb1lpenr(pub u32); + impl C1Ahb1lpenr { + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub const fn dma1lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub fn set_dma1lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub const fn dma2lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub fn set_dma2lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc12lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc12lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub const fn eth1maclpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub fn set_eth1maclpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub const fn eth1txlpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub fn set_eth1txlpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub const fn eth1rxlpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub fn set_eth1rxlpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub const fn usb1otglpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 25usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub fn set_usb1otglpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub const fn usb1ulpilpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 26usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub fn set_usb1ulpilpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + } + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub const fn usb2otglpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub fn set_usb2otglpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub const fn usb2ulpilpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub fn set_usb2ulpilpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + } + impl Default for C1Ahb1lpenr { + fn default() -> C1Ahb1lpenr { + C1Ahb1lpenr(0) + } + } + #[doc = "RCC AHB3 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb3enr(pub u32); + impl Ahb3enr { + #[doc = "MDMA Peripheral Clock Enable"] + pub const fn mdmaen(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) + } + #[doc = "MDMA Peripheral Clock Enable"] + pub fn set_mdmaen(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2D Peripheral Clock Enable"] + pub const fn dma2den(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) + } + #[doc = "DMA2D Peripheral Clock Enable"] + pub fn set_dma2den(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "JPGDEC Peripheral Clock Enable"] + pub const fn jpgdecen(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) + } + #[doc = "JPGDEC Peripheral Clock Enable"] + pub fn set_jpgdecen(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FMC Peripheral Clocks Enable"] + pub const fn fmcen(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) + } + #[doc = "FMC Peripheral Clocks Enable"] + pub fn set_fmcen(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] + pub const fn qspien(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] + pub fn set_qspien(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] + pub const fn sdmmc1en(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] + pub fn set_sdmmc1en(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + } + impl Default for Ahb3enr { + fn default() -> Ahb3enr { + Ahb3enr(0) + } + } + #[doc = "RCC APB2 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb2lpenr(pub u32); + impl Apb2lpenr { + #[doc = "TIM1 peripheral clock enable during CSleep mode"] + pub const fn tim1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM1 peripheral clock enable during CSleep mode"] + pub fn set_tim1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM8 peripheral clock enable during CSleep mode"] + pub const fn tim8lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM8 peripheral clock enable during CSleep mode"] + pub fn set_tim8lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart6lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart6lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi4lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 13usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi4lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "TIM15 peripheral clock enable during CSleep mode"] + pub const fn tim15lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM15 peripheral clock enable during CSleep mode"] + pub fn set_tim15lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "TIM16 peripheral clock enable during CSleep mode"] + pub const fn tim16lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM16 peripheral clock enable during CSleep mode"] + pub fn set_tim16lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "TIM17 peripheral clock enable during CSleep mode"] + pub const fn tim17lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM17 peripheral clock enable during CSleep mode"] + pub fn set_tim17lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi5lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi5lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai2lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai2lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai3lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai3lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn dfsdm1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_dfsdm1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "HRTIM peripheral clock enable during CSleep mode"] + pub const fn hrtimlpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "HRTIM peripheral clock enable during CSleep mode"] + pub fn set_hrtimlpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { +>>>>>>> c084e70 (Update generated code) + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart7lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart7lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart8lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart8lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } +<<<<<<< HEAD + impl Default for C1Apb1llpenr { + fn default() -> C1Apb1llpenr { + C1Apb1llpenr(0) + } + } + #[doc = "RCC D3 Autonomous mode Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D3amr(pub u32); + impl D3amr { + #[doc = "BDMA and DMAMUX Autonomous mode enable"] + pub const fn bdmaamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "BDMA and DMAMUX Autonomous mode enable"] + pub fn set_bdmaamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LPUART1 Autonomous mode enable"] + pub const fn lpuart1amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPUART1 Autonomous mode enable"] + pub fn set_lpuart1amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "SPI6 Autonomous mode enable"] + pub const fn spi6amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "SPI6 Autonomous mode enable"] + pub fn set_spi6amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "I2C4 Autonomous mode enable"] + pub const fn i2c4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "I2C4 Autonomous mode enable"] + pub fn set_i2c4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "LPTIM2 Autonomous mode enable"] + pub const fn lptim2amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM2 Autonomous mode enable"] + pub fn set_lptim2amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "LPTIM3 Autonomous mode enable"] + pub const fn lptim3amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM3 Autonomous mode enable"] + pub fn set_lptim3amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "LPTIM4 Autonomous mode enable"] + pub const fn lptim4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM4 Autonomous mode enable"] + pub fn set_lptim4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "LPTIM5 Autonomous mode enable"] + pub const fn lptim5amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM5 Autonomous mode enable"] + pub fn set_lptim5amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "COMP12 Autonomous mode enable"] + pub const fn comp12amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "COMP12 Autonomous mode enable"] + pub fn set_comp12amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "VREF Autonomous mode enable"] + pub const fn vrefamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "VREF Autonomous mode enable"] + pub fn set_vrefamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "RTC Autonomous mode enable"] + pub const fn rtcamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "RTC Autonomous mode enable"] + pub fn set_rtcamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "CRC Autonomous mode enable"] + pub const fn crcamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "CRC Autonomous mode enable"] + pub fn set_crcamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "SAI4 Autonomous mode enable"] + pub const fn sai4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "SAI4 Autonomous mode enable"] + pub fn set_sai4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "ADC3 Autonomous mode enable"] + pub const fn adc3amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "ADC3 Autonomous mode enable"] + pub fn set_adc3amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "Backup RAM Autonomous mode enable"] + pub const fn bkpramamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "Backup RAM Autonomous mode enable"] + pub fn set_bkpramamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "SRAM4 Autonomous mode enable"] + pub const fn sram4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "SRAM4 Autonomous mode enable"] + pub fn set_sram4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + } + impl Default for D3amr { + fn default() -> D3amr { + D3amr(0) + } + } + #[doc = "RCC APB3 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb3lpenr(pub u32); + impl C1Apb3lpenr { + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub const fn ltdclpen(&self) -> super::vals::C1Apb3lpenrLtdclpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb3lpenrLtdclpen(val as u8) + } + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub fn set_ltdclpen(&mut self, val: super::vals::C1Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub const fn wwdg1lpen(&self) -> super::vals::C1Apb3lpenrLtdclpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb3lpenrLtdclpen(val as u8) + } + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub fn set_wwdg1lpen(&mut self, val: super::vals::C1Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + } + impl Default for C1Apb3lpenr { + fn default() -> C1Apb3lpenr { + C1Apb3lpenr(0) + } + } + #[doc = "RCC Domain 3 Kernel Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D3ccipr(pub u32); + impl D3ccipr { + #[doc = "LPUART1 kernel clock source selection"] + pub const fn lpuart1sel(&self) -> super::vals::Lpuart1sel { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Lpuart1sel(val as u8) + } + #[doc = "LPUART1 kernel clock source selection"] + pub fn set_lpuart1sel(&mut self, val: super::vals::Lpuart1sel) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "I2C4 kernel clock source selection"] + pub const fn i2c4sel(&self) -> super::vals::I2c4sel { + let val = (self.0 >> 8usize) & 0x03; + super::vals::I2c4sel(val as u8) + } + #[doc = "I2C4 kernel clock source selection"] + pub fn set_i2c4sel(&mut self, val: super::vals::I2c4sel) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + } + #[doc = "LPTIM2 kernel clock source selection"] + pub const fn lptim2sel(&self) -> super::vals::Lptim2sel { + let val = (self.0 >> 10usize) & 0x07; + super::vals::Lptim2sel(val as u8) + } + #[doc = "LPTIM2 kernel clock source selection"] + pub fn set_lptim2sel(&mut self, val: super::vals::Lptim2sel) { + self.0 = (self.0 & !(0x07 << 10usize)) | (((val.0 as u32) & 0x07) << 10usize); + } + #[doc = "LPTIM3,4,5 kernel clock source selection"] + pub const fn lptim345sel(&self) -> super::vals::Lptim2sel { + let val = (self.0 >> 13usize) & 0x07; + super::vals::Lptim2sel(val as u8) + } + #[doc = "LPTIM3,4,5 kernel clock source selection"] + pub fn set_lptim345sel(&mut self, val: super::vals::Lptim2sel) { + self.0 = (self.0 & !(0x07 << 13usize)) | (((val.0 as u32) & 0x07) << 13usize); + } + #[doc = "SAR ADC kernel clock source selection"] + pub const fn adcsel(&self) -> super::vals::Adcsel { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Adcsel(val as u8) + } + #[doc = "SAR ADC kernel clock source selection"] + pub fn set_adcsel(&mut self, val: super::vals::Adcsel) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + } + #[doc = "Sub-Block A of SAI4 kernel clock source selection"] + pub const fn sai4asel(&self) -> super::vals::Sai4asel { + let val = (self.0 >> 21usize) & 0x07; + super::vals::Sai4asel(val as u8) + } + #[doc = "Sub-Block A of SAI4 kernel clock source selection"] + pub fn set_sai4asel(&mut self, val: super::vals::Sai4asel) { + self.0 = (self.0 & !(0x07 << 21usize)) | (((val.0 as u32) & 0x07) << 21usize); + } + #[doc = "Sub-Block B of SAI4 kernel clock source selection"] + pub const fn sai4bsel(&self) -> super::vals::Sai4asel { + let val = (self.0 >> 24usize) & 0x07; + super::vals::Sai4asel(val as u8) + } + #[doc = "Sub-Block B of SAI4 kernel clock source selection"] + pub fn set_sai4bsel(&mut self, val: super::vals::Sai4asel) { + self.0 = (self.0 & !(0x07 << 24usize)) | (((val.0 as u32) & 0x07) << 24usize); + } + #[doc = "SPI6 kernel clock source selection"] + pub const fn spi6sel(&self) -> super::vals::Spi6sel { + let val = (self.0 >> 28usize) & 0x07; + super::vals::Spi6sel(val as u8) + } + #[doc = "SPI6 kernel clock source selection"] + pub fn set_spi6sel(&mut self, val: super::vals::Spi6sel) { + self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); + } + } + impl Default for D3ccipr { + fn default() -> D3ccipr { + D3ccipr(0) + } + } + #[doc = "RCC APB1 High Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1hlpenr(pub u32); + impl Apb1hlpenr { + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub const fn crslpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub fn set_crslpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub const fn swplpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub fn set_swplpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub const fn opamplpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub fn set_opamplpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub const fn mdioslpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub fn set_mdioslpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub const fn fdcanlpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) + } + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fdcanlpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + } + impl Default for Apb1hlpenr { + fn default() -> Apb1hlpenr { + Apb1hlpenr(0) + } + } + #[doc = "RCC APB2 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb2lpenr(pub u32); + impl C1Apb2lpenr { + #[doc = "TIM1 peripheral clock enable during CSleep mode"] + pub const fn tim1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } +<<<<<<< HEAD + #[doc = "Stream enable / flag stream ready when read low"] + pub fn set_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Direct mode error interrupt enable"] + pub const fn dmeie(&self) -> bool { +======= + #[doc = "TIM1 peripheral clock enable during CSleep mode"] + pub fn set_tim1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM8 peripheral clock enable during CSleep mode"] + pub const fn tim8lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } +<<<<<<< HEAD + #[doc = "Direct mode error interrupt enable"] + pub fn set_dmeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Transfer error interrupt enable"] + pub const fn teie(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Transfer error interrupt enable"] + pub fn set_teie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Half transfer interrupt enable"] + pub const fn htie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Half transfer interrupt enable"] + pub fn set_htie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Transfer complete interrupt enable"] + pub const fn tcie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Transfer complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Peripheral flow controller"] + pub const fn pfctrl(&self) -> super::vals::Pfctrl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Pfctrl(val as u8) + } + #[doc = "Peripheral flow controller"] + pub fn set_pfctrl(&mut self, val: super::vals::Pfctrl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Data transfer direction"] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 6usize) & 0x03; + super::vals::Dir(val as u8) + } + #[doc = "Data transfer direction"] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x03 << 6usize)) | (((val.0 as u32) & 0x03) << 6usize); + } + #[doc = "Circular mode"] + pub const fn circ(&self) -> super::vals::Circ { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Circ(val as u8) + } + #[doc = "Circular mode"] + pub fn set_circ(&mut self, val: super::vals::Circ) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "Peripheral increment mode"] + pub const fn pinc(&self) -> super::vals::Inc { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Inc(val as u8) + } + #[doc = "Peripheral increment mode"] + pub fn set_pinc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "Memory increment mode"] + pub const fn minc(&self) -> super::vals::Inc { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Inc(val as u8) + } + #[doc = "Memory increment mode"] + pub fn set_minc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "Peripheral data size"] + pub const fn psize(&self) -> super::vals::Size { + let val = (self.0 >> 11usize) & 0x03; + super::vals::Size(val as u8) + } + #[doc = "Peripheral data size"] + pub fn set_psize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + } + #[doc = "Memory data size"] + pub const fn msize(&self) -> super::vals::Size { + let val = (self.0 >> 13usize) & 0x03; + super::vals::Size(val as u8) + } + #[doc = "Memory data size"] + pub fn set_msize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 13usize)) | (((val.0 as u32) & 0x03) << 13usize); + } + #[doc = "Peripheral increment offset size"] + pub const fn pincos(&self) -> super::vals::Pincos { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Pincos(val as u8) + } + #[doc = "Peripheral increment offset size"] + pub fn set_pincos(&mut self, val: super::vals::Pincos) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Priority level"] + pub const fn pl(&self) -> super::vals::Pl { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Pl(val as u8) + } + #[doc = "Priority level"] + pub fn set_pl(&mut self, val: super::vals::Pl) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + } + #[doc = "Double buffer mode"] + pub const fn dbm(&self) -> super::vals::Dbm { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Dbm(val as u8) + } + #[doc = "Double buffer mode"] + pub fn set_dbm(&mut self, val: super::vals::Dbm) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "Current target (only in double buffer mode)"] + pub const fn ct(&self) -> super::vals::Ct { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Ct(val as u8) + } + #[doc = "Current target (only in double buffer mode)"] + pub fn set_ct(&mut self, val: super::vals::Ct) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "Peripheral burst transfer configuration"] + pub const fn pburst(&self) -> super::vals::Burst { + let val = (self.0 >> 21usize) & 0x03; + super::vals::Burst(val as u8) + } + #[doc = "Peripheral burst transfer configuration"] + pub fn set_pburst(&mut self, val: super::vals::Burst) { + self.0 = (self.0 & !(0x03 << 21usize)) | (((val.0 as u32) & 0x03) << 21usize); + } + #[doc = "Memory burst transfer configuration"] + pub const fn mburst(&self) -> super::vals::Burst { + let val = (self.0 >> 23usize) & 0x03; + super::vals::Burst(val as u8) + } + #[doc = "Memory burst transfer configuration"] + pub fn set_mburst(&mut self, val: super::vals::Burst) { + self.0 = (self.0 & !(0x03 << 23usize)) | (((val.0 as u32) & 0x03) << 23usize); + } + #[doc = "Channel selection"] + pub const fn chsel(&self) -> u8 { + let val = (self.0 >> 25usize) & 0x0f; + val as u8 + } + #[doc = "Channel selection"] + pub fn set_chsel(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); + } + } + impl Default for Cr { + fn default() -> Cr { + Cr(0) + } + } + #[doc = "stream x number of data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ndtr(pub u32); + impl Ndtr { + #[doc = "Number of data items to transfer"] + pub const fn ndt(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Number of data items to transfer"] + pub fn set_ndt(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Ndtr { + fn default() -> Ndtr { + Ndtr(0) +======= + #[doc = "TIM8 peripheral clock enable during CSleep mode"] + pub fn set_tim8lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart6lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart6lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi4lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 13usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi4lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "TIM15 peripheral clock enable during CSleep mode"] + pub const fn tim15lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM15 peripheral clock enable during CSleep mode"] + pub fn set_tim15lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "TIM16 peripheral clock enable during CSleep mode"] + pub const fn tim16lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM16 peripheral clock enable during CSleep mode"] + pub fn set_tim16lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "TIM17 peripheral clock enable during CSleep mode"] + pub const fn tim17lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM17 peripheral clock enable during CSleep mode"] + pub fn set_tim17lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi5lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi5lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai2lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai2lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai3lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai3lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn dfsdm1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_dfsdm1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "HRTIM peripheral clock enable during CSleep mode"] + pub const fn hrtimlpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "HRTIM peripheral clock enable during CSleep mode"] + pub fn set_hrtimlpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + } + impl Default for C1Apb2lpenr { + fn default() -> C1Apb2lpenr { + C1Apb2lpenr(0) + } + } + #[doc = "RCC Domain 1 Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D1cfgr(pub u32); + impl D1cfgr { + #[doc = "D1 domain AHB prescaler"] + pub const fn hpre(&self) -> super::vals::Hpre { + let val = (self.0 >> 0usize) & 0x0f; + super::vals::Hpre(val as u8) + } + #[doc = "D1 domain AHB prescaler"] + pub fn set_hpre(&mut self, val: super::vals::Hpre) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val.0 as u32) & 0x0f) << 0usize); + } + #[doc = "D1 domain APB3 prescaler"] + pub const fn d1ppre(&self) -> super::vals::D1ppre { + let val = (self.0 >> 4usize) & 0x07; + super::vals::D1ppre(val as u8) + } + #[doc = "D1 domain APB3 prescaler"] + pub fn set_d1ppre(&mut self, val: super::vals::D1ppre) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "D1 domain Core prescaler"] + pub const fn d1cpre(&self) -> super::vals::Hpre { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Hpre(val as u8) + } + #[doc = "D1 domain Core prescaler"] + pub fn set_d1cpre(&mut self, val: super::vals::Hpre) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + } + } + impl Default for D1cfgr { + fn default() -> D1cfgr { + D1cfgr(0) + } + } + #[doc = "RCC APB1 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1hrstr(pub u32); + impl Apb1hrstr { + #[doc = "Clock Recovery System reset"] + pub const fn crsrst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Crsrst(val as u8) + } + #[doc = "Clock Recovery System reset"] + pub fn set_crsrst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "SWPMI block reset"] + pub const fn swprst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Crsrst(val as u8) + } + #[doc = "SWPMI block reset"] + pub fn set_swprst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "OPAMP block reset"] + pub const fn opamprst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Crsrst(val as u8) + } + #[doc = "OPAMP block reset"] + pub fn set_opamprst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "MDIOS block reset"] + pub const fn mdiosrst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Crsrst(val as u8) + } + #[doc = "MDIOS block reset"] + pub fn set_mdiosrst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FDCAN block reset"] + pub const fn fdcanrst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Crsrst(val as u8) + } + #[doc = "FDCAN block reset"] + pub fn set_fdcanrst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + } + impl Default for Apb1hrstr { + fn default() -> Apb1hrstr { + Apb1hrstr(0) + } + } + #[doc = "RCC APB1 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1lrstr(pub u32); + impl Apb1lrstr { + #[doc = "TIM block reset"] + pub const fn tim2rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM block reset"] + pub const fn tim3rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "TIM block reset"] + pub const fn tim4rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim4rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM block reset"] + pub const fn tim5rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim5rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "TIM block reset"] + pub const fn tim6rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim6rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "TIM block reset"] + pub const fn tim7rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim7rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "TIM block reset"] + pub const fn tim12rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim12rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "TIM block reset"] + pub const fn tim13rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim13rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "TIM block reset"] + pub const fn tim14rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_tim14rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "TIM block reset"] + pub const fn lptim1rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "TIM block reset"] + pub fn set_lptim1rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI2 block reset"] + pub const fn spi2rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "SPI2 block reset"] + pub fn set_spi2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SPI3 block reset"] + pub const fn spi3rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "SPI3 block reset"] + pub fn set_spi3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SPDIFRX block reset"] + pub const fn spdifrxrst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "SPDIFRX block reset"] + pub fn set_spdifrxrst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "USART2 block reset"] + pub const fn usart2rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "USART2 block reset"] + pub fn set_usart2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USART3 block reset"] + pub const fn usart3rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "USART3 block reset"] + pub fn set_usart3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "UART4 block reset"] + pub const fn uart4rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "UART4 block reset"] + pub fn set_uart4rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "UART5 block reset"] + pub const fn uart5rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "UART5 block reset"] + pub fn set_uart5rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 block reset"] + pub const fn i2c1rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "I2C1 block reset"] + pub fn set_i2c1rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 block reset"] + pub const fn i2c2rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "I2C2 block reset"] + pub fn set_i2c2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "I2C3 block reset"] + pub const fn i2c3rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "I2C3 block reset"] + pub fn set_i2c3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "HDMI-CEC block reset"] + pub const fn cecrst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "HDMI-CEC block reset"] + pub fn set_cecrst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "DAC1 and 2 Blocks Reset"] + pub const fn dac12rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "DAC1 and 2 Blocks Reset"] + pub fn set_dac12rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "UART7 block reset"] + pub const fn uart7rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "UART7 block reset"] + pub fn set_uart7rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 block reset"] + pub const fn uart8rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "UART8 block reset"] + pub fn set_uart8rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for Apb1lrstr { + fn default() -> Apb1lrstr { + Apb1lrstr(0) + } + } + #[doc = "RCC PLLs Clock Source Selection Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pllckselr(pub u32); + impl Pllckselr { + #[doc = "DIVMx and PLLs clock source selection"] + pub const fn pllsrc(&self) -> super::vals::Pllsrc { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Pllsrc(val as u8) + } + #[doc = "DIVMx and PLLs clock source selection"] + pub fn set_pllsrc(&mut self, val: super::vals::Pllsrc) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + } + #[doc = "Prescaler for PLL1"] + pub fn divm(&self, n: usize) -> u8 { + assert!(n < 3usize); + let offs = 4usize + n * 8usize; + let val = (self.0 >> offs) & 0x3f; + val as u8 + } + #[doc = "Prescaler for PLL1"] + pub fn set_divm(&mut self, n: usize, val: u8) { + assert!(n < 3usize); + let offs = 4usize + n * 8usize; + self.0 = (self.0 & !(0x3f << offs)) | (((val as u32) & 0x3f) << offs); + } + } + impl Default for Pllckselr { + fn default() -> Pllckselr { + Pllckselr(0) + } + } + #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D2ccip1r(pub u32); + impl D2ccip1r { + #[doc = "SAI1 and DFSDM1 kernel Aclk clock source selection"] + pub const fn sai1sel(&self) -> super::vals::Sai1sel { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Sai1sel(val as u8) + } + #[doc = "SAI1 and DFSDM1 kernel Aclk clock source selection"] + pub fn set_sai1sel(&mut self, val: super::vals::Sai1sel) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "SAI2 and SAI3 kernel clock source selection"] + pub const fn sai23sel(&self) -> super::vals::Sai1sel { + let val = (self.0 >> 6usize) & 0x07; + super::vals::Sai1sel(val as u8) + } + #[doc = "SAI2 and SAI3 kernel clock source selection"] + pub fn set_sai23sel(&mut self, val: super::vals::Sai1sel) { + self.0 = (self.0 & !(0x07 << 6usize)) | (((val.0 as u32) & 0x07) << 6usize); + } + #[doc = "SPI/I2S1,2 and 3 kernel clock source selection"] + pub const fn spi123sel(&self) -> super::vals::Sai1sel { + let val = (self.0 >> 12usize) & 0x07; + super::vals::Sai1sel(val as u8) + } + #[doc = "SPI/I2S1,2 and 3 kernel clock source selection"] + pub fn set_spi123sel(&mut self, val: super::vals::Sai1sel) { + self.0 = (self.0 & !(0x07 << 12usize)) | (((val.0 as u32) & 0x07) << 12usize); + } + #[doc = "SPI4 and 5 kernel clock source selection"] + pub const fn spi45sel(&self) -> super::vals::Spi45sel { + let val = (self.0 >> 16usize) & 0x07; + super::vals::Spi45sel(val as u8) + } + #[doc = "SPI4 and 5 kernel clock source selection"] + pub fn set_spi45sel(&mut self, val: super::vals::Spi45sel) { + self.0 = (self.0 & !(0x07 << 16usize)) | (((val.0 as u32) & 0x07) << 16usize); + } + #[doc = "SPDIFRX kernel clock source selection"] + pub const fn spdifsel(&self) -> super::vals::Spdifsel { + let val = (self.0 >> 20usize) & 0x03; + super::vals::Spdifsel(val as u8) + } + #[doc = "SPDIFRX kernel clock source selection"] + pub fn set_spdifsel(&mut self, val: super::vals::Spdifsel) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); + } + #[doc = "DFSDM1 kernel Clk clock source selection"] + pub const fn dfsdm1sel(&self) -> super::vals::Dfsdm1sel { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Dfsdm1sel(val as u8) + } + #[doc = "DFSDM1 kernel Clk clock source selection"] + pub fn set_dfsdm1sel(&mut self, val: super::vals::Dfsdm1sel) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "FDCAN kernel clock source selection"] + pub const fn fdcansel(&self) -> super::vals::Fdcansel { + let val = (self.0 >> 28usize) & 0x03; + super::vals::Fdcansel(val as u8) + } + #[doc = "FDCAN kernel clock source selection"] + pub fn set_fdcansel(&mut self, val: super::vals::Fdcansel) { + self.0 = (self.0 & !(0x03 << 28usize)) | (((val.0 as u32) & 0x03) << 28usize); + } + #[doc = "SWPMI kernel clock source selection"] + pub const fn swpsel(&self) -> super::vals::Swpsel { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Swpsel(val as u8) + } + #[doc = "SWPMI kernel clock source selection"] + pub fn set_swpsel(&mut self, val: super::vals::Swpsel) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + } + impl Default for D2ccip1r { + fn default() -> D2ccip1r { + D2ccip1r(0) +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } + } + } +} +<<<<<<< HEAD +pub mod sdmmc_v2 { + use crate::generic::*; + #[doc = "SDMMC"] + #[derive(Copy, Clone)] + pub struct Sdmmc(pub *mut u8); + unsafe impl Send for Sdmmc {} + unsafe impl Sync for Sdmmc {} + impl Sdmmc { + #[doc = "SDMMC power control register"] + pub fn power(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] + pub fn clkcr(self) -> Reg { +======= +pub mod generic { + use core::marker::PhantomData; + #[derive(Copy, Clone)] + pub struct RW; + #[derive(Copy, Clone)] + pub struct R; + #[derive(Copy, Clone)] + pub struct W; + mod sealed { + use super::*; + pub trait Access {} + impl Access for R {} + impl Access for W {} + impl Access for RW {} + } + pub trait Access: sealed::Access + Copy {} + impl Access for R {} + impl Access for W {} + impl Access for RW {} + pub trait Read: Access {} + impl Read for RW {} + impl Read for R {} + pub trait Write: Access {} + impl Write for RW {} + impl Write for W {} + #[derive(Copy, Clone)] + pub struct Reg { + ptr: *mut u8, + phantom: PhantomData<*mut (T, A)>, + } + unsafe impl Send for Reg {} + unsafe impl Sync for Reg {} + impl Reg { + pub fn from_ptr(ptr: *mut u8) -> Self { + Self { + ptr, + phantom: PhantomData, + } + } + pub fn ptr(&self) -> *mut T { + self.ptr as _ + } + } + impl Reg { + pub unsafe fn read(&self) -> T { + (self.ptr as *mut T).read_volatile() + } + } + impl Reg { + pub unsafe fn write_value(&self, val: T) { + (self.ptr as *mut T).write_volatile(val) + } + } + impl Reg { + pub unsafe fn write(&self, f: impl FnOnce(&mut T) -> R) -> R { + let mut val = Default::default(); + let res = f(&mut val); + self.write_value(val); + res + } + } + impl Reg { + pub unsafe fn modify(&self, f: impl FnOnce(&mut T) -> R) -> R { + let mut val = self.read(); + let res = f(&mut val); + self.write_value(val); + res + } + } +} +pub mod dma_v2 { + use crate::generic::*; + #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] + #[derive(Copy, Clone)] + pub struct St(pub *mut u8); + unsafe impl Send for St {} + unsafe impl Sync for St {} + impl St { + #[doc = "stream x configuration register"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "stream x number of data register"] + pub fn ndtr(self) -> Reg { +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] + pub fn argr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] + pub fn cmdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "SDMMC command response register"] + pub fn respcmdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + pub fn respr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(20usize + n * 4usize)) } + } +<<<<<<< HEAD + #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] + pub fn dtimer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] + pub fn dlenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] + pub fn dctrl(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] + pub fn dcntr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } + } + #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] + pub fn star(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(52usize)) } + } + #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] + pub fn icr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(56usize)) } + } + #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] + pub fn maskr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(60usize)) } + } + #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] + pub fn acktimer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(64usize)) } + } + #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] + pub fn idmactrlr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(80usize)) } + } + #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] + pub fn idmabsizer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(84usize)) } + } + #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] + pub fn idmabase0r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(88usize)) } + } + #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] + pub fn idmabase1r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(92usize)) } + } + #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] + pub fn fifor(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(128usize)) } + } + #[doc = "SDMMC IP version register"] + pub fn ver(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(1012usize)) } + } + #[doc = "SDMMC IP identification register"] + pub fn id(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(1016usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmactrlr(pub u32); + impl Idmactrlr { + #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmaen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmabmode(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmabmode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] + pub const fn idmabact(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] + pub fn set_idmabact(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + } + impl Default for Idmactrlr { + fn default() -> Idmactrlr { + Idmactrlr(0) + } + } + #[doc = "SDMMC command response register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Respcmdr(pub u32); + impl Respcmdr { + #[doc = "Response command index"] + pub const fn respcmd(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x3f; + val as u8 + } + #[doc = "Response command index"] + pub fn set_respcmd(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); + } + } + impl Default for Respcmdr { + fn default() -> Respcmdr { + Respcmdr(0) + } + } + #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Fifor(pub u32); + impl Fifor { + #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] + pub const fn fifodata(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] + pub fn set_fifodata(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Fifor { + fn default() -> Fifor { + Fifor(0) + } + } + #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Icr(pub u32); + impl Icr { + #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] + pub const fn ccrcfailc(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] + pub fn set_ccrcfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] + pub const fn dcrcfailc(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] + pub fn set_dcrcfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] + pub const fn ctimeoutc(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] + pub fn set_ctimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] + pub const fn dtimeoutc(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] + pub fn set_dtimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] + pub const fn txunderrc(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] + pub fn set_txunderrc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] + pub const fn rxoverrc(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] + pub fn set_rxoverrc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] + pub const fn cmdrendc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] + pub fn set_cmdrendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] + pub const fn cmdsentc(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] + pub fn set_cmdsentc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] + pub const fn dataendc(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] + pub fn set_dataendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] + pub const fn dholdc(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] + pub fn set_dholdc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] + pub const fn dbckendc(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] + pub fn set_dbckendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] + pub const fn dabortc(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] + pub fn set_dabortc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] + pub const fn busyd0endc(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 + } + #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] + pub fn set_busyd0endc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] + pub const fn sdioitc(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] + pub fn set_sdioitc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] + pub const fn ackfailc(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] + pub fn set_ackfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] + pub const fn acktimeoutc(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] + pub fn set_acktimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] + pub const fn vswendc(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] + pub fn set_vswendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] + pub const fn ckstopc(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] + pub fn set_ckstopc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] + pub const fn idmatec(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 + } + #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] + pub fn set_idmatec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + } + #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] + pub const fn idmabtcc(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] + pub fn set_idmabtcc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + } + impl Default for Icr { + fn default() -> Icr { + Icr(0) + } + } + #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmabsizer(pub u32); + impl Idmabsizer { + #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmabndt(&self) -> u8 { + let val = (self.0 >> 5usize) & 0xff; + val as u8 + } + #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmabndt(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 5usize)) | (((val as u32) & 0xff) << 5usize); +======= + } + #[doc = "DMA controller"] + #[derive(Copy, Clone)] + pub struct Dma(pub *mut u8); + unsafe impl Send for Dma {} + unsafe impl Sync for Dma {} + impl Dma { + #[doc = "low interrupt status register"] + pub fn isr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } +======= + impl Default for Apb2lpenr { + fn default() -> Apb2lpenr { + Apb2lpenr(0) + } + } + #[doc = "RCC PLL2 Dividers Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pll2divr(pub u32); + impl Pll2divr { + #[doc = "Multiplication factor for PLL1 VCO"] + pub const fn divn2(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 + } + #[doc = "Multiplication factor for PLL1 VCO"] + pub fn set_divn2(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + } + #[doc = "PLL1 DIVP division factor"] + pub const fn divp2(&self) -> u8 { + let val = (self.0 >> 9usize) & 0x7f; + val as u8 + } + #[doc = "PLL1 DIVP division factor"] + pub fn set_divp2(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 9usize)) | (((val as u32) & 0x7f) << 9usize); + } + #[doc = "PLL1 DIVQ division factor"] + pub const fn divq2(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x7f; + val as u8 + } + #[doc = "PLL1 DIVQ division factor"] + pub fn set_divq2(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); + } + #[doc = "PLL1 DIVR division factor"] + pub const fn divr2(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x7f; + val as u8 + } + #[doc = "PLL1 DIVR division factor"] + pub fn set_divr2(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); + } + } + impl Default for Pll2divr { + fn default() -> Pll2divr { + Pll2divr(0) + } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb1enrDma1en(pub u8); + impl C1Ahb1enrDma1en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pllsrc(pub u8); + impl Pllsrc { + #[doc = "HSI selected as PLL clock"] + pub const HSI: Self = Self(0); + #[doc = "CSI selected as PLL clock"] + pub const CSI: Self = Self(0x01); + #[doc = "HSE selected as PLL clock"] + pub const HSE: Self = Self(0x02); + #[doc = "No clock sent to DIVMx dividers and PLLs"] + pub const NONE: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb1lenrTim2en(pub u8); + impl C1Apb1lenrTim2en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb3enrMdmaen(pub u8); + impl Ahb3enrMdmaen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dfsdm1sel(pub u8); + impl Dfsdm1sel { + #[doc = "rcc_pclk2 selected as peripheral clock"] + pub const RCC_PCLK2: Self = Self(0); + #[doc = "System clock selected as peripheral clock"] + pub const SYS: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Swpsel(pub u8); + impl Swpsel { + #[doc = "pclk selected as peripheral clock"] + pub const PCLK: Self = Self(0); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct D2ppre1(pub u8); + impl D2ppre1 { + #[doc = "rcc_hclk not divided"] + pub const DIV1: Self = Self(0); + #[doc = "rcc_hclk divided by 2"] + pub const DIV2: Self = Self(0x04); + #[doc = "rcc_hclk divided by 4"] + pub const DIV4: Self = Self(0x05); + #[doc = "rcc_hclk divided by 8"] + pub const DIV8: Self = Self(0x06); + #[doc = "rcc_hclk divided by 16"] + pub const DIV16: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsirdyie(pub u8); + impl Lsirdyie { + #[doc = "Interrupt disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Interrupt enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Gpioarst(pub u8); + impl Gpioarst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb2lpenrTim1lpen(pub u8); + impl C1Apb2lpenrTim1lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sw(pub u8); + impl Sw { + #[doc = "HSI selected as system clock"] + pub const HSI: Self = Self(0); + #[doc = "CSI selected as system clock"] + pub const CSI: Self = Self(0x01); + #[doc = "HSE selected as system clock"] + pub const HSE: Self = Self(0x02); + #[doc = "PLL1 selected as system clock"] + pub const PLL1: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptim2sel(pub u8); + impl Lptim2sel { + #[doc = "rcc_pclk4 selected as peripheral clock"] + pub const RCC_PCLK4: Self = Self(0); + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x02); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x03); + #[doc = "LSI selected as peripheral clock"] + pub const LSI: Self = Self(0x04); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x05); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cecsel(pub u8); + impl Cecsel { + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0); + #[doc = "LSI selected as peripheral clock"] + pub const LSI: Self = Self(0x01); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crsrst(pub u8); + impl Crsrst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb3lpenrMdmalpen(pub u8); + impl C1Ahb3lpenrMdmalpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ltdcrst(pub u8); + impl Ltdcrst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pll1rge(pub u8); + impl Pll1rge { + #[doc = "Frequency is between 1 and 2 MHz"] + pub const RANGE1: Self = Self(0); + #[doc = "Frequency is between 2 and 4 MHz"] + pub const RANGE2: Self = Self(0x01); + #[doc = "Frequency is between 4 and 8 MHz"] + pub const RANGE4: Self = Self(0x02); + #[doc = "Frequency is between 8 and 16 MHz"] + pub const RANGE8: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb3lpenrLtdclpen(pub u8); + impl C1Apb3lpenrLtdclpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb4lpenrSyscfglpen(pub u8); + impl Apb4lpenrSyscfglpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Spdifsel(pub u8); + impl Spdifsel { + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0); + #[doc = "pll2_r selected as peripheral clock"] + pub const PLL2_R: Self = Self(0x01); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ckpersel(pub u8); + impl Ckpersel { + #[doc = "HSI selected as peripheral clock"] + pub const HSI: Self = Self(0); + #[doc = "CSI selected as peripheral clock"] + pub const CSI: Self = Self(0x01); + #[doc = "HSE selected as peripheral clock"] + pub const HSE: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcsel(pub u8); + impl Rtcsel { + #[doc = "No clock"] + pub const NOCLOCK: Self = Self(0); + #[doc = "LSE oscillator clock used as RTC clock"] + pub const LSE: Self = Self(0x01); + #[doc = "LSI oscillator clock used as RTC clock"] + pub const LSI: Self = Self(0x02); + #[doc = "HSE oscillator clock divided by a prescaler used as RTC clock"] + pub const HSE: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsecssdr(pub u8); + impl Lsecssdr { + #[doc = "No failure detected on 32 kHz oscillator"] + pub const NOFAILURE: Self = Self(0); + #[doc = "Failure detected on 32 kHz oscillator"] + pub const FAILURE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bdrst(pub u8); + impl Bdrst { + #[doc = "Resets the entire VSW domain"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb1llpenrTim2lpen(pub u8); + impl C1Apb1llpenrTim2lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb2lpenrDcmilpen(pub u8); + impl C1Ahb2lpenrDcmilpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mdmarst(pub u8); + impl Mdmarst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsidivfr(pub u8); + impl Hsidivfr { + #[doc = "New HSIDIV ratio has not yet propagated to hsi_ck"] + pub const NOTPROPAGATED: Self = Self(0); + #[doc = "HSIDIV ratio has propagated to hsi_ck"] + pub const PROPAGATED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hrtimsel(pub u8); + impl Hrtimsel { + #[doc = "The HRTIM prescaler clock source is the same as other timers (rcc_timy_ker_ck)"] + pub const TIMY_KER: Self = Self(0); + #[doc = "The HRTIM prescaler clock source is the CPU clock (c_ck)"] + pub const C_CK: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptim1sel(pub u8); + impl Lptim1sel { + #[doc = "rcc_pclk1 selected as peripheral clock"] + pub const RCC_PCLK1: Self = Self(0); + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x02); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x03); + #[doc = "LSI selected as peripheral clock"] + pub const LSI: Self = Self(0x04); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x05); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsion(pub u8); + impl Lsion { + #[doc = "LSI oscillator Off"] + pub const OFF: Self = Self(0); + #[doc = "LSI oscillator On"] + pub const ON: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bdmaamen(pub u8); + impl Bdmaamen { + #[doc = "Clock disabled in autonomous mode"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled in autonomous mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb4lpenrSyscfglpen(pub u8); + impl C1Apb4lpenrSyscfglpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Fdcansel(pub u8); + impl Fdcansel { + #[doc = "HSE selected as peripheral clock"] + pub const HSE: Self = Self(0); + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0x01); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb1lpenrDma1lpen(pub u8); + impl C1Ahb1lpenrDma1lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lseon(pub u8); + impl Lseon { + #[doc = "LSE oscillator Off"] + pub const OFF: Self = Self(0); + #[doc = "LSE oscillator On"] + pub const ON: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb2lpenrDcmilpen(pub u8); + impl Ahb2lpenrDcmilpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb1lenrTim2en(pub u8); + impl Apb1lenrTim2en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb3enrMdmaen(pub u8); + impl C1Ahb3enrMdmaen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb1hlpenrCrslpen(pub u8); + impl C1Apb1hlpenrCrslpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sdmmcsel(pub u8); + impl Sdmmcsel { + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0); + #[doc = "pll2_r selected as peripheral clock"] + pub const PLL2_R: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hpre(pub u8); + impl Hpre { + #[doc = "sys_ck not divided"] + pub const DIV1: Self = Self(0); + #[doc = "sys_ck divided by 2"] + pub const DIV2: Self = Self(0x08); + #[doc = "sys_ck divided by 4"] + pub const DIV4: Self = Self(0x09); + #[doc = "sys_ck divided by 8"] + pub const DIV8: Self = Self(0x0a); + #[doc = "sys_ck divided by 16"] + pub const DIV16: Self = Self(0x0b); + #[doc = "sys_ck divided by 64"] + pub const DIV64: Self = Self(0x0c); + #[doc = "sys_ck divided by 128"] + pub const DIV128: Self = Self(0x0d); + #[doc = "sys_ck divided by 256"] + pub const DIV256: Self = Self(0x0e); + #[doc = "sys_ck divided by 512"] + pub const DIV512: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Usart234578sel(pub u8); + impl Usart234578sel { + #[doc = "rcc_pclk1 selected as peripheral clock"] + pub const RCC_PCLK1: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x05); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsebyp(pub u8); + impl Lsebyp { + #[doc = "LSE crystal oscillator not bypassed"] + pub const NOTBYPASSED: Self = Self(0); + #[doc = "LSE crystal oscillator bypassed with external clock"] + pub const BYPASSED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsion(pub u8); + impl Hsion { + #[doc = "Clock Off"] + pub const OFF: Self = Self(0); + #[doc = "Clock On"] + pub const ON: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb4enrGpioaen(pub u8); + impl Ahb4enrGpioaen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mco1(pub u8); + impl Mco1 { + #[doc = "HSI selected for micro-controller clock output"] + pub const HSI: Self = Self(0); + #[doc = "LSE selected for micro-controller clock output"] + pub const LSE: Self = Self(0x01); + #[doc = "HSE selected for micro-controller clock output"] + pub const HSE: Self = Self(0x02); + #[doc = "pll1_q selected for micro-controller clock output"] + pub const PLL1_Q: Self = Self(0x03); + #[doc = "HSI48 selected for micro-controller clock output"] + pub const HSI48: Self = Self(0x04); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Divp1en(pub u8); + impl Divp1en { + #[doc = "Clock ouput is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock output is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lserdyr(pub u8); + impl Lserdyr { + #[doc = "LSE oscillator not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "LSE oscillator ready"] + pub const READY: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Spi6sel(pub u8); + impl Spi6sel { + #[doc = "rcc_pclk4 selected as peripheral clock"] + pub const RCC_PCLK4: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "HSE selected as peripheral clock"] + pub const HSE: Self = Self(0x05); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb1llpenrTim2lpen(pub u8); + impl Apb1llpenrTim2lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb1henrCrsen(pub u8); + impl C1Apb1henrCrsen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb3enrLtdcen(pub u8); + impl Apb3enrLtdcen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Tim2rst(pub u8); + impl Tim2rst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb2lpenrTim1lpen(pub u8); + impl Apb2lpenrTim1lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Swsr(pub u8); + impl Swsr { + #[doc = "HSI oscillator used as system clock"] + pub const HSI: Self = Self(0); + #[doc = "CSI oscillator used as system clock"] + pub const CSI: Self = Self(0x01); + #[doc = "HSE oscillator used as system clock"] + pub const HSE: Self = Self(0x02); + #[doc = "PLL1 used as system clock"] + pub const PLL1: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb2enrTim1en(pub u8); + impl C1Apb2enrTim1en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct RsrRmvf(pub u8); + impl RsrRmvf { + #[doc = "Not clearing the the reset flags"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Clear the reset flags"] + pub const CLEAR: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1RsrRmvf(pub u8); + impl C1RsrRmvf { + #[doc = "Not clearing the the reset flags"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Clear the reset flags"] + pub const CLEAR: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsirdyr(pub u8); + impl Lsirdyr { + #[doc = "LSI oscillator not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "LSI oscillator ready"] + pub const READY: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Camitfrst(pub u8); + impl Camitfrst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Spi45sel(pub u8); + impl Spi45sel { + #[doc = "APB clock selected as peripheral clock"] + pub const APB: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "HSE selected as peripheral clock"] + pub const HSE: Self = Self(0x05); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Syscfgrst(pub u8); + impl Syscfgrst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb2enrDcmien(pub u8); + impl Ahb2enrDcmien { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Divp1(pub u8); + impl Divp1 { + #[doc = "pll_p_ck = vco_ck"] + pub const DIV1: Self = Self(0); + #[doc = "pll_p_ck = vco_ck / 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "pll_p_ck = vco_ck / 4"] + pub const DIV4: Self = Self(0x03); + #[doc = "pll_p_ck = vco_ck / 6"] + pub const DIV6: Self = Self(0x05); + #[doc = "pll_p_ck = vco_ck / 8"] + pub const DIV8: Self = Self(0x07); + #[doc = "pll_p_ck = vco_ck / 10"] + pub const DIV10: Self = Self(0x09); + #[doc = "pll_p_ck = vco_ck / 12"] + pub const DIV12: Self = Self(0x0b); + #[doc = "pll_p_ck = vco_ck / 14"] + pub const DIV14: Self = Self(0x0d); + #[doc = "pll_p_ck = vco_ck / 16"] + pub const DIV16: Self = Self(0x0f); + #[doc = "pll_p_ck = vco_ck / 18"] + pub const DIV18: Self = Self(0x11); + #[doc = "pll_p_ck = vco_ck / 20"] + pub const DIV20: Self = Self(0x13); + #[doc = "pll_p_ck = vco_ck / 22"] + pub const DIV22: Self = Self(0x15); + #[doc = "pll_p_ck = vco_ck / 24"] + pub const DIV24: Self = Self(0x17); + #[doc = "pll_p_ck = vco_ck / 26"] + pub const DIV26: Self = Self(0x19); + #[doc = "pll_p_ck = vco_ck / 28"] + pub const DIV28: Self = Self(0x1b); + #[doc = "pll_p_ck = vco_ck / 30"] + pub const DIV30: Self = Self(0x1d); + #[doc = "pll_p_ck = vco_ck / 32"] + pub const DIV32: Self = Self(0x1f); + #[doc = "pll_p_ck = vco_ck / 34"] + pub const DIV34: Self = Self(0x21); + #[doc = "pll_p_ck = vco_ck / 36"] + pub const DIV36: Self = Self(0x23); + #[doc = "pll_p_ck = vco_ck / 38"] + pub const DIV38: Self = Self(0x25); + #[doc = "pll_p_ck = vco_ck / 40"] + pub const DIV40: Self = Self(0x27); + #[doc = "pll_p_ck = vco_ck / 42"] + pub const DIV42: Self = Self(0x29); + #[doc = "pll_p_ck = vco_ck / 44"] + pub const DIV44: Self = Self(0x2b); + #[doc = "pll_p_ck = vco_ck / 46"] + pub const DIV46: Self = Self(0x2d); + #[doc = "pll_p_ck = vco_ck / 48"] + pub const DIV48: Self = Self(0x2f); + #[doc = "pll_p_ck = vco_ck / 50"] + pub const DIV50: Self = Self(0x31); + #[doc = "pll_p_ck = vco_ck / 52"] + pub const DIV52: Self = Self(0x33); + #[doc = "pll_p_ck = vco_ck / 54"] + pub const DIV54: Self = Self(0x35); + #[doc = "pll_p_ck = vco_ck / 56"] + pub const DIV56: Self = Self(0x37); + #[doc = "pll_p_ck = vco_ck / 58"] + pub const DIV58: Self = Self(0x39); + #[doc = "pll_p_ck = vco_ck / 60"] + pub const DIV60: Self = Self(0x3b); + #[doc = "pll_p_ck = vco_ck / 62"] + pub const DIV62: Self = Self(0x3d); + #[doc = "pll_p_ck = vco_ck / 64"] + pub const DIV64: Self = Self(0x3f); + #[doc = "pll_p_ck = vco_ck / 66"] + pub const DIV66: Self = Self(0x41); + #[doc = "pll_p_ck = vco_ck / 68"] + pub const DIV68: Self = Self(0x43); + #[doc = "pll_p_ck = vco_ck / 70"] + pub const DIV70: Self = Self(0x45); + #[doc = "pll_p_ck = vco_ck / 72"] + pub const DIV72: Self = Self(0x47); + #[doc = "pll_p_ck = vco_ck / 74"] + pub const DIV74: Self = Self(0x49); + #[doc = "pll_p_ck = vco_ck / 76"] + pub const DIV76: Self = Self(0x4b); + #[doc = "pll_p_ck = vco_ck / 78"] + pub const DIV78: Self = Self(0x4d); + #[doc = "pll_p_ck = vco_ck / 80"] + pub const DIV80: Self = Self(0x4f); + #[doc = "pll_p_ck = vco_ck / 82"] + pub const DIV82: Self = Self(0x51); + #[doc = "pll_p_ck = vco_ck / 84"] + pub const DIV84: Self = Self(0x53); + #[doc = "pll_p_ck = vco_ck / 86"] + pub const DIV86: Self = Self(0x55); + #[doc = "pll_p_ck = vco_ck / 88"] + pub const DIV88: Self = Self(0x57); + #[doc = "pll_p_ck = vco_ck / 90"] + pub const DIV90: Self = Self(0x59); + #[doc = "pll_p_ck = vco_ck / 92"] + pub const DIV92: Self = Self(0x5b); + #[doc = "pll_p_ck = vco_ck / 94"] + pub const DIV94: Self = Self(0x5d); + #[doc = "pll_p_ck = vco_ck / 96"] + pub const DIV96: Self = Self(0x5f); + #[doc = "pll_p_ck = vco_ck / 98"] + pub const DIV98: Self = Self(0x61); + #[doc = "pll_p_ck = vco_ck / 100"] + pub const DIV100: Self = Self(0x63); + #[doc = "pll_p_ck = vco_ck / 102"] + pub const DIV102: Self = Self(0x65); + #[doc = "pll_p_ck = vco_ck / 104"] + pub const DIV104: Self = Self(0x67); + #[doc = "pll_p_ck = vco_ck / 106"] + pub const DIV106: Self = Self(0x69); + #[doc = "pll_p_ck = vco_ck / 108"] + pub const DIV108: Self = Self(0x6b); + #[doc = "pll_p_ck = vco_ck / 110"] + pub const DIV110: Self = Self(0x6d); + #[doc = "pll_p_ck = vco_ck / 112"] + pub const DIV112: Self = Self(0x6f); + #[doc = "pll_p_ck = vco_ck / 114"] + pub const DIV114: Self = Self(0x71); + #[doc = "pll_p_ck = vco_ck / 116"] + pub const DIV116: Self = Self(0x73); + #[doc = "pll_p_ck = vco_ck / 118"] + pub const DIV118: Self = Self(0x75); + #[doc = "pll_p_ck = vco_ck / 120"] + pub const DIV120: Self = Self(0x77); + #[doc = "pll_p_ck = vco_ck / 122"] + pub const DIV122: Self = Self(0x79); + #[doc = "pll_p_ck = vco_ck / 124"] + pub const DIV124: Self = Self(0x7b); + #[doc = "pll_p_ck = vco_ck / 126"] + pub const DIV126: Self = Self(0x7d); + #[doc = "pll_p_ck = vco_ck / 128"] + pub const DIV128: Self = Self(0x7f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ww1rsc(pub u8); + impl Ww1rsc { + #[doc = "Clear WWDG1 scope control"] + pub const CLEAR: Self = Self(0); + #[doc = "Set WWDG1 scope control"] + pub const SET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb4enrSyscfgen(pub u8); + impl Apb4enrSyscfgen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb4enrSyscfgen(pub u8); + impl C1Apb4enrSyscfgen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb1enrDma1en(pub u8); + impl Ahb1enrDma1en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Adcsel(pub u8); + impl Adcsel { + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x01); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Usart16sel(pub u8); + impl Usart16sel { + #[doc = "rcc_pclk2 selected as peripheral clock"] + pub const RCC_PCLK2: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x05); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb4enrGpioaen(pub u8); + impl C1Ahb4enrGpioaen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb3enrLtdcen(pub u8); + impl C1Apb3enrLtdcen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb3lpenrMdmalpen(pub u8); + impl Ahb3lpenrMdmalpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct I2c4sel(pub u8); + impl I2c4sel { + #[doc = "rcc_pclk4 selected as peripheral clock"] + pub const RCC_PCLK4: Self = Self(0); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x01); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x02); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x03); +>>>>>>> c084e70 (Update generated code) + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb4lpenrGpioalpen(pub u8); + impl C1Ahb4lpenrGpioalpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb1lpenrDma1lpen(pub u8); + impl Ahb1lpenrDma1lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rngsel(pub u8); + impl Rngsel { + #[doc = "HSI48 selected as peripheral clock"] + pub const HSI48: Self = Self(0); + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0x01); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x02); + #[doc = "LSI selected as peripheral clock"] + pub const LSI: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsidiv(pub u8); + impl Hsidiv { + #[doc = "No division"] + pub const DIV1: Self = Self(0); + #[doc = "Division by 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "Division by 4"] + pub const DIV4: Self = Self(0x02); + #[doc = "Division by 8"] + pub const DIV8: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct D3ppre(pub u8); + impl D3ppre { + #[doc = "rcc_hclk not divided"] + pub const DIV1: Self = Self(0); + #[doc = "rcc_hclk divided by 2"] + pub const DIV2: Self = Self(0x04); + #[doc = "rcc_hclk divided by 4"] + pub const DIV4: Self = Self(0x05); + #[doc = "rcc_hclk divided by 8"] + pub const DIV8: Self = Self(0x06); + #[doc = "rcc_hclk divided by 16"] + pub const DIV16: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mco2(pub u8); + impl Mco2 { + #[doc = "System clock selected for micro-controller clock output"] + pub const SYSCLK: Self = Self(0); + #[doc = "pll2_p selected for micro-controller clock output"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "HSE selected for micro-controller clock output"] + pub const HSE: Self = Self(0x02); + #[doc = "pll1_p selected for micro-controller clock output"] + pub const PLL1_P: Self = Self(0x03); + #[doc = "CSI selected for micro-controller clock output"] + pub const CSI: Self = Self(0x04); + #[doc = "LSI selected for micro-controller clock output"] + pub const LSI: Self = Self(0x05); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pll1vcosel(pub u8); + impl Pll1vcosel { + #[doc = "VCO frequency range 192 to 836 MHz"] + pub const WIDEVCO: Self = Self(0); + #[doc = "VCO frequency range 150 to 420 MHz"] + pub const MEDIUMVCO: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1RsrCpurstfr(pub u8); + impl C1RsrCpurstfr { + #[doc = "No reset occoured for block"] + pub const NORESETOCCOURED: Self = Self(0); + #[doc = "Reset occoured for block"] + pub const RESETOCCOURRED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsirdyr(pub u8); + impl Hsirdyr { + #[doc = "Clock not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "Clock ready"] + pub const READY: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsebyp(pub u8); + impl Hsebyp { + #[doc = "HSE crystal oscillator not bypassed"] + pub const NOTBYPASSED: Self = Self(0); + #[doc = "HSE crystal oscillator bypassed with external clock"] + pub const BYPASSED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct RsrCpurstfr(pub u8); + impl RsrCpurstfr { + #[doc = "No reset occoured for block"] + pub const NORESETOCCOURED: Self = Self(0); + #[doc = "Reset occoured for block"] + pub const RESETOCCOURRED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lpuart1sel(pub u8); + impl Lpuart1sel { + #[doc = "rcc_pclk_d3 selected as peripheral clock"] + pub const RCC_PCLK_D3: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x05); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsecsson(pub u8); + impl Lsecsson { + #[doc = "Clock security system on 32 kHz oscillator off"] + pub const SECURITYOFF: Self = Self(0); + #[doc = "Clock security system on 32 kHz oscillator on"] + pub const SECURITYON: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct D1ppre(pub u8); + impl D1ppre { + #[doc = "rcc_hclk not divided"] + pub const DIV1: Self = Self(0); + #[doc = "rcc_hclk divided by 2"] + pub const DIV2: Self = Self(0x04); + #[doc = "rcc_hclk divided by 4"] + pub const DIV4: Self = Self(0x05); + #[doc = "rcc_hclk divided by 8"] + pub const DIV8: Self = Self(0x06); + #[doc = "rcc_hclk divided by 16"] + pub const DIV16: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb3lpenrLtdclpen(pub u8); + impl Apb3lpenrLtdclpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Tim1rst(pub u8); + impl Tim1rst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct I2c123sel(pub u8); + impl I2c123sel { + #[doc = "rcc_pclk1 selected as peripheral clock"] + pub const RCC_PCLK1: Self = Self(0); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x01); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x02); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sai4asel(pub u8); + impl Sai4asel { + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0); + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "pll3_p selected as peripheral clock"] + pub const PLL3_P: Self = Self(0x02); + #[doc = "i2s_ckin selected as peripheral clock"] + pub const I2S_CKIN: Self = Self(0x03); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x04); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcen(pub u8); + impl Rtcen { + #[doc = "RTC clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "RTC clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsedrv(pub u8); + impl Lsedrv { + #[doc = "Lowest LSE oscillator driving capability"] + pub const LOWEST: Self = Self(0); + #[doc = "Medium low LSE oscillator driving capability"] + pub const MEDIUMLOW: Self = Self(0x01); + #[doc = "Medium high LSE oscillator driving capability"] + pub const MEDIUMHIGH: Self = Self(0x02); + #[doc = "Highest LSE oscillator driving capability"] + pub const HIGHEST: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Usbsel(pub u8); + impl Usbsel { + #[doc = "Disable the kernel clock"] + pub const DISABLE: Self = Self(0); + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "HSI48 selected as peripheral clock"] + pub const HSI48: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb1henrCrsen(pub u8); + impl Apb1henrCrsen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb2enrDcmien(pub u8); + impl C1Ahb2enrDcmien { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sai1sel(pub u8); + impl Sai1sel { + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0); + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "pll3_p selected as peripheral clock"] + pub const PLL3_P: Self = Self(0x02); + #[doc = "I2S_CKIN selected as peripheral clock"] + pub const I2S_CKIN: Self = Self(0x03); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x04); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb2enrTim1en(pub u8); + impl Apb2enrTim1en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pll1fracen(pub u8); + impl Pll1fracen { + #[doc = "Reset latch to tranfer FRACN to the Sigma-Delta modulator"] + pub const RESET: Self = Self(0); + #[doc = "Set latch to tranfer FRACN to the Sigma-Delta modulator"] + pub const SET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Stopwuck(pub u8); + impl Stopwuck { + #[doc = "HSI selected as wake up clock from system Stop"] + pub const HSI: Self = Self(0); + #[doc = "CSI selected as wake up clock from system Stop"] + pub const CSI: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Timpre(pub u8); + impl Timpre { + #[doc = "Timer kernel clock equal to 2x pclk by default"] + pub const DEFAULTX2: Self = Self(0); + #[doc = "Timer kernel clock equal to 4x pclk by default"] + pub const DEFAULTX4: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb1hlpenrCrslpen(pub u8); + impl Apb1hlpenrCrslpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsirdyc(pub u8); + impl Lsirdyc { + #[doc = "Clear interrupt flag"] + pub const CLEAR: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dma1rst(pub u8); + impl Dma1rst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Fmcsel(pub u8); + impl Fmcsel { + #[doc = "rcc_hclk3 selected as peripheral clock"] + pub const RCC_HCLK3: Self = Self(0); + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0x01); + #[doc = "pll2_r selected as peripheral clock"] + pub const PLL2_R: Self = Self(0x02); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb4lpenrGpioalpen(pub u8); + impl Ahb4lpenrGpioalpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + } +} +pub mod rng_v1 { + use crate::generic::*; + #[doc = "Random number generator"] + #[derive(Copy, Clone)] + pub struct Rng(pub *mut u8); + unsafe impl Send for Rng {} + unsafe impl Sync for Rng {} + impl Rng { + #[doc = "control register"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "Random number generator enable"] + pub const fn rngen(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Random number generator enable"] + pub fn set_rngen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Interrupt enable"] + pub const fn ie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Interrupt enable"] + pub fn set_ie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + } + impl Default for Cr { + fn default() -> Cr { + Cr(0) + } + } + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Sr(pub u32); + impl Sr { + #[doc = "Data ready"] + pub const fn drdy(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Data ready"] + pub fn set_drdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Clock error current status"] + pub const fn cecs(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Clock error current status"] + pub fn set_cecs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Seed error current status"] + pub const fn secs(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Seed error current status"] + pub fn set_secs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Clock error interrupt status"] + pub const fn ceis(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Clock error interrupt status"] + pub fn set_ceis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Seed error interrupt status"] + pub const fn seis(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Seed error interrupt status"] + pub fn set_seis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + } + impl Default for Sr { + fn default() -> Sr { + Sr(0) + } + } + } +} +pub mod usart_v1 { + use crate::generic::*; + #[doc = "Universal synchronous asynchronous receiver transmitter"] + #[derive(Copy, Clone)] + pub struct Usart(pub *mut u8); + unsafe impl Send for Usart {} + unsafe impl Sync for Usart {} + impl Usart { + #[doc = "Status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "Baud rate register"] + pub fn brr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Control register 3"] + pub fn cr3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "Guard time and prescaler register"] + pub fn gtpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + } + #[doc = "Universal asynchronous receiver transmitter"] + #[derive(Copy, Clone)] + pub struct Uart(pub *mut u8); + unsafe impl Send for Uart {} + unsafe impl Sync for Uart {} + impl Uart { + #[doc = "Status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "Baud rate register"] + pub fn brr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Control register 3"] + pub fn cr3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRST: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECOND: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rwu(pub u8); + impl Rwu { + #[doc = "Receiver in active mode"] + pub const ACTIVE: Self = Self(0); + #[doc = "Receiver in mute mode"] + pub const MUTE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hdsel(pub u8); + impl Hdsel { + #[doc = "Half duplex mode is not selected"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Half duplex mode is selected"] + pub const HALFDUPLEX: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Wake(pub u8); + impl Wake { + #[doc = "USART wakeup on idle line"] + pub const IDLELINE: Self = Self(0); + #[doc = "USART wakeup on address mark"] + pub const ADDRESSMARK: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sbk(pub u8); + impl Sbk { + #[doc = "No break character is transmitted"] + pub const NOBREAK: Self = Self(0); + #[doc = "Break character transmitted"] + pub const BREAK: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct M(pub u8); + impl M { + #[doc = "8 data bits"] + pub const M8: Self = Self(0); + #[doc = "9 data bits"] + pub const M9: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ps(pub u8); + impl Ps { + #[doc = "Even parity"] + pub const EVEN: Self = Self(0); + #[doc = "Odd parity"] + pub const ODD: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "Steady low value on CK pin outside transmission window"] + pub const LOW: Self = Self(0); + #[doc = "Steady high value on CK pin outside transmission window"] + pub const HIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lbdl(pub u8); + impl Lbdl { + #[doc = "10-bit break detection"] + pub const LBDL10: Self = Self(0); + #[doc = "11-bit break detection"] + pub const LBDL11: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Stop(pub u8); + impl Stop { + #[doc = "1 stop bit"] + pub const STOP1: Self = Self(0); + #[doc = "0.5 stop bits"] + pub const STOP0P5: Self = Self(0x01); + #[doc = "2 stop bits"] + pub const STOP2: Self = Self(0x02); + #[doc = "1.5 stop bits"] + pub const STOP1P5: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Irlp(pub u8); + impl Irlp { + #[doc = "Normal mode"] + pub const NORMAL: Self = Self(0); + #[doc = "Low-power mode"] + pub const LOWPOWER: Self = Self(0x01); + } + } + pub mod regs { + use crate::generic::*; + #[doc = "Status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct SrUsart(pub u32); + impl SrUsart { + #[doc = "Parity error"] + pub const fn pe(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Parity error"] + pub fn set_pe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Framing error"] + pub const fn fe(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Framing error"] + pub fn set_fe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Noise error flag"] + pub const fn ne(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Noise error flag"] + pub fn set_ne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Overrun error"] + pub const fn ore(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Overrun error"] + pub fn set_ore(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "IDLE line detected"] + pub const fn idle(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "IDLE line detected"] + pub fn set_idle(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Read data register not empty"] + pub const fn rxne(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Read data register not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Transmission complete"] + pub const fn tc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Transmission complete"] + pub fn set_tc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Transmit data register empty"] + pub const fn txe(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Transmit data register empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "LIN break detection flag"] + pub const fn lbd(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "LIN break detection flag"] + pub fn set_lbd(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "CTS flag"] + pub const fn cts(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "CTS flag"] + pub fn set_cts(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + } + impl Default for SrUsart { + fn default() -> SrUsart { + SrUsart(0) + } + } + #[doc = "Control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Usart(pub u32); + impl Cr2Usart { + #[doc = "Address of the USART node"] + pub const fn add(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "Address of the USART node"] + pub fn set_add(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "lin break detection length"] + pub const fn lbdl(&self) -> super::vals::Lbdl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lbdl(val as u8) + } + #[doc = "lin break detection length"] + pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "LIN break detection interrupt enable"] + pub const fn lbdie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "LIN break detection interrupt enable"] + pub fn set_lbdie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Last bit clock pulse"] + pub const fn lbcl(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Last bit clock pulse"] + pub fn set_lbcl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Cpha(val as u8) + } + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Cpol(val as u8) + } + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "Clock enable"] + pub const fn clken(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Clock enable"] + pub fn set_clken(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "STOP bits"] + pub const fn stop(&self) -> super::vals::Stop { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Stop(val as u8) + } + #[doc = "STOP bits"] + pub fn set_stop(&mut self, val: super::vals::Stop) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "LIN mode enable"] + pub const fn linen(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "LIN mode enable"] + pub fn set_linen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + } + impl Default for Cr2Usart { + fn default() -> Cr2Usart { + Cr2Usart(0) + } + } + #[doc = "Control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Address of the USART node"] + pub const fn add(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "Address of the USART node"] + pub fn set_add(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "lin break detection length"] + pub const fn lbdl(&self) -> super::vals::Lbdl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lbdl(val as u8) + } + #[doc = "lin break detection length"] + pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "LIN break detection interrupt enable"] + pub const fn lbdie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "LIN break detection interrupt enable"] + pub fn set_lbdie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "STOP bits"] + pub const fn stop(&self) -> super::vals::Stop { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Stop(val as u8) + } + #[doc = "STOP bits"] + pub fn set_stop(&mut self, val: super::vals::Stop) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "LIN mode enable"] + pub const fn linen(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "LIN mode enable"] + pub fn set_linen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + } + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) + } + } + #[doc = "Control register 3"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr3Usart(pub u32); + impl Cr3Usart { + #[doc = "Error interrupt enable"] + pub const fn eie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Error interrupt enable"] + pub fn set_eie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "IrDA mode enable"] + pub const fn iren(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "IrDA mode enable"] + pub fn set_iren(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "IrDA low-power"] + pub const fn irlp(&self) -> super::vals::Irlp { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Irlp(val as u8) + } + #[doc = "IrDA low-power"] + pub fn set_irlp(&mut self, val: super::vals::Irlp) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "Half-duplex selection"] + pub const fn hdsel(&self) -> super::vals::Hdsel { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Hdsel(val as u8) + } + #[doc = "Half-duplex selection"] + pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Smartcard NACK enable"] + pub const fn nack(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Smartcard NACK enable"] + pub fn set_nack(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Smartcard mode enable"] + pub const fn scen(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Smartcard mode enable"] + pub fn set_scen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "DMA enable receiver"] + pub const fn dmar(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "DMA enable receiver"] + pub fn set_dmar(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "DMA enable transmitter"] + pub const fn dmat(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "DMA enable transmitter"] + pub fn set_dmat(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "RTS enable"] + pub const fn rtse(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "RTS enable"] + pub fn set_rtse(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "CTS enable"] + pub const fn ctse(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "CTS enable"] + pub fn set_ctse(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "CTS interrupt enable"] + pub const fn ctsie(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "CTS interrupt enable"] + pub fn set_ctsie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + } + impl Default for Cr3Usart { + fn default() -> Cr3Usart { + Cr3Usart(0) + } + } + #[doc = "Control register 3"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr3(pub u32); + impl Cr3 { + #[doc = "Error interrupt enable"] + pub const fn eie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Error interrupt enable"] + pub fn set_eie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "IrDA mode enable"] + pub const fn iren(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "IrDA mode enable"] + pub fn set_iren(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "IrDA low-power"] + pub const fn irlp(&self) -> super::vals::Irlp { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Irlp(val as u8) + } + #[doc = "IrDA low-power"] + pub fn set_irlp(&mut self, val: super::vals::Irlp) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "Half-duplex selection"] + pub const fn hdsel(&self) -> super::vals::Hdsel { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Hdsel(val as u8) + } + #[doc = "Half-duplex selection"] + pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "DMA enable receiver"] + pub const fn dmar(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "DMA enable receiver"] + pub fn set_dmar(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "DMA enable transmitter"] + pub const fn dmat(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "DMA enable transmitter"] + pub fn set_dmat(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + } + impl Default for Cr3 { + fn default() -> Cr3 { + Cr3(0) + } + } + #[doc = "Status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Sr(pub u32); + impl Sr { + #[doc = "Parity error"] + pub const fn pe(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Parity error"] + pub fn set_pe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Framing error"] + pub const fn fe(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Framing error"] + pub fn set_fe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Noise error flag"] + pub const fn ne(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Noise error flag"] + pub fn set_ne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Overrun error"] + pub const fn ore(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Overrun error"] + pub fn set_ore(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "IDLE line detected"] + pub const fn idle(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "IDLE line detected"] + pub fn set_idle(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Read data register not empty"] + pub const fn rxne(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Read data register not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Transmission complete"] + pub const fn tc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Transmission complete"] + pub fn set_tc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Transmit data register empty"] + pub const fn txe(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Transmit data register empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "LIN break detection flag"] + pub const fn lbd(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "LIN break detection flag"] + pub fn set_lbd(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + } + impl Default for Sr { + fn default() -> Sr { + Sr(0) + } + } + #[doc = "Baud rate register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Brr(pub u32); + impl Brr { + #[doc = "fraction of USARTDIV"] + pub const fn div_fraction(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "fraction of USARTDIV"] + pub fn set_div_fraction(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "mantissa of USARTDIV"] + pub const fn div_mantissa(&self) -> u16 { + let val = (self.0 >> 4usize) & 0x0fff; + val as u16 + } + #[doc = "mantissa of USARTDIV"] + pub fn set_div_mantissa(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 4usize)) | (((val as u32) & 0x0fff) << 4usize); + } + } + impl Default for Brr { + fn default() -> Brr { + Brr(0) + } + } + #[doc = "Control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Send break"] + pub const fn sbk(&self) -> super::vals::Sbk { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Sbk(val as u8) + } + #[doc = "Send break"] + pub fn set_sbk(&mut self, val: super::vals::Sbk) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Receiver wakeup"] + pub const fn rwu(&self) -> super::vals::Rwu { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Rwu(val as u8) + } + #[doc = "Receiver wakeup"] + pub fn set_rwu(&mut self, val: super::vals::Rwu) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "Receiver enable"] + pub const fn re(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Receiver enable"] + pub fn set_re(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Transmitter enable"] + pub const fn te(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Transmitter enable"] + pub fn set_te(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "IDLE interrupt enable"] + pub const fn idleie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "IDLE interrupt enable"] + pub fn set_idleie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "RXNE interrupt enable"] + pub const fn rxneie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "RXNE interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Transmission complete interrupt enable"] + pub const fn tcie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Transmission complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "TXE interrupt enable"] + pub const fn txeie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "TXE interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "PE interrupt enable"] + pub const fn peie(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "PE interrupt enable"] + pub fn set_peie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Parity selection"] + pub const fn ps(&self) -> super::vals::Ps { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ps(val as u8) + } + #[doc = "Parity selection"] + pub fn set_ps(&mut self, val: super::vals::Ps) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "Parity control enable"] + pub const fn pce(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Parity control enable"] + pub fn set_pce(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "Wakeup method"] + pub const fn wake(&self) -> super::vals::Wake { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Wake(val as u8) + } + #[doc = "Wakeup method"] + pub fn set_wake(&mut self, val: super::vals::Wake) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "Word length"] + pub const fn m(&self) -> super::vals::M { + let val = (self.0 >> 12usize) & 0x01; + super::vals::M(val as u8) + } + #[doc = "Word length"] + pub fn set_m(&mut self, val: super::vals::M) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "USART enable"] + pub const fn ue(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "USART enable"] + pub fn set_ue(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + } + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) + } + } + #[doc = "Guard time and prescaler register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Gtpr(pub u32); + impl Gtpr { + #[doc = "Prescaler value"] + pub const fn psc(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Prescaler value"] + pub fn set_psc(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + #[doc = "Guard time value"] + pub const fn gt(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; + val as u8 + } + #[doc = "Guard time value"] + pub fn set_gt(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); + } + } + impl Default for Gtpr { + fn default() -> Gtpr { + Gtpr(0) + } + } + #[doc = "Data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dr(pub u32); + impl Dr { + #[doc = "Data value"] + pub const fn dr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 + } + #[doc = "Data value"] + pub fn set_dr(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + } + } + impl Default for Dr { + fn default() -> Dr { + Dr(0) + } + } + } +} +pub mod timer_v1 { + use crate::generic::*; + #[doc = "Advanced-timers"] + #[derive(Copy, Clone)] + pub struct TimAdv(pub *mut u8); + unsafe impl Send for TimAdv {} + unsafe impl Sync for TimAdv {} + impl TimAdv { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "slave mode control register"] + pub fn smcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "capture/compare mode register 1 (input mode)"] + pub fn ccmr_input(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare mode register 1 (output mode)"] + pub fn ccmr_output(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare enable register"] + pub fn ccer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "repetition counter register"] + pub fn rcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } + } + #[doc = "capture/compare register"] + pub fn ccr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + } + #[doc = "break and dead-time register"] + pub fn bdtr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(68usize)) } + } + #[doc = "DMA control register"] + pub fn dcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "DMA address for full transfer"] + pub fn dmar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + } + #[doc = "Basic timer"] + #[derive(Copy, Clone)] + pub struct TimBasic(pub *mut u8); + unsafe impl Send for TimBasic {} + unsafe impl Sync for TimBasic {} + impl TimBasic { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + } + #[doc = "General purpose 16-bit timer"] + #[derive(Copy, Clone)] + pub struct TimGp16(pub *mut u8); + unsafe impl Send for TimGp16 {} + unsafe impl Sync for TimGp16 {} + impl TimGp16 { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "slave mode control register"] + pub fn smcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "capture/compare mode register 1 (input mode)"] + pub fn ccmr_input(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare mode register 1 (output mode)"] + pub fn ccmr_output(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare enable register"] + pub fn ccer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "capture/compare register"] + pub fn ccr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + } + #[doc = "DMA control register"] + pub fn dcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "DMA address for full transfer"] + pub fn dmar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + } + #[doc = "General purpose 32-bit timer"] + #[derive(Copy, Clone)] + pub struct TimGp32(pub *mut u8); + unsafe impl Send for TimGp32 {} + unsafe impl Sync for TimGp32 {} + impl TimGp32 { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "slave mode control register"] + pub fn smcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "capture/compare mode register 1 (input mode)"] + pub fn ccmr_input(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare mode register 1 (output mode)"] + pub fn ccmr_output(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare enable register"] + pub fn ccer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "capture/compare register"] + pub fn ccr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + } + #[doc = "DMA control register"] + pub fn dcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "DMA address for full transfer"] + pub fn dmar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + } + #[doc = "Advanced-timers"] + #[derive(Copy, Clone)] + pub struct TimAdv(pub *mut u8); + unsafe impl Send for TimAdv {} + unsafe impl Sync for TimAdv {} + impl TimAdv { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "slave mode control register"] + pub fn smcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "capture/compare mode register 1 (input mode)"] + pub fn ccmr_input(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare mode register 1 (output mode)"] + pub fn ccmr_output(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare enable register"] + pub fn ccer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "repetition counter register"] + pub fn rcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } + } + #[doc = "capture/compare register"] + pub fn ccr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + } + #[doc = "break and dead-time register"] + pub fn bdtr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(68usize)) } + } + #[doc = "DMA control register"] + pub fn dcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "DMA address for full transfer"] + pub fn dmar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + } + #[doc = "General purpose 16-bit timer"] + #[derive(Copy, Clone)] + pub struct TimGp16(pub *mut u8); + unsafe impl Send for TimGp16 {} + unsafe impl Sync for TimGp16 {} + impl TimGp16 { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "slave mode control register"] + pub fn smcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "capture/compare mode register 1 (input mode)"] + pub fn ccmr_input(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare mode register 1 (output mode)"] + pub fn ccmr_output(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare enable register"] + pub fn ccer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "capture/compare register"] + pub fn ccr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + } + #[doc = "DMA control register"] + pub fn dcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "DMA address for full transfer"] + pub fn dmar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cms(pub u8); + impl Cms { + #[doc = "The counter counts up or down depending on the direction bit"] + pub const EDGEALIGNED: Self = Self(0); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting down."] + pub const CENTERALIGNED1: Self = Self(0x01); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting up."] + pub const CENTERALIGNED2: Self = Self(0x02); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set both when the counter is counting up or down."] + pub const CENTERALIGNED3: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Arpe(pub u8); + impl Arpe { + #[doc = "TIMx_APRR register is not buffered"] + pub const DISABLED: Self = Self(0); + #[doc = "TIMx_APRR register is buffered"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dir(pub u8); + impl Dir { + #[doc = "Counter used as upcounter"] + pub const UP: Self = Self(0); + #[doc = "Counter used as downcounter"] + pub const DOWN: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Msm(pub u8); + impl Msm { + #[doc = "No action"] + pub const NOSYNC: Self = Self(0); + #[doc = "The effect of an event on the trigger input (TRGI) is delayed to allow a perfect synchronization between the current timer and its slaves (through TRGO). It is useful if we want to synchronize several timers on a single external event."] + pub const SYNC: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct CcmrOutputCcs(pub u8); + impl CcmrOutputCcs { + #[doc = "CCx channel is configured as output"] + pub const OUTPUT: Self = Self(0); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ts(pub u8); + impl Ts { + #[doc = "Internal Trigger 0 (ITR0)"] + pub const ITR0: Self = Self(0); + #[doc = "Internal Trigger 1 (ITR1)"] + pub const ITR1: Self = Self(0x01); + #[doc = "Internal Trigger 2 (ITR2)"] + pub const ITR2: Self = Self(0x02); + #[doc = "TI1 Edge Detector (TI1F_ED)"] + pub const TI1F_ED: Self = Self(0x04); + #[doc = "Filtered Timer Input 1 (TI1FP1)"] + pub const TI1FP1: Self = Self(0x05); + #[doc = "Filtered Timer Input 2 (TI2FP2)"] + pub const TI2FP2: Self = Self(0x06); + #[doc = "External Trigger input (ETRF)"] + pub const ETRF: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Urs(pub u8); + impl Urs { + #[doc = "Any of counter overflow/underflow, setting UG, or update through slave mode, generates an update interrupt or DMA request"] + pub const ANYEVENT: Self = Self(0); + #[doc = "Only counter overflow/underflow generates an update interrupt or DMA request"] + pub const COUNTERONLY: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ckd(pub u8); + impl Ckd { + #[doc = "t_DTS = t_CK_INT"] + pub const DIV1: Self = Self(0); + #[doc = "t_DTS = 2 × t_CK_INT"] + pub const DIV2: Self = Self(0x01); + #[doc = "t_DTS = 4 × t_CK_INT"] + pub const DIV4: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Opm(pub u8); + impl Opm { + #[doc = "Counter is not stopped at update event"] + pub const DISABLED: Self = Self(0); + #[doc = "Counter stops counting at the next update event (clearing the CEN bit)"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Etp(pub u8); + impl Etp { + #[doc = "ETR is noninverted, active at high level or rising edge"] + pub const NOTINVERTED: Self = Self(0); + #[doc = "ETR is inverted, active at low level or falling edge"] + pub const INVERTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Etf(pub u8); + impl Etf { + #[doc = "No filter, sampling is done at fDTS"] + pub const NOFILTER: Self = Self(0); + #[doc = "fSAMPLING=fCK_INT, N=2"] + pub const FCK_INT_N2: Self = Self(0x01); + #[doc = "fSAMPLING=fCK_INT, N=4"] + pub const FCK_INT_N4: Self = Self(0x02); + #[doc = "fSAMPLING=fCK_INT, N=8"] + pub const FCK_INT_N8: Self = Self(0x03); + #[doc = "fSAMPLING=fDTS/2, N=6"] + pub const FDTS_DIV2_N6: Self = Self(0x04); + #[doc = "fSAMPLING=fDTS/2, N=8"] + pub const FDTS_DIV2_N8: Self = Self(0x05); + #[doc = "fSAMPLING=fDTS/4, N=6"] + pub const FDTS_DIV4_N6: Self = Self(0x06); + #[doc = "fSAMPLING=fDTS/4, N=8"] + pub const FDTS_DIV4_N8: Self = Self(0x07); + #[doc = "fSAMPLING=fDTS/8, N=6"] + pub const FDTS_DIV8_N6: Self = Self(0x08); + #[doc = "fSAMPLING=fDTS/8, N=8"] + pub const FDTS_DIV8_N8: Self = Self(0x09); + #[doc = "fSAMPLING=fDTS/16, N=5"] + pub const FDTS_DIV16_N5: Self = Self(0x0a); + #[doc = "fSAMPLING=fDTS/16, N=6"] + pub const FDTS_DIV16_N6: Self = Self(0x0b); + #[doc = "fSAMPLING=fDTS/16, N=8"] + pub const FDTS_DIV16_N8: Self = Self(0x0c); + #[doc = "fSAMPLING=fDTS/32, N=5"] + pub const FDTS_DIV32_N5: Self = Self(0x0d); + #[doc = "fSAMPLING=fDTS/32, N=6"] + pub const FDTS_DIV32_N6: Self = Self(0x0e); + #[doc = "fSAMPLING=fDTS/32, N=8"] + pub const FDTS_DIV32_N8: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Etps(pub u8); + impl Etps { + #[doc = "Prescaler OFF"] + pub const DIV1: Self = Self(0); + #[doc = "ETRP frequency divided by 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "ETRP frequency divided by 4"] + pub const DIV4: Self = Self(0x02); + #[doc = "ETRP frequency divided by 8"] + pub const DIV8: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ocm(pub u8); + impl Ocm { + #[doc = "The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the outputs"] + pub const FROZEN: Self = Self(0); + #[doc = "Set channel to active level on match. OCyREF signal is forced high when the counter matches the capture/compare register"] + pub const ACTIVEONMATCH: Self = Self(0x01); + #[doc = "Set channel to inactive level on match. OCyREF signal is forced low when the counter matches the capture/compare register"] + pub const INACTIVEONMATCH: Self = Self(0x02); + #[doc = "OCyREF toggles when TIMx_CNT=TIMx_CCRy"] + pub const TOGGLE: Self = Self(0x03); + #[doc = "OCyREF is forced low"] + pub const FORCEINACTIVE: Self = Self(0x04); + #[doc = "OCyREF is forced high"] + pub const FORCEACTIVE: Self = Self(0x05); + #[doc = "In upcounting, channel is active as long as TIMx_CNTTIMx_CCRy else active"] + pub const PWMMODE1: Self = Self(0x06); + #[doc = "Inversely to PwmMode1"] + pub const PWMMODE2: Self = Self(0x07); + } +<<<<<<< HEAD + } + #[doc = "Basic timer"] + #[derive(Copy, Clone)] + pub struct TimBasic(pub *mut u8); + unsafe impl Send for TimBasic {} + unsafe impl Sync for TimBasic {} + impl TimBasic { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "counter"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cnt32(pub u32); + impl Cnt32 { + #[doc = "counter value"] + pub const fn cnt(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "counter value"] + pub fn set_cnt(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Cnt32 { + fn default() -> Cnt32 { + Cnt32(0) + } + } + #[doc = "DMA address for full transfer"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dmar(pub u32); + impl Dmar { + #[doc = "DMA register for burst accesses"] + pub const fn dmab(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "DMA register for burst accesses"] + pub fn set_dmab(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Dmar { + fn default() -> Dmar { + Dmar(0) + } + } + #[doc = "capture/compare mode register 2 (output mode)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcmrOutput(pub u32); + impl CcmrOutput { + #[doc = "Capture/Compare 3 selection"] + pub fn ccs(&self, n: usize) -> super::vals::CcmrOutputCcs { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + super::vals::CcmrOutputCcs(val as u8) + } + #[doc = "Capture/Compare 3 selection"] + pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrOutputCcs) { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + } + #[doc = "Output compare 3 fast enable"] + pub fn ocfe(&self, n: usize) -> bool { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Output compare 3 fast enable"] + pub fn set_ocfe(&mut self, n: usize, val: bool) { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Output compare 3 preload enable"] + pub fn ocpe(&self, n: usize) -> super::vals::Ocpe { + assert!(n < 2usize); + let offs = 3usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Ocpe(val as u8) + } + #[doc = "Output compare 3 preload enable"] + pub fn set_ocpe(&mut self, n: usize, val: super::vals::Ocpe) { + assert!(n < 2usize); + let offs = 3usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "Output compare 3 mode"] + pub fn ocm(&self, n: usize) -> super::vals::Ocm { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + let val = (self.0 >> offs) & 0x07; + super::vals::Ocm(val as u8) + } + #[doc = "Output compare 3 mode"] + pub fn set_ocm(&mut self, n: usize, val: super::vals::Ocm) { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); + } + #[doc = "Output compare 3 clear enable"] + pub fn occe(&self, n: usize) -> bool { + assert!(n < 2usize); + let offs = 7usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Output compare 3 clear enable"] + pub fn set_occe(&mut self, n: usize, val: bool) { + assert!(n < 2usize); + let offs = 7usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for CcmrOutput { + fn default() -> CcmrOutput { + CcmrOutput(0) + } + } + #[doc = "DMA/Interrupt enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct DierAdv(pub u32); + impl DierAdv { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt enable"] + pub fn set_uie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn ccie(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn set_ccie(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "COM interrupt enable"] + pub const fn comie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "COM interrupt enable"] + pub fn set_comie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger interrupt enable"] + pub const fn tie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger interrupt enable"] + pub fn set_tie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Break interrupt enable"] + pub const fn bie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break interrupt enable"] + pub fn set_bie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Update DMA request enable"] + pub const fn ude(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Update DMA request enable"] + pub fn set_ude(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn ccde(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn set_ccde(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "COM DMA request enable"] + pub const fn comde(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "COM DMA request enable"] + pub fn set_comde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Trigger DMA request enable"] + pub const fn tde(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Trigger DMA request enable"] + pub fn set_tde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + } + impl Default for DierAdv { + fn default() -> DierAdv { + DierAdv(0) + } + } + #[doc = "capture/compare enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcerAdv(pub u32); + impl CcerAdv { + #[doc = "Capture/Compare 1 output enable"] + pub fn cce(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output enable"] + pub fn set_cce(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 complementary output enable"] + pub fn ccne(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 complementary output enable"] + pub fn set_ccne(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccnp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccnp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for CcerAdv { + fn default() -> CcerAdv { + CcerAdv(0) + } + } + #[doc = "capture/compare register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccr32(pub u32); + impl Ccr32 { + #[doc = "Capture/Compare 1 value"] + pub const fn ccr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Capture/Compare 1 value"] + pub fn set_ccr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Ccr32 { + fn default() -> Ccr32 { + Ccr32(0) + } + } + #[doc = "auto-reload register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Arr32(pub u32); + impl Arr32 { + #[doc = "Auto-reload value"] + pub const fn arr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Auto-reload value"] + pub fn set_arr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Arr32 { + fn default() -> Arr32 { + Arr32(0) + } + } + #[doc = "slave mode control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Smcr(pub u32); + impl Smcr { + #[doc = "Slave mode selection"] + pub const fn sms(&self) -> super::vals::Sms { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Sms(val as u8) + } + #[doc = "Slave mode selection"] + pub fn set_sms(&mut self, val: super::vals::Sms) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "Trigger selection"] + pub const fn ts(&self) -> super::vals::Ts { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Ts(val as u8) + } + #[doc = "Trigger selection"] + pub fn set_ts(&mut self, val: super::vals::Ts) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "Master/Slave mode"] + pub const fn msm(&self) -> super::vals::Msm { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Msm(val as u8) + } + #[doc = "Master/Slave mode"] + pub fn set_msm(&mut self, val: super::vals::Msm) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "External trigger filter"] + pub const fn etf(&self) -> super::vals::Etf { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Etf(val as u8) + } + #[doc = "External trigger filter"] + pub fn set_etf(&mut self, val: super::vals::Etf) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + } + #[doc = "External trigger prescaler"] + pub const fn etps(&self) -> super::vals::Etps { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Etps(val as u8) + } + #[doc = "External trigger prescaler"] + pub fn set_etps(&mut self, val: super::vals::Etps) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "External clock enable"] + pub const fn ece(&self) -> super::vals::Ece { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Ece(val as u8) + } + #[doc = "External clock enable"] + pub fn set_ece(&mut self, val: super::vals::Ece) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "External trigger polarity"] + pub const fn etp(&self) -> super::vals::Etp { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Etp(val as u8) + } + #[doc = "External trigger polarity"] + pub fn set_etp(&mut self, val: super::vals::Etp) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + } + impl Default for Smcr { + fn default() -> Smcr { + Smcr(0) + } + } + #[doc = "capture/compare mode register 1 (input mode)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcmrInput(pub u32); + impl CcmrInput { + #[doc = "Capture/Compare 1 selection"] + pub fn ccs(&self, n: usize) -> super::vals::CcmrInputCcs { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + super::vals::CcmrInputCcs(val as u8) + } + #[doc = "Capture/Compare 1 selection"] + pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrInputCcs) { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + } + #[doc = "Input capture 1 prescaler"] + pub fn icpsc(&self, n: usize) -> u8 { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + val as u8 + } + #[doc = "Input capture 1 prescaler"] + pub fn set_icpsc(&mut self, n: usize, val: u8) { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val as u32) & 0x03) << offs); + } + #[doc = "Input capture 1 filter"] + pub fn icf(&self, n: usize) -> super::vals::Icf { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + let val = (self.0 >> offs) & 0x0f; + super::vals::Icf(val as u8) + } + #[doc = "Input capture 1 filter"] + pub fn set_icf(&mut self, n: usize, val: super::vals::Icf) { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); + } + } + impl Default for CcmrInput { + fn default() -> CcmrInput { + CcmrInput(0) + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Gp(pub u32); + impl Cr2Gp { + #[doc = "Capture/compare DMA selection"] + pub const fn ccds(&self) -> super::vals::Ccds { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ccds(val as u8) + } + #[doc = "Capture/compare DMA selection"] + pub fn set_ccds(&mut self, val: super::vals::Ccds) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) + } + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "TI1 selection"] + pub const fn ti1s(&self) -> super::vals::Tis { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Tis(val as u8) + } + #[doc = "TI1 selection"] + pub fn set_ti1s(&mut self, val: super::vals::Tis) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + } + impl Default for Cr2Gp { + fn default() -> Cr2Gp { + Cr2Gp(0) + } + } + #[doc = "capture/compare register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccr16(pub u32); + impl Ccr16 { + #[doc = "Capture/Compare 1 value"] + pub const fn ccr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Capture/Compare 1 value"] + pub fn set_ccr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Ccr16 { + fn default() -> Ccr16 { + Ccr16(0) + } + } + #[doc = "auto-reload register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Arr16(pub u32); + impl Arr16 { + #[doc = "Auto-reload value"] + pub const fn arr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Auto-reload value"] + pub fn set_arr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Arr16 { + fn default() -> Arr16 { + Arr16(0) + } + } + #[doc = "break and dead-time register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Bdtr(pub u32); + impl Bdtr { + #[doc = "Dead-time generator setup"] + pub const fn dtg(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Dead-time generator setup"] + pub fn set_dtg(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + #[doc = "Lock configuration"] + pub const fn lock(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x03; + val as u8 + } + #[doc = "Lock configuration"] + pub fn set_lock(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + } + #[doc = "Off-state selection for Idle mode"] + pub const fn ossi(&self) -> super::vals::Ossi { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Ossi(val as u8) + } + #[doc = "Off-state selection for Idle mode"] + pub fn set_ossi(&mut self, val: super::vals::Ossi) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "Off-state selection for Run mode"] + pub const fn ossr(&self) -> super::vals::Ossr { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Ossr(val as u8) + } + #[doc = "Off-state selection for Run mode"] + pub fn set_ossr(&mut self, val: super::vals::Ossr) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "Break enable"] + pub const fn bke(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Break enable"] + pub fn set_bke(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Break polarity"] + pub const fn bkp(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Break polarity"] + pub fn set_bkp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Automatic output enable"] + pub const fn aoe(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Automatic output enable"] + pub fn set_aoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "Main output enable"] + pub const fn moe(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Main output enable"] + pub fn set_moe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + } + impl Default for Bdtr { + fn default() -> Bdtr { + Bdtr(0) + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Basic(pub u32); + impl Cr2Basic { + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) + } + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + } + impl Default for Cr2Basic { + fn default() -> Cr2Basic { + Cr2Basic(0) +======= + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ossr(pub u8); + impl Ossr { + #[doc = "When inactive, OC/OCN outputs are disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "When inactive, OC/OCN outputs are enabled with their inactive level"] + pub const IDLELEVEL: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mms(pub u8); + impl Mms { + #[doc = "The UG bit from the TIMx_EGR register is used as trigger output"] + pub const RESET: Self = Self(0); + #[doc = "The counter enable signal, CNT_EN, is used as trigger output"] + pub const ENABLE: Self = Self(0x01); + #[doc = "The update event is selected as trigger output"] + pub const UPDATE: Self = Self(0x02); + #[doc = "The trigger output send a positive pulse when the CC1IF flag it to be set, as soon as a capture or a compare match occurred"] + pub const COMPAREPULSE: Self = Self(0x03); + #[doc = "OC1REF signal is used as trigger output"] + pub const COMPAREOC1: Self = Self(0x04); + #[doc = "OC2REF signal is used as trigger output"] + pub const COMPAREOC2: Self = Self(0x05); + #[doc = "OC3REF signal is used as trigger output"] + pub const COMPAREOC3: Self = Self(0x06); + #[doc = "OC4REF signal is used as trigger output"] + pub const COMPAREOC4: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Icf(pub u8); + impl Icf { + #[doc = "No filter, sampling is done at fDTS"] + pub const NOFILTER: Self = Self(0); + #[doc = "fSAMPLING=fCK_INT, N=2"] + pub const FCK_INT_N2: Self = Self(0x01); + #[doc = "fSAMPLING=fCK_INT, N=4"] + pub const FCK_INT_N4: Self = Self(0x02); + #[doc = "fSAMPLING=fCK_INT, N=8"] + pub const FCK_INT_N8: Self = Self(0x03); + #[doc = "fSAMPLING=fDTS/2, N=6"] + pub const FDTS_DIV2_N6: Self = Self(0x04); + #[doc = "fSAMPLING=fDTS/2, N=8"] + pub const FDTS_DIV2_N8: Self = Self(0x05); + #[doc = "fSAMPLING=fDTS/4, N=6"] + pub const FDTS_DIV4_N6: Self = Self(0x06); + #[doc = "fSAMPLING=fDTS/4, N=8"] + pub const FDTS_DIV4_N8: Self = Self(0x07); + #[doc = "fSAMPLING=fDTS/8, N=6"] + pub const FDTS_DIV8_N6: Self = Self(0x08); + #[doc = "fSAMPLING=fDTS/8, N=8"] + pub const FDTS_DIV8_N8: Self = Self(0x09); + #[doc = "fSAMPLING=fDTS/16, N=5"] + pub const FDTS_DIV16_N5: Self = Self(0x0a); + #[doc = "fSAMPLING=fDTS/16, N=6"] + pub const FDTS_DIV16_N6: Self = Self(0x0b); + #[doc = "fSAMPLING=fDTS/16, N=8"] + pub const FDTS_DIV16_N8: Self = Self(0x0c); + #[doc = "fSAMPLING=fDTS/32, N=5"] + pub const FDTS_DIV32_N5: Self = Self(0x0d); + #[doc = "fSAMPLING=fDTS/32, N=6"] + pub const FDTS_DIV32_N6: Self = Self(0x0e); + #[doc = "fSAMPLING=fDTS/32, N=8"] + pub const FDTS_DIV32_N8: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct CcmrInputCcs(pub u8); + impl CcmrInputCcs { + #[doc = "CCx channel is configured as input, normal mapping: ICx mapped to TIx"] + pub const TI4: Self = Self(0x01); + #[doc = "CCx channel is configured as input, alternate mapping (switches 1 with 2, 3 with 4)"] + pub const TI3: Self = Self(0x02); + #[doc = "CCx channel is configured as input, ICx is mapped on TRC"] + pub const TRC: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sms(pub u8); + impl Sms { + #[doc = "Slave mode disabled - if CEN = ‘1 then the prescaler is clocked directly by the internal clock."] + pub const DISABLED: Self = Self(0); + #[doc = "Encoder mode 1 - Counter counts up/down on TI2FP1 edge depending on TI1FP2 level."] + pub const ENCODER_MODE_1: Self = Self(0x01); + #[doc = "Encoder mode 2 - Counter counts up/down on TI1FP2 edge depending on TI2FP1 level."] + pub const ENCODER_MODE_2: Self = Self(0x02); + #[doc = "Encoder mode 3 - Counter counts up/down on both TI1FP1 and TI2FP2 edges depending on the level of the other input."] + pub const ENCODER_MODE_3: Self = Self(0x03); + #[doc = "Reset Mode - Rising edge of the selected trigger input (TRGI) reinitializes the counter and generates an update of the registers."] + pub const RESET_MODE: Self = Self(0x04); + #[doc = "Gated Mode - The counter clock is enabled when the trigger input (TRGI) is high. The counter stops (but is not reset) as soon as the trigger becomes low. Both start and stop of the counter are controlled."] + pub const GATED_MODE: Self = Self(0x05); + #[doc = "Trigger Mode - The counter starts at a rising edge of the trigger TRGI (but it is not reset). Only the start of the counter is controlled."] + pub const TRIGGER_MODE: Self = Self(0x06); + #[doc = "External Clock Mode 1 - Rising edges of the selected trigger (TRGI) clock the counter."] + pub const EXT_CLOCK_MODE: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ocpe(pub u8); + impl Ocpe { + #[doc = "Preload register on CCR2 disabled. New values written to CCR2 are taken into account immediately"] + pub const DISABLED: Self = Self(0); + #[doc = "Preload register on CCR2 enabled. Preload value is loaded into active register on each update event"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ece(pub u8); + impl Ece { + #[doc = "External clock mode 2 disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "External clock mode 2 enabled. The counter is clocked by any active edge on the ETRF signal."] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ccds(pub u8); + impl Ccds { + #[doc = "CCx DMA request sent when CCx event occurs"] + pub const ONCOMPARE: Self = Self(0); + #[doc = "CCx DMA request sent when update event occurs"] + pub const ONUPDATE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Tis(pub u8); + impl Tis { + #[doc = "The TIMx_CH1 pin is connected to TI1 input"] + pub const NORMAL: Self = Self(0); + #[doc = "The TIMx_CH1, CH2, CH3 pins are connected to TI1 input"] + pub const XOR: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ossi(pub u8); + impl Ossi { + #[doc = "When inactive, OC/OCN outputs are disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "When inactive, OC/OCN outputs are forced to idle level"] + pub const IDLELEVEL: Self = Self(0x01); + } + } + pub mod regs { + use crate::generic::*; + #[doc = "DMA address for full transfer"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dmar(pub u32); + impl Dmar { + #[doc = "DMA register for burst accesses"] + pub const fn dmab(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "DMA register for burst accesses"] + pub fn set_dmab(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Dmar { + fn default() -> Dmar { + Dmar(0) + } + } + #[doc = "capture/compare register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccr16(pub u32); + impl Ccr16 { + #[doc = "Capture/Compare 1 value"] + pub const fn ccr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Capture/Compare 1 value"] + pub fn set_ccr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Ccr16 { + fn default() -> Ccr16 { + Ccr16(0) + } + } + #[doc = "event generation register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct EgrBasic(pub u32); + impl EgrBasic { + #[doc = "Update generation"] + pub const fn ug(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update generation"] + pub fn set_ug(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + } + impl Default for EgrBasic { + fn default() -> EgrBasic { + EgrBasic(0) + } + } + #[doc = "counter"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cnt16(pub u32); + impl Cnt16 { + #[doc = "counter value"] + pub const fn cnt(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "counter value"] + pub fn set_cnt(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Cnt16 { + fn default() -> Cnt16 { + Cnt16(0) + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Adv(pub u32); + impl Cr2Adv { + #[doc = "Capture/compare preloaded control"] + pub const fn ccpc(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Capture/compare preloaded control"] + pub fn set_ccpc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/compare control update selection"] + pub const fn ccus(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Capture/compare control update selection"] + pub fn set_ccus(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Capture/compare DMA selection"] + pub const fn ccds(&self) -> super::vals::Ccds { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ccds(val as u8) + } + #[doc = "Capture/compare DMA selection"] + pub fn set_ccds(&mut self, val: super::vals::Ccds) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) + } + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "TI1 selection"] + pub const fn ti1s(&self) -> super::vals::Tis { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Tis(val as u8) + } + #[doc = "TI1 selection"] + pub fn set_ti1s(&mut self, val: super::vals::Tis) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Output Idle state 1"] + pub fn ois(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 8usize + n * 2usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Output Idle state 1"] + pub fn set_ois(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 8usize + n * 2usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Output Idle state 1"] + pub const fn ois1n(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 1"] + pub fn set_ois1n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Output Idle state 2"] + pub const fn ois2n(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 2"] + pub fn set_ois2n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Output Idle state 3"] + pub const fn ois3n(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 3"] + pub fn set_ois3n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + } + impl Default for Cr2Adv { + fn default() -> Cr2Adv { + Cr2Adv(0) + } + } + #[doc = "capture/compare enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcerAdv(pub u32); + impl CcerAdv { + #[doc = "Capture/Compare 1 output enable"] + pub fn cce(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output enable"] + pub fn set_cce(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 complementary output enable"] + pub fn ccne(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 complementary output enable"] + pub fn set_ccne(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccnp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccnp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for CcerAdv { + fn default() -> CcerAdv { + CcerAdv(0) + } + } + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct SrBasic(pub u32); + impl SrBasic { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt flag"] + pub fn set_uif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + } + impl Default for SrBasic { + fn default() -> SrBasic { + SrBasic(0) + } + } + #[doc = "DMA control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dcr(pub u32); + impl Dcr { + #[doc = "DMA base address"] + pub const fn dba(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x1f; + val as u8 + } + #[doc = "DMA base address"] + pub fn set_dba(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 0usize)) | (((val as u32) & 0x1f) << 0usize); + } + #[doc = "DMA burst length"] + pub const fn dbl(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x1f; + val as u8 + } + #[doc = "DMA burst length"] + pub fn set_dbl(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); + } + } + impl Default for Dcr { + fn default() -> Dcr { + Dcr(0) + } + } + #[doc = "repetition counter register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rcr(pub u32); + impl Rcr { + #[doc = "Repetition counter value"] + pub const fn rep(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Repetition counter value"] + pub fn set_rep(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + } + impl Default for Rcr { + fn default() -> Rcr { + Rcr(0) + } + } + #[doc = "control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1Basic(pub u32); + impl Cr1Basic { + #[doc = "Counter enable"] + pub const fn cen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Counter enable"] + pub fn set_cen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Update disable"] + pub const fn udis(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Update disable"] + pub fn set_udis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Update request source"] + pub const fn urs(&self) -> super::vals::Urs { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Urs(val as u8) + } + #[doc = "Update request source"] + pub fn set_urs(&mut self, val: super::vals::Urs) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "One-pulse mode"] + pub const fn opm(&self) -> super::vals::Opm { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Opm(val as u8) + } + #[doc = "One-pulse mode"] + pub fn set_opm(&mut self, val: super::vals::Opm) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Auto-reload preload enable"] + pub const fn arpe(&self) -> super::vals::Arpe { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Arpe(val as u8) + } + #[doc = "Auto-reload preload enable"] + pub fn set_arpe(&mut self, val: super::vals::Arpe) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + } + impl Default for Cr1Basic { + fn default() -> Cr1Basic { + Cr1Basic(0) + } + } + #[doc = "event generation register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct EgrGp(pub u32); + impl EgrGp { + #[doc = "Update generation"] + pub const fn ug(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update generation"] + pub fn set_ug(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/compare 1 generation"] + pub fn ccg(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/compare 1 generation"] + pub fn set_ccg(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare control update generation"] + pub const fn comg(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Capture/Compare control update generation"] + pub fn set_comg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger generation"] + pub const fn tg(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger generation"] + pub fn set_tg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Break generation"] + pub const fn bg(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break generation"] + pub fn set_bg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + } + impl Default for EgrGp { + fn default() -> EgrGp { + EgrGp(0) + } + } + #[doc = "capture/compare enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcerGp(pub u32); + impl CcerGp { + #[doc = "Capture/Compare 1 output enable"] + pub fn cce(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output enable"] + pub fn set_cce(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccnp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccnp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for CcerGp { + fn default() -> CcerGp { + CcerGp(0) + } + } + #[doc = "break and dead-time register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Bdtr(pub u32); + impl Bdtr { + #[doc = "Dead-time generator setup"] + pub const fn dtg(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Dead-time generator setup"] + pub fn set_dtg(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + #[doc = "Lock configuration"] + pub const fn lock(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x03; + val as u8 + } + #[doc = "Lock configuration"] + pub fn set_lock(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + } + #[doc = "Off-state selection for Idle mode"] + pub const fn ossi(&self) -> super::vals::Ossi { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Ossi(val as u8) + } + #[doc = "Off-state selection for Idle mode"] + pub fn set_ossi(&mut self, val: super::vals::Ossi) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "Off-state selection for Run mode"] + pub const fn ossr(&self) -> super::vals::Ossr { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Ossr(val as u8) + } + #[doc = "Off-state selection for Run mode"] + pub fn set_ossr(&mut self, val: super::vals::Ossr) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "Break enable"] + pub const fn bke(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Break enable"] + pub fn set_bke(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Break polarity"] + pub const fn bkp(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Break polarity"] + pub fn set_bkp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Automatic output enable"] + pub const fn aoe(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Automatic output enable"] + pub fn set_aoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "Main output enable"] + pub const fn moe(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Main output enable"] + pub fn set_moe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + } + impl Default for Bdtr { + fn default() -> Bdtr { + Bdtr(0) + } + } + #[doc = "control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1Gp(pub u32); + impl Cr1Gp { + #[doc = "Counter enable"] + pub const fn cen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Counter enable"] + pub fn set_cen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Update disable"] + pub const fn udis(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Update disable"] + pub fn set_udis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Update request source"] + pub const fn urs(&self) -> super::vals::Urs { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Urs(val as u8) + } + #[doc = "Update request source"] + pub fn set_urs(&mut self, val: super::vals::Urs) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "One-pulse mode"] + pub const fn opm(&self) -> super::vals::Opm { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Opm(val as u8) + } + #[doc = "One-pulse mode"] + pub fn set_opm(&mut self, val: super::vals::Opm) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Direction"] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Dir(val as u8) + } + #[doc = "Direction"] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Center-aligned mode selection"] + pub const fn cms(&self) -> super::vals::Cms { + let val = (self.0 >> 5usize) & 0x03; + super::vals::Cms(val as u8) + } + #[doc = "Center-aligned mode selection"] + pub fn set_cms(&mut self, val: super::vals::Cms) { + self.0 = (self.0 & !(0x03 << 5usize)) | (((val.0 as u32) & 0x03) << 5usize); + } + #[doc = "Auto-reload preload enable"] + pub const fn arpe(&self) -> super::vals::Arpe { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Arpe(val as u8) + } + #[doc = "Auto-reload preload enable"] + pub fn set_arpe(&mut self, val: super::vals::Arpe) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Clock division"] + pub const fn ckd(&self) -> super::vals::Ckd { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Ckd(val as u8) + } + #[doc = "Clock division"] + pub fn set_ckd(&mut self, val: super::vals::Ckd) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + } + } + impl Default for Cr1Gp { + fn default() -> Cr1Gp { + Cr1Gp(0) + } + } + #[doc = "capture/compare mode register 1 (input mode)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcmrInput(pub u32); + impl CcmrInput { + #[doc = "Capture/Compare 1 selection"] + pub fn ccs(&self, n: usize) -> super::vals::CcmrInputCcs { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + super::vals::CcmrInputCcs(val as u8) + } + #[doc = "Capture/Compare 1 selection"] + pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrInputCcs) { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + } + #[doc = "Input capture 1 prescaler"] + pub fn icpsc(&self, n: usize) -> u8 { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + val as u8 + } + #[doc = "Input capture 1 prescaler"] + pub fn set_icpsc(&mut self, n: usize, val: u8) { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val as u32) & 0x03) << offs); + } + #[doc = "Input capture 1 filter"] + pub fn icf(&self, n: usize) -> super::vals::Icf { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + let val = (self.0 >> offs) & 0x0f; + super::vals::Icf(val as u8) + } + #[doc = "Input capture 1 filter"] + pub fn set_icf(&mut self, n: usize, val: super::vals::Icf) { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); + } + } + impl Default for CcmrInput { + fn default() -> CcmrInput { + CcmrInput(0) + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Basic(pub u32); + impl Cr2Basic { + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) + } + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + } + impl Default for Cr2Basic { + fn default() -> Cr2Basic { + Cr2Basic(0) + } + } + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct SrAdv(pub u32); + impl SrAdv { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt flag"] + pub fn set_uif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/compare 1 interrupt flag"] + pub fn ccif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/compare 1 interrupt flag"] + pub fn set_ccif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "COM interrupt flag"] + pub const fn comif(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "COM interrupt flag"] + pub fn set_comif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger interrupt flag"] + pub const fn tif(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger interrupt flag"] + pub fn set_tif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Break interrupt flag"] + pub const fn bif(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break interrupt flag"] + pub fn set_bif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn ccof(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn set_ccof(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for SrAdv { + fn default() -> SrAdv { + SrAdv(0) +>>>>>>> c084e70 (Update generated code) + } + } + #[doc = "event generation register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] +<<<<<<< HEAD + pub struct EgrGp(pub u32); + impl EgrGp { + #[doc = "Update generation"] + pub const fn ug(&self) -> bool { +======= + pub struct DierGp(pub u32); + impl DierGp { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { +>>>>>>> c084e70 (Update generated code) + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update generation"] + pub fn set_ug(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/compare 1 generation"] + pub fn ccg(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/compare 1 generation"] + pub fn set_ccg(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } +<<<<<<< HEAD + #[doc = "Capture/Compare control update generation"] + pub const fn comg(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Capture/Compare control update generation"] + pub fn set_comg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger generation"] + pub const fn tg(&self) -> bool { +======= + #[doc = "Trigger interrupt enable"] + pub const fn tie(&self) -> bool { +>>>>>>> c084e70 (Update generated code) + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger generation"] + pub fn set_tg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } +<<<<<<< HEAD + #[doc = "Break generation"] + pub const fn bg(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break generation"] + pub fn set_bg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + } + impl Default for EgrGp { + fn default() -> EgrGp { + EgrGp(0) + } + } + #[doc = "DMA/Interrupt enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct DierBasic(pub u32); + impl DierBasic { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt enable"] + pub fn set_uie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } +======= +>>>>>>> c084e70 (Update generated code) + #[doc = "Update DMA request enable"] + pub const fn ude(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Update DMA request enable"] + pub fn set_ude(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } +<<<<<<< HEAD + } + impl Default for DierBasic { + fn default() -> DierBasic { + DierBasic(0) + } + } + #[doc = "capture/compare enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcerGp(pub u32); + impl CcerGp { + #[doc = "Capture/Compare 1 output enable"] + pub fn cce(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output enable"] + pub fn set_cce(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccnp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccnp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for CcerGp { + fn default() -> CcerGp { + CcerGp(0) + } + } + #[doc = "repetition counter register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rcr(pub u32); + impl Rcr { + #[doc = "Repetition counter value"] + pub const fn rep(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Repetition counter value"] + pub fn set_rep(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + } + impl Default for Rcr { + fn default() -> Rcr { + Rcr(0) + } + } + #[doc = "control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1Gp(pub u32); + impl Cr1Gp { + #[doc = "Counter enable"] + pub const fn cen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Counter enable"] + pub fn set_cen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); +======= + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn ccde(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn set_ccde(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Trigger DMA request enable"] + pub const fn tde(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Trigger DMA request enable"] + pub fn set_tde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + } + impl Default for DierGp { + fn default() -> DierGp { + DierGp(0) + } + } + #[doc = "auto-reload register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Arr16(pub u32); + impl Arr16 { + #[doc = "Auto-reload value"] + pub const fn arr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Auto-reload value"] + pub fn set_arr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Arr16 { + fn default() -> Arr16 { + Arr16(0) + } + } + #[doc = "counter"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cnt32(pub u32); + impl Cnt32 { + #[doc = "counter value"] + pub const fn cnt(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "counter value"] + pub fn set_cnt(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Cnt32 { + fn default() -> Cnt32 { + Cnt32(0) +>>>>>>> c084e70 (Update generated code) + } + #[doc = "Update disable"] + pub const fn udis(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Update disable"] + pub fn set_udis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Update request source"] + pub const fn urs(&self) -> super::vals::Urs { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Urs(val as u8) + } + #[doc = "Update request source"] + pub fn set_urs(&mut self, val: super::vals::Urs) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "One-pulse mode"] + pub const fn opm(&self) -> super::vals::Opm { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Opm(val as u8) + } + #[doc = "One-pulse mode"] + pub fn set_opm(&mut self, val: super::vals::Opm) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Direction"] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Dir(val as u8) + } + #[doc = "Direction"] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Center-aligned mode selection"] + pub const fn cms(&self) -> super::vals::Cms { + let val = (self.0 >> 5usize) & 0x03; + super::vals::Cms(val as u8) + } + #[doc = "Center-aligned mode selection"] + pub fn set_cms(&mut self, val: super::vals::Cms) { + self.0 = (self.0 & !(0x03 << 5usize)) | (((val.0 as u32) & 0x03) << 5usize); + } + #[doc = "Auto-reload preload enable"] + pub const fn arpe(&self) -> super::vals::Arpe { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Arpe(val as u8) + } + #[doc = "Auto-reload preload enable"] + pub fn set_arpe(&mut self, val: super::vals::Arpe) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Clock division"] + pub const fn ckd(&self) -> super::vals::Ckd { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Ckd(val as u8) + } + #[doc = "Clock division"] + pub fn set_ckd(&mut self, val: super::vals::Ckd) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + } + } + impl Default for Cr1Gp { + fn default() -> Cr1Gp { + Cr1Gp(0) + } + } +<<<<<<< HEAD + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct SrBasic(pub u32); + impl SrBasic { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt flag"] + pub fn set_uif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + } + impl Default for SrBasic { + fn default() -> SrBasic { + SrBasic(0) + } + } + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct SrAdv(pub u32); + impl SrAdv { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt flag"] + pub fn set_uif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/compare 1 interrupt flag"] + pub fn ccif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/compare 1 interrupt flag"] + pub fn set_ccif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "COM interrupt flag"] + pub const fn comif(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "COM interrupt flag"] + pub fn set_comif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger interrupt flag"] + pub const fn tif(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger interrupt flag"] + pub fn set_tif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Break interrupt flag"] + pub const fn bif(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break interrupt flag"] + pub fn set_bif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn ccof(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn set_ccof(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for SrAdv { + fn default() -> SrAdv { + SrAdv(0) + } + } + #[doc = "DMA control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dcr(pub u32); + impl Dcr { + #[doc = "DMA base address"] + pub const fn dba(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x1f; + val as u8 + } + #[doc = "DMA base address"] + pub fn set_dba(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 0usize)) | (((val as u32) & 0x1f) << 0usize); + } + #[doc = "DMA burst length"] + pub const fn dbl(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x1f; + val as u8 + } + #[doc = "DMA burst length"] + pub fn set_dbl(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); + } + } + impl Default for Dcr { + fn default() -> Dcr { + Dcr(0) + } + } + #[doc = "control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1Basic(pub u32); + impl Cr1Basic { + #[doc = "Counter enable"] + pub const fn cen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Counter enable"] + pub fn set_cen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Update disable"] + pub const fn udis(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Update disable"] + pub fn set_udis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Update request source"] + pub const fn urs(&self) -> super::vals::Urs { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Urs(val as u8) + } + #[doc = "Update request source"] + pub fn set_urs(&mut self, val: super::vals::Urs) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "One-pulse mode"] + pub const fn opm(&self) -> super::vals::Opm { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Opm(val as u8) + } + #[doc = "One-pulse mode"] + pub fn set_opm(&mut self, val: super::vals::Opm) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Auto-reload preload enable"] + pub const fn arpe(&self) -> super::vals::Arpe { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Arpe(val as u8) + } + #[doc = "Auto-reload preload enable"] + pub fn set_arpe(&mut self, val: super::vals::Arpe) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + } + impl Default for Cr1Basic { + fn default() -> Cr1Basic { + Cr1Basic(0) +======= + #[doc = "DMA/Interrupt enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct DierBasic(pub u32); + impl DierBasic { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt enable"] + pub fn set_uie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Update DMA request enable"] + pub const fn ude(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Update DMA request enable"] + pub fn set_ude(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + } + impl Default for DierBasic { + fn default() -> DierBasic { + DierBasic(0) +>>>>>>> c084e70 (Update generated code) + } + } + #[doc = "event generation register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct EgrAdv(pub u32); + impl EgrAdv { + #[doc = "Update generation"] + pub const fn ug(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update generation"] + pub fn set_ug(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/compare 1 generation"] + pub fn ccg(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/compare 1 generation"] + pub fn set_ccg(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare control update generation"] + pub const fn comg(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Capture/Compare control update generation"] + pub fn set_comg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger generation"] + pub const fn tg(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger generation"] + pub fn set_tg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Break generation"] + pub const fn bg(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break generation"] + pub fn set_bg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + } + impl Default for EgrAdv { + fn default() -> EgrAdv { + EgrAdv(0) +<<<<<<< HEAD +======= + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Gp(pub u32); + impl Cr2Gp { + #[doc = "Capture/compare DMA selection"] + pub const fn ccds(&self) -> super::vals::Ccds { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ccds(val as u8) + } + #[doc = "Capture/compare DMA selection"] + pub fn set_ccds(&mut self, val: super::vals::Ccds) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) + } + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "TI1 selection"] + pub const fn ti1s(&self) -> super::vals::Tis { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Tis(val as u8) + } + #[doc = "TI1 selection"] + pub fn set_ti1s(&mut self, val: super::vals::Tis) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + } + impl Default for Cr2Gp { + fn default() -> Cr2Gp { + Cr2Gp(0) +>>>>>>> c084e70 (Update generated code) + } + } + #[doc = "prescaler"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] +<<<<<<< HEAD + pub struct Psc(pub u32); + impl Psc { + #[doc = "Prescaler value"] + pub const fn psc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 +======= + pub struct DierAdv(pub u32); + impl DierAdv { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 +>>>>>>> c084e70 (Update generated code) + } + #[doc = "Prescaler value"] + pub fn set_psc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } +<<<<<<< HEAD + } + impl Default for Psc { + fn default() -> Psc { + Psc(0) +======= + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn ccie(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn set_ccie(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "COM interrupt enable"] + pub const fn comie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "COM interrupt enable"] + pub fn set_comie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger interrupt enable"] + pub const fn tie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger interrupt enable"] + pub fn set_tie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Break interrupt enable"] + pub const fn bie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break interrupt enable"] + pub fn set_bie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Update DMA request enable"] + pub const fn ude(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 +>>>>>>> c084e70 (Update generated code) + } + } + #[doc = "counter"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cnt16(pub u32); + impl Cnt16 { + #[doc = "counter value"] + pub const fn cnt(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "counter value"] + pub fn set_cnt(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } +<<<<<<< HEAD + } + impl Default for Cnt16 { + fn default() -> Cnt16 { + Cnt16(0) + } + } + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct SrGp(pub u32); + impl SrGp { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt flag"] + pub fn set_uif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/compare 1 interrupt flag"] + pub fn ccif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/compare 1 interrupt flag"] + pub fn set_ccif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "COM interrupt flag"] + pub const fn comif(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "COM interrupt flag"] + pub fn set_comif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Trigger interrupt flag"] + pub const fn tif(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger interrupt flag"] + pub fn set_tif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Break interrupt flag"] + pub const fn bif(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break interrupt flag"] + pub fn set_bif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn ccof(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn set_ccof(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for SrGp { + fn default() -> SrGp { + SrGp(0) + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Adv(pub u32); + impl Cr2Adv { + #[doc = "Capture/compare preloaded control"] + pub const fn ccpc(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Capture/compare preloaded control"] + pub fn set_ccpc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/compare control update selection"] + pub const fn ccus(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Capture/compare control update selection"] + pub fn set_ccus(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Capture/compare DMA selection"] + pub const fn ccds(&self) -> super::vals::Ccds { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ccds(val as u8) + } + #[doc = "Capture/compare DMA selection"] + pub fn set_ccds(&mut self, val: super::vals::Ccds) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) + } + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "TI1 selection"] + pub const fn ti1s(&self) -> super::vals::Tis { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Tis(val as u8) + } + #[doc = "TI1 selection"] + pub fn set_ti1s(&mut self, val: super::vals::Tis) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Output Idle state 1"] + pub fn ois(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 8usize + n * 2usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Output Idle state 1"] + pub fn set_ois(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 8usize + n * 2usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Output Idle state 1"] + pub const fn ois1n(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 1"] + pub fn set_ois1n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Output Idle state 2"] + pub const fn ois2n(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 2"] + pub fn set_ois2n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Output Idle state 3"] + pub const fn ois3n(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 3"] + pub fn set_ois3n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + } + impl Default for Cr2Adv { + fn default() -> Cr2Adv { + Cr2Adv(0) + } + } + #[doc = "event generation register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct EgrBasic(pub u32); + impl EgrBasic { + #[doc = "Update generation"] + pub const fn ug(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update generation"] + pub fn set_ug(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + } + impl Default for EgrBasic { + fn default() -> EgrBasic { + EgrBasic(0) +======= + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn ccde(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn set_ccde(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "COM DMA request enable"] + pub const fn comde(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "COM DMA request enable"] + pub fn set_comde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Trigger DMA request enable"] + pub const fn tde(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Trigger DMA request enable"] + pub fn set_tde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + } + impl Default for DierAdv { + fn default() -> DierAdv { + DierAdv(0) + } + } + #[doc = "capture/compare mode register 2 (output mode)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcmrOutput(pub u32); + impl CcmrOutput { + #[doc = "Capture/Compare 3 selection"] + pub fn ccs(&self, n: usize) -> super::vals::CcmrOutputCcs { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + super::vals::CcmrOutputCcs(val as u8) + } + #[doc = "Capture/Compare 3 selection"] + pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrOutputCcs) { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + } + #[doc = "Output compare 3 fast enable"] + pub fn ocfe(&self, n: usize) -> bool { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Output compare 3 fast enable"] + pub fn set_ocfe(&mut self, n: usize, val: bool) { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Output compare 3 preload enable"] + pub fn ocpe(&self, n: usize) -> super::vals::Ocpe { + assert!(n < 2usize); + let offs = 3usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Ocpe(val as u8) + } + #[doc = "Output compare 3 preload enable"] + pub fn set_ocpe(&mut self, n: usize, val: super::vals::Ocpe) { + assert!(n < 2usize); + let offs = 3usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "Output compare 3 mode"] + pub fn ocm(&self, n: usize) -> super::vals::Ocm { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + let val = (self.0 >> offs) & 0x07; + super::vals::Ocm(val as u8) + } + #[doc = "Output compare 3 mode"] + pub fn set_ocm(&mut self, n: usize, val: super::vals::Ocm) { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); + } + #[doc = "Output compare 3 clear enable"] + pub fn occe(&self, n: usize) -> bool { + assert!(n < 2usize); + let offs = 7usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Output compare 3 clear enable"] + pub fn set_occe(&mut self, n: usize, val: bool) { + assert!(n < 2usize); + let offs = 7usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for CcmrOutput { + fn default() -> CcmrOutput { + CcmrOutput(0) + } + } + #[doc = "capture/compare register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccr32(pub u32); + impl Ccr32 { + #[doc = "Capture/Compare 1 value"] + pub const fn ccr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Capture/Compare 1 value"] + pub fn set_ccr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Ccr32 { + fn default() -> Ccr32 { + Ccr32(0) + } + } + #[doc = "prescaler"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Psc(pub u32); + impl Psc { + #[doc = "Prescaler value"] + pub const fn psc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Prescaler value"] + pub fn set_psc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Psc { + fn default() -> Psc { + Psc(0) +>>>>>>> c084e70 (Update generated code) + } + } + #[doc = "DMA/Interrupt enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] +<<<<<<< HEAD + pub struct DierGp(pub u32); + impl DierGp { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { +======= + pub struct SrGp(pub u32); + impl SrGp { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { +>>>>>>> c084e70 (Update generated code) + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Update interrupt enable"] + pub fn set_uie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn ccie(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn set_ccie(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Trigger interrupt enable"] + pub const fn tie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Trigger interrupt enable"] + pub fn set_tie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Update DMA request enable"] + pub const fn ude(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Update DMA request enable"] + pub fn set_ude(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn ccde(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn set_ccde(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Trigger DMA request enable"] + pub const fn tde(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Trigger DMA request enable"] + pub fn set_tde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + } + impl Default for DierGp { + fn default() -> DierGp { + DierGp(0) + } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dir(pub u8); + impl Dir { + #[doc = "Counter used as upcounter"] + pub const UP: Self = Self(0); + #[doc = "Counter used as downcounter"] + pub const DOWN: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ts(pub u8); + impl Ts { + #[doc = "Internal Trigger 0 (ITR0)"] + pub const ITR0: Self = Self(0); + #[doc = "Internal Trigger 1 (ITR1)"] + pub const ITR1: Self = Self(0x01); + #[doc = "Internal Trigger 2 (ITR2)"] + pub const ITR2: Self = Self(0x02); + #[doc = "TI1 Edge Detector (TI1F_ED)"] + pub const TI1F_ED: Self = Self(0x04); + #[doc = "Filtered Timer Input 1 (TI1FP1)"] + pub const TI1FP1: Self = Self(0x05); + #[doc = "Filtered Timer Input 2 (TI2FP2)"] + pub const TI2FP2: Self = Self(0x06); + #[doc = "External Trigger input (ETRF)"] + pub const ETRF: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Opm(pub u8); + impl Opm { + #[doc = "Counter is not stopped at update event"] + pub const DISABLED: Self = Self(0); + #[doc = "Counter stops counting at the next update event (clearing the CEN bit)"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct CcmrInputCcs(pub u8); + impl CcmrInputCcs { + #[doc = "CCx channel is configured as input, normal mapping: ICx mapped to TIx"] + pub const TI4: Self = Self(0x01); + #[doc = "CCx channel is configured as input, alternate mapping (switches 1 with 2, 3 with 4)"] + pub const TI3: Self = Self(0x02); + #[doc = "CCx channel is configured as input, ICx is mapped on TRC"] + pub const TRC: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Etf(pub u8); + impl Etf { + #[doc = "No filter, sampling is done at fDTS"] + pub const NOFILTER: Self = Self(0); + #[doc = "fSAMPLING=fCK_INT, N=2"] + pub const FCK_INT_N2: Self = Self(0x01); + #[doc = "fSAMPLING=fCK_INT, N=4"] + pub const FCK_INT_N4: Self = Self(0x02); + #[doc = "fSAMPLING=fCK_INT, N=8"] + pub const FCK_INT_N8: Self = Self(0x03); + #[doc = "fSAMPLING=fDTS/2, N=6"] + pub const FDTS_DIV2_N6: Self = Self(0x04); + #[doc = "fSAMPLING=fDTS/2, N=8"] + pub const FDTS_DIV2_N8: Self = Self(0x05); + #[doc = "fSAMPLING=fDTS/4, N=6"] + pub const FDTS_DIV4_N6: Self = Self(0x06); + #[doc = "fSAMPLING=fDTS/4, N=8"] + pub const FDTS_DIV4_N8: Self = Self(0x07); + #[doc = "fSAMPLING=fDTS/8, N=6"] + pub const FDTS_DIV8_N6: Self = Self(0x08); + #[doc = "fSAMPLING=fDTS/8, N=8"] + pub const FDTS_DIV8_N8: Self = Self(0x09); + #[doc = "fSAMPLING=fDTS/16, N=5"] + pub const FDTS_DIV16_N5: Self = Self(0x0a); + #[doc = "fSAMPLING=fDTS/16, N=6"] + pub const FDTS_DIV16_N6: Self = Self(0x0b); + #[doc = "fSAMPLING=fDTS/16, N=8"] + pub const FDTS_DIV16_N8: Self = Self(0x0c); + #[doc = "fSAMPLING=fDTS/32, N=5"] + pub const FDTS_DIV32_N5: Self = Self(0x0d); + #[doc = "fSAMPLING=fDTS/32, N=6"] + pub const FDTS_DIV32_N6: Self = Self(0x0e); + #[doc = "fSAMPLING=fDTS/32, N=8"] + pub const FDTS_DIV32_N8: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ccds(pub u8); + impl Ccds { + #[doc = "CCx DMA request sent when CCx event occurs"] + pub const ONCOMPARE: Self = Self(0); + #[doc = "CCx DMA request sent when update event occurs"] + pub const ONUPDATE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sms(pub u8); + impl Sms { + #[doc = "Slave mode disabled - if CEN = ‘1 then the prescaler is clocked directly by the internal clock."] + pub const DISABLED: Self = Self(0); + #[doc = "Encoder mode 1 - Counter counts up/down on TI2FP1 edge depending on TI1FP2 level."] + pub const ENCODER_MODE_1: Self = Self(0x01); + #[doc = "Encoder mode 2 - Counter counts up/down on TI1FP2 edge depending on TI2FP1 level."] + pub const ENCODER_MODE_2: Self = Self(0x02); + #[doc = "Encoder mode 3 - Counter counts up/down on both TI1FP1 and TI2FP2 edges depending on the level of the other input."] + pub const ENCODER_MODE_3: Self = Self(0x03); + #[doc = "Reset Mode - Rising edge of the selected trigger input (TRGI) reinitializes the counter and generates an update of the registers."] + pub const RESET_MODE: Self = Self(0x04); + #[doc = "Gated Mode - The counter clock is enabled when the trigger input (TRGI) is high. The counter stops (but is not reset) as soon as the trigger becomes low. Both start and stop of the counter are controlled."] + pub const GATED_MODE: Self = Self(0x05); + #[doc = "Trigger Mode - The counter starts at a rising edge of the trigger TRGI (but it is not reset). Only the start of the counter is controlled."] + pub const TRIGGER_MODE: Self = Self(0x06); + #[doc = "External Clock Mode 1 - Rising edges of the selected trigger (TRGI) clock the counter."] + pub const EXT_CLOCK_MODE: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ossr(pub u8); + impl Ossr { + #[doc = "When inactive, OC/OCN outputs are disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "When inactive, OC/OCN outputs are enabled with their inactive level"] + pub const IDLELEVEL: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ocpe(pub u8); + impl Ocpe { + #[doc = "Preload register on CCR2 disabled. New values written to CCR2 are taken into account immediately"] + pub const DISABLED: Self = Self(0); + #[doc = "Preload register on CCR2 enabled. Preload value is loaded into active register on each update event"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Etp(pub u8); + impl Etp { + #[doc = "ETR is noninverted, active at high level or rising edge"] + pub const NOTINVERTED: Self = Self(0); + #[doc = "ETR is inverted, active at low level or falling edge"] + pub const INVERTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Icf(pub u8); + impl Icf { + #[doc = "No filter, sampling is done at fDTS"] + pub const NOFILTER: Self = Self(0); + #[doc = "fSAMPLING=fCK_INT, N=2"] + pub const FCK_INT_N2: Self = Self(0x01); + #[doc = "fSAMPLING=fCK_INT, N=4"] + pub const FCK_INT_N4: Self = Self(0x02); + #[doc = "fSAMPLING=fCK_INT, N=8"] + pub const FCK_INT_N8: Self = Self(0x03); + #[doc = "fSAMPLING=fDTS/2, N=6"] + pub const FDTS_DIV2_N6: Self = Self(0x04); + #[doc = "fSAMPLING=fDTS/2, N=8"] + pub const FDTS_DIV2_N8: Self = Self(0x05); + #[doc = "fSAMPLING=fDTS/4, N=6"] + pub const FDTS_DIV4_N6: Self = Self(0x06); + #[doc = "fSAMPLING=fDTS/4, N=8"] + pub const FDTS_DIV4_N8: Self = Self(0x07); + #[doc = "fSAMPLING=fDTS/8, N=6"] + pub const FDTS_DIV8_N6: Self = Self(0x08); + #[doc = "fSAMPLING=fDTS/8, N=8"] + pub const FDTS_DIV8_N8: Self = Self(0x09); + #[doc = "fSAMPLING=fDTS/16, N=5"] + pub const FDTS_DIV16_N5: Self = Self(0x0a); + #[doc = "fSAMPLING=fDTS/16, N=6"] + pub const FDTS_DIV16_N6: Self = Self(0x0b); + #[doc = "fSAMPLING=fDTS/16, N=8"] + pub const FDTS_DIV16_N8: Self = Self(0x0c); + #[doc = "fSAMPLING=fDTS/32, N=5"] + pub const FDTS_DIV32_N5: Self = Self(0x0d); + #[doc = "fSAMPLING=fDTS/32, N=6"] + pub const FDTS_DIV32_N6: Self = Self(0x0e); + #[doc = "fSAMPLING=fDTS/32, N=8"] + pub const FDTS_DIV32_N8: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Tis(pub u8); + impl Tis { + #[doc = "The TIMx_CH1 pin is connected to TI1 input"] + pub const NORMAL: Self = Self(0); + #[doc = "The TIMx_CH1, CH2, CH3 pins are connected to TI1 input"] + pub const XOR: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Urs(pub u8); + impl Urs { + #[doc = "Any of counter overflow/underflow, setting UG, or update through slave mode, generates an update interrupt or DMA request"] + pub const ANYEVENT: Self = Self(0); + #[doc = "Only counter overflow/underflow generates an update interrupt or DMA request"] + pub const COUNTERONLY: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ece(pub u8); + impl Ece { + #[doc = "External clock mode 2 disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "External clock mode 2 enabled. The counter is clocked by any active edge on the ETRF signal."] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ossi(pub u8); + impl Ossi { + #[doc = "When inactive, OC/OCN outputs are disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "When inactive, OC/OCN outputs are forced to idle level"] + pub const IDLELEVEL: Self = Self(0x01); + } +<<<<<<< HEAD + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cms(pub u8); + impl Cms { + #[doc = "The counter counts up or down depending on the direction bit"] + pub const EDGEALIGNED: Self = Self(0); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting down."] + pub const CENTERALIGNED1: Self = Self(0x01); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting up."] + pub const CENTERALIGNED2: Self = Self(0x02); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set both when the counter is counting up or down."] + pub const CENTERALIGNED3: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Msm(pub u8); + impl Msm { + #[doc = "No action"] + pub const NOSYNC: Self = Self(0); + #[doc = "The effect of an event on the trigger input (TRGI) is delayed to allow a perfect synchronization between the current timer and its slaves (through TRGO). It is useful if we want to synchronize several timers on a single external event."] + pub const SYNC: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mms(pub u8); + impl Mms { + #[doc = "The UG bit from the TIMx_EGR register is used as trigger output"] + pub const RESET: Self = Self(0); + #[doc = "The counter enable signal, CNT_EN, is used as trigger output"] + pub const ENABLE: Self = Self(0x01); + #[doc = "The update event is selected as trigger output"] + pub const UPDATE: Self = Self(0x02); + #[doc = "The trigger output send a positive pulse when the CC1IF flag it to be set, as soon as a capture or a compare match occurred"] + pub const COMPAREPULSE: Self = Self(0x03); + #[doc = "OC1REF signal is used as trigger output"] + pub const COMPAREOC1: Self = Self(0x04); + #[doc = "OC2REF signal is used as trigger output"] + pub const COMPAREOC2: Self = Self(0x05); + #[doc = "OC3REF signal is used as trigger output"] + pub const COMPAREOC3: Self = Self(0x06); + #[doc = "OC4REF signal is used as trigger output"] + pub const COMPAREOC4: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Arpe(pub u8); + impl Arpe { + #[doc = "TIMx_APRR register is not buffered"] + pub const DISABLED: Self = Self(0); + #[doc = "TIMx_APRR register is buffered"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ocm(pub u8); + impl Ocm { + #[doc = "The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the outputs"] + pub const FROZEN: Self = Self(0); + #[doc = "Set channel to active level on match. OCyREF signal is forced high when the counter matches the capture/compare register"] + pub const ACTIVEONMATCH: Self = Self(0x01); + #[doc = "Set channel to inactive level on match. OCyREF signal is forced low when the counter matches the capture/compare register"] + pub const INACTIVEONMATCH: Self = Self(0x02); + #[doc = "OCyREF toggles when TIMx_CNT=TIMx_CCRy"] + pub const TOGGLE: Self = Self(0x03); + #[doc = "OCyREF is forced low"] + pub const FORCEINACTIVE: Self = Self(0x04); + #[doc = "OCyREF is forced high"] + pub const FORCEACTIVE: Self = Self(0x05); + #[doc = "In upcounting, channel is active as long as TIMx_CNTTIMx_CCRy else active"] + pub const PWMMODE1: Self = Self(0x06); + #[doc = "Inversely to PwmMode1"] + pub const PWMMODE2: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct CcmrOutputCcs(pub u8); + impl CcmrOutputCcs { + #[doc = "CCx channel is configured as output"] + pub const OUTPUT: Self = Self(0); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ckd(pub u8); + impl Ckd { + #[doc = "t_DTS = t_CK_INT"] + pub const DIV1: Self = Self(0); + #[doc = "t_DTS = 2 × t_CK_INT"] + pub const DIV2: Self = Self(0x01); + #[doc = "t_DTS = 4 × t_CK_INT"] + pub const DIV4: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Etps(pub u8); + impl Etps { + #[doc = "Prescaler OFF"] + pub const DIV1: Self = Self(0); + #[doc = "ETRP frequency divided by 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "ETRP frequency divided by 4"] + pub const DIV4: Self = Self(0x02); + #[doc = "ETRP frequency divided by 8"] + pub const DIV8: Self = Self(0x03); + } + } +} +pub mod spi_v2 { + use crate::generic::*; + #[doc = "Serial peripheral interface"] + #[derive(Copy, Clone)] + pub struct Spi(pub *mut u8); + unsafe impl Send for Spi {} + unsafe impl Sync for Spi {} + impl Spi { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "CRC polynomial register"] + pub fn crcpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "RX CRC register"] + pub fn rxcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "TX CRC register"] + pub fn txcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + } + pub mod regs { + use crate::generic::*; +======= + impl Default for SrGp { + fn default() -> SrGp { + SrGp(0) + } + } + #[doc = "auto-reload register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Arr32(pub u32); + impl Arr32 { + #[doc = "Auto-reload value"] + pub const fn arr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Auto-reload value"] + pub fn set_arr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Arr32 { + fn default() -> Arr32 { + Arr32(0) + } + } + } +} +pub mod spi_v2 { + use crate::generic::*; + #[doc = "Serial peripheral interface"] + #[derive(Copy, Clone)] + pub struct Spi(pub *mut u8); + unsafe impl Send for Spi {} + unsafe impl Sync for Spi {} + impl Spi { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "CRC polynomial register"] + pub fn crcpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "RX CRC register"] + pub fn rxcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "TX CRC register"] + pub fn txcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "TX CRC register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Txcrcr(pub u32); + impl Txcrcr { + #[doc = "Tx CRC register"] + pub const fn tx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Tx CRC register"] + pub fn set_tx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Txcrcr { + fn default() -> Txcrcr { + Txcrcr(0) + } + } + #[doc = "CRC polynomial register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Crcpr(pub u32); + impl Crcpr { + #[doc = "CRC polynomial register"] + pub const fn crcpoly(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "CRC polynomial register"] + pub fn set_crcpoly(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Crcpr { + fn default() -> Crcpr { + Crcpr(0) + } + } +>>>>>>> c084e70 (Update generated code) + #[doc = "RX CRC register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rxcrcr(pub u32); + impl Rxcrcr { + #[doc = "Rx CRC register"] + pub const fn rx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Rx CRC register"] + pub fn set_rx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Rxcrcr { + fn default() -> Rxcrcr { + Rxcrcr(0) + } + } + #[doc = "data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dr(pub u32); + impl Dr { + #[doc = "Data register"] + pub const fn dr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Data register"] + pub fn set_dr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Dr { + fn default() -> Dr { + Dr(0) + } + } + #[doc = "control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] +<<<<<<< HEAD + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { +======= + pub struct Sr(pub u32); + impl Sr { + #[doc = "Receive buffer not empty"] + pub const fn rxne(&self) -> bool { +>>>>>>> c084e70 (Update generated code) + let val = (self.0 >> 0usize) & 0x01; + super::vals::Cpha(val as u8) + } +<<<<<<< HEAD + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Cpol(val as u8) + } + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "Master selection"] + pub const fn mstr(&self) -> super::vals::Mstr { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Mstr(val as u8) + } + #[doc = "Master selection"] + pub fn set_mstr(&mut self, val: super::vals::Mstr) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "Baud rate control"] + pub const fn br(&self) -> super::vals::Br { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Br(val as u8) + } + #[doc = "Baud rate control"] + pub fn set_br(&mut self, val: super::vals::Br) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + } + #[doc = "SPI enable"] + pub const fn spe(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "SPI enable"] + pub fn set_spe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Frame format"] + pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { +======= + #[doc = "Receive buffer not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Transmit buffer empty"] + pub const fn txe(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Transmit buffer empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "CRC error flag"] + pub const fn crcerr(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "CRC error flag"] + pub fn set_crcerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Mode fault"] + pub const fn modf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Mode fault"] + pub fn set_modf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Overrun flag"] + pub const fn ovr(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Overrun flag"] + pub fn set_ovr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Busy flag"] + pub const fn bsy(&self) -> bool { +>>>>>>> c084e70 (Update generated code) + let val = (self.0 >> 7usize) & 0x01; + super::vals::Lsbfirst(val as u8) + } + #[doc = "Frame format"] + pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Internal slave select"] + pub const fn ssi(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } +<<<<<<< HEAD + #[doc = "Internal slave select"] + pub fn set_ssi(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Software slave management"] + pub const fn ssm(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Software slave management"] + pub fn set_ssm(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Receive only"] + pub const fn rxonly(&self) -> super::vals::Rxonly { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Rxonly(val as u8) + } + #[doc = "Receive only"] + pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "CRC length"] + pub const fn crcl(&self) -> super::vals::Crcl { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Crcl(val as u8) + } + #[doc = "CRC length"] + pub fn set_crcl(&mut self, val: super::vals::Crcl) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "CRC transfer next"] + pub const fn crcnext(&self) -> super::vals::Crcnext { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Crcnext(val as u8) + } + #[doc = "CRC transfer next"] + pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Hardware CRC calculation enable"] + pub const fn crcen(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Hardware CRC calculation enable"] + pub fn set_crcen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Output enable in bidirectional mode"] + pub const fn bidioe(&self) -> super::vals::Bidioe { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Bidioe(val as u8) + } + #[doc = "Output enable in bidirectional mode"] + pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "Bidirectional data mode enable"] + pub const fn bidimode(&self) -> super::vals::Bidimode { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Bidimode(val as u8) + } + #[doc = "Bidirectional data mode enable"] + pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + } + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) + } + } + #[doc = "CRC polynomial register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Crcpr(pub u32); + impl Crcpr { + #[doc = "CRC polynomial register"] + pub const fn crcpoly(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "CRC polynomial register"] + pub fn set_crcpoly(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Crcpr { + fn default() -> Crcpr { + Crcpr(0) +======= + #[doc = "Busy flag"] + pub fn set_bsy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Frame format error"] + pub const fn fre(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Frame format error"] + pub fn set_fre(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "FIFO reception level"] + pub const fn frlvl(&self) -> u8 { + let val = (self.0 >> 9usize) & 0x03; + val as u8 + } + #[doc = "FIFO reception level"] + pub fn set_frlvl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 9usize)) | (((val as u32) & 0x03) << 9usize); + } + #[doc = "FIFO Transmission Level"] + pub const fn ftlvl(&self) -> u8 { + let val = (self.0 >> 11usize) & 0x03; + val as u8 + } + #[doc = "FIFO Transmission Level"] + pub fn set_ftlvl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val as u32) & 0x03) << 11usize); + } + } + impl Default for Sr { + fn default() -> Sr { + Sr(0) +>>>>>>> c084e70 (Update generated code) + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Rx buffer DMA enable"] + pub const fn rxdmaen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Rx buffer DMA enable"] + pub fn set_rxdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Tx buffer DMA enable"] + pub const fn txdmaen(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Tx buffer DMA enable"] + pub fn set_txdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "SS output enable"] + pub const fn ssoe(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "SS output enable"] + pub fn set_ssoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "NSS pulse management"] + pub const fn nssp(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 +<<<<<<< HEAD + } + #[doc = "NSS pulse management"] + pub fn set_nssp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Frame format"] + pub const fn frf(&self) -> super::vals::Frf { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Frf(val as u8) + } + #[doc = "Frame format"] + pub fn set_frf(&mut self, val: super::vals::Frf) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Error interrupt enable"] + pub const fn errie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Error interrupt enable"] + pub fn set_errie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "RX buffer not empty interrupt enable"] + pub const fn rxneie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "RX buffer not empty interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Tx buffer empty interrupt enable"] + pub const fn txeie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Tx buffer empty interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Data size"] + pub const fn ds(&self) -> super::vals::Ds { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Ds(val as u8) + } + #[doc = "Data size"] + pub fn set_ds(&mut self, val: super::vals::Ds) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + } +======= + } + #[doc = "NSS pulse management"] + pub fn set_nssp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Frame format"] + pub const fn frf(&self) -> super::vals::Frf { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Frf(val as u8) + } + #[doc = "Frame format"] + pub fn set_frf(&mut self, val: super::vals::Frf) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Error interrupt enable"] + pub const fn errie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Error interrupt enable"] + pub fn set_errie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "RX buffer not empty interrupt enable"] + pub const fn rxneie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "RX buffer not empty interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Tx buffer empty interrupt enable"] + pub const fn txeie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Tx buffer empty interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Data size"] + pub const fn ds(&self) -> super::vals::Ds { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Ds(val as u8) + } + #[doc = "Data size"] + pub fn set_ds(&mut self, val: super::vals::Ds) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + } +>>>>>>> c084e70 (Update generated code) + #[doc = "FIFO reception threshold"] + pub const fn frxth(&self) -> super::vals::Frxth { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Frxth(val as u8) + } + #[doc = "FIFO reception threshold"] + pub fn set_frxth(&mut self, val: super::vals::Frxth) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Last DMA transfer for reception"] + pub const fn ldma_rx(&self) -> super::vals::LdmaRx { + let val = (self.0 >> 13usize) & 0x01; + super::vals::LdmaRx(val as u8) + } + #[doc = "Last DMA transfer for reception"] + pub fn set_ldma_rx(&mut self, val: super::vals::LdmaRx) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "Last DMA transfer for transmission"] + pub const fn ldma_tx(&self) -> super::vals::LdmaTx { + let val = (self.0 >> 14usize) & 0x01; + super::vals::LdmaTx(val as u8) + } + #[doc = "Last DMA transfer for transmission"] + pub fn set_ldma_tx(&mut self, val: super::vals::LdmaTx) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + } + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) + } + } +<<<<<<< HEAD + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Sr(pub u32); + impl Sr { + #[doc = "Receive buffer not empty"] + pub const fn rxne(&self) -> bool { +======= + #[doc = "control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { +>>>>>>> c084e70 (Update generated code) + let val = (self.0 >> 0usize) & 0x01; + super::vals::Cpha(val as u8) + } +<<<<<<< HEAD + #[doc = "Receive buffer not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Transmit buffer empty"] + pub const fn txe(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Transmit buffer empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "CRC error flag"] + pub const fn crcerr(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "CRC error flag"] + pub fn set_crcerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Mode fault"] + pub const fn modf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Mode fault"] + pub fn set_modf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Overrun flag"] + pub const fn ovr(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Overrun flag"] + pub fn set_ovr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Busy flag"] + pub const fn bsy(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Busy flag"] + pub fn set_bsy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Frame format error"] + pub const fn fre(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Frame format error"] + pub fn set_fre(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "FIFO reception level"] + pub const fn frlvl(&self) -> u8 { + let val = (self.0 >> 9usize) & 0x03; + val as u8 + } + #[doc = "FIFO reception level"] + pub fn set_frlvl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 9usize)) | (((val as u32) & 0x03) << 9usize); + } + #[doc = "FIFO Transmission Level"] + pub const fn ftlvl(&self) -> u8 { + let val = (self.0 >> 11usize) & 0x03; + val as u8 + } + #[doc = "FIFO Transmission Level"] + pub fn set_ftlvl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val as u32) & 0x03) << 11usize); + } + } + impl Default for Sr { + fn default() -> Sr { + Sr(0) + } + } + #[doc = "TX CRC register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Txcrcr(pub u32); + impl Txcrcr { + #[doc = "Tx CRC register"] + pub const fn tx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Tx CRC register"] + pub fn set_tx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Txcrcr { + fn default() -> Txcrcr { + Txcrcr(0) +======= + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Cpol(val as u8) + } + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "Master selection"] + pub const fn mstr(&self) -> super::vals::Mstr { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Mstr(val as u8) + } + #[doc = "Master selection"] + pub fn set_mstr(&mut self, val: super::vals::Mstr) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "Baud rate control"] + pub const fn br(&self) -> super::vals::Br { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Br(val as u8) + } + #[doc = "Baud rate control"] + pub fn set_br(&mut self, val: super::vals::Br) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + } + #[doc = "SPI enable"] + pub const fn spe(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "SPI enable"] + pub fn set_spe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Frame format"] + pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Lsbfirst(val as u8) + } + #[doc = "Frame format"] + pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Internal slave select"] + pub const fn ssi(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Internal slave select"] + pub fn set_ssi(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Software slave management"] + pub const fn ssm(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Software slave management"] + pub fn set_ssm(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Receive only"] + pub const fn rxonly(&self) -> super::vals::Rxonly { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Rxonly(val as u8) + } + #[doc = "Receive only"] + pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "CRC length"] + pub const fn crcl(&self) -> super::vals::Crcl { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Crcl(val as u8) + } + #[doc = "CRC length"] + pub fn set_crcl(&mut self, val: super::vals::Crcl) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "CRC transfer next"] + pub const fn crcnext(&self) -> super::vals::Crcnext { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Crcnext(val as u8) + } + #[doc = "CRC transfer next"] + pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Hardware CRC calculation enable"] + pub const fn crcen(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Hardware CRC calculation enable"] + pub fn set_crcen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Output enable in bidirectional mode"] + pub const fn bidioe(&self) -> super::vals::Bidioe { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Bidioe(val as u8) + } + #[doc = "Output enable in bidirectional mode"] + pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "Bidirectional data mode enable"] + pub const fn bidimode(&self) -> super::vals::Bidimode { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Bidimode(val as u8) + } + #[doc = "Bidirectional data mode enable"] + pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + } + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) +>>>>>>> c084e70 (Update generated code) + } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] +<<<<<<< HEAD + pub struct Bidioe(pub u8); + impl Bidioe { + #[doc = "Output disabled (receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0); + #[doc = "Output enabled (transmit-only mode)"] + pub const OUTPUTENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct LdmaRx(pub u8); + impl LdmaRx { + #[doc = "Number of data to transfer for receive is even"] + pub const EVEN: Self = Self(0); + #[doc = "Number of data to transfer for receive is odd"] + pub const ODD: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rxonly(pub u8); + impl Rxonly { + #[doc = "Full duplex (Transmit and receive)"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Output disabled (Receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bidimode(pub u8); + impl Bidimode { + #[doc = "2-line unidirectional data mode selected"] + pub const UNIDIRECTIONAL: Self = Self(0); + #[doc = "1-line bidirectional data mode selected"] + pub const BIDIRECTIONAL: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ftlvlr(pub u8); + impl Ftlvlr { + #[doc = "Tx FIFO Empty"] + pub const EMPTY: Self = Self(0); + #[doc = "Tx 1/4 FIFO"] + pub const QUARTER: Self = Self(0x01); + #[doc = "Tx 1/2 FIFO"] + pub const HALF: Self = Self(0x02); + #[doc = "Tx FIFO full"] + pub const FULL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ds(pub u8); + impl Ds { + #[doc = "4-bit"] + pub const FOURBIT: Self = Self(0x03); + #[doc = "5-bit"] + pub const FIVEBIT: Self = Self(0x04); + #[doc = "6-bit"] + pub const SIXBIT: Self = Self(0x05); + #[doc = "7-bit"] + pub const SEVENBIT: Self = Self(0x06); + #[doc = "8-bit"] + pub const EIGHTBIT: Self = Self(0x07); + #[doc = "9-bit"] + pub const NINEBIT: Self = Self(0x08); + #[doc = "10-bit"] + pub const TENBIT: Self = Self(0x09); + #[doc = "11-bit"] + pub const ELEVENBIT: Self = Self(0x0a); + #[doc = "12-bit"] + pub const TWELVEBIT: Self = Self(0x0b); + #[doc = "13-bit"] + pub const THIRTEENBIT: Self = Self(0x0c); + #[doc = "14-bit"] + pub const FOURTEENBIT: Self = Self(0x0d); + #[doc = "15-bit"] + pub const FIFTEENBIT: Self = Self(0x0e); + #[doc = "16-bit"] + pub const SIXTEENBIT: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frxth(pub u8); + impl Frxth { + #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/2 (16-bit)"] + pub const HALF: Self = Self(0); + #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/4 (8-bit)"] + pub const QUARTER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frlvlr(pub u8); + impl Frlvlr { + #[doc = "Rx FIFO Empty"] + pub const EMPTY: Self = Self(0); + #[doc = "Rx 1/4 FIFO"] + pub const QUARTER: Self = Self(0x01); + #[doc = "Rx 1/2 FIFO"] + pub const HALF: Self = Self(0x02); + #[doc = "Rx FIFO full"] + pub const FULL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "CK to 0 when idle"] + pub const IDLELOW: Self = Self(0); + #[doc = "CK to 1 when idle"] + pub const IDLEHIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Br(pub u8); + impl Br { + #[doc = "f_PCLK / 2"] + pub const DIV2: Self = Self(0); + #[doc = "f_PCLK / 4"] + pub const DIV4: Self = Self(0x01); + #[doc = "f_PCLK / 8"] + pub const DIV8: Self = Self(0x02); + #[doc = "f_PCLK / 16"] + pub const DIV16: Self = Self(0x03); + #[doc = "f_PCLK / 32"] + pub const DIV32: Self = Self(0x04); + #[doc = "f_PCLK / 64"] + pub const DIV64: Self = Self(0x05); + #[doc = "f_PCLK / 128"] + pub const DIV128: Self = Self(0x06); + #[doc = "f_PCLK / 256"] + pub const DIV256: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsbfirst(pub u8); + impl Lsbfirst { + #[doc = "Data is transmitted/received with the MSB first"] + pub const MSBFIRST: Self = Self(0); + #[doc = "Data is transmitted/received with the LSB first"] + pub const LSBFIRST: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frer(pub u8); + impl Frer { + #[doc = "No frame format error"] + pub const NOERROR: Self = Self(0); + #[doc = "A frame format error occurred"] + pub const ERROR: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crcl(pub u8); + impl Crcl { + #[doc = "8-bit CRC length"] + pub const EIGHTBIT: Self = Self(0); + #[doc = "16-bit CRC length"] + pub const SIXTEENBIT: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crcnext(pub u8); + impl Crcnext { + #[doc = "Next transmit value is from Tx buffer"] + pub const TXBUFFER: Self = Self(0); + #[doc = "Next transmit value is from Tx CRC register"] + pub const CRC: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frf(pub u8); + impl Frf { + #[doc = "SPI Motorola mode"] + pub const MOTOROLA: Self = Self(0); + #[doc = "SPI TI mode"] + pub const TI: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct LdmaTx(pub u8); + impl LdmaTx { + #[doc = "Number of data to transfer for transmit is even"] + pub const EVEN: Self = Self(0); + #[doc = "Number of data to transfer for transmit is odd"] + pub const ODD: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mstr(pub u8); + impl Mstr { + #[doc = "Slave configuration"] + pub const SLAVE: Self = Self(0); + #[doc = "Master configuration"] + pub const MASTER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRSTEDGE: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECONDEDGE: Self = Self(0x01); + } + } +} +pub mod usart_v1 { + use crate::generic::*; + #[doc = "Universal asynchronous receiver transmitter"] + #[derive(Copy, Clone)] + pub struct Uart(pub *mut u8); + unsafe impl Send for Uart {} + unsafe impl Sync for Uart {} + impl Uart { + #[doc = "Status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "Baud rate register"] + pub fn brr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Control register 3"] + pub fn cr3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + } + #[doc = "Universal synchronous asynchronous receiver transmitter"] + #[derive(Copy, Clone)] + pub struct Usart(pub *mut u8); + unsafe impl Send for Usart {} + unsafe impl Sync for Usart {} + impl Usart { + #[doc = "Status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "Baud rate register"] + pub fn brr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Control register 3"] + pub fn cr3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "Guard time and prescaler register"] + pub fn gtpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } +======= + pub struct Frer(pub u8); + impl Frer { + #[doc = "No frame format error"] + pub const NOERROR: Self = Self(0); + #[doc = "A frame format error occurred"] + pub const ERROR: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frf(pub u8); + impl Frf { + #[doc = "SPI Motorola mode"] + pub const MOTOROLA: Self = Self(0); + #[doc = "SPI TI mode"] + pub const TI: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct LdmaTx(pub u8); + impl LdmaTx { + #[doc = "Number of data to transfer for transmit is even"] + pub const EVEN: Self = Self(0); + #[doc = "Number of data to transfer for transmit is odd"] + pub const ODD: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mstr(pub u8); + impl Mstr { + #[doc = "Slave configuration"] + pub const SLAVE: Self = Self(0); + #[doc = "Master configuration"] + pub const MASTER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bidimode(pub u8); + impl Bidimode { + #[doc = "2-line unidirectional data mode selected"] + pub const UNIDIRECTIONAL: Self = Self(0); + #[doc = "1-line bidirectional data mode selected"] + pub const BIDIRECTIONAL: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsbfirst(pub u8); + impl Lsbfirst { + #[doc = "Data is transmitted/received with the MSB first"] + pub const MSBFIRST: Self = Self(0); + #[doc = "Data is transmitted/received with the LSB first"] + pub const LSBFIRST: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bidioe(pub u8); + impl Bidioe { + #[doc = "Output disabled (receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0); + #[doc = "Output enabled (transmit-only mode)"] + pub const OUTPUTENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "CK to 0 when idle"] + pub const IDLELOW: Self = Self(0); + #[doc = "CK to 1 when idle"] + pub const IDLEHIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crcl(pub u8); + impl Crcl { + #[doc = "8-bit CRC length"] + pub const EIGHTBIT: Self = Self(0); + #[doc = "16-bit CRC length"] + pub const SIXTEENBIT: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crcnext(pub u8); + impl Crcnext { + #[doc = "Next transmit value is from Tx buffer"] + pub const TXBUFFER: Self = Self(0); + #[doc = "Next transmit value is from Tx CRC register"] + pub const CRC: Self = Self(0x01); +>>>>>>> c084e70 (Update generated code) + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] +<<<<<<< HEAD + pub struct Ps(pub u8); + impl Ps { + #[doc = "Even parity"] + pub const EVEN: Self = Self(0); + #[doc = "Odd parity"] + pub const ODD: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "Steady low value on CK pin outside transmission window"] + pub const LOW: Self = Self(0); + #[doc = "Steady high value on CK pin outside transmission window"] + pub const HIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rwu(pub u8); + impl Rwu { + #[doc = "Receiver in active mode"] + pub const ACTIVE: Self = Self(0); + #[doc = "Receiver in mute mode"] + pub const MUTE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct M(pub u8); + impl M { + #[doc = "8 data bits"] + pub const M8: Self = Self(0); + #[doc = "9 data bits"] + pub const M9: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hdsel(pub u8); + impl Hdsel { + #[doc = "Half duplex mode is not selected"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Half duplex mode is selected"] + pub const HALFDUPLEX: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Stop(pub u8); + impl Stop { + #[doc = "1 stop bit"] + pub const STOP1: Self = Self(0); + #[doc = "0.5 stop bits"] + pub const STOP0P5: Self = Self(0x01); + #[doc = "2 stop bits"] + pub const STOP2: Self = Self(0x02); + #[doc = "1.5 stop bits"] + pub const STOP1P5: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lbdl(pub u8); + impl Lbdl { + #[doc = "10-bit break detection"] + pub const LBDL10: Self = Self(0); + #[doc = "11-bit break detection"] + pub const LBDL11: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Wake(pub u8); + impl Wake { + #[doc = "USART wakeup on idle line"] + pub const IDLELINE: Self = Self(0); + #[doc = "USART wakeup on address mark"] + pub const ADDRESSMARK: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Irlp(pub u8); + impl Irlp { + #[doc = "Normal mode"] + pub const NORMAL: Self = Self(0); + #[doc = "Low-power mode"] + pub const LOWPOWER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sbk(pub u8); + impl Sbk { + #[doc = "No break character is transmitted"] + pub const NOBREAK: Self = Self(0); + #[doc = "Break character transmitted"] + pub const BREAK: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRST: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECOND: Self = Self(0x01); +======= + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRSTEDGE: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECONDEDGE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rxonly(pub u8); + impl Rxonly { + #[doc = "Full duplex (Transmit and receive)"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Output disabled (Receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frxth(pub u8); + impl Frxth { + #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/2 (16-bit)"] + pub const HALF: Self = Self(0); + #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/4 (8-bit)"] + pub const QUARTER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Br(pub u8); + impl Br { + #[doc = "f_PCLK / 2"] + pub const DIV2: Self = Self(0); + #[doc = "f_PCLK / 4"] + pub const DIV4: Self = Self(0x01); + #[doc = "f_PCLK / 8"] + pub const DIV8: Self = Self(0x02); + #[doc = "f_PCLK / 16"] + pub const DIV16: Self = Self(0x03); + #[doc = "f_PCLK / 32"] + pub const DIV32: Self = Self(0x04); + #[doc = "f_PCLK / 64"] + pub const DIV64: Self = Self(0x05); + #[doc = "f_PCLK / 128"] + pub const DIV128: Self = Self(0x06); + #[doc = "f_PCLK / 256"] + pub const DIV256: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ftlvlr(pub u8); + impl Ftlvlr { + #[doc = "Tx FIFO Empty"] + pub const EMPTY: Self = Self(0); + #[doc = "Tx 1/4 FIFO"] + pub const QUARTER: Self = Self(0x01); + #[doc = "Tx 1/2 FIFO"] + pub const HALF: Self = Self(0x02); + #[doc = "Tx FIFO full"] + pub const FULL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frlvlr(pub u8); + impl Frlvlr { + #[doc = "Rx FIFO Empty"] + pub const EMPTY: Self = Self(0); + #[doc = "Rx 1/4 FIFO"] + pub const QUARTER: Self = Self(0x01); + #[doc = "Rx 1/2 FIFO"] + pub const HALF: Self = Self(0x02); + #[doc = "Rx FIFO full"] + pub const FULL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ds(pub u8); + impl Ds { + #[doc = "4-bit"] + pub const FOURBIT: Self = Self(0x03); + #[doc = "5-bit"] + pub const FIVEBIT: Self = Self(0x04); + #[doc = "6-bit"] + pub const SIXBIT: Self = Self(0x05); + #[doc = "7-bit"] + pub const SEVENBIT: Self = Self(0x06); + #[doc = "8-bit"] + pub const EIGHTBIT: Self = Self(0x07); + #[doc = "9-bit"] + pub const NINEBIT: Self = Self(0x08); + #[doc = "10-bit"] + pub const TENBIT: Self = Self(0x09); + #[doc = "11-bit"] + pub const ELEVENBIT: Self = Self(0x0a); + #[doc = "12-bit"] + pub const TWELVEBIT: Self = Self(0x0b); + #[doc = "13-bit"] + pub const THIRTEENBIT: Self = Self(0x0c); + #[doc = "14-bit"] + pub const FOURTEENBIT: Self = Self(0x0d); + #[doc = "15-bit"] + pub const FIFTEENBIT: Self = Self(0x0e); + #[doc = "16-bit"] + pub const SIXTEENBIT: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct LdmaRx(pub u8); + impl LdmaRx { + #[doc = "Number of data to transfer for receive is even"] + pub const EVEN: Self = Self(0); + #[doc = "Number of data to transfer for receive is odd"] + pub const ODD: Self = Self(0x01); + } + } +} +pub mod syscfg_h7 { + use crate::generic::*; + #[doc = "System configuration controller"] + #[derive(Copy, Clone)] + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "peripheral mode configuration register"] + pub fn pmcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "external interrupt configuration register 1"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + } + #[doc = "compensation cell control/status register"] + pub fn cccsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "SYSCFG compensation cell value register"] + pub fn ccvr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "SYSCFG compensation cell code register"] + pub fn cccr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "SYSCFG power control register"] + pub fn pwrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "SYSCFG package register"] + pub fn pkgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(292usize)) } + } + #[doc = "SYSCFG user register 0"] + pub fn ur0(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(768usize)) } + } + #[doc = "SYSCFG user register 2"] + pub fn ur2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(776usize)) } + } + #[doc = "SYSCFG user register 3"] + pub fn ur3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(780usize)) } + } + #[doc = "SYSCFG user register 4"] + pub fn ur4(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(784usize)) } + } + #[doc = "SYSCFG user register 5"] + pub fn ur5(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(788usize)) } + } + #[doc = "SYSCFG user register 6"] + pub fn ur6(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(792usize)) } + } + #[doc = "SYSCFG user register 7"] + pub fn ur7(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(796usize)) } + } + #[doc = "SYSCFG user register 8"] + pub fn ur8(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(800usize)) } + } + #[doc = "SYSCFG user register 9"] + pub fn ur9(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(804usize)) } + } + #[doc = "SYSCFG user register 10"] + pub fn ur10(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(808usize)) } + } + #[doc = "SYSCFG user register 11"] + pub fn ur11(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(812usize)) } + } + #[doc = "SYSCFG user register 12"] + pub fn ur12(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(816usize)) } + } + #[doc = "SYSCFG user register 13"] + pub fn ur13(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(820usize)) } + } + #[doc = "SYSCFG user register 14"] + pub fn ur14(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(824usize)) } + } + #[doc = "SYSCFG user register 15"] + pub fn ur15(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(828usize)) } + } + #[doc = "SYSCFG user register 16"] + pub fn ur16(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(832usize)) } + } + #[doc = "SYSCFG user register 17"] + pub fn ur17(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(836usize)) } +>>>>>>> c084e70 (Update generated code) + } + } + pub mod regs { + use crate::generic::*; +<<<<<<< HEAD + #[doc = "Guard time and prescaler register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1hlpenr(pub u32); - impl Apb1hlpenr { - #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] - pub const fn crslpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) - } - #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] - pub fn set_crslpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] - pub const fn swplpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) - } - #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] - pub fn set_swplpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "OPAMP peripheral clock enable during CSleep mode"] - pub const fn opamplpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) - } - #[doc = "OPAMP peripheral clock enable during CSleep mode"] - pub fn set_opamplpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "MDIOS peripheral clock enable during CSleep mode"] - pub const fn mdioslpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) + pub struct Gtpr(pub u32); + impl Gtpr { + #[doc = "Prescaler value"] + pub const fn psc(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "MDIOS peripheral clock enable during CSleep mode"] - pub fn set_mdioslpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Prescaler value"] + pub fn set_psc(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] - pub const fn fdcanlpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) + #[doc = "Guard time value"] + pub const fn gt(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; + val as u8 } - #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] - pub fn set_fdcanlpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "Guard time value"] + pub fn set_gt(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); } } - impl Default for Apb1hlpenr { - fn default() -> Apb1hlpenr { - Apb1hlpenr(0) + impl Default for Gtpr { + fn default() -> Gtpr { + Gtpr(0) } } - #[doc = "RCC APB2 Sleep Clock Register"] + #[doc = "Control register 3"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb2lpenr(pub u32); - impl C1Apb2lpenr { - #[doc = "TIM1 peripheral clock enable during CSleep mode"] - pub const fn tim1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + pub struct Cr3Usart(pub u32); + impl Cr3Usart { + #[doc = "Error interrupt enable"] + pub const fn eie(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) + val != 0 } -<<<<<<< HEAD - #[doc = "Stream enable / flag stream ready when read low"] - pub fn set_en(&mut self, val: bool) { + #[doc = "Error interrupt enable"] + pub fn set_eie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Direct mode error interrupt enable"] - pub const fn dmeie(&self) -> bool { -======= - #[doc = "TIM1 peripheral clock enable during CSleep mode"] - pub fn set_tim1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM8 peripheral clock enable during CSleep mode"] - pub const fn tim8lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + #[doc = "IrDA mode enable"] + pub const fn iren(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) + val != 0 } -<<<<<<< HEAD - #[doc = "Direct mode error interrupt enable"] - pub fn set_dmeie(&mut self, val: bool) { + #[doc = "IrDA mode enable"] + pub fn set_iren(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Transfer error interrupt enable"] - pub const fn teie(&self) -> bool { + #[doc = "IrDA low-power"] + pub const fn irlp(&self) -> super::vals::Irlp { let val = (self.0 >> 2usize) & 0x01; - val != 0 + super::vals::Irlp(val as u8) } - #[doc = "Transfer error interrupt enable"] - pub fn set_teie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "IrDA low-power"] + pub fn set_irlp(&mut self, val: super::vals::Irlp) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Half transfer interrupt enable"] - pub const fn htie(&self) -> bool { + #[doc = "Half-duplex selection"] + pub const fn hdsel(&self) -> super::vals::Hdsel { let val = (self.0 >> 3usize) & 0x01; - val != 0 + super::vals::Hdsel(val as u8) } - #[doc = "Half transfer interrupt enable"] - pub fn set_htie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Half-duplex selection"] + pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Transfer complete interrupt enable"] - pub const fn tcie(&self) -> bool { + #[doc = "Smartcard NACK enable"] + pub const fn nack(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Transfer complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { + #[doc = "Smartcard NACK enable"] + pub fn set_nack(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Peripheral flow controller"] - pub const fn pfctrl(&self) -> super::vals::Pfctrl { + #[doc = "Smartcard mode enable"] + pub const fn scen(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; - super::vals::Pfctrl(val as u8) + val != 0 } - #[doc = "Peripheral flow controller"] - pub fn set_pfctrl(&mut self, val: super::vals::Pfctrl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Smartcard mode enable"] + pub fn set_scen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Data transfer direction"] - pub const fn dir(&self) -> super::vals::Dir { - let val = (self.0 >> 6usize) & 0x03; - super::vals::Dir(val as u8) + #[doc = "DMA enable receiver"] + pub const fn dmar(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "Data transfer direction"] - pub fn set_dir(&mut self, val: super::vals::Dir) { - self.0 = (self.0 & !(0x03 << 6usize)) | (((val.0 as u32) & 0x03) << 6usize); + #[doc = "DMA enable receiver"] + pub fn set_dmar(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Circular mode"] - pub const fn circ(&self) -> super::vals::Circ { + #[doc = "DMA enable transmitter"] + pub const fn dmat(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "DMA enable transmitter"] + pub fn set_dmat(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "RTS enable"] + pub const fn rtse(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; - super::vals::Circ(val as u8) + val != 0 } - #[doc = "Circular mode"] - pub fn set_circ(&mut self, val: super::vals::Circ) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "RTS enable"] + pub fn set_rtse(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Peripheral increment mode"] - pub const fn pinc(&self) -> super::vals::Inc { + #[doc = "CTS enable"] + pub const fn ctse(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; - super::vals::Inc(val as u8) + val != 0 } - #[doc = "Peripheral increment mode"] - pub fn set_pinc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "CTS enable"] + pub fn set_ctse(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Memory increment mode"] - pub const fn minc(&self) -> super::vals::Inc { + #[doc = "CTS interrupt enable"] + pub const fn ctsie(&self) -> bool { let val = (self.0 >> 10usize) & 0x01; - super::vals::Inc(val as u8) - } - #[doc = "Memory increment mode"] - pub fn set_minc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "Peripheral data size"] - pub const fn psize(&self) -> super::vals::Size { - let val = (self.0 >> 11usize) & 0x03; - super::vals::Size(val as u8) - } - #[doc = "Peripheral data size"] - pub fn set_psize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); - } - #[doc = "Memory data size"] - pub const fn msize(&self) -> super::vals::Size { - let val = (self.0 >> 13usize) & 0x03; - super::vals::Size(val as u8) - } - #[doc = "Memory data size"] - pub fn set_msize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 13usize)) | (((val.0 as u32) & 0x03) << 13usize); - } - #[doc = "Peripheral increment offset size"] - pub const fn pincos(&self) -> super::vals::Pincos { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Pincos(val as u8) - } - #[doc = "Peripheral increment offset size"] - pub fn set_pincos(&mut self, val: super::vals::Pincos) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Priority level"] - pub const fn pl(&self) -> super::vals::Pl { - let val = (self.0 >> 16usize) & 0x03; - super::vals::Pl(val as u8) - } - #[doc = "Priority level"] - pub fn set_pl(&mut self, val: super::vals::Pl) { - self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); - } - #[doc = "Double buffer mode"] - pub const fn dbm(&self) -> super::vals::Dbm { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Dbm(val as u8) - } - #[doc = "Double buffer mode"] - pub fn set_dbm(&mut self, val: super::vals::Dbm) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "Current target (only in double buffer mode)"] - pub const fn ct(&self) -> super::vals::Ct { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Ct(val as u8) - } - #[doc = "Current target (only in double buffer mode)"] - pub fn set_ct(&mut self, val: super::vals::Ct) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "Peripheral burst transfer configuration"] - pub const fn pburst(&self) -> super::vals::Burst { - let val = (self.0 >> 21usize) & 0x03; - super::vals::Burst(val as u8) - } - #[doc = "Peripheral burst transfer configuration"] - pub fn set_pburst(&mut self, val: super::vals::Burst) { - self.0 = (self.0 & !(0x03 << 21usize)) | (((val.0 as u32) & 0x03) << 21usize); - } - #[doc = "Memory burst transfer configuration"] - pub const fn mburst(&self) -> super::vals::Burst { - let val = (self.0 >> 23usize) & 0x03; - super::vals::Burst(val as u8) - } - #[doc = "Memory burst transfer configuration"] - pub fn set_mburst(&mut self, val: super::vals::Burst) { - self.0 = (self.0 & !(0x03 << 23usize)) | (((val.0 as u32) & 0x03) << 23usize); - } - #[doc = "Channel selection"] - pub const fn chsel(&self) -> u8 { - let val = (self.0 >> 25usize) & 0x0f; - val as u8 - } - #[doc = "Channel selection"] - pub fn set_chsel(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); - } - } - impl Default for Cr { - fn default() -> Cr { - Cr(0) - } - } - #[doc = "stream x number of data register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ndtr(pub u32); - impl Ndtr { - #[doc = "Number of data items to transfer"] - pub const fn ndt(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "Number of data items to transfer"] - pub fn set_ndt(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } - } - impl Default for Ndtr { - fn default() -> Ndtr { - Ndtr(0) -======= - #[doc = "TIM8 peripheral clock enable during CSleep mode"] - pub fn set_tim8lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart6lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart6lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi4lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 13usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi4lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "TIM15 peripheral clock enable during CSleep mode"] - pub const fn tim15lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM15 peripheral clock enable during CSleep mode"] - pub fn set_tim15lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "TIM16 peripheral clock enable during CSleep mode"] - pub const fn tim16lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM16 peripheral clock enable during CSleep mode"] - pub fn set_tim16lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "TIM17 peripheral clock enable during CSleep mode"] - pub const fn tim17lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM17 peripheral clock enable during CSleep mode"] - pub fn set_tim17lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi5lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi5lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai2lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai2lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai3lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai3lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn dfsdm1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_dfsdm1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "HRTIM peripheral clock enable during CSleep mode"] - pub const fn hrtimlpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "HRTIM peripheral clock enable during CSleep mode"] - pub fn set_hrtimlpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - } - impl Default for C1Apb2lpenr { - fn default() -> C1Apb2lpenr { - C1Apb2lpenr(0) - } - } - #[doc = "RCC Domain 1 Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D1cfgr(pub u32); - impl D1cfgr { - #[doc = "D1 domain AHB prescaler"] - pub const fn hpre(&self) -> super::vals::Hpre { - let val = (self.0 >> 0usize) & 0x0f; - super::vals::Hpre(val as u8) - } - #[doc = "D1 domain AHB prescaler"] - pub fn set_hpre(&mut self, val: super::vals::Hpre) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val.0 as u32) & 0x0f) << 0usize); - } - #[doc = "D1 domain APB3 prescaler"] - pub const fn d1ppre(&self) -> super::vals::D1ppre { - let val = (self.0 >> 4usize) & 0x07; - super::vals::D1ppre(val as u8) - } - #[doc = "D1 domain APB3 prescaler"] - pub fn set_d1ppre(&mut self, val: super::vals::D1ppre) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } - #[doc = "D1 domain Core prescaler"] - pub const fn d1cpre(&self) -> super::vals::Hpre { - let val = (self.0 >> 8usize) & 0x0f; - super::vals::Hpre(val as u8) + val != 0 } - #[doc = "D1 domain Core prescaler"] - pub fn set_d1cpre(&mut self, val: super::vals::Hpre) { - self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + #[doc = "CTS interrupt enable"] + pub fn set_ctsie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } } - impl Default for D1cfgr { - fn default() -> D1cfgr { - D1cfgr(0) + impl Default for Cr3Usart { + fn default() -> Cr3Usart { + Cr3Usart(0) } } - #[doc = "RCC APB1 Peripheral Reset Register"] + #[doc = "Data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1hrstr(pub u32); - impl Apb1hrstr { - #[doc = "Clock Recovery System reset"] - pub const fn crsrst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Crsrst(val as u8) - } - #[doc = "Clock Recovery System reset"] - pub fn set_crsrst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "SWPMI block reset"] - pub const fn swprst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Crsrst(val as u8) - } - #[doc = "SWPMI block reset"] - pub fn set_swprst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "OPAMP block reset"] - pub const fn opamprst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Crsrst(val as u8) - } - #[doc = "OPAMP block reset"] - pub fn set_opamprst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + pub struct Dr(pub u32); + impl Dr { + #[doc = "Data value"] + pub const fn dr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 } - #[doc = "MDIOS block reset"] - pub const fn mdiosrst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Crsrst(val as u8) + #[doc = "Data value"] + pub fn set_dr(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); +======= + #[doc = "SYSCFG compensation cell code register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cccr(pub u32); + impl Cccr { + #[doc = "NMOS compensation code"] + pub const fn ncc(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "MDIOS block reset"] - pub fn set_mdiosrst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "NMOS compensation code"] + pub fn set_ncc(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "FDCAN block reset"] - pub const fn fdcanrst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Crsrst(val as u8) + #[doc = "PMOS compensation code"] + pub const fn pcc(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 } - #[doc = "FDCAN block reset"] - pub fn set_fdcanrst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "PMOS compensation code"] + pub fn set_pcc(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); } } - impl Default for Apb1hrstr { - fn default() -> Apb1hrstr { - Apb1hrstr(0) + impl Default for Cccr { + fn default() -> Cccr { + Cccr(0) } } - #[doc = "RCC APB1 Peripheral Reset Register"] + #[doc = "peripheral mode configuration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1lrstr(pub u32); - impl Apb1lrstr { - #[doc = "TIM block reset"] - pub const fn tim2rst(&self) -> super::vals::Tim2rst { + pub struct Pmcr(pub u32); + impl Pmcr { + #[doc = "I2C1 Fm+"] + pub const fn i2c1fmp(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::Tim2rst(val as u8) + val != 0 } - #[doc = "TIM block reset"] - pub fn set_tim2rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "I2C1 Fm+"] + pub fn set_i2c1fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "TIM block reset"] - pub const fn tim3rst(&self) -> super::vals::Tim2rst { + #[doc = "I2C2 Fm+"] + pub const fn i2c2fmp(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; - super::vals::Tim2rst(val as u8) + val != 0 } - #[doc = "TIM block reset"] - pub fn set_tim3rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "I2C2 Fm+"] + pub fn set_i2c2fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "TIM block reset"] - pub const fn tim4rst(&self) -> super::vals::Tim2rst { + #[doc = "I2C3 Fm+"] + pub const fn i2c3fmp(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; - super::vals::Tim2rst(val as u8) + val != 0 } - #[doc = "TIM block reset"] - pub fn set_tim4rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "I2C3 Fm+"] + pub fn set_i2c3fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "TIM block reset"] - pub const fn tim5rst(&self) -> super::vals::Tim2rst { + #[doc = "I2C4 Fm+"] + pub const fn i2c4fmp(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; - super::vals::Tim2rst(val as u8) + val != 0 } - #[doc = "TIM block reset"] - pub fn set_tim5rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "I2C4 Fm+"] + pub fn set_i2c4fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "TIM block reset"] - pub const fn tim6rst(&self) -> super::vals::Tim2rst { + #[doc = "PB(6) Fm+"] + pub const fn pb6fmp(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; - super::vals::Tim2rst(val as u8) + val != 0 } - #[doc = "TIM block reset"] - pub fn set_tim6rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "PB(6) Fm+"] + pub fn set_pb6fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "TIM block reset"] - pub const fn tim7rst(&self) -> super::vals::Tim2rst { + #[doc = "PB(7) Fast Mode Plus"] + pub const fn pb7fmp(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; - super::vals::Tim2rst(val as u8) + val != 0 } - #[doc = "TIM block reset"] - pub fn set_tim7rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "PB(7) Fast Mode Plus"] + pub fn set_pb7fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "TIM block reset"] - pub const fn tim12rst(&self) -> super::vals::Tim2rst { + #[doc = "PB(8) Fast Mode Plus"] + pub const fn pb8fmp(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; - super::vals::Tim2rst(val as u8) + val != 0 } - #[doc = "TIM block reset"] - pub fn set_tim12rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + #[doc = "PB(8) Fast Mode Plus"] + pub fn set_pb8fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "TIM block reset"] - pub const fn tim13rst(&self) -> super::vals::Tim2rst { + #[doc = "PB(9) Fm+"] + pub const fn pb9fmp(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; - super::vals::Tim2rst(val as u8) + val != 0 } - #[doc = "TIM block reset"] - pub fn set_tim13rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "PB(9) Fm+"] + pub fn set_pb9fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "TIM block reset"] - pub const fn tim14rst(&self) -> super::vals::Tim2rst { + #[doc = "Booster Enable"] + pub const fn booste(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; - super::vals::Tim2rst(val as u8) + val != 0 } - #[doc = "TIM block reset"] - pub fn set_tim14rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "Booster Enable"] + pub fn set_booste(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "TIM block reset"] - pub const fn lptim1rst(&self) -> super::vals::Tim2rst { + #[doc = "Analog switch supply voltage selection"] + pub const fn boostvddsel(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; - super::vals::Tim2rst(val as u8) + val != 0 } - #[doc = "TIM block reset"] - pub fn set_lptim1rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "Analog switch supply voltage selection"] + pub fn set_boostvddsel(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "SPI2 block reset"] - pub const fn spi2rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Tim2rst(val as u8) + #[doc = "Ethernet PHY Interface Selection"] + pub const fn epis(&self) -> u8 { + let val = (self.0 >> 21usize) & 0x07; + val as u8 } - #[doc = "SPI2 block reset"] - pub fn set_spi2rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "Ethernet PHY Interface Selection"] + pub fn set_epis(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 21usize)) | (((val as u32) & 0x07) << 21usize); } - #[doc = "SPI3 block reset"] - pub const fn spi3rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Tim2rst(val as u8) + #[doc = "PA0 Switch Open"] + pub const fn pa0so(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 } - #[doc = "SPI3 block reset"] - pub fn set_spi3rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "PA0 Switch Open"] + pub fn set_pa0so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "SPDIFRX block reset"] - pub const fn spdifrxrst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Tim2rst(val as u8) + #[doc = "PA1 Switch Open"] + pub const fn pa1so(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 } - #[doc = "SPDIFRX block reset"] - pub fn set_spdifrxrst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "PA1 Switch Open"] + pub fn set_pa1so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "USART2 block reset"] - pub const fn usart2rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Tim2rst(val as u8) + #[doc = "PC2 Switch Open"] + pub const fn pc2so(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 } - #[doc = "USART2 block reset"] - pub fn set_usart2rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + #[doc = "PC2 Switch Open"] + pub fn set_pc2so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "USART3 block reset"] - pub const fn usart3rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Tim2rst(val as u8) + #[doc = "PC3 Switch Open"] + pub const fn pc3so(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 } - #[doc = "USART3 block reset"] - pub fn set_usart3rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + #[doc = "PC3 Switch Open"] + pub fn set_pc3so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - #[doc = "UART4 block reset"] - pub const fn uart4rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Tim2rst(val as u8) + } + impl Default for Pmcr { + fn default() -> Pmcr { + Pmcr(0) } - #[doc = "UART4 block reset"] - pub fn set_uart4rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "SYSCFG user register 6"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur6(pub u32); + impl Ur6 { + #[doc = "Protected area start address for bank 1"] + pub const fn pa_beg_1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "UART5 block reset"] - pub const fn uart5rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Tim2rst(val as u8) + #[doc = "Protected area start address for bank 1"] + pub fn set_pa_beg_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "UART5 block reset"] - pub fn set_uart5rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + #[doc = "Protected area end address for bank 1"] + pub const fn pa_end_1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - #[doc = "I2C1 block reset"] - pub const fn i2c1rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Tim2rst(val as u8) + #[doc = "Protected area end address for bank 1"] + pub fn set_pa_end_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } - #[doc = "I2C1 block reset"] - pub fn set_i2c1rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + impl Default for Ur6 { + fn default() -> Ur6 { + Ur6(0) } - #[doc = "I2C2 block reset"] - pub const fn i2c2rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Tim2rst(val as u8) + } + #[doc = "SYSCFG user register 17"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur17(pub u32); + impl Ur17 { + #[doc = "I/O high speed / low voltage"] + pub const fn io_hslv(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "I2C2 block reset"] - pub fn set_i2c2rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + #[doc = "I/O high speed / low voltage"] + pub fn set_io_hslv(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "I2C3 block reset"] - pub const fn i2c3rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Tim2rst(val as u8) + } + impl Default for Ur17 { + fn default() -> Ur17 { + Ur17(0) } - #[doc = "I2C3 block reset"] - pub fn set_i2c3rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "SYSCFG power control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pwrcr(pub u32); + impl Pwrcr { + #[doc = "Overdrive enable"] + pub const fn oden(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "HDMI-CEC block reset"] - pub const fn cecrst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Tim2rst(val as u8) + #[doc = "Overdrive enable"] + pub fn set_oden(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); +>>>>>>> c084e70 (Update generated code) } - #[doc = "HDMI-CEC block reset"] - pub fn set_cecrst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + impl Default for Pwrcr { + fn default() -> Pwrcr { + Pwrcr(0) } - #[doc = "DAC1 and 2 Blocks Reset"] - pub const fn dac12rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Tim2rst(val as u8) + } +<<<<<<< HEAD + #[doc = "Baud rate register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Brr(pub u32); + impl Brr { + #[doc = "fraction of USARTDIV"] + pub const fn div_fraction(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "DAC1 and 2 Blocks Reset"] - pub fn set_dac12rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + #[doc = "fraction of USARTDIV"] + pub fn set_div_fraction(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "UART7 block reset"] - pub const fn uart7rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Tim2rst(val as u8) + #[doc = "mantissa of USARTDIV"] + pub const fn div_mantissa(&self) -> u16 { + let val = (self.0 >> 4usize) & 0x0fff; + val as u16 } - #[doc = "UART7 block reset"] - pub fn set_uart7rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + #[doc = "mantissa of USARTDIV"] + pub fn set_div_mantissa(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 4usize)) | (((val as u32) & 0x0fff) << 4usize); } - #[doc = "UART8 block reset"] - pub const fn uart8rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Tim2rst(val as u8) + } + impl Default for Brr { + fn default() -> Brr { + Brr(0) } - #[doc = "UART8 block reset"] - pub fn set_uart8rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + } + #[doc = "Control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Address of the USART node"] + pub const fn add(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "Address of the USART node"] + pub fn set_add(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "lin break detection length"] + pub const fn lbdl(&self) -> super::vals::Lbdl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lbdl(val as u8) + } + #[doc = "lin break detection length"] + pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "LIN break detection interrupt enable"] + pub const fn lbdie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "LIN break detection interrupt enable"] + pub fn set_lbdie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "STOP bits"] + pub const fn stop(&self) -> super::vals::Stop { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Stop(val as u8) + } + #[doc = "STOP bits"] + pub fn set_stop(&mut self, val: super::vals::Stop) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "LIN mode enable"] + pub const fn linen(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "LIN mode enable"] + pub fn set_linen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } } - impl Default for Apb1lrstr { - fn default() -> Apb1lrstr { - Apb1lrstr(0) + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) } } - #[doc = "RCC PLLs Clock Source Selection Register"] + #[doc = "Control register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pllckselr(pub u32); - impl Pllckselr { - #[doc = "DIVMx and PLLs clock source selection"] - pub const fn pllsrc(&self) -> super::vals::Pllsrc { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Pllsrc(val as u8) + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Send break"] + pub const fn sbk(&self) -> super::vals::Sbk { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Sbk(val as u8) } - #[doc = "DIVMx and PLLs clock source selection"] - pub fn set_pllsrc(&mut self, val: super::vals::Pllsrc) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + #[doc = "Send break"] + pub fn set_sbk(&mut self, val: super::vals::Sbk) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Prescaler for PLL1"] - pub fn divm(&self, n: usize) -> u8 { - assert!(n < 3usize); - let offs = 4usize + n * 8usize; - let val = (self.0 >> offs) & 0x3f; - val as u8 + #[doc = "Receiver wakeup"] + pub const fn rwu(&self) -> super::vals::Rwu { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Rwu(val as u8) } - #[doc = "Prescaler for PLL1"] - pub fn set_divm(&mut self, n: usize, val: u8) { - assert!(n < 3usize); - let offs = 4usize + n * 8usize; - self.0 = (self.0 & !(0x3f << offs)) | (((val as u32) & 0x3f) << offs); + #[doc = "Receiver wakeup"] + pub fn set_rwu(&mut self, val: super::vals::Rwu) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "Receiver enable"] + pub const fn re(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Receiver enable"] + pub fn set_re(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Transmitter enable"] + pub const fn te(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Transmitter enable"] + pub fn set_te(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "IDLE interrupt enable"] + pub const fn idleie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "IDLE interrupt enable"] + pub fn set_idleie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - } - impl Default for Pllckselr { - fn default() -> Pllckselr { - Pllckselr(0) + #[doc = "RXNE interrupt enable"] + pub const fn rxneie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - } - #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D2ccip1r(pub u32); - impl D2ccip1r { - #[doc = "SAI1 and DFSDM1 kernel Aclk clock source selection"] - pub const fn sai1sel(&self) -> super::vals::Sai1sel { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Sai1sel(val as u8) + #[doc = "RXNE interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "SAI1 and DFSDM1 kernel Aclk clock source selection"] - pub fn set_sai1sel(&mut self, val: super::vals::Sai1sel) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + #[doc = "Transmission complete interrupt enable"] + pub const fn tcie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "SAI2 and SAI3 kernel clock source selection"] - pub const fn sai23sel(&self) -> super::vals::Sai1sel { - let val = (self.0 >> 6usize) & 0x07; - super::vals::Sai1sel(val as u8) + #[doc = "Transmission complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "SAI2 and SAI3 kernel clock source selection"] - pub fn set_sai23sel(&mut self, val: super::vals::Sai1sel) { - self.0 = (self.0 & !(0x07 << 6usize)) | (((val.0 as u32) & 0x07) << 6usize); + #[doc = "TXE interrupt enable"] + pub const fn txeie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 } - #[doc = "SPI/I2S1,2 and 3 kernel clock source selection"] - pub const fn spi123sel(&self) -> super::vals::Sai1sel { - let val = (self.0 >> 12usize) & 0x07; - super::vals::Sai1sel(val as u8) + #[doc = "TXE interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "SPI/I2S1,2 and 3 kernel clock source selection"] - pub fn set_spi123sel(&mut self, val: super::vals::Sai1sel) { - self.0 = (self.0 & !(0x07 << 12usize)) | (((val.0 as u32) & 0x07) << 12usize); + #[doc = "PE interrupt enable"] + pub const fn peie(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "SPI4 and 5 kernel clock source selection"] - pub const fn spi45sel(&self) -> super::vals::Spi45sel { - let val = (self.0 >> 16usize) & 0x07; - super::vals::Spi45sel(val as u8) + #[doc = "PE interrupt enable"] + pub fn set_peie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "SPI4 and 5 kernel clock source selection"] - pub fn set_spi45sel(&mut self, val: super::vals::Spi45sel) { - self.0 = (self.0 & !(0x07 << 16usize)) | (((val.0 as u32) & 0x07) << 16usize); + #[doc = "Parity selection"] + pub const fn ps(&self) -> super::vals::Ps { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ps(val as u8) } - #[doc = "SPDIFRX kernel clock source selection"] - pub const fn spdifsel(&self) -> super::vals::Spdifsel { - let val = (self.0 >> 20usize) & 0x03; - super::vals::Spdifsel(val as u8) + #[doc = "Parity selection"] + pub fn set_ps(&mut self, val: super::vals::Ps) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "SPDIFRX kernel clock source selection"] - pub fn set_spdifsel(&mut self, val: super::vals::Spdifsel) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); + #[doc = "Parity control enable"] + pub const fn pce(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 } - #[doc = "DFSDM1 kernel Clk clock source selection"] - pub const fn dfsdm1sel(&self) -> super::vals::Dfsdm1sel { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Dfsdm1sel(val as u8) + #[doc = "Parity control enable"] + pub fn set_pce(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "DFSDM1 kernel Clk clock source selection"] - pub fn set_dfsdm1sel(&mut self, val: super::vals::Dfsdm1sel) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + #[doc = "Wakeup method"] + pub const fn wake(&self) -> super::vals::Wake { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Wake(val as u8) } - #[doc = "FDCAN kernel clock source selection"] - pub const fn fdcansel(&self) -> super::vals::Fdcansel { - let val = (self.0 >> 28usize) & 0x03; - super::vals::Fdcansel(val as u8) + #[doc = "Wakeup method"] + pub fn set_wake(&mut self, val: super::vals::Wake) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "FDCAN kernel clock source selection"] - pub fn set_fdcansel(&mut self, val: super::vals::Fdcansel) { - self.0 = (self.0 & !(0x03 << 28usize)) | (((val.0 as u32) & 0x03) << 28usize); + #[doc = "Word length"] + pub const fn m(&self) -> super::vals::M { + let val = (self.0 >> 12usize) & 0x01; + super::vals::M(val as u8) } - #[doc = "SWPMI kernel clock source selection"] - pub const fn swpsel(&self) -> super::vals::Swpsel { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Swpsel(val as u8) + #[doc = "Word length"] + pub fn set_m(&mut self, val: super::vals::M) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "SWPMI kernel clock source selection"] - pub fn set_swpsel(&mut self, val: super::vals::Swpsel) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + #[doc = "USART enable"] + pub const fn ue(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 } - } - impl Default for D2ccip1r { - fn default() -> D2ccip1r { - D2ccip1r(0) ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + #[doc = "USART enable"] + pub fn set_ue(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } } - } -} -<<<<<<< HEAD -pub mod sdmmc_v2 { - use crate::generic::*; - #[doc = "SDMMC"] - #[derive(Copy, Clone)] - pub struct Sdmmc(pub *mut u8); - unsafe impl Send for Sdmmc {} - unsafe impl Sync for Sdmmc {} - impl Sdmmc { - #[doc = "SDMMC power control register"] - pub fn power(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] - pub fn clkcr(self) -> Reg { -======= -pub mod generic { - use core::marker::PhantomData; - #[derive(Copy, Clone)] - pub struct RW; - #[derive(Copy, Clone)] - pub struct R; - #[derive(Copy, Clone)] - pub struct W; - mod sealed { - use super::*; - pub trait Access {} - impl Access for R {} - impl Access for W {} - impl Access for RW {} - } - pub trait Access: sealed::Access + Copy {} - impl Access for R {} - impl Access for W {} - impl Access for RW {} - pub trait Read: Access {} - impl Read for RW {} - impl Read for R {} - pub trait Write: Access {} - impl Write for RW {} - impl Write for W {} - #[derive(Copy, Clone)] - pub struct Reg { - ptr: *mut u8, - phantom: PhantomData<*mut (T, A)>, - } - unsafe impl Send for Reg {} - unsafe impl Sync for Reg {} - impl Reg { - pub fn from_ptr(ptr: *mut u8) -> Self { - Self { - ptr, - phantom: PhantomData, + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) } } - pub fn ptr(&self) -> *mut T { - self.ptr as _ - } - } - impl Reg { - pub unsafe fn read(&self) -> T { - (self.ptr as *mut T).read_volatile() - } - } - impl Reg { - pub unsafe fn write_value(&self, val: T) { - (self.ptr as *mut T).write_volatile(val) - } - } - impl Reg { - pub unsafe fn write(&self, f: impl FnOnce(&mut T) -> R) -> R { - let mut val = Default::default(); - let res = f(&mut val); - self.write_value(val); - res - } - } - impl Reg { - pub unsafe fn modify(&self, f: impl FnOnce(&mut T) -> R) -> R { - let mut val = self.read(); - let res = f(&mut val); - self.write_value(val); - res - } - } -} -pub mod dma_v2 { - use crate::generic::*; - #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] - #[derive(Copy, Clone)] - pub struct St(pub *mut u8); - unsafe impl Send for St {} - unsafe impl Sync for St {} - impl St { - #[doc = "stream x configuration register"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "stream x number of data register"] - pub fn ndtr(self) -> Reg { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] - pub fn argr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] - pub fn cmdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "SDMMC command response register"] - pub fn respcmdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - pub fn respr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(20usize + n * 4usize)) } - } -<<<<<<< HEAD - #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] - pub fn dtimer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] - pub fn dlenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] - pub fn dctrl(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] - pub fn dcntr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } - } - #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] - pub fn star(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(52usize)) } - } - #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] - pub fn icr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(56usize)) } - } - #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] - pub fn maskr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(60usize)) } - } - #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] - pub fn acktimer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(64usize)) } - } - #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] - pub fn idmactrlr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(80usize)) } - } - #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] - pub fn idmabsizer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(84usize)) } - } - #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] - pub fn idmabase0r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(88usize)) } - } - #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] - pub fn idmabase1r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(92usize)) } - } - #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] - pub fn fifor(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(128usize)) } - } - #[doc = "SDMMC IP version register"] - pub fn ver(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(1012usize)) } - } - #[doc = "SDMMC IP identification register"] - pub fn id(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(1016usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] + #[doc = "Control register 2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmactrlr(pub u32); - impl Idmactrlr { - #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmaen(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + pub struct Cr2Usart(pub u32); + impl Cr2Usart { + #[doc = "Address of the USART node"] + pub const fn add(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Address of the USART node"] + pub fn set_add(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmabmode(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "lin break detection length"] + pub const fn lbdl(&self) -> super::vals::Lbdl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lbdl(val as u8) + } + #[doc = "lin break detection length"] + pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "LIN break detection interrupt enable"] + pub const fn lbdie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmabmode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "LIN break detection interrupt enable"] + pub fn set_lbdie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] - pub const fn idmabact(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "Last bit clock pulse"] + pub const fn lbcl(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] - pub fn set_idmabact(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Last bit clock pulse"] + pub fn set_lbcl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - } - impl Default for Idmactrlr { - fn default() -> Idmactrlr { - Idmactrlr(0) + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Cpha(val as u8) } - } - #[doc = "SDMMC command response register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Respcmdr(pub u32); - impl Respcmdr { - #[doc = "Response command index"] - pub const fn respcmd(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x3f; - val as u8 + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Response command index"] - pub fn set_respcmd(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Cpol(val as u8) } - } - impl Default for Respcmdr { - fn default() -> Respcmdr { - Respcmdr(0) + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - } - #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Fifor(pub u32); - impl Fifor { - #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] - pub const fn fifodata(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "Clock enable"] + pub const fn clken(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 } - #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] - pub fn set_fifodata(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Clock enable"] + pub fn set_clken(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "STOP bits"] + pub const fn stop(&self) -> super::vals::Stop { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Stop(val as u8) + } + #[doc = "STOP bits"] + pub fn set_stop(&mut self, val: super::vals::Stop) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "LIN mode enable"] + pub const fn linen(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "LIN mode enable"] + pub fn set_linen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } } - impl Default for Fifor { - fn default() -> Fifor { - Fifor(0) + impl Default for Cr2Usart { + fn default() -> Cr2Usart { + Cr2Usart(0) } } - #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] + #[doc = "Status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Icr(pub u32); - impl Icr { - #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] - pub const fn ccrcfailc(&self) -> bool { + pub struct SrUsart(pub u32); + impl SrUsart { + #[doc = "Parity error"] + pub const fn pe(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] - pub fn set_ccrcfailc(&mut self, val: bool) { + #[doc = "Parity error"] + pub fn set_pe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] - pub const fn dcrcfailc(&self) -> bool { + #[doc = "Framing error"] + pub const fn fe(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] - pub fn set_dcrcfailc(&mut self, val: bool) { + #[doc = "Framing error"] + pub fn set_fe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] - pub const fn ctimeoutc(&self) -> bool { + #[doc = "Noise error flag"] + pub const fn ne(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] - pub fn set_ctimeoutc(&mut self, val: bool) { + #[doc = "Noise error flag"] + pub fn set_ne(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] - pub const fn dtimeoutc(&self) -> bool { + #[doc = "Overrun error"] + pub const fn ore(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] - pub fn set_dtimeoutc(&mut self, val: bool) { + #[doc = "Overrun error"] + pub fn set_ore(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] - pub const fn txunderrc(&self) -> bool { + #[doc = "IDLE line detected"] + pub const fn idle(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] - pub fn set_txunderrc(&mut self, val: bool) { + #[doc = "IDLE line detected"] + pub fn set_idle(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] - pub const fn rxoverrc(&self) -> bool { + #[doc = "Read data register not empty"] + pub const fn rxne(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] - pub fn set_rxoverrc(&mut self, val: bool) { + #[doc = "Read data register not empty"] + pub fn set_rxne(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] - pub const fn cmdrendc(&self) -> bool { + #[doc = "Transmission complete"] + pub const fn tc(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] - pub fn set_cmdrendc(&mut self, val: bool) { + #[doc = "Transmission complete"] + pub fn set_tc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] - pub const fn cmdsentc(&self) -> bool { + #[doc = "Transmit data register empty"] + pub const fn txe(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] - pub fn set_cmdsentc(&mut self, val: bool) { + #[doc = "Transmit data register empty"] + pub fn set_txe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] - pub const fn dataendc(&self) -> bool { + #[doc = "LIN break detection flag"] + pub const fn lbd(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] - pub fn set_dataendc(&mut self, val: bool) { + #[doc = "LIN break detection flag"] + pub fn set_lbd(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] - pub const fn dholdc(&self) -> bool { + #[doc = "CTS flag"] + pub const fn cts(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] - pub fn set_dholdc(&mut self, val: bool) { + #[doc = "CTS flag"] + pub fn set_cts(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] - pub const fn dbckendc(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] - pub fn set_dbckendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] - pub const fn dabortc(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 - } - #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] - pub fn set_dabortc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + impl Default for SrUsart { + fn default() -> SrUsart { + SrUsart(0) } - #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] - pub const fn busyd0endc(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; + } + #[doc = "Status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Sr(pub u32); + impl Sr { + #[doc = "Parity error"] + pub const fn pe(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] - pub fn set_busyd0endc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "Parity error"] + pub fn set_pe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] - pub const fn sdioitc(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; + #[doc = "Framing error"] + pub const fn fe(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] - pub fn set_sdioitc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "Framing error"] + pub fn set_fe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] - pub const fn ackfailc(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; + #[doc = "Noise error flag"] + pub const fn ne(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] - pub fn set_ackfailc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "Noise error flag"] + pub fn set_ne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] - pub const fn acktimeoutc(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; + #[doc = "Overrun error"] + pub const fn ore(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] - pub fn set_acktimeoutc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "Overrun error"] + pub fn set_ore(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] - pub const fn vswendc(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; + #[doc = "IDLE line detected"] + pub const fn idle(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] - pub fn set_vswendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "IDLE line detected"] + pub fn set_idle(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] - pub const fn ckstopc(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; + #[doc = "Read data register not empty"] + pub const fn rxne(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] - pub fn set_ckstopc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "Read data register not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] - pub const fn idmatec(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; + #[doc = "Transmission complete"] + pub const fn tc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] - pub fn set_idmatec(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "Transmission complete"] + pub fn set_tc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] - pub const fn idmabtcc(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; + #[doc = "Transmit data register empty"] + pub const fn txe(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] - pub fn set_idmabtcc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); - } - } - impl Default for Icr { - fn default() -> Icr { - Icr(0) - } - } - #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmabsizer(pub u32); - impl Idmabsizer { - #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmabndt(&self) -> u8 { - let val = (self.0 >> 5usize) & 0xff; - val as u8 - } - #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmabndt(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 5usize)) | (((val as u32) & 0xff) << 5usize); -======= - } - #[doc = "DMA controller"] - #[derive(Copy, Clone)] - pub struct Dma(pub *mut u8); - unsafe impl Send for Dma {} - unsafe impl Sync for Dma {} - impl Dma { - #[doc = "low interrupt status register"] - pub fn isr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } - } - #[doc = "low interrupt flag clear register"] - pub fn ifcr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] - pub fn st(self, n: usize) -> St { - assert!(n < 8usize); - unsafe { St(self.0.add(16usize + n * 24usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "stream x FIFO control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Fcr(pub u32); - impl Fcr { - #[doc = "FIFO threshold selection"] - pub const fn fth(&self) -> super::vals::Fth { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Fth(val as u8) - } - #[doc = "FIFO threshold selection"] - pub fn set_fth(&mut self, val: super::vals::Fth) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); - } - #[doc = "Direct mode disable"] - pub const fn dmdis(&self) -> super::vals::Dmdis { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Dmdis(val as u8) - } - #[doc = "Direct mode disable"] - pub fn set_dmdis(&mut self, val: super::vals::Dmdis) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "FIFO status"] - pub const fn fs(&self) -> super::vals::Fs { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Fs(val as u8) - } - #[doc = "FIFO status"] - pub fn set_fs(&mut self, val: super::vals::Fs) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + #[doc = "Transmit data register empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "FIFO error interrupt enable"] - pub const fn feie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "LIN break detection flag"] + pub const fn lbd(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "FIFO error interrupt enable"] - pub fn set_feie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "LIN break detection flag"] + pub fn set_lbd(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } } - impl Default for Fcr { - fn default() -> Fcr { - Fcr(0) + impl Default for Sr { + fn default() -> Sr { + Sr(0) } } - #[doc = "stream x configuration register"] + #[doc = "Control register 3"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Stream enable / flag stream ready when read low"] - pub const fn en(&self) -> bool { + pub struct Cr3(pub u32); + impl Cr3 { + #[doc = "Error interrupt enable"] + pub const fn eie(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Stream enable / flag stream ready when read low"] - pub fn set_en(&mut self, val: bool) { + #[doc = "Error interrupt enable"] + pub fn set_eie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Direct mode error interrupt enable"] - pub const fn dmeie(&self) -> bool { + #[doc = "IrDA mode enable"] + pub const fn iren(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Direct mode error interrupt enable"] - pub fn set_dmeie(&mut self, val: bool) { + #[doc = "IrDA mode enable"] + pub fn set_iren(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Transfer error interrupt enable"] - pub const fn teie(&self) -> bool { + #[doc = "IrDA low-power"] + pub const fn irlp(&self) -> super::vals::Irlp { let val = (self.0 >> 2usize) & 0x01; - val != 0 + super::vals::Irlp(val as u8) } - #[doc = "Transfer error interrupt enable"] - pub fn set_teie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "IrDA low-power"] + pub fn set_irlp(&mut self, val: super::vals::Irlp) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Half transfer interrupt enable"] - pub const fn htie(&self) -> bool { + #[doc = "Half-duplex selection"] + pub const fn hdsel(&self) -> super::vals::Hdsel { let val = (self.0 >> 3usize) & 0x01; - val != 0 + super::vals::Hdsel(val as u8) } - #[doc = "Half transfer interrupt enable"] - pub fn set_htie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Half-duplex selection"] + pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Transfer complete interrupt enable"] - pub const fn tcie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "DMA enable receiver"] + pub const fn dmar(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Transfer complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Peripheral flow controller"] - pub const fn pfctrl(&self) -> super::vals::Pfctrl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Pfctrl(val as u8) - } - #[doc = "Peripheral flow controller"] - pub fn set_pfctrl(&mut self, val: super::vals::Pfctrl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Data transfer direction"] - pub const fn dir(&self) -> super::vals::Dir { - let val = (self.0 >> 6usize) & 0x03; - super::vals::Dir(val as u8) - } - #[doc = "Data transfer direction"] - pub fn set_dir(&mut self, val: super::vals::Dir) { - self.0 = (self.0 & !(0x03 << 6usize)) | (((val.0 as u32) & 0x03) << 6usize); - } - #[doc = "Circular mode"] - pub const fn circ(&self) -> super::vals::Circ { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Circ(val as u8) - } - #[doc = "Circular mode"] - pub fn set_circ(&mut self, val: super::vals::Circ) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "Peripheral increment mode"] - pub const fn pinc(&self) -> super::vals::Inc { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Inc(val as u8) - } - #[doc = "Peripheral increment mode"] - pub fn set_pinc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "DMA enable receiver"] + pub fn set_dmar(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Memory increment mode"] - pub const fn minc(&self) -> super::vals::Inc { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Inc(val as u8) + #[doc = "DMA enable transmitter"] + pub const fn dmat(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 } - #[doc = "Memory increment mode"] - pub fn set_minc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "DMA enable transmitter"] + pub fn set_dmat(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Peripheral data size"] - pub const fn psize(&self) -> super::vals::Size { - let val = (self.0 >> 11usize) & 0x03; - super::vals::Size(val as u8) + } + impl Default for Cr3 { + fn default() -> Cr3 { + Cr3(0) +======= + #[doc = "SYSCFG user register 5"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur5(pub u32); + impl Ur5 { + #[doc = "Mass erase secured area disabled for bank 1"] + pub const fn mesad_1(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Peripheral data size"] - pub fn set_psize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + #[doc = "Mass erase secured area disabled for bank 1"] + pub fn set_mesad_1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Memory data size"] - pub const fn msize(&self) -> super::vals::Size { - let val = (self.0 >> 13usize) & 0x03; - super::vals::Size(val as u8) + #[doc = "Write protection for flash bank 1"] + pub const fn wrpn_1(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; + val as u8 } - #[doc = "Memory data size"] - pub fn set_msize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 13usize)) | (((val.0 as u32) & 0x03) << 13usize); + #[doc = "Write protection for flash bank 1"] + pub fn set_wrpn_1(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); } - #[doc = "Peripheral increment offset size"] - pub const fn pincos(&self) -> super::vals::Pincos { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Pincos(val as u8) + } + impl Default for Ur5 { + fn default() -> Ur5 { + Ur5(0) } - #[doc = "Peripheral increment offset size"] - pub fn set_pincos(&mut self, val: super::vals::Pincos) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SYSCFG user register 7"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur7(pub u32); + impl Ur7 { + #[doc = "Secured area start address for bank 1"] + pub const fn sa_beg_1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "Priority level"] - pub const fn pl(&self) -> super::vals::Pl { - let val = (self.0 >> 16usize) & 0x03; - super::vals::Pl(val as u8) + #[doc = "Secured area start address for bank 1"] + pub fn set_sa_beg_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "Priority level"] - pub fn set_pl(&mut self, val: super::vals::Pl) { - self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + #[doc = "Secured area end address for bank 1"] + pub const fn sa_end_1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - #[doc = "Double buffer mode"] - pub const fn dbm(&self) -> super::vals::Dbm { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Dbm(val as u8) + #[doc = "Secured area end address for bank 1"] + pub fn set_sa_end_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } - #[doc = "Double buffer mode"] - pub fn set_dbm(&mut self, val: super::vals::Dbm) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + impl Default for Ur7 { + fn default() -> Ur7 { + Ur7(0) } - #[doc = "Current target (only in double buffer mode)"] - pub const fn ct(&self) -> super::vals::Ct { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Ct(val as u8) + } + #[doc = "SYSCFG user register 4"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur4(pub u32); + impl Ur4 { + #[doc = "Mass Erase Protected Area Disabled for bank 1"] + pub const fn mepad_1(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "Current target (only in double buffer mode)"] - pub fn set_ct(&mut self, val: super::vals::Ct) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + #[doc = "Mass Erase Protected Area Disabled for bank 1"] + pub fn set_mepad_1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Peripheral burst transfer configuration"] - pub const fn pburst(&self) -> super::vals::Burst { - let val = (self.0 >> 21usize) & 0x03; - super::vals::Burst(val as u8) + } + impl Default for Ur4 { + fn default() -> Ur4 { + Ur4(0) } - #[doc = "Peripheral burst transfer configuration"] - pub fn set_pburst(&mut self, val: super::vals::Burst) { - self.0 = (self.0 & !(0x03 << 21usize)) | (((val.0 as u32) & 0x03) << 21usize); + } + #[doc = "SYSCFG user register 14"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur14(pub u32); + impl Ur14 { + #[doc = "D1 Stop Reset"] + pub const fn d1stprst(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Memory burst transfer configuration"] - pub const fn mburst(&self) -> super::vals::Burst { - let val = (self.0 >> 23usize) & 0x03; - super::vals::Burst(val as u8) + #[doc = "D1 Stop Reset"] + pub fn set_d1stprst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Memory burst transfer configuration"] - pub fn set_mburst(&mut self, val: super::vals::Burst) { - self.0 = (self.0 & !(0x03 << 23usize)) | (((val.0 as u32) & 0x03) << 23usize); + } + impl Default for Ur14 { + fn default() -> Ur14 { + Ur14(0) } - #[doc = "Channel selection"] - pub const fn chsel(&self) -> u8 { - let val = (self.0 >> 25usize) & 0x0f; + } + #[doc = "SYSCFG package register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pkgr(pub u32); + impl Pkgr { + #[doc = "Package"] + pub const fn pkg(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; val as u8 } - #[doc = "Channel selection"] - pub fn set_chsel(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); - } + #[doc = "Package"] + pub fn set_pkg(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } } - impl Default for Cr { - fn default() -> Cr { - Cr(0) + impl Default for Pkgr { + fn default() -> Pkgr { + Pkgr(0) } } - #[doc = "low interrupt flag clear register"] + #[doc = "compensation cell control/status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ifcr(pub u32); - impl Ifcr { - #[doc = "Stream x clear FIFO error interrupt flag (x = 3..0)"] - pub fn cfeif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Stream x clear FIFO error interrupt flag (x = 3..0)"] - pub fn set_cfeif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Stream x clear direct mode error interrupt flag (x = 3..0)"] - pub fn cdmeif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + pub struct Cccsr(pub u32); + impl Cccsr { + #[doc = "enable"] + pub const fn en(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Stream x clear direct mode error interrupt flag (x = 3..0)"] - pub fn set_cdmeif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "enable"] + pub fn set_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Stream x clear transfer error interrupt flag (x = 3..0)"] - pub fn cteif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "Code selection"] + pub const fn cs(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Stream x clear transfer error interrupt flag (x = 3..0)"] - pub fn set_cteif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Code selection"] + pub fn set_cs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Stream x clear half transfer interrupt flag (x = 3..0)"] - pub fn chtif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "Compensation cell ready flag"] + pub const fn ready(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Stream x clear half transfer interrupt flag (x = 3..0)"] - pub fn set_chtif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Compensation cell ready flag"] + pub fn set_ready(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Stream x clear transfer complete interrupt flag (x = 3..0)"] - pub fn ctcif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "High-speed at low-voltage"] + pub const fn hslv(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Stream x clear transfer complete interrupt flag (x = 3..0)"] - pub fn set_ctcif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "High-speed at low-voltage"] + pub fn set_hslv(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Ifcr { - fn default() -> Ifcr { - Ifcr(0) + impl Default for Cccsr { + fn default() -> Cccsr { + Cccsr(0) } } - #[doc = "low interrupt status register"] + #[doc = "SYSCFG user register 8"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Isr(pub u32); - impl Isr { - #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] - pub fn feif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + pub struct Ur8(pub u32); + impl Ur8 { + #[doc = "Mass erase protected area disabled for bank 2"] + pub const fn mepad_2(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] - pub fn set_feif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Mass erase protected area disabled for bank 2"] + pub fn set_mepad_2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] - pub fn dmeif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "Mass erase secured area disabled for bank 2"] + pub const fn mesad_2(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] - pub fn set_dmeif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Stream x transfer error interrupt flag (x=3..0)"] - pub fn teif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "Mass erase secured area disabled for bank 2"] + pub fn set_mesad_2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Stream x transfer error interrupt flag (x=3..0)"] - pub fn set_teif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + impl Default for Ur8 { + fn default() -> Ur8 { + Ur8(0) } - #[doc = "Stream x half transfer interrupt flag (x=3..0)"] - pub fn htif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + } + #[doc = "SYSCFG user register 16"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur16(pub u32); + impl Ur16 { + #[doc = "Freeze independent watchdog in Stop mode"] + pub const fn fziwdgstp(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Stream x half transfer interrupt flag (x=3..0)"] - pub fn set_htif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Freeze independent watchdog in Stop mode"] + pub fn set_fziwdgstp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] - pub fn tcif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "Private key programmed"] + pub const fn pkp(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] - pub fn set_tcif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Private key programmed"] + pub fn set_pkp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Isr { - fn default() -> Isr { - Isr(0) + impl Default for Ur16 { + fn default() -> Ur16 { + Ur16(0) } } - #[doc = "stream x number of data register"] + #[doc = "SYSCFG user register 15"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ndtr(pub u32); - impl Ndtr { - #[doc = "Number of data items to transfer"] - pub const fn ndt(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Ur15(pub u32); + impl Ur15 { + #[doc = "Freeze independent watchdog in Standby mode"] + pub const fn fziwdgstb(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "Number of data items to transfer"] - pub fn set_ndt(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Freeze independent watchdog in Standby mode"] + pub fn set_fziwdgstb(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Ndtr { - fn default() -> Ndtr { - Ndtr(0) + impl Default for Ur15 { + fn default() -> Ur15 { + Ur15(0) } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dbm(pub u8); - impl Dbm { - #[doc = "No buffer switching at the end of transfer"] - pub const DISABLED: Self = Self(0); - #[doc = "Memory target switched at the end of the DMA transfer"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Burst(pub u8); - impl Burst { - #[doc = "Single transfer"] - pub const SINGLE: Self = Self(0); - #[doc = "Incremental burst of 4 beats"] - pub const INCR4: Self = Self(0x01); - #[doc = "Incremental burst of 8 beats"] - pub const INCR8: Self = Self(0x02); - #[doc = "Incremental burst of 16 beats"] - pub const INCR16: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dmdis(pub u8); - impl Dmdis { - #[doc = "Direct mode is enabled"] - pub const ENABLED: Self = Self(0); - #[doc = "Direct mode is disabled"] - pub const DISABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pl(pub u8); - impl Pl { - #[doc = "Low"] - pub const LOW: Self = Self(0); - #[doc = "Medium"] - pub const MEDIUM: Self = Self(0x01); - #[doc = "High"] - pub const HIGH: Self = Self(0x02); - #[doc = "Very high"] - pub const VERYHIGH: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pincos(pub u8); - impl Pincos { - #[doc = "The offset size for the peripheral address calculation is linked to the PSIZE"] - pub const PSIZE: Self = Self(0); - #[doc = "The offset size for the peripheral address calculation is fixed to 4 (32-bit alignment)"] - pub const FIXED4: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pfctrl(pub u8); - impl Pfctrl { - #[doc = "The DMA is the flow controller"] - pub const DMA: Self = Self(0); - #[doc = "The peripheral is the flow controller"] - pub const PERIPHERAL: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Size(pub u8); - impl Size { - #[doc = "Byte (8-bit)"] - pub const BITS8: Self = Self(0); - #[doc = "Half-word (16-bit)"] - pub const BITS16: Self = Self(0x01); - #[doc = "Word (32-bit)"] - pub const BITS32: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fth(pub u8); - impl Fth { - #[doc = "1/4 full FIFO"] - pub const QUARTER: Self = Self(0); - #[doc = "1/2 full FIFO"] - pub const HALF: Self = Self(0x01); - #[doc = "3/4 full FIFO"] - pub const THREEQUARTERS: Self = Self(0x02); - #[doc = "Full FIFO"] - pub const FULL: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fs(pub u8); - impl Fs { - #[doc = "0 < fifo_level < 1/4"] - pub const QUARTER1: Self = Self(0); - #[doc = "1/4 <= fifo_level < 1/2"] - pub const QUARTER2: Self = Self(0x01); - #[doc = "1/2 <= fifo_level < 3/4"] - pub const QUARTER3: Self = Self(0x02); - #[doc = "3/4 <= fifo_level < full"] - pub const QUARTER4: Self = Self(0x03); - #[doc = "FIFO is empty"] - pub const EMPTY: Self = Self(0x04); - #[doc = "FIFO is full"] - pub const FULL: Self = Self(0x05); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ct(pub u8); - impl Ct { - #[doc = "The current target memory is Memory 0"] - pub const MEMORY0: Self = Self(0); - #[doc = "The current target memory is Memory 1"] - pub const MEMORY1: Self = Self(0x01); - } + #[doc = "SYSCFG user register 10"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Circ(pub u8); - impl Circ { - #[doc = "Circular mode disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Circular mode enabled"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur10(pub u32); + impl Ur10 { + #[doc = "Protected area end address for bank 2"] + pub const fn pa_end_2(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "Protected area end address for bank 2"] + pub fn set_pa_end_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "Secured area start address for bank 2"] + pub const fn sa_beg_2(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 + } + #[doc = "Secured area start address for bank 2"] + pub fn set_sa_beg_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Inc(pub u8); - impl Inc { - #[doc = "Address pointer is fixed"] - pub const FIXED: Self = Self(0); - #[doc = "Address pointer is incremented after each data transfer"] - pub const INCREMENTED: Self = Self(0x01); + impl Default for Ur10 { + fn default() -> Ur10 { + Ur10(0) + } } + #[doc = "SYSCFG user register 9"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Peripheral-to-memory"] - pub const PERIPHERALTOMEMORY: Self = Self(0); - #[doc = "Memory-to-peripheral"] - pub const MEMORYTOPERIPHERAL: Self = Self(0x01); - #[doc = "Memory-to-memory"] - pub const MEMORYTOMEMORY: Self = Self(0x02); - } - } -} -pub mod exti_v1 { - use crate::generic::*; - #[doc = "External interrupt/event controller"] - #[derive(Copy, Clone)] - pub struct Exti(pub *mut u8); - unsafe impl Send for Exti {} - unsafe impl Sync for Exti {} - impl Exti { - #[doc = "Interrupt mask register (EXTI_IMR)"] - pub fn imr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "Event mask register (EXTI_EMR)"] - pub fn emr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "Rising Trigger selection register (EXTI_RTSR)"] - pub fn rtsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Falling Trigger selection register (EXTI_FTSR)"] - pub fn ftsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Software interrupt event register (EXTI_SWIER)"] - pub fn swier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur9(pub u32); + impl Ur9 { + #[doc = "Write protection for flash bank 2"] + pub const fn wrpn_2(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Write protection for flash bank 2"] + pub fn set_wrpn_2(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + #[doc = "Protected area start address for bank 2"] + pub const fn pa_beg_2(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 + } + #[doc = "Protected area start address for bank 2"] + pub fn set_pa_beg_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + } } - #[doc = "Pending register (EXTI_PR)"] - pub fn pr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + impl Default for Ur9 { + fn default() -> Ur9 { + Ur9(0) + } } - } - pub mod regs { - use crate::generic::*; - #[doc = "Pending register (EXTI_PR)"] + #[doc = "SYSCFG user register 11"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pr(pub u32); - impl Pr { - #[doc = "Pending bit 0"] - pub fn pr(&self, n: usize) -> bool { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + pub struct Ur11(pub u32); + impl Ur11 { + #[doc = "Secured area end address for bank 2"] + pub const fn sa_end_2(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "Secured area end address for bank 2"] + pub fn set_sa_end_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "Independent Watchdog 1 mode"] + pub const fn iwdg1m(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Pending bit 0"] - pub fn set_pr(&mut self, n: usize, val: bool) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Independent Watchdog 1 mode"] + pub fn set_iwdg1m(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Pr { - fn default() -> Pr { - Pr(0) + impl Default for Ur11 { + fn default() -> Ur11 { + Ur11(0) } } - #[doc = "Event mask register (EXTI_EMR)"] + #[doc = "SYSCFG user register 0"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Emr(pub u32); - impl Emr { - #[doc = "Event Mask on line 0"] - pub fn mr(&self, n: usize) -> super::vals::Mr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Mr(val as u8) + pub struct Ur0(pub u32); + impl Ur0 { + #[doc = "Bank Swap"] + pub const fn bks(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Bank Swap"] + pub fn set_bks(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Readout protection"] + pub const fn rdp(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; + val as u8 } - #[doc = "Event Mask on line 0"] - pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Readout protection"] + pub fn set_rdp(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); } } - impl Default for Emr { - fn default() -> Emr { - Emr(0) + impl Default for Ur0 { + fn default() -> Ur0 { + Ur0(0) } } - #[doc = "Rising Trigger selection register (EXTI_RTSR)"] + #[doc = "SYSCFG user register 12"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rtsr(pub u32); - impl Rtsr { - #[doc = "Rising trigger event configuration of line 0"] - pub fn tr(&self, n: usize) -> super::vals::Tr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Tr(val as u8) + pub struct Ur12(pub u32); + impl Ur12 { + #[doc = "Secure mode"] + pub const fn secure(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "Rising trigger event configuration of line 0"] - pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Secure mode"] + pub fn set_secure(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Rtsr { - fn default() -> Rtsr { - Rtsr(0) + impl Default for Ur12 { + fn default() -> Ur12 { + Ur12(0) } } - #[doc = "Falling Trigger selection register (EXTI_FTSR)"] + #[doc = "SYSCFG user register 13"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ftsr(pub u32); - impl Ftsr { - #[doc = "Falling trigger event configuration of line 0"] - pub fn tr(&self, n: usize) -> super::vals::Tr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Tr(val as u8) + pub struct Ur13(pub u32); + impl Ur13 { + #[doc = "Secured DTCM RAM Size"] + pub const fn sdrs(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 } - #[doc = "Falling trigger event configuration of line 0"] - pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Secured DTCM RAM Size"] + pub fn set_sdrs(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + } + #[doc = "D1 Standby reset"] + pub const fn d1sbrst(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "D1 Standby reset"] + pub fn set_d1sbrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Ftsr { - fn default() -> Ftsr { - Ftsr(0) + impl Default for Ur13 { + fn default() -> Ur13 { + Ur13(0) } } - #[doc = "Software interrupt event register (EXTI_SWIER)"] + #[doc = "external interrupt configuration register 2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Swier(pub u32); - impl Swier { - #[doc = "Software Interrupt on line 0"] - pub fn swier(&self, n: usize) -> bool { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI x configuration (x = 4 to 7)"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + val as u8 } - #[doc = "Software Interrupt on line 0"] - pub fn set_swier(&mut self, n: usize, val: bool) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "EXTI x configuration (x = 4 to 7)"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); } } - impl Default for Swier { - fn default() -> Swier { - Swier(0) + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) } } - #[doc = "Interrupt mask register (EXTI_IMR)"] + #[doc = "SYSCFG user register 2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Imr(pub u32); - impl Imr { - #[doc = "Interrupt Mask on line 0"] - pub fn mr(&self, n: usize) -> super::vals::Mr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Mr(val as u8) + pub struct Ur2(pub u32); + impl Ur2 { + #[doc = "BOR_LVL Brownout Reset Threshold Level"] + pub const fn borh(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 } - #[doc = "Interrupt Mask on line 0"] - pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "BOR_LVL Brownout Reset Threshold Level"] + pub fn set_borh(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); } - } - impl Default for Imr { - fn default() -> Imr { - Imr(0) + #[doc = "Boot Address 0"] + pub const fn boot_add0(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 + } + #[doc = "Boot Address 0"] + pub fn set_boot_add0(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Swierw(pub u8); - impl Swierw { - #[doc = "Generates an interrupt request"] - pub const PEND: Self = Self(0x01); + impl Default for Ur2 { + fn default() -> Ur2 { + Ur2(0) + } } + #[doc = "SYSCFG compensation cell value register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tr(pub u8); - impl Tr { - #[doc = "Falling edge trigger is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Falling edge trigger is enabled"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccvr(pub u32); + impl Ccvr { + #[doc = "NMOS compensation value"] + pub const fn ncv(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "NMOS compensation value"] + pub fn set_ncv(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "PMOS compensation value"] + pub const fn pcv(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 + } + #[doc = "PMOS compensation value"] + pub fn set_pcv(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mr(pub u8); - impl Mr { - #[doc = "Interrupt request line is masked"] - pub const MASKED: Self = Self(0); - #[doc = "Interrupt request line is unmasked"] - pub const UNMASKED: Self = Self(0x01); + impl Default for Ccvr { + fn default() -> Ccvr { + Ccvr(0) + } } + #[doc = "SYSCFG user register 3"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Prr(pub u8); - impl Prr { - #[doc = "No trigger request occurred"] - pub const NOTPENDING: Self = Self(0); - #[doc = "Selected trigger request occurred"] - pub const PENDING: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur3(pub u32); + impl Ur3 { + #[doc = "Boot Address 1"] + pub const fn boot_add1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 + } + #[doc = "Boot Address 1"] + pub fn set_boot_add1(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Prw(pub u8); - impl Prw { - #[doc = "Clears pending bit"] - pub const CLEAR: Self = Self(0x01); + impl Default for Ur3 { + fn default() -> Ur3 { + Ur3(0) +>>>>>>> c084e70 (Update generated code) + } } } } -pub mod spi_v1 { +<<<<<<< HEAD +pub mod sdmmc_v2 { use crate::generic::*; - #[doc = "Serial peripheral interface"] + #[doc = "SDMMC"] #[derive(Copy, Clone)] - pub struct Spi(pub *mut u8); - unsafe impl Send for Spi {} - unsafe impl Sync for Spi {} - impl Spi { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { + pub struct Sdmmc(pub *mut u8); + unsafe impl Send for Sdmmc {} + unsafe impl Sync for Sdmmc {} + impl Sdmmc { + #[doc = "SDMMC power control register"] + pub fn power(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { + #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] + pub fn clkcr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "status register"] - pub fn sr(self) -> Reg { + #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] + pub fn argr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "data register"] - pub fn dr(self) -> Reg { + #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] + pub fn cmdr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[doc = "CRC polynomial register"] - pub fn crcpr(self) -> Reg { + #[doc = "SDMMC command response register"] + pub fn respcmdr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[doc = "RX CRC register"] - pub fn rxcrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + pub fn respr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(20usize + n * 4usize)) } } - #[doc = "TX CRC register"] - pub fn txcrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } + #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] + pub fn dtimer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dff(pub u8); - impl Dff { - #[doc = "8-bit data frame format is selected for transmission/reception"] - pub const EIGHTBIT: Self = Self(0); - #[doc = "16-bit data frame format is selected for transmission/reception"] - pub const SIXTEENBIT: Self = Self(0x01); + #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] + pub fn dlenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "CK to 0 when idle"] - pub const IDLELOW: Self = Self(0); - #[doc = "CK to 1 when idle"] - pub const IDLEHIGH: Self = Self(0x01); + #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] + pub fn dctrl(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mstr(pub u8); - impl Mstr { - #[doc = "Slave configuration"] - pub const SLAVE: Self = Self(0); - #[doc = "Master configuration"] - pub const MASTER: Self = Self(0x01); + #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] + pub fn dcntr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Br(pub u8); - impl Br { - #[doc = "f_PCLK / 2"] - pub const DIV2: Self = Self(0); - #[doc = "f_PCLK / 4"] - pub const DIV4: Self = Self(0x01); - #[doc = "f_PCLK / 8"] - pub const DIV8: Self = Self(0x02); - #[doc = "f_PCLK / 16"] - pub const DIV16: Self = Self(0x03); - #[doc = "f_PCLK / 32"] - pub const DIV32: Self = Self(0x04); - #[doc = "f_PCLK / 64"] - pub const DIV64: Self = Self(0x05); - #[doc = "f_PCLK / 128"] - pub const DIV128: Self = Self(0x06); - #[doc = "f_PCLK / 256"] - pub const DIV256: Self = Self(0x07); + #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] + pub fn star(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(52usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidioe(pub u8); - impl Bidioe { - #[doc = "Output disabled (receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0); - #[doc = "Output enabled (transmit-only mode)"] - pub const OUTPUTENABLED: Self = Self(0x01); + #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] + pub fn icr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(56usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frf(pub u8); - impl Frf { - #[doc = "SPI Motorola mode"] - pub const MOTOROLA: Self = Self(0); - #[doc = "SPI TI mode"] - pub const TI: Self = Self(0x01); + #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] + pub fn maskr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(60usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRSTEDGE: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECONDEDGE: Self = Self(0x01); + #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] + pub fn acktimer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(64usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxonly(pub u8); - impl Rxonly { - #[doc = "Full duplex (Transmit and receive)"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Output disabled (Receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0x01); + #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] + pub fn idmactrlr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(80usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frer(pub u8); - impl Frer { - #[doc = "No frame format error"] - pub const NOERROR: Self = Self(0); - #[doc = "A frame format error occurred"] - pub const ERROR: Self = Self(0x01); + #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] + pub fn idmabsizer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(84usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcnext(pub u8); - impl Crcnext { - #[doc = "Next transmit value is from Tx buffer"] - pub const TXBUFFER: Self = Self(0); - #[doc = "Next transmit value is from Tx CRC register"] - pub const CRC: Self = Self(0x01); + #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] + pub fn idmabase0r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(88usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidimode(pub u8); - impl Bidimode { - #[doc = "2-line unidirectional data mode selected"] - pub const UNIDIRECTIONAL: Self = Self(0); - #[doc = "1-line bidirectional data mode selected"] - pub const BIDIRECTIONAL: Self = Self(0x01); + #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] + pub fn idmabase1r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(92usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Iscfg(pub u8); - impl Iscfg { - #[doc = "Slave - transmit"] - pub const SLAVETX: Self = Self(0); - #[doc = "Slave - receive"] - pub const SLAVERX: Self = Self(0x01); - #[doc = "Master - transmit"] - pub const MASTERTX: Self = Self(0x02); - #[doc = "Master - receive"] - pub const MASTERRX: Self = Self(0x03); + #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] + pub fn fifor(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(128usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsbfirst(pub u8); - impl Lsbfirst { - #[doc = "Data is transmitted/received with the MSB first"] - pub const MSBFIRST: Self = Self(0); - #[doc = "Data is transmitted/received with the LSB first"] - pub const LSBFIRST: Self = Self(0x01); + #[doc = "SDMMC IP version register"] + pub fn ver(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(1012usize)) } } - } - pub mod regs { - use crate::generic::*; - #[doc = "control register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Cpha(val as u8) - } - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Cpol(val as u8) - } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "Master selection"] - pub const fn mstr(&self) -> super::vals::Mstr { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Mstr(val as u8) - } - #[doc = "Master selection"] - pub fn set_mstr(&mut self, val: super::vals::Mstr) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "Baud rate control"] - pub const fn br(&self) -> super::vals::Br { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Br(val as u8) - } - #[doc = "Baud rate control"] - pub fn set_br(&mut self, val: super::vals::Br) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); - } - #[doc = "SPI enable"] - pub const fn spe(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "SDMMC IP identification register"] + pub fn id(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(1016usize)) } +======= +pub mod syscfg_f4 { + use crate::generic::*; + #[doc = "System configuration controller"] + #[derive(Copy, Clone)] + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "memory remap register"] + pub fn memrm(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "peripheral mode configuration register"] + pub fn pmc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "external interrupt configuration register"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + } + #[doc = "Compensation cell control register"] + pub fn cmpcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "peripheral mode configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pmc(pub u32); + impl Pmc { + #[doc = "ADC1DC2"] + pub const fn adc1dc2(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "SPI enable"] - pub fn set_spe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Frame format"] - pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Lsbfirst(val as u8) - } - #[doc = "Frame format"] - pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "ADC1DC2"] + pub fn set_adc1dc2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Internal slave select"] - pub const fn ssi(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "ADC2DC2"] + pub const fn adc2dc2(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Internal slave select"] - pub fn set_ssi(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "ADC2DC2"] + pub fn set_adc2dc2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "Software slave management"] - pub const fn ssm(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + #[doc = "ADC3DC2"] + pub const fn adc3dc2(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "Software slave management"] - pub fn set_ssm(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Receive only"] - pub const fn rxonly(&self) -> super::vals::Rxonly { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Rxonly(val as u8) - } - #[doc = "Receive only"] - pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "Data frame format"] - pub const fn dff(&self) -> super::vals::Dff { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Dff(val as u8) - } - #[doc = "Data frame format"] - pub fn set_dff(&mut self, val: super::vals::Dff) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "CRC transfer next"] - pub const fn crcnext(&self) -> super::vals::Crcnext { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Crcnext(val as u8) - } - #[doc = "CRC transfer next"] - pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "ADC3DC2"] + pub fn set_adc3dc2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "Hardware CRC calculation enable"] - pub const fn crcen(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "Ethernet PHY interface selection"] + pub const fn mii_rmii_sel(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "Hardware CRC calculation enable"] - pub fn set_crcen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "Output enable in bidirectional mode"] - pub const fn bidioe(&self) -> super::vals::Bidioe { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Bidioe(val as u8) - } - #[doc = "Output enable in bidirectional mode"] - pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "Bidirectional data mode enable"] - pub const fn bidimode(&self) -> super::vals::Bidimode { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Bidimode(val as u8) - } - #[doc = "Bidirectional data mode enable"] - pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "Ethernet PHY interface selection"] + pub fn set_mii_rmii_sel(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) + impl Default for Pmc { + fn default() -> Pmc { + Pmc(0) } } - #[doc = "control register 2"] + #[doc = "memory remap register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Rx buffer DMA enable"] - pub const fn rxdmaen(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Rx buffer DMA enable"] - pub fn set_rxdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Tx buffer DMA enable"] - pub const fn txdmaen(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Tx buffer DMA enable"] - pub fn set_txdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "SS output enable"] - pub const fn ssoe(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "SS output enable"] - pub fn set_ssoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Frame format"] - pub const fn frf(&self) -> super::vals::Frf { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Frf(val as u8) - } - #[doc = "Frame format"] - pub fn set_frf(&mut self, val: super::vals::Frf) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "Error interrupt enable"] - pub const fn errie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + pub struct Memrm(pub u32); + impl Memrm { + #[doc = "Memory mapping selection"] + pub const fn mem_mode(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x07; + val as u8 } - #[doc = "Error interrupt enable"] - pub fn set_errie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Memory mapping selection"] + pub fn set_mem_mode(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); } - #[doc = "RX buffer not empty interrupt enable"] - pub const fn rxneie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Flash bank mode selection"] + pub const fn fb_mode(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "RX buffer not empty interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Flash bank mode selection"] + pub fn set_fb_mode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Tx buffer empty interrupt enable"] - pub const fn txeie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "FMC memory mapping swap"] + pub const fn swp_fmc(&self) -> u8 { + let val = (self.0 >> 10usize) & 0x03; + val as u8 } - #[doc = "Tx buffer empty interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "FMC memory mapping swap"] + pub fn set_swp_fmc(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 10usize)) | (((val as u32) & 0x03) << 10usize); } } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) + impl Default for Memrm { + fn default() -> Memrm { + Memrm(0) } } - #[doc = "data register"] + #[doc = "external interrupt configuration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dr(pub u32); - impl Dr { - #[doc = "Data register"] - pub const fn dr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI x configuration"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + val as u8 } - #[doc = "Data register"] - pub fn set_dr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "EXTI x configuration"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); } } - impl Default for Dr { - fn default() -> Dr { - Dr(0) + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) } } - #[doc = "status register"] + #[doc = "Compensation cell control register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Receive buffer not empty"] - pub const fn rxne(&self) -> bool { + pub struct Cmpcr(pub u32); + impl Cmpcr { + #[doc = "Compensation cell power-down"] + pub const fn cmp_pd(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Receive buffer not empty"] - pub fn set_rxne(&mut self, val: bool) { + #[doc = "Compensation cell power-down"] + pub fn set_cmp_pd(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Transmit buffer empty"] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Transmit buffer empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "CRC error flag"] - pub const fn crcerr(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "CRC error flag"] - pub fn set_crcerr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Mode fault"] - pub const fn modf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Mode fault"] - pub fn set_modf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Overrun flag"] - pub const fn ovr(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Overrun flag"] - pub fn set_ovr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Busy flag"] - pub const fn bsy(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Busy flag"] - pub fn set_bsy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "TI frame format error"] - pub const fn fre(&self) -> bool { + #[doc = "READY"] + pub const fn ready(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "TI frame format error"] - pub fn set_fre(&mut self, val: bool) { + #[doc = "READY"] + pub fn set_ready(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } } - impl Default for Sr { - fn default() -> Sr { - Sr(0) + impl Default for Cmpcr { + fn default() -> Cmpcr { + Cmpcr(0) } } - #[doc = "RX CRC register"] + } +} +pub mod gpio_v1 { + use crate::generic::*; + #[doc = "General purpose I/O"] + #[derive(Copy, Clone)] + pub struct Gpio(pub *mut u8); + unsafe impl Send for Gpio {} + unsafe impl Sync for Gpio {} + impl Gpio { + #[doc = "Port configuration register low (GPIOn_CRL)"] + pub fn cr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } + } + #[doc = "Port input data register (GPIOn_IDR)"] + pub fn idr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Port output data register (GPIOn_ODR)"] + pub fn odr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Port bit set/reset register (GPIOn_BSRR)"] + pub fn bsrr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Port bit reset register (GPIOn_BRR)"] + pub fn brr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "Port configuration lock register"] + pub fn lckr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } +>>>>>>> c084e70 (Update generated code) + } + } + pub mod regs { + use crate::generic::*; +<<<<<<< HEAD + #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rxcrcr(pub u32); - impl Rxcrcr { - #[doc = "Rx CRC register"] - pub const fn rx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Idmabsizer(pub u32); + impl Idmabsizer { + #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmabndt(&self) -> u8 { + let val = (self.0 >> 5usize) & 0xff; + val as u8 } - #[doc = "Rx CRC register"] - pub fn set_rx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmabndt(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 5usize)) | (((val as u32) & 0xff) << 5usize); } } - impl Default for Rxcrcr { - fn default() -> Rxcrcr { - Rxcrcr(0) + impl Default for Idmabsizer { + fn default() -> Idmabsizer { + Idmabsizer(0) } } - #[doc = "CRC polynomial register"] + #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crcpr(pub u32); - impl Crcpr { - #[doc = "CRC polynomial register"] - pub const fn crcpoly(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Dcntr(pub u32); + impl Dcntr { + #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] + pub const fn datacount(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 } - #[doc = "CRC polynomial register"] - pub fn set_crcpoly(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] + pub fn set_datacount(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); } } - impl Default for Crcpr { - fn default() -> Crcpr { - Crcpr(0) + impl Default for Dcntr { + fn default() -> Dcntr { + Dcntr(0) } } - #[doc = "TX CRC register"] + #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Txcrcr(pub u32); - impl Txcrcr { - #[doc = "Tx CRC register"] - pub const fn tx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Idmabase0r(pub u32); + impl Idmabase0r { + #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] + pub const fn idmabase0(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Tx CRC register"] - pub fn set_tx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] + pub fn set_idmabase0(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Txcrcr { - fn default() -> Txcrcr { - Txcrcr(0) + impl Default for Idmabase0r { + fn default() -> Idmabase0r { + Idmabase0r(0) } } - } -} -pub mod dma_v1 { - use crate::generic::*; - #[doc = "DMA controller"] - #[derive(Copy, Clone)] - pub struct Dma(pub *mut u8); - unsafe impl Send for Dma {} - unsafe impl Sync for Dma {} - impl Dma { - #[doc = "DMA interrupt status register (DMA_ISR)"] - pub fn isr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "DMA interrupt flag clear register (DMA_IFCR)"] - pub fn ifcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers"] - pub fn ch(self, n: usize) -> Ch { - assert!(n < 7usize); - unsafe { Ch(self.0.add(8usize + n * 20usize)) } - } - } - #[doc = "Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers"] - #[derive(Copy, Clone)] - pub struct Ch(pub *mut u8); - unsafe impl Send for Ch {} - unsafe impl Sync for Ch {} - impl Ch { - #[doc = "DMA channel configuration register (DMA_CCR)"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "DMA channel 1 number of data register"] - pub fn ndtr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "DMA channel 1 peripheral address register"] - pub fn par(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } + #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmabase1r(pub u32); + impl Idmabase1r { + #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] + pub const fn idmabase1(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] + pub fn set_idmabase1(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } } - #[doc = "DMA channel 1 memory address register"] - pub fn mar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } + impl Default for Idmabase1r { + fn default() -> Idmabase1r { + Idmabase1r(0) + } } - } - pub mod regs { - use crate::generic::*; - #[doc = "DMA interrupt status register (DMA_ISR)"] + #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Isr(pub u32); - impl Isr { - #[doc = "Channel 1 Global interrupt flag"] - pub fn gif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Clkcr(pub u32); + impl Clkcr { + #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] + pub const fn clkdiv(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x03ff; + val as u16 + } + #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] + pub fn set_clkdiv(&mut self, val: u16) { + self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + } + #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] + pub const fn pwrsav(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; val != 0 } - #[doc = "Channel 1 Global interrupt flag"] - pub fn set_gif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] + pub fn set_pwrsav(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "Channel 1 Transfer Complete flag"] - pub fn tcif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn widbus(&self) -> u8 { + let val = (self.0 >> 14usize) & 0x03; + val as u8 + } + #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_widbus(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); + } + #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] + pub const fn negedge(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Channel 1 Transfer Complete flag"] - pub fn set_tcif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] + pub fn set_negedge(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Channel 1 Half Transfer Complete flag"] - pub fn htif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] + pub const fn hwfc_en(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Channel 1 Half Transfer Complete flag"] - pub fn set_htif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] + pub fn set_hwfc_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "Channel 1 Transfer Error flag"] - pub fn teif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] + pub const fn ddr(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "Channel 1 Transfer Error flag"] - pub fn set_teif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] + pub fn set_ddr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn busspeed(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_busspeed(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn selclkrx(&self) -> u8 { + let val = (self.0 >> 20usize) & 0x03; + val as u8 + } + #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_selclkrx(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); } } - impl Default for Isr { - fn default() -> Isr { - Isr(0) + impl Default for Clkcr { + fn default() -> Clkcr { + Clkcr(0) } } - #[doc = "DMA channel configuration register (DMA_CCR)"] + #[doc = "SDMMC command response register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Channel enable"] - pub const fn en(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Channel enable"] - pub fn set_en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + pub struct Respcmdr(pub u32); + impl Respcmdr { + #[doc = "Response command index"] + pub const fn respcmd(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x3f; + val as u8 } - #[doc = "Transfer complete interrupt enable"] - pub const fn tcie(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "Response command index"] + pub fn set_respcmd(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); } - #[doc = "Transfer complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + impl Default for Respcmdr { + fn default() -> Respcmdr { + Respcmdr(0) } - #[doc = "Half Transfer interrupt enable"] - pub const fn htie(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + } + #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dlenr(pub u32); + impl Dlenr { + #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] + pub const fn datalength(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 } - #[doc = "Half Transfer interrupt enable"] - pub fn set_htie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] + pub fn set_datalength(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); } - #[doc = "Transfer error interrupt enable"] - pub const fn teie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + } + impl Default for Dlenr { + fn default() -> Dlenr { + Dlenr(0) } - #[doc = "Transfer error interrupt enable"] - pub fn set_teie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp2r(pub u32); + impl Resp2r { + #[doc = "see Table404."] + pub const fn cardstatus2(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Data transfer direction"] - pub const fn dir(&self) -> super::vals::Dir { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Dir(val as u8) + #[doc = "see Table404."] + pub fn set_cardstatus2(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "Data transfer direction"] - pub fn set_dir(&mut self, val: super::vals::Dir) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + impl Default for Resp2r { + fn default() -> Resp2r { + Resp2r(0) } - #[doc = "Circular mode"] - pub const fn circ(&self) -> super::vals::Circ { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Circ(val as u8) + } + #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cmdr(pub u32); + impl Cmdr { + #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] + pub const fn cmdindex(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x3f; + val as u8 } - #[doc = "Circular mode"] - pub fn set_circ(&mut self, val: super::vals::Circ) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] + pub fn set_cmdindex(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); } - #[doc = "Peripheral increment mode"] - pub const fn pinc(&self) -> super::vals::Inc { + #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] + pub const fn cmdtrans(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; - super::vals::Inc(val as u8) + val != 0 } - #[doc = "Peripheral increment mode"] - pub fn set_pinc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] + pub fn set_cmdtrans(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Memory increment mode"] - pub const fn minc(&self) -> super::vals::Inc { + #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] + pub const fn cmdstop(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; - super::vals::Inc(val as u8) + val != 0 } - #[doc = "Memory increment mode"] - pub fn set_minc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] + pub fn set_cmdstop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Peripheral size"] - pub const fn psize(&self) -> super::vals::Size { + #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] + pub const fn waitresp(&self) -> u8 { let val = (self.0 >> 8usize) & 0x03; - super::vals::Size(val as u8) - } - #[doc = "Peripheral size"] - pub fn set_psize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + val as u8 } - #[doc = "Memory size"] - pub const fn msize(&self) -> super::vals::Size { - let val = (self.0 >> 10usize) & 0x03; - super::vals::Size(val as u8) + #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] + pub fn set_waitresp(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); } - #[doc = "Memory size"] - pub fn set_msize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 10usize)) | (((val.0 as u32) & 0x03) << 10usize); + #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] + pub const fn waitint(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 } - #[doc = "Channel Priority level"] - pub const fn pl(&self) -> super::vals::Pl { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Pl(val as u8) + #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] + pub fn set_waitint(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "Channel Priority level"] - pub fn set_pl(&mut self, val: super::vals::Pl) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] + pub const fn waitpend(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 } - #[doc = "Memory to memory mode"] - pub const fn mem2mem(&self) -> super::vals::Memmem { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Memmem(val as u8) + #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] + pub fn set_waitpend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "Memory to memory mode"] - pub fn set_mem2mem(&mut self, val: super::vals::Memmem) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] + pub const fn cpsmen(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 } - } - impl Default for Cr { - fn default() -> Cr { - Cr(0) + #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] + pub fn set_cpsmen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - } - #[doc = "DMA interrupt flag clear register (DMA_IFCR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ifcr(pub u32); - impl Ifcr { - #[doc = "Channel 1 Global interrupt clear"] - pub fn cgif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] + pub const fn dthold(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "Channel 1 Global interrupt clear"] - pub fn set_cgif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] + pub fn set_dthold(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Channel 1 Transfer Complete clear"] - pub fn ctcif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] + pub const fn bootmode(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; val != 0 } - #[doc = "Channel 1 Transfer Complete clear"] - pub fn set_ctcif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] + pub fn set_bootmode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "Channel 1 Half Transfer clear"] - pub fn chtif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Enable boot mode procedure."] + pub const fn booten(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; val != 0 } - #[doc = "Channel 1 Half Transfer clear"] - pub fn set_chtif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Enable boot mode procedure."] + pub fn set_booten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "Channel 1 Transfer Error clear"] - pub fn cteif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] + pub const fn cmdsuspend(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Channel 1 Transfer Error clear"] - pub fn set_cteif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] + pub fn set_cmdsuspend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Ifcr { - fn default() -> Ifcr { - Ifcr(0) + impl Default for Cmdr { + fn default() -> Cmdr { + Cmdr(0) } } - #[doc = "DMA channel 1 number of data register"] + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ndtr(pub u32); - impl Ndtr { - #[doc = "Number of data to transfer"] - pub const fn ndt(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Resp3r(pub u32); + impl Resp3r { + #[doc = "see Table404."] + pub const fn cardstatus3(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Number of data to transfer"] - pub fn set_ndt(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "see Table404."] + pub fn set_cardstatus3(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Ndtr { - fn default() -> Ndtr { - Ndtr(0) + impl Default for Resp3r { + fn default() -> Resp3r { + Resp3r(0) } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Read from peripheral"] - pub const FROMPERIPHERAL: Self = Self(0); - #[doc = "Read from memory"] - pub const FROMMEMORY: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Size(pub u8); - impl Size { - #[doc = "8-bit size"] - pub const BITS8: Self = Self(0); - #[doc = "16-bit size"] - pub const BITS16: Self = Self(0x01); - #[doc = "32-bit size"] - pub const BITS32: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Inc(pub u8); - impl Inc { - #[doc = "Increment mode disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Increment mode enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Memmem(pub u8); - impl Memmem { - #[doc = "Memory to memory mode disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Memory to memory mode enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Circ(pub u8); - impl Circ { - #[doc = "Circular buffer disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Circular buffer enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pl(pub u8); - impl Pl { - #[doc = "Low priority"] - pub const LOW: Self = Self(0); - #[doc = "Medium priority"] - pub const MEDIUM: Self = Self(0x01); - #[doc = "High priority"] - pub const HIGH: Self = Self(0x02); - #[doc = "Very high priority"] - pub const VERYHIGH: Self = Self(0x03); - } - } -} -pub mod syscfg_f4 { - use crate::generic::*; - #[doc = "System configuration controller"] - #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "memory remap register"] - pub fn memrm(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "peripheral mode configuration register"] - pub fn pmc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "external interrupt configuration register"] - pub fn exticr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "Compensation cell control register"] - pub fn cmpcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "external interrupt configuration register"] + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI x configuration"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 - } - #[doc = "EXTI x configuration"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + pub struct Resp4r(pub u32); + impl Resp4r { + #[doc = "see Table404."] + pub const fn cardstatus4(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "see Table404."] + pub fn set_cardstatus4(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) + impl Default for Resp4r { + fn default() -> Resp4r { + Resp4r(0) } } - #[doc = "Compensation cell control register"] + #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cmpcr(pub u32); - impl Cmpcr { - #[doc = "Compensation cell power-down"] - pub const fn cmp_pd(&self) -> bool { + pub struct Icr(pub u32); + impl Icr { + #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] + pub const fn ccrcfailc(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Compensation cell power-down"] - pub fn set_cmp_pd(&mut self, val: bool) { + #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] + pub fn set_ccrcfailc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "READY"] - pub const fn ready(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] + pub const fn dcrcfailc(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "READY"] - pub fn set_ready(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] + pub fn set_dcrcfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - } - impl Default for Cmpcr { - fn default() -> Cmpcr { - Cmpcr(0) + #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] + pub const fn ctimeoutc(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - } - #[doc = "memory remap register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Memrm(pub u32); - impl Memrm { - #[doc = "Memory mapping selection"] - pub const fn mem_mode(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x07; - val as u8 + #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] + pub fn set_ctimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Memory mapping selection"] - pub fn set_mem_mode(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); + #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] + pub const fn dtimeoutc(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - #[doc = "Flash bank mode selection"] - pub const fn fb_mode(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] + pub fn set_dtimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] + pub const fn txunderrc(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Flash bank mode selection"] - pub fn set_fb_mode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] + pub fn set_txunderrc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "FMC memory mapping swap"] - pub const fn swp_fmc(&self) -> u8 { - let val = (self.0 >> 10usize) & 0x03; - val as u8 + #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] + pub const fn rxoverrc(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "FMC memory mapping swap"] - pub fn set_swp_fmc(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 10usize)) | (((val as u32) & 0x03) << 10usize); + #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] + pub fn set_rxoverrc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - } - impl Default for Memrm { - fn default() -> Memrm { - Memrm(0) + #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] + pub const fn cmdrendc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - } - #[doc = "peripheral mode configuration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pmc(pub u32); - impl Pmc { - #[doc = "ADC1DC2"] - pub const fn adc1dc2(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] + pub fn set_cmdrendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] + pub const fn cmdsentc(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "ADC1DC2"] - pub fn set_adc1dc2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] + pub fn set_cmdsentc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "ADC2DC2"] - pub const fn adc2dc2(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; + #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] + pub const fn dataendc(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "ADC2DC2"] - pub fn set_adc2dc2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] + pub fn set_dataendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "ADC3DC2"] - pub const fn adc3dc2(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; + #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] + pub const fn dholdc(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "ADC3DC2"] - pub fn set_adc3dc2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] + pub fn set_dholdc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Ethernet PHY interface selection"] - pub const fn mii_rmii_sel(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; + #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] + pub const fn dbckendc(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "Ethernet PHY interface selection"] - pub fn set_mii_rmii_sel(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] + pub fn set_dbckendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); +======= + #[doc = "Port configuration lock register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Lckr(pub u32); + impl Lckr { + #[doc = "Port A Lock bit"] + pub fn lck(&self, n: usize) -> super::vals::Lck { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lck(val as u8) } - } - impl Default for Pmc { - fn default() -> Pmc { - Pmc(0) + #[doc = "Port A Lock bit"] + pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "Lock key"] + pub const fn lckk(&self) -> super::vals::Lckk { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Lckk(val as u8) + } + #[doc = "Lock key"] + pub fn set_lckk(&mut self, val: super::vals::Lckk) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } } - } -} -pub mod timer_v1 { - use crate::generic::*; - #[doc = "General purpose 32-bit timer"] - #[derive(Copy, Clone)] - pub struct TimGp32(pub *mut u8); - unsafe impl Send for TimGp32 {} - unsafe impl Sync for TimGp32 {} - impl TimGp32 { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "slave mode control register"] - pub fn smcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "capture/compare mode register 1 (input mode)"] - pub fn ccmr_input(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare mode register 1 (output mode)"] - pub fn ccmr_output(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare enable register"] - pub fn ccer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "capture/compare register"] - pub fn ccr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } - } - #[doc = "DMA control register"] - pub fn dcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } - } - #[doc = "DMA address for full transfer"] - pub fn dmar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - } - #[doc = "Advanced-timers"] - #[derive(Copy, Clone)] - pub struct TimAdv(pub *mut u8); - unsafe impl Send for TimAdv {} - unsafe impl Sync for TimAdv {} - impl TimAdv { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "slave mode control register"] - pub fn smcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "capture/compare mode register 1 (input mode)"] - pub fn ccmr_input(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare mode register 1 (output mode)"] - pub fn ccmr_output(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare enable register"] - pub fn ccer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "repetition counter register"] - pub fn rcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } - } - #[doc = "capture/compare register"] - pub fn ccr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } - } - #[doc = "break and dead-time register"] - pub fn bdtr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(68usize)) } - } - #[doc = "DMA control register"] - pub fn dcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } - } - #[doc = "DMA address for full transfer"] - pub fn dmar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - } - #[doc = "General purpose 16-bit timer"] - #[derive(Copy, Clone)] - pub struct TimGp16(pub *mut u8); - unsafe impl Send for TimGp16 {} - unsafe impl Sync for TimGp16 {} - impl TimGp16 { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "slave mode control register"] - pub fn smcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } + impl Default for Lckr { + fn default() -> Lckr { + Lckr(0) + } } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + #[doc = "Port configuration register (GPIOn_CRx)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "Port n mode bits"] + pub fn mode(&self, n: usize) -> super::vals::Mode { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Mode(val as u8) + } + #[doc = "Port n mode bits"] + pub fn set_mode(&mut self, n: usize, val: super::vals::Mode) { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + } + #[doc = "Port n configuration bits"] + pub fn cnf(&self, n: usize) -> super::vals::Cnf { + assert!(n < 8usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Cnf(val as u8) + } + #[doc = "Port n configuration bits"] + pub fn set_cnf(&mut self, n: usize, val: super::vals::Cnf) { + assert!(n < 8usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + } } - #[doc = "capture/compare mode register 1 (input mode)"] - pub fn ccmr_input(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + impl Default for Cr { + fn default() -> Cr { + Cr(0) + } } - #[doc = "capture/compare mode register 1 (output mode)"] - pub fn ccmr_output(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + #[doc = "Port bit reset register (GPIOn_BRR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Brr(pub u32); + impl Brr { + #[doc = "Reset bit"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Reset bit"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } } - #[doc = "capture/compare enable register"] - pub fn ccer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } + impl Default for Brr { + fn default() -> Brr { + Brr(0) + } } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } + #[doc = "Port bit set/reset register (GPIOn_BSRR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Bsrr(pub u32); + impl Bsrr { + #[doc = "Set bit"] + pub fn bs(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Set bit"] + pub fn set_bs(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Reset bit"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Reset bit"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } + impl Default for Bsrr { + fn default() -> Bsrr { + Bsrr(0) + } } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } + #[doc = "Port output data register (GPIOn_ODR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Odr(pub u32); + impl Odr { + #[doc = "Port output data"] + pub fn odr(&self, n: usize) -> super::vals::Odr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Odr(val as u8) + } + #[doc = "Port output data"] + pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } } - #[doc = "capture/compare register"] - pub fn ccr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + impl Default for Odr { + fn default() -> Odr { + Odr(0) + } } - #[doc = "DMA control register"] - pub fn dcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } + #[doc = "Port input data register (GPIOn_IDR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idr(pub u32); + impl Idr { + #[doc = "Port input data"] + pub fn idr(&self, n: usize) -> super::vals::Idr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Idr(val as u8) + } + #[doc = "Port input data"] + pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); +>>>>>>> c084e70 (Update generated code) + } + #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] + pub const fn dabortc(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] + pub fn set_dabortc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] + pub const fn busyd0endc(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 + } + #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] + pub fn set_busyd0endc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] + pub const fn sdioitc(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] + pub fn set_sdioitc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] + pub const fn ackfailc(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] + pub fn set_ackfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] + pub const fn acktimeoutc(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] + pub fn set_acktimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] + pub const fn vswendc(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] + pub fn set_vswendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] + pub const fn ckstopc(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] + pub fn set_ckstopc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] + pub const fn idmatec(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 + } + #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] + pub fn set_idmatec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + } + #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] + pub const fn idmabtcc(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] + pub fn set_idmabtcc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } } - #[doc = "DMA address for full transfer"] - pub fn dmar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } +<<<<<<< HEAD + impl Default for Icr { + fn default() -> Icr { + Icr(0) + } } - } - #[doc = "Basic timer"] - #[derive(Copy, Clone)] - pub struct TimBasic(pub *mut u8); - unsafe impl Send for TimBasic {} - unsafe impl Sync for TimBasic {} - impl TimBasic { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } + #[doc = "SDMMC IP identification register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Id(pub u32); + impl Id { + #[doc = "SDMMC IP identification."] + pub const fn ip_id(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "SDMMC IP identification."] + pub fn set_ip_id(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } + impl Default for Id { + fn default() -> Id { + Id(0) + } } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } + #[doc = "SDMMC power control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Power(pub u32); + impl Power { + #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] + pub const fn pwrctrl(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 + } + #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] + pub fn set_pwrctrl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + } + #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] + pub const fn vswitch(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] + pub fn set_vswitch(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] + pub const fn vswitchen(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] + pub fn set_vswitchen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] + pub const fn dirpol(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] + pub fn set_dirpol(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } + impl Default for Power { + fn default() -> Power { + Power(0) + } } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dtimer(pub u32); + impl Dtimer { + #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] + pub const fn datatime(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] + pub fn set_datatime(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } + impl Default for Dtimer { + fn default() -> Dtimer { + Dtimer(0) + } } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } + #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Fifor(pub u32); + impl Fifor { + #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] + pub const fn fifodata(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] + pub fn set_fifodata(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } + impl Default for Fifor { + fn default() -> Fifor { + Fifor(0) + } } - } - pub mod regs { - use crate::generic::*; - #[doc = "counter"] + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cnt32(pub u32); - impl Cnt32 { - #[doc = "counter value"] - pub const fn cnt(&self) -> u32 { + pub struct Resp1r(pub u32); + impl Resp1r { + #[doc = "see Table 432"] + pub const fn cardstatus1(&self) -> u32 { let val = (self.0 >> 0usize) & 0xffff_ffff; val as u32 } - #[doc = "counter value"] - pub fn set_cnt(&mut self, val: u32) { + #[doc = "see Table 432"] + pub fn set_cardstatus1(&mut self, val: u32) { self.0 = (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Cnt32 { - fn default() -> Cnt32 { - Cnt32(0) + impl Default for Resp1r { + fn default() -> Resp1r { + Resp1r(0) } } - #[doc = "DMA address for full transfer"] + #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dmar(pub u32); - impl Dmar { - #[doc = "DMA register for burst accesses"] - pub const fn dmab(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Argr(pub u32); + impl Argr { + #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] + pub const fn cmdarg(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "DMA register for burst accesses"] - pub fn set_dmab(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] + pub fn set_cmdarg(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Dmar { - fn default() -> Dmar { - Dmar(0) + impl Default for Argr { + fn default() -> Argr { + Argr(0) } } - #[doc = "capture/compare mode register 2 (output mode)"] + #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcmrOutput(pub u32); - impl CcmrOutput { - #[doc = "Capture/Compare 3 selection"] - pub fn ccs(&self, n: usize) -> super::vals::CcmrOutputCcs { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; - super::vals::CcmrOutputCcs(val as u8) + pub struct Star(pub u32); + impl Star { + #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn ccrcfail(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Capture/Compare 3 selection"] - pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrOutputCcs) { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_ccrcfail(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Output compare 3 fast enable"] - pub fn ocfe(&self, n: usize) -> bool { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dcrcfail(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Output compare 3 fast enable"] - pub fn set_ocfe(&mut self, n: usize, val: bool) { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dcrcfail(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Output compare 3 preload enable"] - pub fn ocpe(&self, n: usize) -> super::vals::Ocpe { - assert!(n < 2usize); - let offs = 3usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Ocpe(val as u8) + #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] + pub const fn ctimeout(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "Output compare 3 preload enable"] - pub fn set_ocpe(&mut self, n: usize, val: super::vals::Ocpe) { - assert!(n < 2usize); - let offs = 3usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] + pub fn set_ctimeout(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Output compare 3 mode"] - pub fn ocm(&self, n: usize) -> super::vals::Ocm { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - let val = (self.0 >> offs) & 0x07; - super::vals::Ocm(val as u8) + #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dtimeout(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - #[doc = "Output compare 3 mode"] - pub fn set_ocm(&mut self, n: usize, val: super::vals::Ocm) { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); + #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dtimeout(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Output compare 3 clear enable"] - pub fn occe(&self, n: usize) -> bool { - assert!(n < 2usize); - let offs = 7usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn txunderr(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Output compare 3 clear enable"] - pub fn set_occe(&mut self, n: usize, val: bool) { - assert!(n < 2usize); - let offs = 7usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_txunderr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - } - impl Default for CcmrOutput { - fn default() -> CcmrOutput { - CcmrOutput(0) + #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn rxoverr(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - } - #[doc = "DMA/Interrupt enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct DierAdv(pub u32); - impl DierAdv { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_rxoverr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn cmdrend(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Update interrupt enable"] - pub fn set_uie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_cmdrend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn ccie(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn cmdsent(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_cmdsent(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dataend(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dataend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dhold(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dhold(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dbckend(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dbckend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dabort(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dabort(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub const fn dpsmact(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub fn set_dpsmact(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub const fn cpsmact(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub fn set_cpsmact(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] + pub const fn txfifohe(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] + pub fn set_txfifohe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] + pub const fn rxfifohf(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] + pub fn set_rxfifohf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] + pub const fn txfifof(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] + pub fn set_txfifof(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] + pub const fn rxfifof(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn set_ccie(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] + pub fn set_rxfifof(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "COM interrupt enable"] - pub const fn comie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] + pub const fn txfifoe(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "COM interrupt enable"] - pub fn set_comie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] + pub fn set_txfifoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "Trigger interrupt enable"] - pub const fn tie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] + pub const fn rxfifoe(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "Trigger interrupt enable"] - pub fn set_tie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] + pub fn set_rxfifoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "Break interrupt enable"] - pub const fn bie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] + pub const fn busyd0(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; val != 0 } - #[doc = "Break interrupt enable"] - pub fn set_bie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] + pub fn set_busyd0(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "Update DMA request enable"] - pub const fn ude(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn busyd0end(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "Update DMA request enable"] - pub fn set_ude(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_busyd0end(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn ccde(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn sdioit(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn set_ccde(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_sdioit(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "COM DMA request enable"] - pub const fn comde(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn ackfail(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "COM DMA request enable"] - pub fn set_comde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_ackfail(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "Trigger DMA request enable"] - pub const fn tde(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn acktimeout(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Trigger DMA request enable"] - pub fn set_tde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - } - impl Default for DierAdv { - fn default() -> DierAdv { - DierAdv(0) + #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_acktimeout(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - } - #[doc = "capture/compare enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcerAdv(pub u32); - impl CcerAdv { - #[doc = "Capture/Compare 1 output enable"] - pub fn cce(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn vswend(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 output enable"] - pub fn set_cce(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_vswend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn ckstop(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_ckstop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "Capture/Compare 1 complementary output enable"] - pub fn ccne(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn idmate(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 complementary output enable"] - pub fn set_ccne(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_idmate(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccnp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn idmabtc(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccnp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_idmabtc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } } - impl Default for CcerAdv { - fn default() -> CcerAdv { - CcerAdv(0) + impl Default for Star { + fn default() -> Star { + Star(0) } } - #[doc = "capture/compare register 1"] + #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccr32(pub u32); - impl Ccr32 { - #[doc = "Capture/Compare 1 value"] - pub const fn ccr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; + pub struct Acktimer(pub u32); + impl Acktimer { + #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] + pub const fn acktime(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; val as u32 } - #[doc = "Capture/Compare 1 value"] - pub fn set_ccr(&mut self, val: u32) { + #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] + pub fn set_acktime(&mut self, val: u32) { self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); } } - impl Default for Ccr32 { - fn default() -> Ccr32 { - Ccr32(0) + impl Default for Acktimer { + fn default() -> Acktimer { + Acktimer(0) +======= + impl Default for Idr { + fn default() -> Idr { + Idr(0) } } - #[doc = "auto-reload register"] + } + pub mod vals { + use crate::generic::*; #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Arr32(pub u32); - impl Arr32 { - #[doc = "Auto-reload value"] - pub const fn arr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "Auto-reload value"] - pub fn set_arr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bsw(pub u8); + impl Bsw { + #[doc = "No action on the corresponding ODx bit"] + pub const NOACTION: Self = Self(0); + #[doc = "Sets the corresponding ODRx bit"] + pub const SET: Self = Self(0x01); } - impl Default for Arr32 { - fn default() -> Arr32 { - Arr32(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lck(pub u8); + impl Lck { + #[doc = "Port configuration not locked"] + pub const UNLOCKED: Self = Self(0); + #[doc = "Port configuration locked"] + pub const LOCKED: Self = Self(0x01); } - #[doc = "slave mode control register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Smcr(pub u32); - impl Smcr { - #[doc = "Slave mode selection"] - pub const fn sms(&self) -> super::vals::Sms { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Sms(val as u8) - } - #[doc = "Slave mode selection"] - pub fn set_sms(&mut self, val: super::vals::Sms) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); - } - #[doc = "Trigger selection"] - pub const fn ts(&self) -> super::vals::Ts { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Ts(val as u8) - } - #[doc = "Trigger selection"] - pub fn set_ts(&mut self, val: super::vals::Ts) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } - #[doc = "Master/Slave mode"] - pub const fn msm(&self) -> super::vals::Msm { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Msm(val as u8) - } - #[doc = "Master/Slave mode"] - pub fn set_msm(&mut self, val: super::vals::Msm) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "External trigger filter"] - pub const fn etf(&self) -> super::vals::Etf { - let val = (self.0 >> 8usize) & 0x0f; - super::vals::Etf(val as u8) - } - #[doc = "External trigger filter"] - pub fn set_etf(&mut self, val: super::vals::Etf) { - self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); - } - #[doc = "External trigger prescaler"] - pub const fn etps(&self) -> super::vals::Etps { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Etps(val as u8) - } - #[doc = "External trigger prescaler"] - pub fn set_etps(&mut self, val: super::vals::Etps) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); - } - #[doc = "External clock enable"] - pub const fn ece(&self) -> super::vals::Ece { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Ece(val as u8) - } - #[doc = "External clock enable"] - pub fn set_ece(&mut self, val: super::vals::Ece) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "External trigger polarity"] - pub const fn etp(&self) -> super::vals::Etp { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Etp(val as u8) - } - #[doc = "External trigger polarity"] - pub fn set_etp(&mut self, val: super::vals::Etp) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Odr(pub u8); + impl Odr { + #[doc = "Set output to logic low"] + pub const LOW: Self = Self(0); + #[doc = "Set output to logic high"] + pub const HIGH: Self = Self(0x01); } - impl Default for Smcr { - fn default() -> Smcr { - Smcr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mode(pub u8); + impl Mode { + #[doc = "Input mode (reset state)"] + pub const INPUT: Self = Self(0); + #[doc = "Output mode 10 MHz"] + pub const OUTPUT: Self = Self(0x01); + #[doc = "Output mode 2 MHz"] + pub const OUTPUT2: Self = Self(0x02); + #[doc = "Output mode 50 MHz"] + pub const OUTPUT50: Self = Self(0x03); } - #[doc = "capture/compare mode register 1 (input mode)"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcmrInput(pub u32); - impl CcmrInput { - #[doc = "Capture/Compare 1 selection"] - pub fn ccs(&self, n: usize) -> super::vals::CcmrInputCcs { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; - super::vals::CcmrInputCcs(val as u8) - } - #[doc = "Capture/Compare 1 selection"] - pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrInputCcs) { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - #[doc = "Input capture 1 prescaler"] - pub fn icpsc(&self, n: usize) -> u8 { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; - val as u8 - } - #[doc = "Input capture 1 prescaler"] - pub fn set_icpsc(&mut self, n: usize, val: u8) { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val as u32) & 0x03) << offs); - } - #[doc = "Input capture 1 filter"] - pub fn icf(&self, n: usize) -> super::vals::Icf { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - let val = (self.0 >> offs) & 0x0f; - super::vals::Icf(val as u8) - } - #[doc = "Input capture 1 filter"] - pub fn set_icf(&mut self, n: usize, val: super::vals::Icf) { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Brw(pub u8); + impl Brw { + #[doc = "No action on the corresponding ODx bit"] + pub const NOACTION: Self = Self(0); + #[doc = "Reset the ODx bit"] + pub const RESET: Self = Self(0x01); } - impl Default for CcmrInput { - fn default() -> CcmrInput { - CcmrInput(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lckk(pub u8); + impl Lckk { + #[doc = "Port configuration lock key not active"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Port configuration lock key active"] + pub const ACTIVE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Idr(pub u8); + impl Idr { + #[doc = "Input is logic low"] + pub const LOW: Self = Self(0); + #[doc = "Input is logic high"] + pub const HIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cnf(pub u8); + impl Cnf { + #[doc = "Analog mode / Push-Pull mode"] + pub const PUSHPULL: Self = Self(0); + #[doc = "Floating input (reset state) / Open Drain-Mode"] + pub const OPENDRAIN: Self = Self(0x01); + #[doc = "Input with pull-up/pull-down / Alternate Function Push-Pull Mode"] + pub const ALTPUSHPULL: Self = Self(0x02); + #[doc = "Alternate Function Open-Drain Mode"] + pub const ALTOPENDRAIN: Self = Self(0x03); + } + } +} +pub mod sdmmc_v2 { + use crate::generic::*; + #[doc = "SDMMC"] + #[derive(Copy, Clone)] + pub struct Sdmmc(pub *mut u8); + unsafe impl Send for Sdmmc {} + unsafe impl Sync for Sdmmc {} + impl Sdmmc { + #[doc = "SDMMC power control register"] + pub fn power(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] + pub fn clkcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] + pub fn argr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] + pub fn cmdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "SDMMC command response register"] + pub fn respcmdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + pub fn respr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(20usize + n * 4usize)) } + } + #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] + pub fn dtimer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] + pub fn dlenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] + pub fn dctrl(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] + pub fn dcntr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } + } + #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] + pub fn star(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(52usize)) } + } + #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] + pub fn icr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(56usize)) } + } + #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] + pub fn maskr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(60usize)) } + } + #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] + pub fn acktimer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(64usize)) } + } + #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] + pub fn idmactrlr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(80usize)) } + } + #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] + pub fn idmabsizer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(84usize)) } + } + #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] + pub fn idmabase0r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(88usize)) } + } + #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] + pub fn idmabase1r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(92usize)) } + } + #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] + pub fn fifor(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(128usize)) } + } + #[doc = "SDMMC IP version register"] + pub fn ver(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(1012usize)) } + } + #[doc = "SDMMC IP identification register"] + pub fn id(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(1016usize)) } } - #[doc = "control register 2"] + } + pub mod regs { + use crate::generic::*; + #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Gp(pub u32); - impl Cr2Gp { - #[doc = "Capture/compare DMA selection"] - pub const fn ccds(&self) -> super::vals::Ccds { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ccds(val as u8) - } - #[doc = "Capture/compare DMA selection"] - pub fn set_ccds(&mut self, val: super::vals::Ccds) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) - } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + pub struct Icr(pub u32); + impl Icr { + #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] + pub const fn ccrcfailc(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "TI1 selection"] - pub const fn ti1s(&self) -> super::vals::Tis { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Tis(val as u8) + #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] + pub fn set_ccrcfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "TI1 selection"] - pub fn set_ti1s(&mut self, val: super::vals::Tis) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] + pub const fn dcrcfailc(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - } - impl Default for Cr2Gp { - fn default() -> Cr2Gp { - Cr2Gp(0) + #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] + pub fn set_dcrcfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - } - #[doc = "capture/compare register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccr16(pub u32); - impl Ccr16 { - #[doc = "Capture/Compare 1 value"] - pub const fn ccr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] + pub const fn ctimeoutc(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "Capture/Compare 1 value"] - pub fn set_ccr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] + pub fn set_ctimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - } - impl Default for Ccr16 { - fn default() -> Ccr16 { - Ccr16(0) + #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] + pub const fn dtimeoutc(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - } - #[doc = "auto-reload register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Arr16(pub u32); - impl Arr16 { - #[doc = "Auto-reload value"] - pub const fn arr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] + pub fn set_dtimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Auto-reload value"] - pub fn set_arr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] + pub const fn txunderrc(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - } - impl Default for Arr16 { - fn default() -> Arr16 { - Arr16(0) + #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] + pub fn set_txunderrc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - } - #[doc = "break and dead-time register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bdtr(pub u32); - impl Bdtr { - #[doc = "Dead-time generator setup"] - pub const fn dtg(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] + pub const fn rxoverrc(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "Dead-time generator setup"] - pub fn set_dtg(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] + pub fn set_rxoverrc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Lock configuration"] - pub const fn lock(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x03; - val as u8 + #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] + pub const fn cmdrendc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "Lock configuration"] - pub fn set_lock(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] + pub fn set_cmdrendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Off-state selection for Idle mode"] - pub const fn ossi(&self) -> super::vals::Ossi { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Ossi(val as u8) + #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] + pub const fn cmdsentc(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 } - #[doc = "Off-state selection for Idle mode"] - pub fn set_ossi(&mut self, val: super::vals::Ossi) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] + pub fn set_cmdsentc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Off-state selection for Run mode"] - pub const fn ossr(&self) -> super::vals::Ossr { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Ossr(val as u8) + #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] + pub const fn dataendc(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "Off-state selection for Run mode"] - pub fn set_ossr(&mut self, val: super::vals::Ossr) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] + pub fn set_dataendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Break enable"] - pub const fn bke(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] + pub const fn dholdc(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "Break enable"] - pub fn set_bke(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] + pub fn set_dholdc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Break polarity"] - pub const fn bkp(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] + pub const fn dbckendc(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "Break polarity"] - pub fn set_bkp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] + pub fn set_dbckendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "Automatic output enable"] - pub const fn aoe(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] + pub const fn dabortc(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; val != 0 } - #[doc = "Automatic output enable"] - pub fn set_aoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] + pub fn set_dabortc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "Main output enable"] - pub const fn moe(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; + #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] + pub const fn busyd0endc(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "Main output enable"] - pub fn set_moe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] + pub fn set_busyd0endc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - } - impl Default for Bdtr { - fn default() -> Bdtr { - Bdtr(0) + #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] + pub const fn sdioitc(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 } - } - #[doc = "control register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Basic(pub u32); - impl Cr2Basic { - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) + #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] + pub fn set_sdioitc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] + pub const fn ackfailc(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 } - } - impl Default for Cr2Basic { - fn default() -> Cr2Basic { - Cr2Basic(0) + #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] + pub fn set_ackfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - } - #[doc = "event generation register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct EgrGp(pub u32); - impl EgrGp { - #[doc = "Update generation"] - pub const fn ug(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] + pub const fn acktimeoutc(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Update generation"] - pub fn set_ug(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] + pub fn set_acktimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "Capture/compare 1 generation"] - pub fn ccg(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] + pub const fn vswendc(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "Capture/compare 1 generation"] - pub fn set_ccg(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] + pub fn set_vswendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "Capture/Compare control update generation"] - pub const fn comg(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] + pub const fn ckstopc(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "Capture/Compare control update generation"] - pub fn set_comg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] + pub fn set_ckstopc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "Trigger generation"] - pub const fn tg(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] + pub const fn idmatec(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "Trigger generation"] - pub fn set_tg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] + pub fn set_idmatec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - #[doc = "Break generation"] - pub const fn bg(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] + pub const fn idmabtcc(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; val != 0 } - #[doc = "Break generation"] - pub fn set_bg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] + pub fn set_idmabtcc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } } - impl Default for EgrGp { - fn default() -> EgrGp { - EgrGp(0) + impl Default for Icr { + fn default() -> Icr { + Icr(0) } } - #[doc = "DMA/Interrupt enable register"] + #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct DierBasic(pub u32); - impl DierBasic { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { + pub struct Star(pub u32); + impl Star { + #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn ccrcfail(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Update interrupt enable"] - pub fn set_uie(&mut self, val: bool) { + #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_ccrcfail(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Update DMA request enable"] - pub const fn ude(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dcrcfail(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Update DMA request enable"] - pub fn set_ude(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dcrcfail(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - } - impl Default for DierBasic { - fn default() -> DierBasic { - DierBasic(0) + #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] + pub const fn ctimeout(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - } - #[doc = "capture/compare enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcerGp(pub u32); - impl CcerGp { - #[doc = "Capture/Compare 1 output enable"] - pub fn cce(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] + pub fn set_ctimeout(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dtimeout(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 output enable"] - pub fn set_cce(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dtimeout(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn txunderr(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_txunderr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccnp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn rxoverr(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccnp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_rxoverr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - } - impl Default for CcerGp { - fn default() -> CcerGp { - CcerGp(0) + #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn cmdrend(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - } - #[doc = "repetition counter register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rcr(pub u32); - impl Rcr { - #[doc = "Repetition counter value"] - pub const fn rep(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_cmdrend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Repetition counter value"] - pub fn set_rep(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn cmdsent(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 } - } - impl Default for Rcr { - fn default() -> Rcr { - Rcr(0) + #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_cmdsent(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - } - #[doc = "control register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1Gp(pub u32); - impl Cr1Gp { - #[doc = "Counter enable"] - pub const fn cen(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dataend(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Counter enable"] - pub fn set_cen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dataend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Update disable"] - pub const fn udis(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dhold(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "Update disable"] - pub fn set_udis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dhold(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Update request source"] - pub const fn urs(&self) -> super::vals::Urs { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Urs(val as u8) + #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dbckend(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 } - #[doc = "Update request source"] - pub fn set_urs(&mut self, val: super::vals::Urs) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dbckend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dabort(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dabort(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub const fn dpsmact(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 } - #[doc = "One-pulse mode"] - pub const fn opm(&self) -> super::vals::Opm { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Opm(val as u8) + #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub fn set_dpsmact(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "One-pulse mode"] - pub fn set_opm(&mut self, val: super::vals::Opm) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub const fn cpsmact(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 } - #[doc = "Direction"] - pub const fn dir(&self) -> super::vals::Dir { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Dir(val as u8) + #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub fn set_cpsmact(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Direction"] - pub fn set_dir(&mut self, val: super::vals::Dir) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] + pub const fn txfifohe(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 } - #[doc = "Center-aligned mode selection"] - pub const fn cms(&self) -> super::vals::Cms { - let val = (self.0 >> 5usize) & 0x03; - super::vals::Cms(val as u8) + #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] + pub fn set_txfifohe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "Center-aligned mode selection"] - pub fn set_cms(&mut self, val: super::vals::Cms) { - self.0 = (self.0 & !(0x03 << 5usize)) | (((val.0 as u32) & 0x03) << 5usize); + #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] + pub const fn rxfifohf(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 } - #[doc = "Auto-reload preload enable"] - pub const fn arpe(&self) -> super::vals::Arpe { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Arpe(val as u8) + #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] + pub fn set_rxfifohf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "Auto-reload preload enable"] - pub fn set_arpe(&mut self, val: super::vals::Arpe) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] + pub const fn txfifof(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "Clock division"] - pub const fn ckd(&self) -> super::vals::Ckd { - let val = (self.0 >> 8usize) & 0x03; - super::vals::Ckd(val as u8) + #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] + pub fn set_txfifof(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Clock division"] - pub fn set_ckd(&mut self, val: super::vals::Ckd) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] + pub const fn rxfifof(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 } - } - impl Default for Cr1Gp { - fn default() -> Cr1Gp { - Cr1Gp(0) + #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] + pub fn set_rxfifof(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - } - #[doc = "status register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrBasic(pub u32); - impl SrBasic { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] + pub const fn txfifoe(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "Update interrupt flag"] - pub fn set_uif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] + pub fn set_txfifoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - } - impl Default for SrBasic { - fn default() -> SrBasic { - SrBasic(0) + #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] + pub const fn rxfifoe(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 } - } - #[doc = "status register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrAdv(pub u32); - impl SrAdv { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] + pub fn set_rxfifoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] + pub const fn busyd0(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; val != 0 } - #[doc = "Update interrupt flag"] - pub fn set_uif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] + pub fn set_busyd0(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn ccif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn busyd0end(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn set_ccif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_busyd0end(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "COM interrupt flag"] - pub const fn comif(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn sdioit(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "COM interrupt flag"] - pub fn set_comif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_sdioit(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Trigger interrupt flag"] - pub const fn tif(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn ackfail(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "Trigger interrupt flag"] - pub fn set_tif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_ackfail(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "Break interrupt flag"] - pub const fn bif(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn acktimeout(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Break interrupt flag"] - pub fn set_bif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_acktimeout(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn ccof(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn vswend(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn set_ccof(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_vswend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - } - impl Default for SrAdv { - fn default() -> SrAdv { - SrAdv(0) + #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn ckstop(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 } - } - #[doc = "DMA control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dcr(pub u32); - impl Dcr { - #[doc = "DMA base address"] - pub const fn dba(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x1f; - val as u8 + #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_ckstop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "DMA base address"] - pub fn set_dba(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 0usize)) | (((val as u32) & 0x1f) << 0usize); + #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn idmate(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 } - #[doc = "DMA burst length"] - pub const fn dbl(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x1f; - val as u8 + #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_idmate(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - #[doc = "DMA burst length"] - pub fn set_dbl(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); + #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn idmabtc(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_idmabtc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } } - impl Default for Dcr { - fn default() -> Dcr { - Dcr(0) + impl Default for Star { + fn default() -> Star { + Star(0) +>>>>>>> c084e70 (Update generated code) } } - #[doc = "control register 1"] + #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1Basic(pub u32); - impl Cr1Basic { - #[doc = "Counter enable"] - pub const fn cen(&self) -> bool { + pub struct Maskr(pub u32); + impl Maskr { + #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] + pub const fn ccrcfailie(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Counter enable"] - pub fn set_cen(&mut self, val: bool) { + #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] + pub fn set_ccrcfailie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Update disable"] - pub const fn udis(&self) -> bool { + #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] + pub const fn dcrcfailie(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Update disable"] - pub fn set_udis(&mut self, val: bool) { + #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] + pub fn set_dcrcfailie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Update request source"] - pub const fn urs(&self) -> super::vals::Urs { + #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] + pub const fn ctimeoutie(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; - super::vals::Urs(val as u8) + val != 0 } - #[doc = "Update request source"] - pub fn set_urs(&mut self, val: super::vals::Urs) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] + pub fn set_ctimeoutie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "One-pulse mode"] - pub const fn opm(&self) -> super::vals::Opm { + #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] + pub const fn dtimeoutie(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; - super::vals::Opm(val as u8) - } - #[doc = "One-pulse mode"] - pub fn set_opm(&mut self, val: super::vals::Opm) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "Auto-reload preload enable"] - pub const fn arpe(&self) -> super::vals::Arpe { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Arpe(val as u8) - } - #[doc = "Auto-reload preload enable"] - pub fn set_arpe(&mut self, val: super::vals::Arpe) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - } - impl Default for Cr1Basic { - fn default() -> Cr1Basic { - Cr1Basic(0) - } - } - #[doc = "event generation register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct EgrAdv(pub u32); - impl EgrAdv { - #[doc = "Update generation"] - pub const fn ug(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Update generation"] - pub fn set_ug(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] + pub fn set_dtimeoutie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Capture/compare 1 generation"] - pub fn ccg(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] + pub const fn txunderrie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Capture/compare 1 generation"] - pub fn set_ccg(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] + pub fn set_txunderrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Capture/Compare control update generation"] - pub const fn comg(&self) -> bool { + #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] + pub const fn rxoverrie(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Capture/Compare control update generation"] - pub fn set_comg(&mut self, val: bool) { + #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] + pub fn set_rxoverrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Trigger generation"] - pub const fn tg(&self) -> bool { + #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] + pub const fn cmdrendie(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Trigger generation"] - pub fn set_tg(&mut self, val: bool) { + #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] + pub fn set_cmdrendie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Break generation"] - pub const fn bg(&self) -> bool { + #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] + pub const fn cmdsentie(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Break generation"] - pub fn set_bg(&mut self, val: bool) { + #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] + pub fn set_cmdsentie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - } - impl Default for EgrAdv { - fn default() -> EgrAdv { - EgrAdv(0) - } - } - #[doc = "prescaler"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Psc(pub u32); - impl Psc { - #[doc = "Prescaler value"] - pub const fn psc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] + pub const fn dataendie(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "Prescaler value"] - pub fn set_psc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] + pub fn set_dataendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - } - impl Default for Psc { - fn default() -> Psc { - Psc(0) + #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] + pub const fn dholdie(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; +<<<<<<< HEAD + val != 0 } - } - #[doc = "counter"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cnt16(pub u32); - impl Cnt16 { - #[doc = "counter value"] - pub const fn cnt(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] + pub fn set_dholdie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "counter value"] - pub fn set_cnt(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] + pub const fn dbckendie(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 } - } - impl Default for Cnt16 { - fn default() -> Cnt16 { - Cnt16(0) + #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] + pub fn set_dbckendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - } - #[doc = "status register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrGp(pub u32); - impl SrGp { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] + pub const fn dabortie(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; val != 0 } - #[doc = "Update interrupt flag"] - pub fn set_uif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] + pub fn set_dabortie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn ccif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] + pub const fn txfifoheie(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; val != 0 } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn set_ccif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] + pub fn set_txfifoheie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "COM interrupt flag"] - pub const fn comif(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] + pub const fn rxfifohfie(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; val != 0 } - #[doc = "COM interrupt flag"] - pub fn set_comif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] + pub fn set_rxfifohfie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "Trigger interrupt flag"] - pub const fn tif(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] + pub const fn rxfifofie(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Trigger interrupt flag"] - pub fn set_tif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] + pub fn set_rxfifofie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "Break interrupt flag"] - pub const fn bif(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] + pub const fn txfifoeie(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "Break interrupt flag"] - pub fn set_bif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] + pub fn set_txfifoeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn ccof(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] + pub const fn busyd0endie(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn set_ccof(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - } - impl Default for SrGp { - fn default() -> SrGp { - SrGp(0) + #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] + pub fn set_busyd0endie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - } - #[doc = "control register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Adv(pub u32); - impl Cr2Adv { - #[doc = "Capture/compare preloaded control"] - pub const fn ccpc(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] + pub const fn sdioitie(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "Capture/compare preloaded control"] - pub fn set_ccpc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] + pub fn set_sdioitie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Capture/compare control update selection"] - pub const fn ccus(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] + pub const fn ackfailie(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "Capture/compare control update selection"] - pub fn set_ccus(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] + pub fn set_ackfailie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "Capture/compare DMA selection"] - pub const fn ccds(&self) -> super::vals::Ccds { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ccds(val as u8) + #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] + pub const fn acktimeoutie(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 } - #[doc = "Capture/compare DMA selection"] - pub fn set_ccds(&mut self, val: super::vals::Ccds) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] + pub fn set_acktimeoutie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) + #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] + pub const fn vswendie(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] + pub fn set_vswendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "TI1 selection"] - pub const fn ti1s(&self) -> super::vals::Tis { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Tis(val as u8) + #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] + pub const fn ckstopie(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 } - #[doc = "TI1 selection"] - pub fn set_ti1s(&mut self, val: super::vals::Tis) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] + pub fn set_ckstopie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "Output Idle state 1"] - pub fn ois(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 8usize + n * 2usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] + pub const fn idmabtcie(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; val != 0 } - #[doc = "Output Idle state 1"] - pub fn set_ois(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 8usize + n * 2usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] + pub fn set_idmabtcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } - #[doc = "Output Idle state 1"] - pub const fn ois1n(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + } + impl Default for Maskr { + fn default() -> Maskr { + Maskr(0) +======= val != 0 } - #[doc = "Output Idle state 1"] - pub fn set_ois1n(&mut self, val: bool) { + #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] + pub fn set_dholdie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Output Idle state 2"] - pub const fn ois2n(&self) -> bool { + #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] + pub const fn dbckendie(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] + pub fn set_dbckendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] + pub const fn dabortie(&self) -> bool { let val = (self.0 >> 11usize) & 0x01; val != 0 } - #[doc = "Output Idle state 2"] - pub fn set_ois2n(&mut self, val: bool) { + #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] + pub fn set_dabortie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "Output Idle state 3"] - pub const fn ois3n(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] + pub const fn txfifoheie(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; val != 0 } - #[doc = "Output Idle state 3"] - pub fn set_ois3n(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] + pub fn set_txfifoheie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - } - impl Default for Cr2Adv { - fn default() -> Cr2Adv { - Cr2Adv(0) + #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] + pub const fn rxfifohfie(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 } - } - #[doc = "event generation register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct EgrBasic(pub u32); - impl EgrBasic { - #[doc = "Update generation"] - pub const fn ug(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] + pub fn set_rxfifohfie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] + pub const fn rxfifofie(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Update generation"] - pub fn set_ug(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] + pub fn set_rxfifofie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - } - impl Default for EgrBasic { - fn default() -> EgrBasic { - EgrBasic(0) + #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] + pub const fn txfifoeie(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 } - } - #[doc = "DMA/Interrupt enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct DierGp(pub u32); - impl DierGp { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] + pub fn set_txfifoeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] + pub const fn busyd0endie(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "Update interrupt enable"] - pub fn set_uie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] + pub fn set_busyd0endie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn ccie(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] + pub const fn sdioitie(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn set_ccie(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] + pub fn set_sdioitie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Trigger interrupt enable"] - pub const fn tie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] + pub const fn ackfailie(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "Trigger interrupt enable"] - pub fn set_tie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] + pub fn set_ackfailie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "Update DMA request enable"] - pub const fn ude(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] + pub const fn acktimeoutie(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Update DMA request enable"] - pub fn set_ude(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] + pub fn set_acktimeoutie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn ccde(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] + pub const fn vswendie(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn set_ccde(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] + pub fn set_vswendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "Trigger DMA request enable"] - pub const fn tde(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] + pub const fn ckstopie(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "Trigger DMA request enable"] - pub fn set_tde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] + pub fn set_ckstopie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - } - impl Default for DierGp { - fn default() -> DierGp { - DierGp(0) + #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] + pub const fn idmabtcie(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] + pub fn set_idmabtcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Counter used as upcounter"] - pub const UP: Self = Self(0); - #[doc = "Counter used as downcounter"] - pub const DOWN: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ts(pub u8); - impl Ts { - #[doc = "Internal Trigger 0 (ITR0)"] - pub const ITR0: Self = Self(0); - #[doc = "Internal Trigger 1 (ITR1)"] - pub const ITR1: Self = Self(0x01); - #[doc = "Internal Trigger 2 (ITR2)"] - pub const ITR2: Self = Self(0x02); - #[doc = "TI1 Edge Detector (TI1F_ED)"] - pub const TI1F_ED: Self = Self(0x04); - #[doc = "Filtered Timer Input 1 (TI1FP1)"] - pub const TI1FP1: Self = Self(0x05); - #[doc = "Filtered Timer Input 2 (TI2FP2)"] - pub const TI2FP2: Self = Self(0x06); - #[doc = "External Trigger input (ETRF)"] - pub const ETRF: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Opm(pub u8); - impl Opm { - #[doc = "Counter is not stopped at update event"] - pub const DISABLED: Self = Self(0); - #[doc = "Counter stops counting at the next update event (clearing the CEN bit)"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct CcmrInputCcs(pub u8); - impl CcmrInputCcs { - #[doc = "CCx channel is configured as input, normal mapping: ICx mapped to TIx"] - pub const TI4: Self = Self(0x01); - #[doc = "CCx channel is configured as input, alternate mapping (switches 1 with 2, 3 with 4)"] - pub const TI3: Self = Self(0x02); - #[doc = "CCx channel is configured as input, ICx is mapped on TRC"] - pub const TRC: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etf(pub u8); - impl Etf { - #[doc = "No filter, sampling is done at fDTS"] - pub const NOFILTER: Self = Self(0); - #[doc = "fSAMPLING=fCK_INT, N=2"] - pub const FCK_INT_N2: Self = Self(0x01); - #[doc = "fSAMPLING=fCK_INT, N=4"] - pub const FCK_INT_N4: Self = Self(0x02); - #[doc = "fSAMPLING=fCK_INT, N=8"] - pub const FCK_INT_N8: Self = Self(0x03); - #[doc = "fSAMPLING=fDTS/2, N=6"] - pub const FDTS_DIV2_N6: Self = Self(0x04); - #[doc = "fSAMPLING=fDTS/2, N=8"] - pub const FDTS_DIV2_N8: Self = Self(0x05); - #[doc = "fSAMPLING=fDTS/4, N=6"] - pub const FDTS_DIV4_N6: Self = Self(0x06); - #[doc = "fSAMPLING=fDTS/4, N=8"] - pub const FDTS_DIV4_N8: Self = Self(0x07); - #[doc = "fSAMPLING=fDTS/8, N=6"] - pub const FDTS_DIV8_N6: Self = Self(0x08); - #[doc = "fSAMPLING=fDTS/8, N=8"] - pub const FDTS_DIV8_N8: Self = Self(0x09); - #[doc = "fSAMPLING=fDTS/16, N=5"] - pub const FDTS_DIV16_N5: Self = Self(0x0a); - #[doc = "fSAMPLING=fDTS/16, N=6"] - pub const FDTS_DIV16_N6: Self = Self(0x0b); - #[doc = "fSAMPLING=fDTS/16, N=8"] - pub const FDTS_DIV16_N8: Self = Self(0x0c); - #[doc = "fSAMPLING=fDTS/32, N=5"] - pub const FDTS_DIV32_N5: Self = Self(0x0d); - #[doc = "fSAMPLING=fDTS/32, N=6"] - pub const FDTS_DIV32_N6: Self = Self(0x0e); - #[doc = "fSAMPLING=fDTS/32, N=8"] - pub const FDTS_DIV32_N8: Self = Self(0x0f); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ccds(pub u8); - impl Ccds { - #[doc = "CCx DMA request sent when CCx event occurs"] - pub const ONCOMPARE: Self = Self(0); - #[doc = "CCx DMA request sent when update event occurs"] - pub const ONUPDATE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sms(pub u8); - impl Sms { - #[doc = "Slave mode disabled - if CEN = ‘1 then the prescaler is clocked directly by the internal clock."] - pub const DISABLED: Self = Self(0); - #[doc = "Encoder mode 1 - Counter counts up/down on TI2FP1 edge depending on TI1FP2 level."] - pub const ENCODER_MODE_1: Self = Self(0x01); - #[doc = "Encoder mode 2 - Counter counts up/down on TI1FP2 edge depending on TI2FP1 level."] - pub const ENCODER_MODE_2: Self = Self(0x02); - #[doc = "Encoder mode 3 - Counter counts up/down on both TI1FP1 and TI2FP2 edges depending on the level of the other input."] - pub const ENCODER_MODE_3: Self = Self(0x03); - #[doc = "Reset Mode - Rising edge of the selected trigger input (TRGI) reinitializes the counter and generates an update of the registers."] - pub const RESET_MODE: Self = Self(0x04); - #[doc = "Gated Mode - The counter clock is enabled when the trigger input (TRGI) is high. The counter stops (but is not reset) as soon as the trigger becomes low. Both start and stop of the counter are controlled."] - pub const GATED_MODE: Self = Self(0x05); - #[doc = "Trigger Mode - The counter starts at a rising edge of the trigger TRGI (but it is not reset). Only the start of the counter is controlled."] - pub const TRIGGER_MODE: Self = Self(0x06); - #[doc = "External Clock Mode 1 - Rising edges of the selected trigger (TRGI) clock the counter."] - pub const EXT_CLOCK_MODE: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ossr(pub u8); - impl Ossr { - #[doc = "When inactive, OC/OCN outputs are disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "When inactive, OC/OCN outputs are enabled with their inactive level"] - pub const IDLELEVEL: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ocpe(pub u8); - impl Ocpe { - #[doc = "Preload register on CCR2 disabled. New values written to CCR2 are taken into account immediately"] - pub const DISABLED: Self = Self(0); - #[doc = "Preload register on CCR2 enabled. Preload value is loaded into active register on each update event"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etp(pub u8); - impl Etp { - #[doc = "ETR is noninverted, active at high level or rising edge"] - pub const NOTINVERTED: Self = Self(0); - #[doc = "ETR is inverted, active at low level or falling edge"] - pub const INVERTED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Icf(pub u8); - impl Icf { - #[doc = "No filter, sampling is done at fDTS"] - pub const NOFILTER: Self = Self(0); - #[doc = "fSAMPLING=fCK_INT, N=2"] - pub const FCK_INT_N2: Self = Self(0x01); - #[doc = "fSAMPLING=fCK_INT, N=4"] - pub const FCK_INT_N4: Self = Self(0x02); - #[doc = "fSAMPLING=fCK_INT, N=8"] - pub const FCK_INT_N8: Self = Self(0x03); - #[doc = "fSAMPLING=fDTS/2, N=6"] - pub const FDTS_DIV2_N6: Self = Self(0x04); - #[doc = "fSAMPLING=fDTS/2, N=8"] - pub const FDTS_DIV2_N8: Self = Self(0x05); - #[doc = "fSAMPLING=fDTS/4, N=6"] - pub const FDTS_DIV4_N6: Self = Self(0x06); - #[doc = "fSAMPLING=fDTS/4, N=8"] - pub const FDTS_DIV4_N8: Self = Self(0x07); - #[doc = "fSAMPLING=fDTS/8, N=6"] - pub const FDTS_DIV8_N6: Self = Self(0x08); - #[doc = "fSAMPLING=fDTS/8, N=8"] - pub const FDTS_DIV8_N8: Self = Self(0x09); - #[doc = "fSAMPLING=fDTS/16, N=5"] - pub const FDTS_DIV16_N5: Self = Self(0x0a); - #[doc = "fSAMPLING=fDTS/16, N=6"] - pub const FDTS_DIV16_N6: Self = Self(0x0b); - #[doc = "fSAMPLING=fDTS/16, N=8"] - pub const FDTS_DIV16_N8: Self = Self(0x0c); - #[doc = "fSAMPLING=fDTS/32, N=5"] - pub const FDTS_DIV32_N5: Self = Self(0x0d); - #[doc = "fSAMPLING=fDTS/32, N=6"] - pub const FDTS_DIV32_N6: Self = Self(0x0e); - #[doc = "fSAMPLING=fDTS/32, N=8"] - pub const FDTS_DIV32_N8: Self = Self(0x0f); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tis(pub u8); - impl Tis { - #[doc = "The TIMx_CH1 pin is connected to TI1 input"] - pub const NORMAL: Self = Self(0); - #[doc = "The TIMx_CH1, CH2, CH3 pins are connected to TI1 input"] - pub const XOR: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Urs(pub u8); - impl Urs { - #[doc = "Any of counter overflow/underflow, setting UG, or update through slave mode, generates an update interrupt or DMA request"] - pub const ANYEVENT: Self = Self(0); - #[doc = "Only counter overflow/underflow generates an update interrupt or DMA request"] - pub const COUNTERONLY: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ece(pub u8); - impl Ece { - #[doc = "External clock mode 2 disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "External clock mode 2 enabled. The counter is clocked by any active edge on the ETRF signal."] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ossi(pub u8); - impl Ossi { - #[doc = "When inactive, OC/OCN outputs are disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "When inactive, OC/OCN outputs are forced to idle level"] - pub const IDLELEVEL: Self = Self(0x01); + impl Default for Maskr { + fn default() -> Maskr { + Maskr(0) + } } + #[doc = "SDMMC power control register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cms(pub u8); - impl Cms { - #[doc = "The counter counts up or down depending on the direction bit"] - pub const EDGEALIGNED: Self = Self(0); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting down."] - pub const CENTERALIGNED1: Self = Self(0x01); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting up."] - pub const CENTERALIGNED2: Self = Self(0x02); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set both when the counter is counting up or down."] - pub const CENTERALIGNED3: Self = Self(0x03); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Power(pub u32); + impl Power { + #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] + pub const fn pwrctrl(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 + } + #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] + pub fn set_pwrctrl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + } + #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] + pub const fn vswitch(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] + pub fn set_vswitch(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] + pub const fn vswitchen(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] + pub fn set_vswitchen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] + pub const fn dirpol(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] + pub fn set_dirpol(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Msm(pub u8); - impl Msm { - #[doc = "No action"] - pub const NOSYNC: Self = Self(0); - #[doc = "The effect of an event on the trigger input (TRGI) is delayed to allow a perfect synchronization between the current timer and its slaves (through TRGO). It is useful if we want to synchronize several timers on a single external event."] - pub const SYNC: Self = Self(0x01); + impl Default for Power { + fn default() -> Power { + Power(0) +>>>>>>> c084e70 (Update generated code) + } } + #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mms(pub u8); - impl Mms { - #[doc = "The UG bit from the TIMx_EGR register is used as trigger output"] - pub const RESET: Self = Self(0); - #[doc = "The counter enable signal, CNT_EN, is used as trigger output"] - pub const ENABLE: Self = Self(0x01); - #[doc = "The update event is selected as trigger output"] - pub const UPDATE: Self = Self(0x02); - #[doc = "The trigger output send a positive pulse when the CC1IF flag it to be set, as soon as a capture or a compare match occurred"] - pub const COMPAREPULSE: Self = Self(0x03); - #[doc = "OC1REF signal is used as trigger output"] - pub const COMPAREOC1: Self = Self(0x04); - #[doc = "OC2REF signal is used as trigger output"] - pub const COMPAREOC2: Self = Self(0x05); - #[doc = "OC3REF signal is used as trigger output"] - pub const COMPAREOC3: Self = Self(0x06); - #[doc = "OC4REF signal is used as trigger output"] - pub const COMPAREOC4: Self = Self(0x07); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dctrl(pub u32); + impl Dctrl { + #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] + pub const fn dten(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] + pub fn set_dten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn dtdir(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_dtdir(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn dtmode(&self) -> u8 { + let val = (self.0 >> 2usize) & 0x03; + val as u8 + } + #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_dtmode(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 2usize)) | (((val as u32) & 0x03) << 2usize); + } + #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] + pub const fn dblocksize(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 + } + #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] + pub fn set_dblocksize(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + } + #[doc = "Read wait start. If this bit is set, read wait operation starts."] + pub const fn rwstart(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Read wait start. If this bit is set, read wait operation starts."] + pub fn set_rwstart(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] + pub const fn rwstop(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] + pub fn set_rwstop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn rwmod(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_rwmod(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] + pub const fn sdioen(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] + pub fn set_sdioen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn bootacken(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_bootacken(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] + pub const fn fiforst(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] + pub fn set_fiforst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Arpe(pub u8); - impl Arpe { - #[doc = "TIMx_APRR register is not buffered"] - pub const DISABLED: Self = Self(0); - #[doc = "TIMx_APRR register is buffered"] - pub const ENABLED: Self = Self(0x01); + impl Default for Dctrl { + fn default() -> Dctrl { + Dctrl(0) + } } + #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ocm(pub u8); - impl Ocm { - #[doc = "The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the outputs"] - pub const FROZEN: Self = Self(0); - #[doc = "Set channel to active level on match. OCyREF signal is forced high when the counter matches the capture/compare register"] - pub const ACTIVEONMATCH: Self = Self(0x01); - #[doc = "Set channel to inactive level on match. OCyREF signal is forced low when the counter matches the capture/compare register"] - pub const INACTIVEONMATCH: Self = Self(0x02); - #[doc = "OCyREF toggles when TIMx_CNT=TIMx_CCRy"] - pub const TOGGLE: Self = Self(0x03); - #[doc = "OCyREF is forced low"] - pub const FORCEINACTIVE: Self = Self(0x04); - #[doc = "OCyREF is forced high"] - pub const FORCEACTIVE: Self = Self(0x05); - #[doc = "In upcounting, channel is active as long as TIMx_CNTTIMx_CCRy else active"] - pub const PWMMODE1: Self = Self(0x06); - #[doc = "Inversely to PwmMode1"] - pub const PWMMODE2: Self = Self(0x07); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmactrlr(pub u32); + impl Idmactrlr { + #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmaen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmabmode(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmabmode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] + pub const fn idmabact(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } +<<<<<<< HEAD + #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] + pub fn set_idmabact(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct CcmrOutputCcs(pub u8); - impl CcmrOutputCcs { - #[doc = "CCx channel is configured as output"] - pub const OUTPUT: Self = Self(0); + impl Default for Idmactrlr { + fn default() -> Idmactrlr { + Idmactrlr(0) + } } + #[doc = "SDMMC IP version register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ckd(pub u8); - impl Ckd { - #[doc = "t_DTS = t_CK_INT"] - pub const DIV1: Self = Self(0); - #[doc = "t_DTS = 2 × t_CK_INT"] - pub const DIV2: Self = Self(0x01); - #[doc = "t_DTS = 4 × t_CK_INT"] - pub const DIV4: Self = Self(0x02); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ver(pub u32); + impl Ver { + #[doc = "IP minor revision number."] + pub const fn minrev(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "IP minor revision number."] + pub fn set_minrev(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "IP major revision number."] + pub const fn majrev(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 + } + #[doc = "IP major revision number."] + pub fn set_majrev(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etps(pub u8); - impl Etps { - #[doc = "Prescaler OFF"] - pub const DIV1: Self = Self(0); - #[doc = "ETRP frequency divided by 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "ETRP frequency divided by 4"] - pub const DIV4: Self = Self(0x02); - #[doc = "ETRP frequency divided by 8"] - pub const DIV8: Self = Self(0x03); + impl Default for Ver { + fn default() -> Ver { + Ver(0) + } } } } -pub mod spi_v2 { +pub mod gpio_v1 { use crate::generic::*; - #[doc = "Serial peripheral interface"] + #[doc = "General purpose I/O"] #[derive(Copy, Clone)] - pub struct Spi(pub *mut u8); - unsafe impl Send for Spi {} - unsafe impl Sync for Spi {} - impl Spi { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } + pub struct Gpio(pub *mut u8); + unsafe impl Send for Gpio {} + unsafe impl Sync for Gpio {} + impl Gpio { + #[doc = "Port configuration register low (GPIOn_CRL)"] + pub fn cr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } } - #[doc = "status register"] - pub fn sr(self) -> Reg { + #[doc = "Port input data register (GPIOn_IDR)"] + pub fn idr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "data register"] - pub fn dr(self) -> Reg { + #[doc = "Port output data register (GPIOn_ODR)"] + pub fn odr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[doc = "CRC polynomial register"] - pub fn crcpr(self) -> Reg { + #[doc = "Port bit set/reset register (GPIOn_BSRR)"] + pub fn bsrr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[doc = "RX CRC register"] - pub fn rxcrcr(self) -> Reg { + #[doc = "Port bit reset register (GPIOn_BRR)"] + pub fn brr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[doc = "TX CRC register"] - pub fn txcrcr(self) -> Reg { + #[doc = "Port configuration lock register"] + pub fn lckr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(24usize)) } } } pub mod regs { use crate::generic::*; - #[doc = "RX CRC register"] + #[doc = "Port output data register (GPIOn_ODR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rxcrcr(pub u32); - impl Rxcrcr { - #[doc = "Rx CRC register"] - pub const fn rx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Odr(pub u32); + impl Odr { + #[doc = "Port output data"] + pub fn odr(&self, n: usize) -> super::vals::Odr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Odr(val as u8) } - #[doc = "Rx CRC register"] - pub fn set_rx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Port output data"] + pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Rxcrcr { - fn default() -> Rxcrcr { - Rxcrcr(0) + impl Default for Odr { + fn default() -> Odr { + Odr(0) +======= + #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_selclkrx(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); } } - #[doc = "data register"] + impl Default for Clkcr { + fn default() -> Clkcr { + Clkcr(0) +>>>>>>> c084e70 (Update generated code) + } + } + #[doc = "Port input data register (GPIOn_IDR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dr(pub u32); - impl Dr { - #[doc = "Data register"] - pub const fn dr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Idr(pub u32); + impl Idr { + #[doc = "Port input data"] + pub fn idr(&self, n: usize) -> super::vals::Idr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Idr(val as u8) } - #[doc = "Data register"] - pub fn set_dr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Port input data"] + pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Dr { - fn default() -> Dr { - Dr(0) + impl Default for Idr { + fn default() -> Idr { + Idr(0) } } - #[doc = "control register 1"] + #[doc = "Port configuration lock register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Cpha(val as u8) - } - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Cpol(val as u8) - } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "Master selection"] - pub const fn mstr(&self) -> super::vals::Mstr { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Mstr(val as u8) - } - #[doc = "Master selection"] - pub fn set_mstr(&mut self, val: super::vals::Mstr) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "Baud rate control"] - pub const fn br(&self) -> super::vals::Br { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Br(val as u8) - } - #[doc = "Baud rate control"] - pub fn set_br(&mut self, val: super::vals::Br) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); - } - #[doc = "SPI enable"] - pub const fn spe(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "SPI enable"] - pub fn set_spe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Frame format"] - pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Lsbfirst(val as u8) - } - #[doc = "Frame format"] - pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "Internal slave select"] - pub const fn ssi(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Internal slave select"] - pub fn set_ssi(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Software slave management"] - pub const fn ssm(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Software slave management"] - pub fn set_ssm(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + pub struct Lckr(pub u32); + impl Lckr { + #[doc = "Port A Lock bit"] + pub fn lck(&self, n: usize) -> super::vals::Lck { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lck(val as u8) } - #[doc = "Receive only"] - pub const fn rxonly(&self) -> super::vals::Rxonly { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Rxonly(val as u8) + #[doc = "Port A Lock bit"] + pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Receive only"] - pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "Lock key"] + pub const fn lckk(&self) -> super::vals::Lckk { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Lckk(val as u8) } - #[doc = "CRC length"] - pub const fn crcl(&self) -> super::vals::Crcl { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Crcl(val as u8) + #[doc = "Lock key"] + pub fn set_lckk(&mut self, val: super::vals::Lckk) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "CRC length"] - pub fn set_crcl(&mut self, val: super::vals::Crcl) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + impl Default for Lckr { + fn default() -> Lckr { + Lckr(0) } - #[doc = "CRC transfer next"] - pub const fn crcnext(&self) -> super::vals::Crcnext { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Crcnext(val as u8) + } + #[doc = "Port bit set/reset register (GPIOn_BSRR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Bsrr(pub u32); + impl Bsrr { + #[doc = "Set bit"] + pub fn bs(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "CRC transfer next"] - pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "Set bit"] + pub fn set_bs(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Hardware CRC calculation enable"] - pub const fn crcen(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "Reset bit"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Hardware CRC calculation enable"] - pub fn set_crcen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "Output enable in bidirectional mode"] - pub const fn bidioe(&self) -> super::vals::Bidioe { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Bidioe(val as u8) + #[doc = "Reset bit"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Output enable in bidirectional mode"] - pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + impl Default for Bsrr { + fn default() -> Bsrr { + Bsrr(0) } - #[doc = "Bidirectional data mode enable"] - pub const fn bidimode(&self) -> super::vals::Bidimode { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Bidimode(val as u8) + } + #[doc = "Port bit reset register (GPIOn_BRR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Brr(pub u32); + impl Brr { + #[doc = "Reset bit"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Bidirectional data mode enable"] - pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "Reset bit"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) + impl Default for Brr { + fn default() -> Brr { + Brr(0) } } - #[doc = "CRC polynomial register"] + #[doc = "Port configuration register (GPIOn_CRx)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crcpr(pub u32); - impl Crcpr { - #[doc = "CRC polynomial register"] - pub const fn crcpoly(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 +<<<<<<< HEAD + pub struct Cr(pub u32); + impl Cr { + #[doc = "Port n mode bits"] + pub fn mode(&self, n: usize) -> super::vals::Mode { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Mode(val as u8) } - #[doc = "CRC polynomial register"] - pub fn set_crcpoly(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Port n mode bits"] + pub fn set_mode(&mut self, n: usize, val: super::vals::Mode) { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + } + #[doc = "Port n configuration bits"] + pub fn cnf(&self, n: usize) -> super::vals::Cnf { + assert!(n < 8usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Cnf(val as u8) + } + #[doc = "Port n configuration bits"] + pub fn set_cnf(&mut self, n: usize, val: super::vals::Cnf) { + assert!(n < 8usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } } - impl Default for Crcpr { - fn default() -> Crcpr { - Crcpr(0) + impl Default for Cr { + fn default() -> Cr { + Cr(0) +======= + pub struct Resp1r(pub u32); + impl Resp1r { + #[doc = "see Table 432"] + pub const fn cardstatus1(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "see Table 432"] + pub fn set_cardstatus1(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - #[doc = "control register 2"] + impl Default for Resp1r { + fn default() -> Resp1r { + Resp1r(0) + } + } + #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Rx buffer DMA enable"] - pub const fn rxdmaen(&self) -> bool { + pub struct Dctrl(pub u32); + impl Dctrl { + #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] + pub const fn dten(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Rx buffer DMA enable"] - pub fn set_rxdmaen(&mut self, val: bool) { + #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] + pub fn set_dten(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Tx buffer DMA enable"] - pub const fn txdmaen(&self) -> bool { + #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn dtdir(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Tx buffer DMA enable"] - pub fn set_txdmaen(&mut self, val: bool) { + #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_dtdir(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "SS output enable"] - pub const fn ssoe(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "SS output enable"] - pub fn set_ssoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "NSS pulse management"] - pub const fn nssp(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn dtmode(&self) -> u8 { + let val = (self.0 >> 2usize) & 0x03; + val as u8 } - #[doc = "NSS pulse management"] - pub fn set_nssp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_dtmode(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 2usize)) | (((val as u32) & 0x03) << 2usize); } - #[doc = "Frame format"] - pub const fn frf(&self) -> super::vals::Frf { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Frf(val as u8) + #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] + pub const fn dblocksize(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 } - #[doc = "Frame format"] - pub fn set_frf(&mut self, val: super::vals::Frf) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] + pub fn set_dblocksize(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); } - #[doc = "Error interrupt enable"] - pub const fn errie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "Read wait start. If this bit is set, read wait operation starts."] + pub const fn rwstart(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Error interrupt enable"] - pub fn set_errie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Read wait start. If this bit is set, read wait operation starts."] + pub fn set_rwstart(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "RX buffer not empty interrupt enable"] - pub const fn rxneie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] + pub const fn rwstop(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "RX buffer not empty interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] + pub fn set_rwstop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Tx buffer empty interrupt enable"] - pub const fn txeie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn rwmod(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "Tx buffer empty interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_rwmod(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "Data size"] - pub const fn ds(&self) -> super::vals::Ds { - let val = (self.0 >> 8usize) & 0x0f; - super::vals::Ds(val as u8) + #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] + pub const fn sdioen(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 } - #[doc = "Data size"] - pub fn set_ds(&mut self, val: super::vals::Ds) { - self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] + pub fn set_sdioen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "FIFO reception threshold"] - pub const fn frxth(&self) -> super::vals::Frxth { + #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn bootacken(&self) -> bool { let val = (self.0 >> 12usize) & 0x01; - super::vals::Frxth(val as u8) + val != 0 } - #[doc = "FIFO reception threshold"] - pub fn set_frxth(&mut self, val: super::vals::Frxth) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_bootacken(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "Last DMA transfer for reception"] - pub const fn ldma_rx(&self) -> super::vals::LdmaRx { + #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] + pub const fn fiforst(&self) -> bool { let val = (self.0 >> 13usize) & 0x01; - super::vals::LdmaRx(val as u8) + val != 0 } - #[doc = "Last DMA transfer for reception"] - pub fn set_ldma_rx(&mut self, val: super::vals::LdmaRx) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] + pub fn set_fiforst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Last DMA transfer for transmission"] - pub const fn ldma_tx(&self) -> super::vals::LdmaTx { - let val = (self.0 >> 14usize) & 0x01; - super::vals::LdmaTx(val as u8) + } + impl Default for Dctrl { + fn default() -> Dctrl { + Dctrl(0) } - #[doc = "Last DMA transfer for transmission"] - pub fn set_ldma_tx(&mut self, val: super::vals::LdmaTx) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SDMMC IP identification register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Id(pub u32); + impl Id { + #[doc = "SDMMC IP identification."] + pub const fn ip_id(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "SDMMC IP identification."] + pub fn set_ip_id(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) + impl Default for Id { + fn default() -> Id { + Id(0) } } - #[doc = "status register"] + #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Receive buffer not empty"] - pub const fn rxne(&self) -> bool { + pub struct Idmactrlr(pub u32); + impl Idmactrlr { + #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmaen(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Receive buffer not empty"] - pub fn set_rxne(&mut self, val: bool) { + #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmaen(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Transmit buffer empty"] - pub const fn txe(&self) -> bool { + #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmabmode(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Transmit buffer empty"] - pub fn set_txe(&mut self, val: bool) { + #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmabmode(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "CRC error flag"] - pub const fn crcerr(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "CRC error flag"] - pub fn set_crcerr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Mode fault"] - pub const fn modf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Mode fault"] - pub fn set_modf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Overrun flag"] - pub const fn ovr(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Overrun flag"] - pub fn set_ovr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Busy flag"] - pub const fn bsy(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Busy flag"] - pub fn set_bsy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Frame format error"] - pub const fn fre(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] + pub const fn idmabact(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Frame format error"] - pub fn set_fre(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "FIFO reception level"] - pub const fn frlvl(&self) -> u8 { - let val = (self.0 >> 9usize) & 0x03; - val as u8 - } - #[doc = "FIFO reception level"] - pub fn set_frlvl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 9usize)) | (((val as u32) & 0x03) << 9usize); - } - #[doc = "FIFO Transmission Level"] - pub const fn ftlvl(&self) -> u8 { - let val = (self.0 >> 11usize) & 0x03; - val as u8 - } - #[doc = "FIFO Transmission Level"] - pub fn set_ftlvl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val as u32) & 0x03) << 11usize); + #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] + pub fn set_idmabact(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } } - impl Default for Sr { - fn default() -> Sr { - Sr(0) + impl Default for Idmactrlr { + fn default() -> Idmactrlr { + Idmactrlr(0) } } - #[doc = "TX CRC register"] + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Txcrcr(pub u32); - impl Txcrcr { - #[doc = "Tx CRC register"] - pub const fn tx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Resp2r(pub u32); + impl Resp2r { + #[doc = "see Table404."] + pub const fn cardstatus2(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Tx CRC register"] - pub fn set_tx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "see Table404."] + pub fn set_cardstatus2(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Txcrcr { - fn default() -> Txcrcr { - Txcrcr(0) + impl Default for Resp2r { + fn default() -> Resp2r { + Resp2r(0) } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidioe(pub u8); - impl Bidioe { - #[doc = "Output disabled (receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0); - #[doc = "Output enabled (transmit-only mode)"] - pub const OUTPUTENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct LdmaRx(pub u8); - impl LdmaRx { - #[doc = "Number of data to transfer for receive is even"] - pub const EVEN: Self = Self(0); - #[doc = "Number of data to transfer for receive is odd"] - pub const ODD: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxonly(pub u8); - impl Rxonly { - #[doc = "Full duplex (Transmit and receive)"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Output disabled (Receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidimode(pub u8); - impl Bidimode { - #[doc = "2-line unidirectional data mode selected"] - pub const UNIDIRECTIONAL: Self = Self(0); - #[doc = "1-line bidirectional data mode selected"] - pub const BIDIRECTIONAL: Self = Self(0x01); - } + #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ftlvlr(pub u8); - impl Ftlvlr { - #[doc = "Tx FIFO Empty"] - pub const EMPTY: Self = Self(0); - #[doc = "Tx 1/4 FIFO"] - pub const QUARTER: Self = Self(0x01); - #[doc = "Tx 1/2 FIFO"] - pub const HALF: Self = Self(0x02); - #[doc = "Tx FIFO full"] - pub const FULL: Self = Self(0x03); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Acktimer(pub u32); + impl Acktimer { + #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] + pub const fn acktime(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 + } + #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] + pub fn set_acktime(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ds(pub u8); - impl Ds { - #[doc = "4-bit"] - pub const FOURBIT: Self = Self(0x03); - #[doc = "5-bit"] - pub const FIVEBIT: Self = Self(0x04); - #[doc = "6-bit"] - pub const SIXBIT: Self = Self(0x05); - #[doc = "7-bit"] - pub const SEVENBIT: Self = Self(0x06); - #[doc = "8-bit"] - pub const EIGHTBIT: Self = Self(0x07); - #[doc = "9-bit"] - pub const NINEBIT: Self = Self(0x08); - #[doc = "10-bit"] - pub const TENBIT: Self = Self(0x09); - #[doc = "11-bit"] - pub const ELEVENBIT: Self = Self(0x0a); - #[doc = "12-bit"] - pub const TWELVEBIT: Self = Self(0x0b); - #[doc = "13-bit"] - pub const THIRTEENBIT: Self = Self(0x0c); - #[doc = "14-bit"] - pub const FOURTEENBIT: Self = Self(0x0d); - #[doc = "15-bit"] - pub const FIFTEENBIT: Self = Self(0x0e); - #[doc = "16-bit"] - pub const SIXTEENBIT: Self = Self(0x0f); + impl Default for Acktimer { + fn default() -> Acktimer { + Acktimer(0) + } } + #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frxth(pub u8); - impl Frxth { - #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/2 (16-bit)"] - pub const HALF: Self = Self(0); - #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/4 (8-bit)"] - pub const QUARTER: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Fifor(pub u32); + impl Fifor { + #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] + pub const fn fifodata(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] + pub fn set_fifodata(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frlvlr(pub u8); - impl Frlvlr { - #[doc = "Rx FIFO Empty"] - pub const EMPTY: Self = Self(0); - #[doc = "Rx 1/4 FIFO"] - pub const QUARTER: Self = Self(0x01); - #[doc = "Rx 1/2 FIFO"] - pub const HALF: Self = Self(0x02); - #[doc = "Rx FIFO full"] - pub const FULL: Self = Self(0x03); + impl Default for Fifor { + fn default() -> Fifor { + Fifor(0) + } } + #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "CK to 0 when idle"] - pub const IDLELOW: Self = Self(0); - #[doc = "CK to 1 when idle"] - pub const IDLEHIGH: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dtimer(pub u32); + impl Dtimer { + #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] + pub const fn datatime(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] + pub fn set_datatime(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Br(pub u8); - impl Br { - #[doc = "f_PCLK / 2"] - pub const DIV2: Self = Self(0); - #[doc = "f_PCLK / 4"] - pub const DIV4: Self = Self(0x01); - #[doc = "f_PCLK / 8"] - pub const DIV8: Self = Self(0x02); - #[doc = "f_PCLK / 16"] - pub const DIV16: Self = Self(0x03); - #[doc = "f_PCLK / 32"] - pub const DIV32: Self = Self(0x04); - #[doc = "f_PCLK / 64"] - pub const DIV64: Self = Self(0x05); - #[doc = "f_PCLK / 128"] - pub const DIV128: Self = Self(0x06); - #[doc = "f_PCLK / 256"] - pub const DIV256: Self = Self(0x07); + impl Default for Dtimer { + fn default() -> Dtimer { + Dtimer(0) +>>>>>>> c084e70 (Update generated code) + } } + } + pub mod vals { + use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsbfirst(pub u8); - impl Lsbfirst { - #[doc = "Data is transmitted/received with the MSB first"] - pub const MSBFIRST: Self = Self(0); - #[doc = "Data is transmitted/received with the LSB first"] - pub const LSBFIRST: Self = Self(0x01); + pub struct Brw(pub u8); + impl Brw { + #[doc = "No action on the corresponding ODx bit"] + pub const NOACTION: Self = Self(0); + #[doc = "Reset the ODx bit"] + pub const RESET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frer(pub u8); - impl Frer { - #[doc = "No frame format error"] - pub const NOERROR: Self = Self(0); - #[doc = "A frame format error occurred"] - pub const ERROR: Self = Self(0x01); + pub struct Idr(pub u8); + impl Idr { + #[doc = "Input is logic low"] + pub const LOW: Self = Self(0); + #[doc = "Input is logic high"] + pub const HIGH: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcl(pub u8); - impl Crcl { - #[doc = "8-bit CRC length"] - pub const EIGHTBIT: Self = Self(0); - #[doc = "16-bit CRC length"] - pub const SIXTEENBIT: Self = Self(0x01); + pub struct Lck(pub u8); + impl Lck { + #[doc = "Port configuration not locked"] + pub const UNLOCKED: Self = Self(0); + #[doc = "Port configuration locked"] + pub const LOCKED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcnext(pub u8); - impl Crcnext { - #[doc = "Next transmit value is from Tx buffer"] - pub const TXBUFFER: Self = Self(0); - #[doc = "Next transmit value is from Tx CRC register"] - pub const CRC: Self = Self(0x01); + pub struct Bsw(pub u8); + impl Bsw { + #[doc = "No action on the corresponding ODx bit"] + pub const NOACTION: Self = Self(0); + #[doc = "Sets the corresponding ODRx bit"] + pub const SET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frf(pub u8); - impl Frf { - #[doc = "SPI Motorola mode"] - pub const MOTOROLA: Self = Self(0); - #[doc = "SPI TI mode"] - pub const TI: Self = Self(0x01); + pub struct Odr(pub u8); + impl Odr { + #[doc = "Set output to logic low"] + pub const LOW: Self = Self(0); + #[doc = "Set output to logic high"] + pub const HIGH: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct LdmaTx(pub u8); - impl LdmaTx { - #[doc = "Number of data to transfer for transmit is even"] - pub const EVEN: Self = Self(0); - #[doc = "Number of data to transfer for transmit is odd"] - pub const ODD: Self = Self(0x01); + pub struct Cnf(pub u8); + impl Cnf { + #[doc = "Analog mode / Push-Pull mode"] + pub const PUSHPULL: Self = Self(0); + #[doc = "Floating input (reset state) / Open Drain-Mode"] + pub const OPENDRAIN: Self = Self(0x01); + #[doc = "Input with pull-up/pull-down / Alternate Function Push-Pull Mode"] + pub const ALTPUSHPULL: Self = Self(0x02); + #[doc = "Alternate Function Open-Drain Mode"] + pub const ALTOPENDRAIN: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mstr(pub u8); - impl Mstr { - #[doc = "Slave configuration"] - pub const SLAVE: Self = Self(0); - #[doc = "Master configuration"] - pub const MASTER: Self = Self(0x01); + pub struct Lckk(pub u8); + impl Lckk { + #[doc = "Port configuration lock key not active"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Port configuration lock key active"] + pub const ACTIVE: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRSTEDGE: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECONDEDGE: Self = Self(0x01); + pub struct Mode(pub u8); + impl Mode { + #[doc = "Input mode (reset state)"] + pub const INPUT: Self = Self(0); + #[doc = "Output mode 10 MHz"] + pub const OUTPUT: Self = Self(0x01); + #[doc = "Output mode 2 MHz"] + pub const OUTPUT2: Self = Self(0x02); + #[doc = "Output mode 50 MHz"] + pub const OUTPUT50: Self = Self(0x03); } } } -pub mod usart_v1 { +pub mod rng_v1 { use crate::generic::*; - #[doc = "Universal asynchronous receiver transmitter"] + #[doc = "Random number generator"] #[derive(Copy, Clone)] - pub struct Uart(pub *mut u8); - unsafe impl Send for Uart {} - unsafe impl Sync for Uart {} - impl Uart { - #[doc = "Status register"] - pub fn sr(self) -> Reg { + pub struct Rng(pub *mut u8); + unsafe impl Send for Rng {} + unsafe impl Sync for Rng {} + impl Rng { + #[doc = "control register"] + pub fn cr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "Data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "Baud rate register"] - pub fn brr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Control register 3"] - pub fn cr3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - } - #[doc = "Universal synchronous asynchronous receiver transmitter"] - #[derive(Copy, Clone)] - pub struct Usart(pub *mut u8); - unsafe impl Send for Usart {} - unsafe impl Sync for Usart {} - impl Usart { - #[doc = "Status register"] + #[doc = "status register"] pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "Data register"] - pub fn dr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "Baud rate register"] - pub fn brr(self) -> Reg { + #[doc = "data register"] + pub fn dr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "Control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Control register 3"] - pub fn cr3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "Guard time and prescaler register"] - pub fn gtpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } +<<<<<<< HEAD } - pub mod vals { + pub mod regs { use crate::generic::*; + #[doc = "control register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ps(pub u8); - impl Ps { - #[doc = "Even parity"] - pub const EVEN: Self = Self(0); - #[doc = "Odd parity"] - pub const ODD: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "Random number generator enable"] + pub const fn rngen(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Random number generator enable"] + pub fn set_rngen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Interrupt enable"] + pub const fn ie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Interrupt enable"] + pub fn set_ie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "Steady low value on CK pin outside transmission window"] - pub const LOW: Self = Self(0); - #[doc = "Steady high value on CK pin outside transmission window"] - pub const HIGH: Self = Self(0x01); + impl Default for Idmabsizer { + fn default() -> Idmabsizer { + Idmabsizer(0) + } } +<<<<<<< HEAD + #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rwu(pub u8); - impl Rwu { - #[doc = "Receiver in active mode"] - pub const ACTIVE: Self = Self(0); - #[doc = "Receiver in mute mode"] - pub const MUTE: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Clkcr(pub u32); + impl Clkcr { + #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] + pub const fn clkdiv(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x03ff; + val as u16 + } + #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] + pub fn set_clkdiv(&mut self, val: u16) { + self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + } + #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] + pub const fn pwrsav(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] + pub fn set_pwrsav(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn widbus(&self) -> u8 { + let val = (self.0 >> 14usize) & 0x03; + val as u8 + } + #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_widbus(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); + } + #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] + pub const fn negedge(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] + pub fn set_negedge(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] + pub const fn hwfc_en(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] + pub fn set_hwfc_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] + pub const fn ddr(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 + } + #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] + pub fn set_ddr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn busspeed(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_busspeed(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn selclkrx(&self) -> u8 { + let val = (self.0 >> 20usize) & 0x03; + val as u8 + } + #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_selclkrx(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct M(pub u8); - impl M { - #[doc = "8 data bits"] - pub const M8: Self = Self(0); - #[doc = "9 data bits"] - pub const M9: Self = Self(0x01); + impl Default for Clkcr { + fn default() -> Clkcr { + Clkcr(0) + } } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hdsel(pub u8); - impl Hdsel { - #[doc = "Half duplex mode is not selected"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Half duplex mode is selected"] - pub const HALFDUPLEX: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp2r(pub u32); + impl Resp2r { + #[doc = "see Table404."] + pub const fn cardstatus2(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "see Table404."] + pub fn set_cardstatus2(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Resp2r { + fn default() -> Resp2r { + Resp2r(0) + } } + #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] +======= + #[doc = "status register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Stop(pub u8); - impl Stop { - #[doc = "1 stop bit"] - pub const STOP1: Self = Self(0); - #[doc = "0.5 stop bits"] - pub const STOP0P5: Self = Self(0x01); - #[doc = "2 stop bits"] - pub const STOP2: Self = Self(0x02); - #[doc = "1.5 stop bits"] - pub const STOP1P5: Self = Self(0x03); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Sr(pub u32); + impl Sr { + #[doc = "Data ready"] + pub const fn drdy(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Data ready"] + pub fn set_drdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Clock error current status"] + pub const fn cecs(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Clock error current status"] + pub fn set_cecs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Seed error current status"] + pub const fn secs(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Seed error current status"] + pub fn set_secs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Clock error interrupt status"] + pub const fn ceis(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Clock error interrupt status"] + pub fn set_ceis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Seed error interrupt status"] + pub const fn seis(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Seed error interrupt status"] + pub fn set_seis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + } + impl Default for Sr { + fn default() -> Sr { + Sr(0) + } + } + } +} +pub mod syscfg_l4 { + use crate::generic::*; + #[doc = "System configuration controller"] + #[derive(Copy, Clone)] + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "memory remap register"] + pub fn memrmp(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "configuration register 1"] + pub fn cfgr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lbdl(pub u8); - impl Lbdl { - #[doc = "10-bit break detection"] - pub const LBDL10: Self = Self(0); - #[doc = "11-bit break detection"] - pub const LBDL11: Self = Self(0x01); + #[doc = "external interrupt configuration register 1"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Wake(pub u8); - impl Wake { - #[doc = "USART wakeup on idle line"] - pub const IDLELINE: Self = Self(0); - #[doc = "USART wakeup on address mark"] - pub const ADDRESSMARK: Self = Self(0x01); + #[doc = "SCSR"] + pub fn scsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Irlp(pub u8); - impl Irlp { - #[doc = "Normal mode"] - pub const NORMAL: Self = Self(0); - #[doc = "Low-power mode"] - pub const LOWPOWER: Self = Self(0x01); + #[doc = "CFGR2"] + pub fn cfgr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sbk(pub u8); - impl Sbk { - #[doc = "No break character is transmitted"] - pub const NOBREAK: Self = Self(0); - #[doc = "Break character transmitted"] - pub const BREAK: Self = Self(0x01); + #[doc = "SWPR"] + pub fn swpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRST: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECOND: Self = Self(0x01); + #[doc = "SKR"] + pub fn skr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } } } pub mod regs { use crate::generic::*; - #[doc = "Guard time and prescaler register"] + #[doc = "configuration register 1"] +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Gtpr(pub u32); - impl Gtpr { - #[doc = "Prescaler value"] - pub const fn psc(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; + pub struct Cfgr1(pub u32); + impl Cfgr1 { + #[doc = "Firewall disable"] + pub const fn fwdis(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Firewall disable"] + pub fn set_fwdis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "I/O analog switch voltage booster enable"] + pub const fn boosten(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "I/O analog switch voltage booster enable"] + pub fn set_boosten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] + pub const fn i2c_pb6_fmp(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] + pub fn set_i2c_pb6_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] + pub const fn i2c_pb7_fmp(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] + pub fn set_i2c_pb7_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] + pub const fn i2c_pb8_fmp(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 + } + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] + pub fn set_i2c_pb8_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] + pub const fn i2c_pb9_fmp(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] + pub fn set_i2c_pb9_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "I2C1 Fast-mode Plus driving capability activation"] + pub const fn i2c1_fmp(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 + } + #[doc = "I2C1 Fast-mode Plus driving capability activation"] + pub fn set_i2c1_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + } + #[doc = "I2C2 Fast-mode Plus driving capability activation"] + pub const fn i2c2_fmp(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 + } + #[doc = "I2C2 Fast-mode Plus driving capability activation"] + pub fn set_i2c2_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "I2C3 Fast-mode Plus driving capability activation"] + pub const fn i2c3_fmp(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "I2C3 Fast-mode Plus driving capability activation"] + pub fn set_i2c3_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "Floating Point Unit interrupts enable bits"] + pub const fn fpu_ie(&self) -> u8 { + let val = (self.0 >> 26usize) & 0x3f; val as u8 } - #[doc = "Prescaler value"] - pub fn set_psc(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "Floating Point Unit interrupts enable bits"] + pub fn set_fpu_ie(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 26usize)) | (((val as u32) & 0x3f) << 26usize); } - #[doc = "Guard time value"] - pub const fn gt(&self) -> u8 { - let val = (self.0 >> 8usize) & 0xff; + } + impl Default for Cfgr1 { + fn default() -> Cfgr1 { + Cfgr1(0) + } + } + #[doc = "SWPR"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Swpr(pub u32); + impl Swpr { + #[doc = "SRAWM2 write protection."] + pub fn pwp(&self, n: usize) -> bool { + assert!(n < 32usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "SRAWM2 write protection."] + pub fn set_pwp(&mut self, n: usize, val: bool) { + assert!(n < 32usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + } + impl Default for Swpr { + fn default() -> Swpr { + Swpr(0) + } + } + #[doc = "SKR"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Skr(pub u32); + impl Skr { + #[doc = "SRAM2 write protection key for software erase"] + pub const fn key(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; val as u8 } - #[doc = "Guard time value"] - pub fn set_gt(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); + #[doc = "SRAM2 write protection key for software erase"] + pub fn set_key(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } } - impl Default for Gtpr { - fn default() -> Gtpr { - Gtpr(0) + impl Default for Skr { + fn default() -> Skr { + Skr(0) } } - #[doc = "Control register 3"] + #[doc = "SCSR"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr3Usart(pub u32); - impl Cr3Usart { - #[doc = "Error interrupt enable"] - pub const fn eie(&self) -> bool { + pub struct Scsr(pub u32); + impl Scsr { + #[doc = "SRAM2 Erase"] + pub const fn sram2er(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Error interrupt enable"] - pub fn set_eie(&mut self, val: bool) { + #[doc = "SRAM2 Erase"] + pub fn set_sram2er(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "IrDA mode enable"] - pub const fn iren(&self) -> bool { + #[doc = "SRAM2 busy by erase operation"] + pub const fn sram2bsy(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "IrDA mode enable"] - pub fn set_iren(&mut self, val: bool) { + #[doc = "SRAM2 busy by erase operation"] + pub fn set_sram2bsy(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "IrDA low-power"] - pub const fn irlp(&self) -> super::vals::Irlp { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Irlp(val as u8) + } + impl Default for Scsr { + fn default() -> Scsr { + Scsr(0) } - #[doc = "IrDA low-power"] - pub fn set_irlp(&mut self, val: super::vals::Irlp) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "CFGR2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cfgr2(pub u32); + impl Cfgr2 { + #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] + pub const fn cll(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Half-duplex selection"] - pub const fn hdsel(&self) -> super::vals::Hdsel { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Hdsel(val as u8) + #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] + pub fn set_cll(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Half-duplex selection"] - pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "SRAM2 parity lock bit"] + pub const fn spl(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "Smartcard NACK enable"] - pub const fn nack(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "SRAM2 parity lock bit"] + pub fn set_spl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "PVD lock enable bit"] + pub const fn pvdl(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Smartcard NACK enable"] - pub fn set_nack(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "PVD lock enable bit"] + pub fn set_pvdl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Smartcard mode enable"] - pub const fn scen(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "ECC Lock"] + pub const fn eccl(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Smartcard mode enable"] - pub fn set_scen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "ECC Lock"] + pub fn set_eccl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "DMA enable receiver"] - pub const fn dmar(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "SRAM2 parity error flag"] + pub const fn spf(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "DMA enable receiver"] - pub fn set_dmar(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "SRAM2 parity error flag"] + pub fn set_spf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "DMA enable transmitter"] - pub const fn dmat(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + } + impl Default for Cfgr2 { + fn default() -> Cfgr2 { + Cfgr2(0) + } + } + #[doc = "memory remap register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Memrmp(pub u32); + impl Memrmp { + #[doc = "Memory mapping selection"] + pub const fn mem_mode(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x07; + val as u8 + } + #[doc = "Memory mapping selection"] + pub fn set_mem_mode(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); + } + #[doc = "QUADSPI memory mapping swap"] + pub const fn qfs(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "DMA enable transmitter"] - pub fn set_dmat(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "QUADSPI memory mapping swap"] + pub fn set_qfs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "RTS enable"] - pub const fn rtse(&self) -> bool { + #[doc = "Flash Bank mode selection"] + pub const fn fb_mode(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "RTS enable"] - pub fn set_rtse(&mut self, val: bool) { + #[doc = "Flash Bank mode selection"] + pub fn set_fb_mode(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "CTS enable"] - pub const fn ctse(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + } + impl Default for Memrmp { + fn default() -> Memrmp { + Memrmp(0) + } + } + #[doc = "external interrupt configuration register 4"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI12 configuration bits"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + val as u8 + } + #[doc = "EXTI12 configuration bits"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + } + } + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) + } + } + } +} +pub mod syscfg_h7 { + use crate::generic::*; + #[doc = "System configuration controller"] + #[derive(Copy, Clone)] + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "peripheral mode configuration register"] + pub fn pmcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "external interrupt configuration register 1"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + } + #[doc = "compensation cell control/status register"] + pub fn cccsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "SYSCFG compensation cell value register"] + pub fn ccvr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "SYSCFG compensation cell code register"] + pub fn cccr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "SYSCFG power control register"] + pub fn pwrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "SYSCFG package register"] + pub fn pkgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(292usize)) } + } + #[doc = "SYSCFG user register 0"] + pub fn ur0(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(768usize)) } + } + #[doc = "SYSCFG user register 2"] + pub fn ur2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(776usize)) } + } + #[doc = "SYSCFG user register 3"] + pub fn ur3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(780usize)) } + } + #[doc = "SYSCFG user register 4"] + pub fn ur4(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(784usize)) } + } + #[doc = "SYSCFG user register 5"] + pub fn ur5(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(788usize)) } + } + #[doc = "SYSCFG user register 6"] + pub fn ur6(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(792usize)) } + } + #[doc = "SYSCFG user register 7"] + pub fn ur7(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(796usize)) } + } + #[doc = "SYSCFG user register 8"] + pub fn ur8(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(800usize)) } + } + #[doc = "SYSCFG user register 9"] + pub fn ur9(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(804usize)) } + } + #[doc = "SYSCFG user register 10"] + pub fn ur10(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(808usize)) } + } + #[doc = "SYSCFG user register 11"] + pub fn ur11(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(812usize)) } + } + #[doc = "SYSCFG user register 12"] + pub fn ur12(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(816usize)) } + } + #[doc = "SYSCFG user register 13"] + pub fn ur13(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(820usize)) } + } + #[doc = "SYSCFG user register 14"] + pub fn ur14(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(824usize)) } + } + #[doc = "SYSCFG user register 15"] + pub fn ur15(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(828usize)) } + } + #[doc = "SYSCFG user register 16"] + pub fn ur16(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(832usize)) } + } + #[doc = "SYSCFG user register 17"] + pub fn ur17(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(836usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "SYSCFG user register 10"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur10(pub u32); + impl Ur10 { + #[doc = "Protected area end address for bank 2"] + pub const fn pa_end_2(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "Protected area end address for bank 2"] + pub fn set_pa_end_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "Secured area start address for bank 2"] + pub const fn sa_beg_2(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 + } +<<<<<<< HEAD + #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn ckstop(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_ckstop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn idmate(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "CTS enable"] - pub fn set_ctse(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_idmate(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - #[doc = "CTS interrupt enable"] - pub const fn ctsie(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; + #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn idmabtc(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; val != 0 } - #[doc = "CTS interrupt enable"] - pub fn set_ctsie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_idmabtc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } } - impl Default for Cr3Usart { - fn default() -> Cr3Usart { - Cr3Usart(0) + impl Default for Star { + fn default() -> Star { + Star(0) } } - #[doc = "Data register"] + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dr(pub u32); - impl Dr { - #[doc = "Data value"] - pub const fn dr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x01ff; - val as u16 + pub struct Resp3r(pub u32); + impl Resp3r { + #[doc = "see Table404."] + pub const fn cardstatus3(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Data value"] - pub fn set_dr(&mut self, val: u16) { - self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + #[doc = "see Table404."] + pub fn set_cardstatus3(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Dr { - fn default() -> Dr { - Dr(0) + impl Default for Resp3r { + fn default() -> Resp3r { + Resp3r(0) } } - #[doc = "Baud rate register"] + #[doc = "SDMMC power control register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Brr(pub u32); - impl Brr { - #[doc = "fraction of USARTDIV"] - pub const fn div_fraction(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; + pub struct Power(pub u32); + impl Power { + #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] + pub const fn pwrctrl(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; val as u8 } - #[doc = "fraction of USARTDIV"] - pub fn set_div_fraction(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] + pub fn set_pwrctrl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); } - #[doc = "mantissa of USARTDIV"] - pub const fn div_mantissa(&self) -> u16 { - let val = (self.0 >> 4usize) & 0x0fff; - val as u16 + #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] + pub const fn vswitch(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "mantissa of USARTDIV"] - pub fn set_div_mantissa(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 4usize)) | (((val as u32) & 0x0fff) << 4usize); + #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] + pub fn set_vswitch(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] + pub const fn vswitchen(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] + pub fn set_vswitchen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] + pub const fn dirpol(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] + pub fn set_dirpol(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } } - impl Default for Brr { - fn default() -> Brr { - Brr(0) + impl Default for Power { + fn default() -> Power { + Power(0) } } - #[doc = "Control register 2"] + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Address of the USART node"] - pub const fn add(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "Address of the USART node"] - pub fn set_add(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); - } - #[doc = "lin break detection length"] - pub const fn lbdl(&self) -> super::vals::Lbdl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lbdl(val as u8) - } - #[doc = "lin break detection length"] - pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + pub struct Resp1r(pub u32); + impl Resp1r { + #[doc = "see Table 432"] + pub const fn cardstatus1(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "LIN break detection interrupt enable"] - pub const fn lbdie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "see Table 432"] + pub fn set_cardstatus1(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "LIN break detection interrupt enable"] - pub fn set_lbdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + impl Default for Resp1r { + fn default() -> Resp1r { + Resp1r(0) } - #[doc = "STOP bits"] - pub const fn stop(&self) -> super::vals::Stop { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Stop(val as u8) + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp4r(pub u32); + impl Resp4r { + #[doc = "see Table404."] + pub const fn cardstatus4(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "STOP bits"] - pub fn set_stop(&mut self, val: super::vals::Stop) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + #[doc = "see Table404."] + pub fn set_cardstatus4(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "LIN mode enable"] - pub const fn linen(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 + } + impl Default for Resp4r { + fn default() -> Resp4r { + Resp4r(0) +======= + #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dcntr(pub u32); + impl Dcntr { + #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] + pub const fn datacount(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 } - #[doc = "LIN mode enable"] - pub fn set_linen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] + pub fn set_datacount(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); } } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) + impl Default for Dcntr { + fn default() -> Dcntr { + Dcntr(0) } } - #[doc = "Control register 1"] + #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Send break"] - pub const fn sbk(&self) -> super::vals::Sbk { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Sbk(val as u8) + pub struct Dlenr(pub u32); + impl Dlenr { + #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] + pub const fn datalength(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 } - #[doc = "Send break"] - pub fn set_sbk(&mut self, val: super::vals::Sbk) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] + pub fn set_datalength(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); } - #[doc = "Receiver wakeup"] - pub const fn rwu(&self) -> super::vals::Rwu { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Rwu(val as u8) + } + impl Default for Dlenr { + fn default() -> Dlenr { + Dlenr(0) } - #[doc = "Receiver wakeup"] - pub fn set_rwu(&mut self, val: super::vals::Rwu) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmabase1r(pub u32); + impl Idmabase1r { + #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] + pub const fn idmabase1(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Receiver enable"] - pub const fn re(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] + pub fn set_idmabase1(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "Receiver enable"] - pub fn set_re(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + impl Default for Idmabase1r { + fn default() -> Idmabase1r { + Idmabase1r(0) } - #[doc = "Transmitter enable"] - pub const fn te(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + } + #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmabsizer(pub u32); + impl Idmabsizer { + #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmabndt(&self) -> u8 { + let val = (self.0 >> 5usize) & 0xff; + val as u8 } - #[doc = "Transmitter enable"] - pub fn set_te(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmabndt(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 5usize)) | (((val as u32) & 0xff) << 5usize); } - #[doc = "IDLE interrupt enable"] - pub const fn idleie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + } + impl Default for Idmabsizer { + fn default() -> Idmabsizer { + Idmabsizer(0) } - #[doc = "IDLE interrupt enable"] - pub fn set_idleie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "SDMMC command response register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Respcmdr(pub u32); + impl Respcmdr { + #[doc = "Response command index"] + pub const fn respcmd(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x3f; + val as u8 } - #[doc = "RXNE interrupt enable"] - pub const fn rxneie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "Response command index"] + pub fn set_respcmd(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); } - #[doc = "RXNE interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + impl Default for Respcmdr { + fn default() -> Respcmdr { + Respcmdr(0) } - #[doc = "Transmission complete interrupt enable"] - pub const fn tcie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + } + #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Argr(pub u32); + impl Argr { + #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] + pub const fn cmdarg(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Transmission complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] + pub fn set_cmdarg(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "TXE interrupt enable"] - pub const fn txeie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + } + impl Default for Argr { + fn default() -> Argr { + Argr(0) } - #[doc = "TXE interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "SDMMC IP version register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ver(pub u32); + impl Ver { + #[doc = "IP minor revision number."] + pub const fn minrev(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "PE interrupt enable"] - pub const fn peie(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "IP minor revision number."] + pub fn set_minrev(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "PE interrupt enable"] - pub fn set_peie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "IP major revision number."] + pub const fn majrev(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 } - #[doc = "Parity selection"] - pub const fn ps(&self) -> super::vals::Ps { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Ps(val as u8) + #[doc = "IP major revision number."] + pub fn set_majrev(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); } - #[doc = "Parity selection"] - pub fn set_ps(&mut self, val: super::vals::Ps) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + impl Default for Ver { + fn default() -> Ver { + Ver(0) } - #[doc = "Parity control enable"] - pub const fn pce(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp3r(pub u32); + impl Resp3r { + #[doc = "see Table404."] + pub const fn cardstatus3(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Parity control enable"] - pub fn set_pce(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "see Table404."] + pub fn set_cardstatus3(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "Wakeup method"] - pub const fn wake(&self) -> super::vals::Wake { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Wake(val as u8) + } + impl Default for Resp3r { + fn default() -> Resp3r { + Resp3r(0) } - #[doc = "Wakeup method"] - pub fn set_wake(&mut self, val: super::vals::Wake) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmabase0r(pub u32); + impl Idmabase0r { + #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] + pub const fn idmabase0(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Word length"] - pub const fn m(&self) -> super::vals::M { - let val = (self.0 >> 12usize) & 0x01; - super::vals::M(val as u8) + #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] + pub fn set_idmabase0(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "Word length"] - pub fn set_m(&mut self, val: super::vals::M) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + impl Default for Idmabase0r { + fn default() -> Idmabase0r { + Idmabase0r(0) } - #[doc = "USART enable"] - pub const fn ue(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 + } + } +} +pub mod pwr_h7 { + use crate::generic::*; + #[doc = "PWR"] + #[derive(Copy, Clone)] + pub struct Pwr(pub *mut u8); + unsafe impl Send for Pwr {} + unsafe impl Sync for Pwr {} + impl Pwr { + #[doc = "PWR control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "PWR control status register 1"] + pub fn csr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "This register is not reset by wakeup from Standby mode, RESET signal and VDD POR. It is only reset by VSW POR and VSWRST reset. This register shall not be accessed when VSWRST bit in RCC_BDCR register resets the VSW domain.After reset, PWR_CR2 register is write-protected. Prior to modifying its content, the DBP bit in PWR_CR1 register must be set to disable the write protection."] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Reset only by POR only, not reset by wakeup from Standby mode and RESET pad. The lower byte of this register is written once after POR and shall be written before changing VOS level or ck_sys clock frequency. No limitation applies to the upper bytes.Programming data corresponding to an invalid combination of SDLEVEL, SDEXTHP, SDEN, LDOEN and BYPASS bits (see Table9) will be ignored: data will not be written, the written-once mechanism will lock the register and any further write access will be ignored. The default supply configuration will be kept and the ACTVOSRDY bit in PWR control status register 1 (PWR_CSR1) will go on indicating invalid voltage levels. The system shall be power cycled before writing a new value."] + pub fn cr3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "This register allows controlling CPU1 power."] + pub fn cpucr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "This register allows controlling D3 domain power.Following reset VOSRDY will be read 1 by software"] + pub fn d3cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "reset only by system reset, not reset by wakeup from Standby mode5 wait states are required when writing this register (when clearing a WKUPF bit in PWR_WKUPFR, the AHB write access will complete after the WKUPF has been cleared)."] + pub fn wkupcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "reset only by system reset, not reset by wakeup from Standby mode"] + pub fn wkupfr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "Reset only by system reset, not reset by wakeup from Standby mode"] + pub fn wkupepr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "reset only by system reset, not reset by wakeup from Standby mode5 wait states are required when writing this register (when clearing a WKUPF bit in PWR_WKUPFR, the AHB write access will complete after the WKUPF has been cleared)."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Wkupcr(pub u32); + impl Wkupcr { + #[doc = "Clear Wakeup pin flag for WKUP. These bits are always read as 0."] + pub const fn wkupc(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x3f; + val as u8 } - #[doc = "USART enable"] - pub fn set_ue(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "Clear Wakeup pin flag for WKUP. These bits are always read as 0."] + pub fn set_wkupc(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); } } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) + impl Default for Wkupcr { + fn default() -> Wkupcr { + Wkupcr(0) } } - #[doc = "Control register 2"] + #[doc = "Reset only by POR only, not reset by wakeup from Standby mode and RESET pad. The lower byte of this register is written once after POR and shall be written before changing VOS level or ck_sys clock frequency. No limitation applies to the upper bytes.Programming data corresponding to an invalid combination of SDLEVEL, SDEXTHP, SDEN, LDOEN and BYPASS bits (see Table9) will be ignored: data will not be written, the written-once mechanism will lock the register and any further write access will be ignored. The default supply configuration will be kept and the ACTVOSRDY bit in PWR control status register 1 (PWR_CSR1) will go on indicating invalid voltage levels. The system shall be power cycled before writing a new value."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Usart(pub u32); - impl Cr2Usart { - #[doc = "Address of the USART node"] - pub const fn add(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "Address of the USART node"] - pub fn set_add(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + pub struct Cr3(pub u32); + impl Cr3 { + #[doc = "Power management unit bypass"] + pub const fn bypass(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "lin break detection length"] - pub const fn lbdl(&self) -> super::vals::Lbdl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lbdl(val as u8) + #[doc = "Power management unit bypass"] + pub fn set_bypass(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "lin break detection length"] - pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Low drop-out regulator enable"] + pub const fn ldoen(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "LIN break detection interrupt enable"] - pub const fn lbdie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Low drop-out regulator enable"] + pub fn set_ldoen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "SD converter Enable"] + pub const fn scuen(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "LIN break detection interrupt enable"] - pub fn set_lbdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "SD converter Enable"] + pub fn set_scuen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Last bit clock pulse"] - pub const fn lbcl(&self) -> bool { + #[doc = "VBAT charging enable"] + pub const fn vbe(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Last bit clock pulse"] - pub fn set_lbcl(&mut self, val: bool) { + #[doc = "VBAT charging enable"] + pub fn set_vbe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { + #[doc = "VBAT charging resistor selection"] + pub const fn vbrs(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; - super::vals::Cpha(val as u8) - } - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Cpol(val as u8) + val != 0 } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "VBAT charging resistor selection"] + pub fn set_vbrs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Clock enable"] - pub const fn clken(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "VDD33USB voltage level detector enable."] + pub const fn usb33den(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Clock enable"] - pub fn set_clken(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "VDD33USB voltage level detector enable."] + pub fn set_usb33den(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "STOP bits"] - pub const fn stop(&self) -> super::vals::Stop { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Stop(val as u8) + #[doc = "USB regulator enable."] + pub const fn usbregen(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 } - #[doc = "STOP bits"] - pub fn set_stop(&mut self, val: super::vals::Stop) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + #[doc = "USB regulator enable."] + pub fn set_usbregen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "LIN mode enable"] - pub const fn linen(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "USB supply ready."] + pub const fn usb33rdy(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "LIN mode enable"] - pub fn set_linen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "USB supply ready."] + pub fn set_usb33rdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } } - impl Default for Cr2Usart { - fn default() -> Cr2Usart { - Cr2Usart(0) + impl Default for Cr3 { + fn default() -> Cr3 { + Cr3(0) } } - #[doc = "Status register"] + #[doc = "PWR control register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrUsart(pub u32); - impl SrUsart { - #[doc = "Parity error"] - pub const fn pe(&self) -> bool { + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Low-power Deepsleep with SVOS3 (SVOS4 and SVOS5 always use low-power, regardless of the setting of this bit)"] + pub const fn lpds(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Parity error"] - pub fn set_pe(&mut self, val: bool) { + #[doc = "Low-power Deepsleep with SVOS3 (SVOS4 and SVOS5 always use low-power, regardless of the setting of this bit)"] + pub fn set_lpds(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Framing error"] - pub const fn fe(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Framing error"] - pub fn set_fe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Noise error flag"] - pub const fn ne(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Noise error flag"] - pub fn set_ne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Overrun error"] - pub const fn ore(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Overrun error"] - pub fn set_ore(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "IDLE line detected"] - pub const fn idle(&self) -> bool { + #[doc = "Programmable voltage detector enable"] + pub const fn pvde(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "IDLE line detected"] - pub fn set_idle(&mut self, val: bool) { + #[doc = "Programmable voltage detector enable"] + pub fn set_pvde(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Read data register not empty"] - pub const fn rxne(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "Programmable voltage detector level selection These bits select the voltage threshold detected by the PVD. Note: Refer to Section Electrical characteristics of the product datasheet for more details."] + pub const fn pls(&self) -> u8 { + let val = (self.0 >> 5usize) & 0x07; + val as u8 } - #[doc = "Read data register not empty"] - pub fn set_rxne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Programmable voltage detector level selection These bits select the voltage threshold detected by the PVD. Note: Refer to Section Electrical characteristics of the product datasheet for more details."] + pub fn set_pls(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 5usize)) | (((val as u32) & 0x07) << 5usize); } - #[doc = "Transmission complete"] - pub const fn tc(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Disable backup domain write protection In reset state, the RCC_BDCR register, the RTC registers (including the backup registers), BREN and MOEN bits in PWR_CR2 register, are protected against parasitic write access. This bit must be set to enable write access to these registers."] + pub const fn dbp(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Transmission complete"] - pub fn set_tc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Disable backup domain write protection In reset state, the RCC_BDCR register, the RTC registers (including the backup registers), BREN and MOEN bits in PWR_CR2 register, are protected against parasitic write access. This bit must be set to enable write access to these registers."] + pub fn set_dbp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Transmit data register empty"] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Flash low-power mode in DStop mode This bit allows to obtain the best trade-off between low-power consumption and restart time when exiting from DStop mode. When it is set, the Flash memory enters low-power mode when D1 domain is in DStop mode."] + pub const fn flps(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "Transmit data register empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Flash low-power mode in DStop mode This bit allows to obtain the best trade-off between low-power consumption and restart time when exiting from DStop mode. When it is set, the Flash memory enters low-power mode when D1 domain is in DStop mode."] + pub fn set_flps(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "LIN break detection flag"] - pub const fn lbd(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "System Stop mode voltage scaling selection These bits control the VCORE voltage level in system Stop mode, to obtain the best trade-off between power consumption and performance."] + pub const fn svos(&self) -> u8 { + let val = (self.0 >> 14usize) & 0x03; + val as u8 } - #[doc = "LIN break detection flag"] - pub fn set_lbd(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "System Stop mode voltage scaling selection These bits control the VCORE voltage level in system Stop mode, to obtain the best trade-off between power consumption and performance."] + pub fn set_svos(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); } - #[doc = "CTS flag"] - pub const fn cts(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + #[doc = "Peripheral voltage monitor on VDDA enable"] + pub const fn avden(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "CTS flag"] - pub fn set_cts(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "Peripheral voltage monitor on VDDA enable"] + pub fn set_avden(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "Analog voltage detector level selection These bits select the voltage threshold detected by the AVD."] + pub const fn als(&self) -> u8 { + let val = (self.0 >> 17usize) & 0x03; + val as u8 + } + #[doc = "Analog voltage detector level selection These bits select the voltage threshold detected by the AVD."] + pub fn set_als(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 17usize)) | (((val as u32) & 0x03) << 17usize); } } - impl Default for SrUsart { - fn default() -> SrUsart { - SrUsart(0) + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) } } - #[doc = "Status register"] + #[doc = "This register is not reset by wakeup from Standby mode, RESET signal and VDD POR. It is only reset by VSW POR and VSWRST reset. This register shall not be accessed when VSWRST bit in RCC_BDCR register resets the VSW domain.After reset, PWR_CR2 register is write-protected. Prior to modifying its content, the DBP bit in PWR_CR1 register must be set to disable the write protection."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Parity error"] - pub const fn pe(&self) -> bool { + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Backup regulator enable When set, the Backup regulator (used to maintain the backup RAM content in Standby and VBAT modes) is enabled. If BREN is reset, the backup regulator is switched off. The backup RAM can still be used in Run and Stop modes. However, its content will be lost in Standby and VBAT modes. If BREN is set, the application must wait till the Backup Regulator Ready flag (BRRDY) is set to indicate that the data written into the SRAM will be maintained in Standby and VBAT modes."] + pub const fn bren(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Parity error"] - pub fn set_pe(&mut self, val: bool) { + #[doc = "Backup regulator enable When set, the Backup regulator (used to maintain the backup RAM content in Standby and VBAT modes) is enabled. If BREN is reset, the backup regulator is switched off. The backup RAM can still be used in Run and Stop modes. However, its content will be lost in Standby and VBAT modes. If BREN is set, the application must wait till the Backup Regulator Ready flag (BRRDY) is set to indicate that the data written into the SRAM will be maintained in Standby and VBAT modes."] + pub fn set_bren(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Framing error"] - pub const fn fe(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "VBAT and temperature monitoring enable When set, the VBAT supply and temperature monitoring is enabled."] + pub const fn monen(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Framing error"] - pub fn set_fe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "VBAT and temperature monitoring enable When set, the VBAT supply and temperature monitoring is enabled."] + pub fn set_monen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Noise error flag"] - pub const fn ne(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "Backup regulator ready This bit is set by hardware to indicate that the Backup regulator is ready."] + pub const fn brrdy(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Noise error flag"] - pub fn set_ne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Backup regulator ready This bit is set by hardware to indicate that the Backup regulator is ready."] + pub fn set_brrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Overrun error"] - pub const fn ore(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "VBAT level monitoring versus low threshold"] + pub const fn vbatl(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; val != 0 } - #[doc = "Overrun error"] - pub fn set_ore(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "VBAT level monitoring versus low threshold"] + pub fn set_vbatl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "IDLE line detected"] - pub const fn idle(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "VBAT level monitoring versus high threshold"] + pub const fn vbath(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "IDLE line detected"] - pub fn set_idle(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "VBAT level monitoring versus high threshold"] + pub fn set_vbath(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Read data register not empty"] - pub const fn rxne(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "Temperature level monitoring versus low threshold"] + pub const fn templ(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "Read data register not empty"] - pub fn set_rxne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Temperature level monitoring versus low threshold"] + pub fn set_templ(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Transmission complete"] - pub const fn tc(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Temperature level monitoring versus high threshold"] + pub const fn temph(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "Transmission complete"] - pub fn set_tc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Temperature level monitoring versus high threshold"] + pub fn set_temph(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "Transmit data register empty"] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + } + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) + } + } + #[doc = "Reset only by system reset, not reset by wakeup from Standby mode"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Wkupepr(pub u32); + impl Wkupepr { + #[doc = "Enable Wakeup Pin WKUPn+1 Each bit is set and cleared by software. Note: An additional wakeup event is detected if WKUPn+1 pin is enabled (by setting the WKUPENn+1 bit) when WKUPn+1 pin level is already high when WKUPPn+1 selects rising edge, or low when WKUPPn+1 selects falling edge."] + pub fn wkupen(&self, n: usize) -> bool { + assert!(n < 6usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Transmit data register empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Enable Wakeup Pin WKUPn+1 Each bit is set and cleared by software. Note: An additional wakeup event is detected if WKUPn+1 pin is enabled (by setting the WKUPENn+1 bit) when WKUPn+1 pin level is already high when WKUPPn+1 selects rising edge, or low when WKUPPn+1 selects falling edge."] + pub fn set_wkupen(&mut self, n: usize, val: bool) { + assert!(n < 6usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "LIN break detection flag"] - pub const fn lbd(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Wakeup pin polarity bit for WKUPn-7 These bits define the polarity used for event detection on WKUPn-7 external wakeup pin."] + pub fn wkupp(&self, n: usize) -> bool { + assert!(n < 6usize); + let offs = 8usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "LIN break detection flag"] - pub fn set_lbd(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Wakeup pin polarity bit for WKUPn-7 These bits define the polarity used for event detection on WKUPn-7 external wakeup pin."] + pub fn set_wkupp(&mut self, n: usize, val: bool) { + assert!(n < 6usize); + let offs = 8usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Wakeup pin pull configuration"] + pub fn wkuppupd(&self, n: usize) -> u8 { + assert!(n < 6usize); + let offs = 16usize + n * 2usize; + let val = (self.0 >> offs) & 0x03; + val as u8 + } + #[doc = "Wakeup pin pull configuration"] + pub fn set_wkuppupd(&mut self, n: usize, val: u8) { + assert!(n < 6usize); + let offs = 16usize + n * 2usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val as u32) & 0x03) << offs); } } - impl Default for Sr { - fn default() -> Sr { - Sr(0) + impl Default for Wkupepr { + fn default() -> Wkupepr { + Wkupepr(0) } } - #[doc = "Control register 3"] + #[doc = "PWR control status register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr3(pub u32); - impl Cr3 { - #[doc = "Error interrupt enable"] - pub const fn eie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + pub struct Csr1(pub u32); + impl Csr1 { + #[doc = "Programmable voltage detect output This bit is set and cleared by hardware. It is valid only if the PVD has been enabled by the PVDE bit. Note: since the PVD is disabled in Standby mode, this bit is equal to 0 after Standby or reset until the PVDE bit is set."] + pub const fn pvdo(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Error interrupt enable"] - pub fn set_eie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Programmable voltage detect output This bit is set and cleared by hardware. It is valid only if the PVD has been enabled by the PVDE bit. Note: since the PVD is disabled in Standby mode, this bit is equal to 0 after Standby or reset until the PVDE bit is set."] + pub fn set_pvdo(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "IrDA mode enable"] - pub const fn iren(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "Voltage levels ready bit for currently used VOS and SDLEVEL This bit is set to 1 by hardware when the voltage regulator and the SD converter are both disabled and Bypass mode is selected in PWR control register 3 (PWR_CR3)."] + pub const fn actvosrdy(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "IrDA mode enable"] - pub fn set_iren(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "IrDA low-power"] - pub const fn irlp(&self) -> super::vals::Irlp { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Irlp(val as u8) - } - #[doc = "IrDA low-power"] - pub fn set_irlp(&mut self, val: super::vals::Irlp) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "Half-duplex selection"] - pub const fn hdsel(&self) -> super::vals::Hdsel { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Hdsel(val as u8) - } - #[doc = "Half-duplex selection"] - pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Voltage levels ready bit for currently used VOS and SDLEVEL This bit is set to 1 by hardware when the voltage regulator and the SD converter are both disabled and Bypass mode is selected in PWR control register 3 (PWR_CR3)."] + pub fn set_actvosrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "DMA enable receiver"] - pub const fn dmar(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "VOS currently applied for VCORE voltage scaling selection. These bits reflect the last VOS value applied to the PMU."] + pub const fn actvos(&self) -> u8 { + let val = (self.0 >> 14usize) & 0x03; + val as u8 } - #[doc = "DMA enable receiver"] - pub fn set_dmar(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "VOS currently applied for VCORE voltage scaling selection. These bits reflect the last VOS value applied to the PMU."] + pub fn set_actvos(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); } - #[doc = "DMA enable transmitter"] - pub const fn dmat(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Analog voltage detector output on VDDA This bit is set and cleared by hardware. It is valid only if AVD on VDDA is enabled by the AVDEN bit. Note: Since the AVD is disabled in Standby mode, this bit is equal to 0 after Standby or reset until the AVDEN bit is set."] + pub const fn avdo(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "DMA enable transmitter"] - pub fn set_dmat(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Analog voltage detector output on VDDA This bit is set and cleared by hardware. It is valid only if AVD on VDDA is enabled by the AVDEN bit. Note: Since the AVD is disabled in Standby mode, this bit is equal to 0 after Standby or reset until the AVDEN bit is set."] + pub fn set_avdo(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Cr3 { - fn default() -> Cr3 { - Cr3(0) + impl Default for Csr1 { + fn default() -> Csr1 { + Csr1(0) +>>>>>>> c084e70 (Update generated code) } } - } -} -pub mod sdmmc_v2 { - use crate::generic::*; - #[doc = "SDMMC"] - #[derive(Copy, Clone)] - pub struct Sdmmc(pub *mut u8); - unsafe impl Send for Sdmmc {} - unsafe impl Sync for Sdmmc {} - impl Sdmmc { - #[doc = "SDMMC power control register"] - pub fn power(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] - pub fn clkcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] - pub fn argr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] - pub fn cmdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "SDMMC command response register"] - pub fn respcmdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - pub fn respr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(20usize + n * 4usize)) } - } - #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] - pub fn dtimer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] - pub fn dlenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] - pub fn dctrl(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] - pub fn dcntr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } - } - #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] - pub fn star(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(52usize)) } - } - #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] - pub fn icr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(56usize)) } - } - #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] - pub fn maskr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(60usize)) } - } - #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] - pub fn acktimer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(64usize)) } - } - #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] - pub fn idmactrlr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(80usize)) } - } - #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] - pub fn idmabsizer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(84usize)) } - } - #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] - pub fn idmabase0r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(88usize)) } - } - #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] - pub fn idmabase1r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(92usize)) } - } - #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] - pub fn fifor(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(128usize)) } - } - #[doc = "SDMMC IP version register"] - pub fn ver(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(1012usize)) } - } - #[doc = "SDMMC IP identification register"] - pub fn id(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(1016usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] + #[doc = "reset only by system reset, not reset by wakeup from Standby mode"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmabsizer(pub u32); - impl Idmabsizer { - #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmabndt(&self) -> u8 { - let val = (self.0 >> 5usize) & 0xff; - val as u8 + pub struct Wkupfr(pub u32); + impl Wkupfr { + #[doc = "Wakeup pin WKUPF flag. This bit is set by hardware and cleared only by a Reset pin or by setting the WKUPCn+1 bit in the PWR wakeup clear register (PWR_WKUPCR)."] + pub fn wkupf(&self, n: usize) -> bool { + assert!(n < 6usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmabndt(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 5usize)) | (((val as u32) & 0xff) << 5usize); + #[doc = "Wakeup pin WKUPF flag. This bit is set by hardware and cleared only by a Reset pin or by setting the WKUPCn+1 bit in the PWR wakeup clear register (PWR_WKUPCR)."] + pub fn set_wkupf(&mut self, n: usize, val: bool) { + assert!(n < 6usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Idmabsizer { - fn default() -> Idmabsizer { - Idmabsizer(0) + impl Default for Wkupfr { + fn default() -> Wkupfr { + Wkupfr(0) } } - #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] +<<<<<<< HEAD + #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dcntr(pub u32); - impl Dcntr { - #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] - pub const fn datacount(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; + pub struct Argr(pub u32); + impl Argr { + #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] + pub const fn cmdarg(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; val as u32 } - #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] - pub fn set_datacount(&mut self, val: u32) { + #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] + pub fn set_cmdarg(&mut self, val: u32) { self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Dcntr { - fn default() -> Dcntr { - Dcntr(0) + impl Default for Argr { + fn default() -> Argr { + Argr(0) } } - #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] + #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmabase0r(pub u32); - impl Idmabase0r { - #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] - pub const fn idmabase0(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; + pub struct Dlenr(pub u32); + impl Dlenr { + #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] + pub const fn datalength(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; val as u32 } - #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] - pub fn set_idmabase0(&mut self, val: u32) { + #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] + pub fn set_datalength(&mut self, val: u32) { self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); } } - impl Default for Idmabase0r { - fn default() -> Idmabase0r { - Idmabase0r(0) + impl Default for Dlenr { + fn default() -> Dlenr { + Dlenr(0) } } - #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] + #[doc = "SDMMC IP version register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmabase1r(pub u32); - impl Idmabase1r { - #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] - pub const fn idmabase1(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Ver(pub u32); + impl Ver { + #[doc = "IP minor revision number."] + pub const fn minrev(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] - pub fn set_idmabase1(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "IP minor revision number."] + pub fn set_minrev(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "IP major revision number."] + pub const fn majrev(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 + } + #[doc = "IP major revision number."] + pub fn set_majrev(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); } } - impl Default for Idmabase1r { - fn default() -> Idmabase1r { - Idmabase1r(0) + impl Default for Ver { + fn default() -> Ver { + Ver(0) } } - #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] + #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] +======= + #[doc = "This register allows controlling CPU1 power."] +>>>>>>> c084e70 (Update generated code) #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Clkcr(pub u32); - impl Clkcr { - #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] - pub const fn clkdiv(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x03ff; - val as u16 + pub struct Cpucr(pub u32); + impl Cpucr { + #[doc = "D1 domain Power Down Deepsleep selection. This bit allows CPU1 to define the Deepsleep mode for D1 domain."] + pub const fn pdds_d1(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] - pub fn set_clkdiv(&mut self, val: u16) { - self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + #[doc = "D1 domain Power Down Deepsleep selection. This bit allows CPU1 to define the Deepsleep mode for D1 domain."] + pub fn set_pdds_d1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] - pub const fn pwrsav(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "D2 domain Power Down Deepsleep. This bit allows CPU1 to define the Deepsleep mode for D2 domain."] + pub const fn pdds_d2(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] - pub fn set_pwrsav(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "D2 domain Power Down Deepsleep. This bit allows CPU1 to define the Deepsleep mode for D2 domain."] + pub fn set_pdds_d2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn widbus(&self) -> u8 { - let val = (self.0 >> 14usize) & 0x03; - val as u8 + #[doc = "System D3 domain Power Down Deepsleep. This bit allows CPU1 to define the Deepsleep mode for System D3 domain."] + pub const fn pdds_d3(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_widbus(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); + #[doc = "System D3 domain Power Down Deepsleep. This bit allows CPU1 to define the Deepsleep mode for System D3 domain."] + pub fn set_pdds_d3(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] - pub const fn negedge(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "STOP flag This bit is set by hardware and cleared only by any reset or by setting the CPU1 CSSF bit."] + pub const fn stopf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] - pub fn set_negedge(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "STOP flag This bit is set by hardware and cleared only by any reset or by setting the CPU1 CSSF bit."] + pub fn set_stopf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] - pub const fn hwfc_en(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; + #[doc = "System Standby flag This bit is set by hardware and cleared only by a POR (Power-on Reset) or by setting the CPU1 CSSF bit"] + pub const fn sbf(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] - pub fn set_hwfc_en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "System Standby flag This bit is set by hardware and cleared only by a POR (Power-on Reset) or by setting the CPU1 CSSF bit"] + pub fn set_sbf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] - pub const fn ddr(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; + #[doc = "D1 domain DStandby flag This bit is set by hardware and cleared by any system reset or by setting the CPU1 CSSF bit. Once set, this bit can be cleared only when the D1 domain is no longer in DStandby mode."] + pub const fn sbf_d1(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] - pub fn set_ddr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "D1 domain DStandby flag This bit is set by hardware and cleared by any system reset or by setting the CPU1 CSSF bit. Once set, this bit can be cleared only when the D1 domain is no longer in DStandby mode."] + pub fn set_sbf_d1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn busspeed(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; + #[doc = "D2 domain DStandby flag This bit is set by hardware and cleared by any system reset or by setting the CPU1 CSSF bit. Once set, this bit can be cleared only when the D2 domain is no longer in DStandby mode."] + pub const fn sbf_d2(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_busspeed(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "D2 domain DStandby flag This bit is set by hardware and cleared by any system reset or by setting the CPU1 CSSF bit. Once set, this bit can be cleared only when the D2 domain is no longer in DStandby mode."] + pub fn set_sbf_d2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn selclkrx(&self) -> u8 { - let val = (self.0 >> 20usize) & 0x03; - val as u8 + #[doc = "Clear D1 domain CPU1 Standby, Stop and HOLD flags (always read as 0) This bit is cleared to 0 by hardware."] + pub const fn cssf(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 } - #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_selclkrx(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); + #[doc = "Clear D1 domain CPU1 Standby, Stop and HOLD flags (always read as 0) This bit is cleared to 0 by hardware."] + pub fn set_cssf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Keep system D3 domain in Run mode regardless of the CPU sub-systems modes"] + pub const fn run_d3(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Keep system D3 domain in Run mode regardless of the CPU sub-systems modes"] + pub fn set_run_d3(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } } - impl Default for Clkcr { - fn default() -> Clkcr { - Clkcr(0) + impl Default for Cpucr { + fn default() -> Cpucr { + Cpucr(0) } } - #[doc = "SDMMC command response register"] + #[doc = "This register allows controlling D3 domain power.Following reset VOSRDY will be read 1 by software"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Respcmdr(pub u32); - impl Respcmdr { - #[doc = "Response command index"] - pub const fn respcmd(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x3f; + pub struct D3cr(pub u32); + impl D3cr { + #[doc = "VOS Ready bit for VCORE voltage scaling output selection. This bit is set to 1 by hardware when Bypass mode is selected in PWR control register 3 (PWR_CR3)."] + pub const fn vosrdy(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "VOS Ready bit for VCORE voltage scaling output selection. This bit is set to 1 by hardware when Bypass mode is selected in PWR control register 3 (PWR_CR3)."] + pub fn set_vosrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Voltage scaling selection according to performance These bits control the VCORE voltage level and allow to obtains the best trade-off between power consumption and performance: When increasing the performance, the voltage scaling shall be changed before increasing the system frequency. When decreasing performance, the system frequency shall first be decreased before changing the voltage scaling."] + pub const fn vos(&self) -> u8 { + let val = (self.0 >> 14usize) & 0x03; val as u8 } - #[doc = "Response command index"] - pub fn set_respcmd(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); + #[doc = "Voltage scaling selection according to performance These bits control the VCORE voltage level and allow to obtains the best trade-off between power consumption and performance: When increasing the performance, the voltage scaling shall be changed before increasing the system frequency. When decreasing performance, the system frequency shall first be decreased before changing the voltage scaling."] + pub fn set_vos(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); } } - impl Default for Respcmdr { - fn default() -> Respcmdr { - Respcmdr(0) + impl Default for D3cr { + fn default() -> D3cr { + D3cr(0) } } - #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] + } +} +pub mod spi_v1 { + use crate::generic::*; + #[doc = "Serial peripheral interface"] + #[derive(Copy, Clone)] + pub struct Spi(pub *mut u8); + unsafe impl Send for Spi {} + unsafe impl Sync for Spi {} + impl Spi { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "CRC polynomial register"] + pub fn crcpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "RX CRC register"] + pub fn rxcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "TX CRC register"] + pub fn txcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "control register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dlenr(pub u32); - impl Dlenr { - #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] - pub const fn datalength(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Cpha(val as u8) } - #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] - pub fn set_datalength(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - } - impl Default for Dlenr { - fn default() -> Dlenr { - Dlenr(0) +<<<<<<< HEAD + #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] + pub fn set_txfifoeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp2r(pub u32); - impl Resp2r { - #[doc = "see Table404."] - pub const fn cardstatus2(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] + pub const fn busyd0endie(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 } - #[doc = "see Table404."] - pub fn set_cardstatus2(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] + pub fn set_busyd0endie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] + pub const fn sdioitie(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] + pub fn set_sdioitie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] + pub const fn ackfailie(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] + pub fn set_ackfailie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] + pub const fn acktimeoutie(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] + pub fn set_acktimeoutie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] + pub const fn vswendie(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] + pub fn set_vswendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] + pub const fn ckstopie(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] + pub fn set_ckstopie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] + pub const fn idmabtcie(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] + pub fn set_idmabtcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } } - impl Default for Resp2r { - fn default() -> Resp2r { - Resp2r(0) + impl Default for Maskr { + fn default() -> Maskr { + Maskr(0) } } #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] @@ -28078,1072 +43302,1440 @@ are always 0 and read only). This register can be written by firmware when DPSM impl Default for Cmdr { fn default() -> Cmdr { Cmdr(0) +======= + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Cpol(val as u8) } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp3r(pub u32); - impl Resp3r { - #[doc = "see Table404."] - pub const fn cardstatus3(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "see Table404."] - pub fn set_cardstatus3(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - } - impl Default for Resp3r { - fn default() -> Resp3r { - Resp3r(0) + #[doc = "Master selection"] + pub const fn mstr(&self) -> super::vals::Mstr { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Mstr(val as u8) } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp4r(pub u32); - impl Resp4r { - #[doc = "see Table404."] - pub const fn cardstatus4(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "Master selection"] + pub fn set_mstr(&mut self, val: super::vals::Mstr) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "see Table404."] - pub fn set_cardstatus4(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Baud rate control"] + pub const fn br(&self) -> super::vals::Br { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Br(val as u8) } - } - impl Default for Resp4r { - fn default() -> Resp4r { - Resp4r(0) + #[doc = "Baud rate control"] + pub fn set_br(&mut self, val: super::vals::Br) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); } - } - #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Icr(pub u32); - impl Icr { - #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] - pub const fn ccrcfailc(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "SPI enable"] + pub const fn spe(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] - pub fn set_ccrcfailc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "SPI enable"] + pub fn set_spe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] - pub const fn dcrcfailc(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "Frame format"] + pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Lsbfirst(val as u8) } - #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] - pub fn set_dcrcfailc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Frame format"] + pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] - pub const fn ctimeoutc(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "Internal slave select"] + pub const fn ssi(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] - pub fn set_ctimeoutc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Internal slave select"] + pub fn set_ssi(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] - pub const fn dtimeoutc(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "Software slave management"] + pub const fn ssm(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] - pub fn set_dtimeoutc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Software slave management"] + pub fn set_ssm(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] - pub const fn txunderrc(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "Receive only"] + pub const fn rxonly(&self) -> super::vals::Rxonly { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Rxonly(val as u8) } - #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] - pub fn set_txunderrc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Receive only"] + pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] - pub const fn rxoverrc(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "Data frame format"] + pub const fn dff(&self) -> super::vals::Dff { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Dff(val as u8) } - #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] - pub fn set_rxoverrc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Data frame format"] + pub fn set_dff(&mut self, val: super::vals::Dff) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] - pub const fn cmdrendc(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "CRC transfer next"] + pub const fn crcnext(&self) -> super::vals::Crcnext { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Crcnext(val as u8) } - #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] - pub fn set_cmdrendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "CRC transfer next"] + pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] - pub const fn cmdsentc(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Hardware CRC calculation enable"] + pub const fn crcen(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] - pub fn set_cmdsentc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Hardware CRC calculation enable"] + pub fn set_crcen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] - pub const fn dataendc(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "Output enable in bidirectional mode"] + pub const fn bidioe(&self) -> super::vals::Bidioe { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Bidioe(val as u8) } - #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] - pub fn set_dataendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Output enable in bidirectional mode"] + pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] - pub const fn dholdc(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 + #[doc = "Bidirectional data mode enable"] + pub const fn bidimode(&self) -> super::vals::Bidimode { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Bidimode(val as u8) } - #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] - pub fn set_dholdc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "Bidirectional data mode enable"] + pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] - pub const fn dbckendc(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 + } + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) } - #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] - pub fn set_dbckendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "CRC polynomial register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Crcpr(pub u32); + impl Crcpr { + #[doc = "CRC polynomial register"] + pub const fn crcpoly(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] - pub const fn dabortc(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 + #[doc = "CRC polynomial register"] + pub fn set_crcpoly(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } - #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] - pub fn set_dabortc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + impl Default for Crcpr { + fn default() -> Crcpr { + Crcpr(0) +>>>>>>> c084e70 (Update generated code) } - #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] - pub const fn busyd0endc(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; + } + #[doc = "status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Sr(pub u32); + impl Sr { + #[doc = "Receive buffer not empty"] + pub const fn rxne(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] - pub fn set_busyd0endc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "Receive buffer not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] - pub const fn sdioitc(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; + #[doc = "Transmit buffer empty"] + pub const fn txe(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] - pub fn set_sdioitc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "Transmit buffer empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] - pub const fn ackfailc(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; + #[doc = "CRC error flag"] + pub const fn crcerr(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] - pub fn set_ackfailc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "CRC error flag"] + pub fn set_crcerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] - pub const fn acktimeoutc(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; + #[doc = "Mode fault"] + pub const fn modf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] - pub fn set_acktimeoutc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "Mode fault"] + pub fn set_modf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] - pub const fn vswendc(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; + #[doc = "Overrun flag"] + pub const fn ovr(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] - pub fn set_vswendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "Overrun flag"] + pub fn set_ovr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] - pub const fn ckstopc(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; + #[doc = "Busy flag"] + pub const fn bsy(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] - pub fn set_ckstopc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "Busy flag"] + pub fn set_bsy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] - pub const fn idmatec(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; + #[doc = "TI frame format error"] + pub const fn fre(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] - pub fn set_idmatec(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "TI frame format error"] + pub fn set_fre(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] - pub const fn idmabtcc(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 + } + impl Default for Sr { + fn default() -> Sr { + Sr(0) } - #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] - pub fn set_idmabtcc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + #[doc = "TX CRC register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Txcrcr(pub u32); + impl Txcrcr { + #[doc = "Tx CRC register"] + pub const fn tx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Tx CRC register"] + pub fn set_tx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Icr { - fn default() -> Icr { - Icr(0) + impl Default for Txcrcr { + fn default() -> Txcrcr { + Txcrcr(0) } } - #[doc = "SDMMC IP identification register"] + #[doc = "data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Id(pub u32); - impl Id { - #[doc = "SDMMC IP identification."] - pub const fn ip_id(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Dr(pub u32); + impl Dr { + #[doc = "Data register"] + pub const fn dr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "SDMMC IP identification."] - pub fn set_ip_id(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Data register"] + pub fn set_dr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Id { - fn default() -> Id { - Id(0) +<<<<<<< HEAD + impl Default for Dctrl { + fn default() -> Dctrl { + Dctrl(0) +======= + #[doc = "Secured area start address for bank 2"] + pub fn set_sa_beg_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } } - #[doc = "SDMMC power control register"] + impl Default for Ur10 { + fn default() -> Ur10 { + Ur10(0) + } + } + #[doc = "SYSCFG user register 9"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Power(pub u32); - impl Power { - #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] - pub const fn pwrctrl(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; + pub struct Ur9(pub u32); + impl Ur9 { + #[doc = "Write protection for flash bank 2"] + pub const fn wrpn_2(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; val as u8 } - #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] - pub fn set_pwrctrl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + #[doc = "Write protection for flash bank 2"] + pub fn set_wrpn_2(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] - pub const fn vswitch(&self) -> bool { + #[doc = "Protected area start address for bank 2"] + pub const fn pa_beg_2(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 + } + #[doc = "Protected area start address for bank 2"] + pub fn set_pa_beg_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); +======= + impl Default for Dr { + fn default() -> Dr { + Dr(0) + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Rx buffer DMA enable"] + pub const fn rxdmaen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Rx buffer DMA enable"] + pub fn set_rxdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Tx buffer DMA enable"] + pub const fn txdmaen(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Tx buffer DMA enable"] + pub fn set_txdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "SS output enable"] + pub const fn ssoe(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] - pub fn set_vswitch(&mut self, val: bool) { + #[doc = "SS output enable"] + pub fn set_ssoe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] - pub const fn vswitchen(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "Frame format"] + pub const fn frf(&self) -> super::vals::Frf { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Frf(val as u8) + } + #[doc = "Frame format"] + pub fn set_frf(&mut self, val: super::vals::Frf) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Error interrupt enable"] + pub const fn errie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] - pub fn set_vswitchen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Error interrupt enable"] + pub fn set_errie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] - pub const fn dirpol(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "RX buffer not empty interrupt enable"] + pub const fn rxneie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] - pub fn set_dirpol(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "RX buffer not empty interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Tx buffer empty interrupt enable"] + pub const fn txeie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Tx buffer empty interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } } - impl Default for Power { - fn default() -> Power { - Power(0) + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) } } - #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] + #[doc = "RX CRC register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dtimer(pub u32); - impl Dtimer { - #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] - pub const fn datatime(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Rxcrcr(pub u32); + impl Rxcrcr { + #[doc = "Rx CRC register"] + pub const fn rx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] - pub fn set_datatime(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Rx CRC register"] + pub fn set_rx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Dtimer { - fn default() -> Dtimer { - Dtimer(0) + impl Default for Rxcrcr { + fn default() -> Rxcrcr { + Rxcrcr(0) } } - #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] + } + pub mod vals { + use crate::generic::*; #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Fifor(pub u32); - impl Fifor { - #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] - pub const fn fifodata(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] - pub fn set_fifodata(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frer(pub u8); + impl Frer { + #[doc = "No frame format error"] + pub const NOERROR: Self = Self(0); + #[doc = "A frame format error occurred"] + pub const ERROR: Self = Self(0x01); } - impl Default for Fifor { - fn default() -> Fifor { - Fifor(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "CK to 0 when idle"] + pub const IDLELOW: Self = Self(0); + #[doc = "CK to 1 when idle"] + pub const IDLEHIGH: Self = Self(0x01); } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mstr(pub u8); + impl Mstr { + #[doc = "Slave configuration"] + pub const SLAVE: Self = Self(0); + #[doc = "Master configuration"] + pub const MASTER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dff(pub u8); + impl Dff { + #[doc = "8-bit data frame format is selected for transmission/reception"] + pub const EIGHTBIT: Self = Self(0); + #[doc = "16-bit data frame format is selected for transmission/reception"] + pub const SIXTEENBIT: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bidimode(pub u8); + impl Bidimode { + #[doc = "2-line unidirectional data mode selected"] + pub const UNIDIRECTIONAL: Self = Self(0); + #[doc = "1-line bidirectional data mode selected"] + pub const BIDIRECTIONAL: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Br(pub u8); + impl Br { + #[doc = "f_PCLK / 2"] + pub const DIV2: Self = Self(0); + #[doc = "f_PCLK / 4"] + pub const DIV4: Self = Self(0x01); + #[doc = "f_PCLK / 8"] + pub const DIV8: Self = Self(0x02); + #[doc = "f_PCLK / 16"] + pub const DIV16: Self = Self(0x03); + #[doc = "f_PCLK / 32"] + pub const DIV32: Self = Self(0x04); + #[doc = "f_PCLK / 64"] + pub const DIV64: Self = Self(0x05); + #[doc = "f_PCLK / 128"] + pub const DIV128: Self = Self(0x06); + #[doc = "f_PCLK / 256"] + pub const DIV256: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Iscfg(pub u8); + impl Iscfg { + #[doc = "Slave - transmit"] + pub const SLAVETX: Self = Self(0); + #[doc = "Slave - receive"] + pub const SLAVERX: Self = Self(0x01); + #[doc = "Master - transmit"] + pub const MASTERTX: Self = Self(0x02); + #[doc = "Master - receive"] + pub const MASTERRX: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsbfirst(pub u8); + impl Lsbfirst { + #[doc = "Data is transmitted/received with the MSB first"] + pub const MSBFIRST: Self = Self(0); + #[doc = "Data is transmitted/received with the LSB first"] + pub const LSBFIRST: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rxonly(pub u8); + impl Rxonly { + #[doc = "Full duplex (Transmit and receive)"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Output disabled (Receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bidioe(pub u8); + impl Bidioe { + #[doc = "Output disabled (receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0); + #[doc = "Output enabled (transmit-only mode)"] + pub const OUTPUTENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRSTEDGE: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECONDEDGE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crcnext(pub u8); + impl Crcnext { + #[doc = "Next transmit value is from Tx buffer"] + pub const TXBUFFER: Self = Self(0); + #[doc = "Next transmit value is from Tx CRC register"] + pub const CRC: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frf(pub u8); + impl Frf { + #[doc = "SPI Motorola mode"] + pub const MOTOROLA: Self = Self(0); + #[doc = "SPI TI mode"] + pub const TI: Self = Self(0x01); + } + } +} +pub mod gpio_v2 { + use crate::generic::*; + #[doc = "General-purpose I/Os"] + #[derive(Copy, Clone)] + pub struct Gpio(pub *mut u8); + unsafe impl Send for Gpio {} + unsafe impl Sync for Gpio {} + impl Gpio { + #[doc = "GPIO port mode register"] + pub fn moder(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "GPIO port output type register"] + pub fn otyper(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "GPIO port output speed register"] + pub fn ospeedr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "GPIO port pull-up/pull-down register"] + pub fn pupdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "GPIO port input data register"] + pub fn idr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "GPIO port output data register"] + pub fn odr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "GPIO port bit set/reset register"] + pub fn bsrr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "GPIO port configuration lock register"] + pub fn lckr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "GPIO alternate function register (low, high)"] + pub fn afr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(32usize + n * 4usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "GPIO alternate function register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp1r(pub u32); - impl Resp1r { - #[doc = "see Table 432"] - pub const fn cardstatus1(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Afr(pub u32); + impl Afr { + #[doc = "Alternate function selection for port x bit y (y = 0..15)"] + pub fn afr(&self, n: usize) -> super::vals::Afr { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + super::vals::Afr(val as u8) } - #[doc = "see Table 432"] - pub fn set_cardstatus1(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Alternate function selection for port x bit y (y = 0..15)"] + pub fn set_afr(&mut self, n: usize, val: super::vals::Afr) { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); } } - impl Default for Resp1r { - fn default() -> Resp1r { - Resp1r(0) + impl Default for Afr { + fn default() -> Afr { + Afr(0) } } - #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] + #[doc = "GPIO port input data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Argr(pub u32); - impl Argr { - #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] - pub const fn cmdarg(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Idr(pub u32); + impl Idr { + #[doc = "Port input data (y = 0..15)"] + pub fn idr(&self, n: usize) -> super::vals::Idr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Idr(val as u8) } - #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] - pub fn set_cmdarg(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Port input data (y = 0..15)"] + pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); +>>>>>>> c084e70 (Update generated code) } } - impl Default for Argr { - fn default() -> Argr { - Argr(0) + impl Default for Ur9 { + fn default() -> Ur9 { + Ur9(0) } } - #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] +<<<<<<< HEAD + #[doc = "SYSCFG user register 14"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Star(pub u32); - impl Star { - #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn ccrcfail(&self) -> bool { + pub struct Ur14(pub u32); + impl Ur14 { + #[doc = "D1 Stop Reset"] + pub const fn d1stprst(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_ccrcfail(&mut self, val: bool) { + #[doc = "D1 Stop Reset"] + pub fn set_d1stprst(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); +======= + #[doc = "GPIO port configuration lock register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Lckr(pub u32); + impl Lckr { + #[doc = "Port x lock bit y (y= 0..15)"] + pub fn lck(&self, n: usize) -> super::vals::Lck { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lck(val as u8) } - #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dcrcfail(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dcrcfail(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] - pub const fn ctimeout(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] - pub fn set_ctimeout(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dtimeout(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dtimeout(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Port x lock bit y (y= 0..15)"] + pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn txunderr(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "Port x lock bit y (y= 0..15)"] + pub const fn lckk(&self) -> super::vals::Lckk { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Lckk(val as u8) } - #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_txunderr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Port x lock bit y (y= 0..15)"] + pub fn set_lckk(&mut self, val: super::vals::Lckk) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); +>>>>>>> c084e70 (Update generated code) } - #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn rxoverr(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + } + impl Default for Ur14 { + fn default() -> Ur14 { + Ur14(0) } - #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_rxoverr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } +<<<<<<< HEAD + #[doc = "SYSCFG power control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pwrcr(pub u32); + impl Pwrcr { + #[doc = "Overdrive enable"] + pub const fn oden(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn cmdrend(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "Overdrive enable"] + pub fn set_oden(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_cmdrend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + impl Default for Pwrcr { + fn default() -> Pwrcr { + Pwrcr(0) } - #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn cmdsent(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + } + #[doc = "SYSCFG user register 5"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur5(pub u32); + impl Ur5 { + #[doc = "Mass erase secured area disabled for bank 1"] + pub const fn mesad_1(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_cmdsent(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dataend(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "Mass erase secured area disabled for bank 1"] + pub fn set_mesad_1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dataend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Write protection for flash bank 1"] + pub const fn wrpn_1(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; + val as u8 } - #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dhold(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 + #[doc = "Write protection for flash bank 1"] + pub fn set_wrpn_1(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); } - #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dhold(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + impl Default for Ur5 { + fn default() -> Ur5 { + Ur5(0) } - #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dbckend(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 + } + #[doc = "SYSCFG user register 11"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur11(pub u32); + impl Ur11 { + #[doc = "Secured area end address for bank 2"] + pub const fn sa_end_2(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dbckend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "Secured area end address for bank 2"] + pub fn set_sa_end_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dabort(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "Independent Watchdog 1 mode"] + pub const fn iwdg1m(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dabort(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub const fn dpsmact(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 + #[doc = "Independent Watchdog 1 mode"] + pub fn set_iwdg1m(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub fn set_dpsmact(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + impl Default for Ur11 { + fn default() -> Ur11 { + Ur11(0) } - #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub const fn cpsmact(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 + } + #[doc = "SYSCFG compensation cell value register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccvr(pub u32); + impl Ccvr { + #[doc = "NMOS compensation value"] + pub const fn ncv(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub fn set_cpsmact(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "NMOS compensation value"] + pub fn set_ncv(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] - pub const fn txfifohe(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 + #[doc = "PMOS compensation value"] + pub const fn pcv(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 } - #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] - pub fn set_txfifohe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "PMOS compensation value"] + pub fn set_pcv(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); } - #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] - pub const fn rxfifohf(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 + } + impl Default for Ccvr { + fn default() -> Ccvr { + Ccvr(0) } - #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] - pub fn set_rxfifohf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); +======= + #[doc = "GPIO port output data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Odr(pub u32); + impl Odr { + #[doc = "Port output data (y = 0..15)"] + pub fn odr(&self, n: usize) -> super::vals::Odr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Odr(val as u8) } - #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] - pub const fn txfifof(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "Port output data (y = 0..15)"] + pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] - pub fn set_txfifof(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + impl Default for Odr { + fn default() -> Odr { + Odr(0) } - #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] - pub const fn rxfifof(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 + } + #[doc = "GPIO port pull-up/pull-down register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pupdr(pub u32); + impl Pupdr { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn pupdr(&self, n: usize) -> super::vals::Pupdr { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Pupdr(val as u8) } - #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] - pub fn set_rxfifof(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_pupdr(&mut self, n: usize, val: super::vals::Pupdr) { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] - pub const fn txfifoe(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 + } + impl Default for Pupdr { + fn default() -> Pupdr { + Pupdr(0) } - #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] - pub fn set_txfifoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "GPIO port mode register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Moder(pub u32); + impl Moder { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn moder(&self, n: usize) -> super::vals::Moder { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Moder(val as u8) } - #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] - pub const fn rxfifoe(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_moder(&mut self, n: usize, val: super::vals::Moder) { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] - pub fn set_rxfifoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + impl Default for Moder { + fn default() -> Moder { + Moder(0) } - #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] - pub const fn busyd0(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 + } + #[doc = "GPIO port output type register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Otyper(pub u32); + impl Otyper { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn ot(&self, n: usize) -> super::vals::Ot { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Ot(val as u8) } - #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] - pub fn set_busyd0(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_ot(&mut self, n: usize, val: super::vals::Ot) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn busyd0end(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 + } + impl Default for Otyper { + fn default() -> Otyper { + Otyper(0) } - #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_busyd0end(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "GPIO port output speed register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ospeedr(pub u32); + impl Ospeedr { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn ospeedr(&self, n: usize) -> super::vals::Ospeedr { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Ospeedr(val as u8) } - #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn sdioit(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_ospeedr(&mut self, n: usize, val: super::vals::Ospeedr) { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_sdioit(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + impl Default for Ospeedr { + fn default() -> Ospeedr { + Ospeedr(0) } - #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn ackfail(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; + } + #[doc = "GPIO port bit set/reset register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Bsrr(pub u32); + impl Bsrr { + #[doc = "Port x set bit y (y= 0..15)"] + pub fn bs(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_ackfail(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "Port x set bit y (y= 0..15)"] + pub fn set_bs(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn acktimeout(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; + #[doc = "Port x set bit y (y= 0..15)"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_acktimeout(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "Port x set bit y (y= 0..15)"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn vswend(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + } + impl Default for Bsrr { + fn default() -> Bsrr { + Bsrr(0) } - #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_vswend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ospeedr(pub u8); + impl Ospeedr { + #[doc = "Low speed"] + pub const LOWSPEED: Self = Self(0); + #[doc = "Medium speed"] + pub const MEDIUMSPEED: Self = Self(0x01); + #[doc = "High speed"] + pub const HIGHSPEED: Self = Self(0x02); + #[doc = "Very high speed"] + pub const VERYHIGHSPEED: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Moder(pub u8); + impl Moder { + #[doc = "Input mode (reset state)"] + pub const INPUT: Self = Self(0); + #[doc = "General purpose output mode"] + pub const OUTPUT: Self = Self(0x01); + #[doc = "Alternate function mode"] + pub const ALTERNATE: Self = Self(0x02); + #[doc = "Analog mode"] + pub const ANALOG: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Afr(pub u8); + impl Afr { + #[doc = "AF0"] + pub const AF0: Self = Self(0); + #[doc = "AF1"] + pub const AF1: Self = Self(0x01); + #[doc = "AF2"] + pub const AF2: Self = Self(0x02); + #[doc = "AF3"] + pub const AF3: Self = Self(0x03); + #[doc = "AF4"] + pub const AF4: Self = Self(0x04); + #[doc = "AF5"] + pub const AF5: Self = Self(0x05); + #[doc = "AF6"] + pub const AF6: Self = Self(0x06); + #[doc = "AF7"] + pub const AF7: Self = Self(0x07); + #[doc = "AF8"] + pub const AF8: Self = Self(0x08); + #[doc = "AF9"] + pub const AF9: Self = Self(0x09); + #[doc = "AF10"] + pub const AF10: Self = Self(0x0a); + #[doc = "AF11"] + pub const AF11: Self = Self(0x0b); + #[doc = "AF12"] + pub const AF12: Self = Self(0x0c); + #[doc = "AF13"] + pub const AF13: Self = Self(0x0d); + #[doc = "AF14"] + pub const AF14: Self = Self(0x0e); + #[doc = "AF15"] + pub const AF15: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lck(pub u8); + impl Lck { + #[doc = "Port configuration not locked"] + pub const UNLOCKED: Self = Self(0); + #[doc = "Port configuration locked"] + pub const LOCKED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lckk(pub u8); + impl Lckk { + #[doc = "Port configuration lock key not active"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Port configuration lock key active"] + pub const ACTIVE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Odr(pub u8); + impl Odr { + #[doc = "Set output to logic low"] + pub const LOW: Self = Self(0); + #[doc = "Set output to logic high"] + pub const HIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pupdr(pub u8); + impl Pupdr { + #[doc = "No pull-up, pull-down"] + pub const FLOATING: Self = Self(0); + #[doc = "Pull-up"] + pub const PULLUP: Self = Self(0x01); + #[doc = "Pull-down"] + pub const PULLDOWN: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Idr(pub u8); + impl Idr { + #[doc = "Input is logic low"] + pub const LOW: Self = Self(0); + #[doc = "Input is logic high"] + pub const HIGH: Self = Self(0x01); +>>>>>>> c084e70 (Update generated code) + } + #[doc = "SYSCFG user register 7"] + #[repr(transparent)] +<<<<<<< HEAD + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur7(pub u32); + impl Ur7 { + #[doc = "Secured area start address for bank 1"] + pub const fn sa_beg_1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn ckstop(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + #[doc = "Secured area start address for bank 1"] + pub fn set_sa_beg_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_ckstop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "Secured area end address for bank 1"] + pub const fn sa_end_1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn idmate(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 + #[doc = "Secured area end address for bank 1"] + pub fn set_sa_end_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } - #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_idmate(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + } + impl Default for Ur7 { + fn default() -> Ur7 { + Ur7(0) } - #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn idmabtc(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; + } + #[doc = "SYSCFG user register 12"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur12(pub u32); + impl Ur12 { + #[doc = "Secure mode"] + pub const fn secure(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_idmabtc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "Secure mode"] + pub fn set_secure(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Star { - fn default() -> Star { - Star(0) + impl Default for Ur12 { + fn default() -> Ur12 { + Ur12(0) } } - #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] + #[doc = "SYSCFG user register 6"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Acktimer(pub u32); - impl Acktimer { - #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] - pub const fn acktime(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + pub struct Ur6(pub u32); + impl Ur6 { + #[doc = "Protected area start address for bank 1"] + pub const fn pa_beg_1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] - pub fn set_acktime(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "Protected area start address for bank 1"] + pub fn set_pa_beg_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "Protected area end address for bank 1"] + pub const fn pa_end_1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 + } + #[doc = "Protected area end address for bank 1"] + pub fn set_pa_end_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } } - impl Default for Acktimer { - fn default() -> Acktimer { - Acktimer(0) + impl Default for Ur6 { + fn default() -> Ur6 { + Ur6(0) } } - #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] + #[doc = "peripheral mode configuration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Maskr(pub u32); - impl Maskr { - #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] - pub const fn ccrcfailie(&self) -> bool { + pub struct Pmcr(pub u32); + impl Pmcr { + #[doc = "I2C1 Fm+"] + pub const fn i2c1fmp(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] - pub fn set_ccrcfailie(&mut self, val: bool) { + #[doc = "I2C1 Fm+"] + pub fn set_i2c1fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] - pub const fn dcrcfailie(&self) -> bool { + #[doc = "I2C2 Fm+"] + pub const fn i2c2fmp(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] - pub fn set_dcrcfailie(&mut self, val: bool) { + #[doc = "I2C2 Fm+"] + pub fn set_i2c2fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] - pub const fn ctimeoutie(&self) -> bool { + #[doc = "I2C3 Fm+"] + pub const fn i2c3fmp(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] - pub fn set_ctimeoutie(&mut self, val: bool) { + #[doc = "I2C3 Fm+"] + pub fn set_i2c3fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] - pub const fn dtimeoutie(&self) -> bool { + #[doc = "I2C4 Fm+"] + pub const fn i2c4fmp(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] - pub fn set_dtimeoutie(&mut self, val: bool) { + #[doc = "I2C4 Fm+"] + pub fn set_i2c4fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] - pub const fn txunderrie(&self) -> bool { + #[doc = "PB(6) Fm+"] + pub const fn pb6fmp(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] - pub fn set_txunderrie(&mut self, val: bool) { + #[doc = "PB(6) Fm+"] + pub fn set_pb6fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] - pub const fn rxoverrie(&self) -> bool { + #[doc = "PB(7) Fast Mode Plus"] + pub const fn pb7fmp(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] - pub fn set_rxoverrie(&mut self, val: bool) { + #[doc = "PB(7) Fast Mode Plus"] + pub fn set_pb7fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] - pub const fn cmdrendie(&self) -> bool { + #[doc = "PB(8) Fast Mode Plus"] + pub const fn pb8fmp(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] - pub fn set_cmdrendie(&mut self, val: bool) { + #[doc = "PB(8) Fast Mode Plus"] + pub fn set_pb8fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] - pub const fn cmdsentie(&self) -> bool { + #[doc = "PB(9) Fm+"] + pub const fn pb9fmp(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] - pub fn set_cmdsentie(&mut self, val: bool) { + #[doc = "PB(9) Fm+"] + pub fn set_pb9fmp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] - pub const fn dataendie(&self) -> bool { + #[doc = "Booster Enable"] + pub const fn booste(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] - pub fn set_dataendie(&mut self, val: bool) { + #[doc = "Booster Enable"] + pub fn set_booste(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] - pub const fn dholdie(&self) -> bool { + #[doc = "Analog switch supply voltage selection"] + pub const fn boostvddsel(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] - pub fn set_dholdie(&mut self, val: bool) { + #[doc = "Analog switch supply voltage selection"] + pub fn set_boostvddsel(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] - pub const fn dbckendie(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] - pub fn set_dbckendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] - pub const fn dabortie(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 - } - #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] - pub fn set_dabortie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] - pub const fn txfifoheie(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] - pub fn set_txfifoheie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] - pub const fn rxfifohfie(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 - } - #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] - pub fn set_rxfifohfie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); - } - #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] - pub const fn rxfifofie(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 - } - #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] - pub fn set_rxfifofie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] - pub const fn txfifoeie(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 - } - #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] - pub fn set_txfifoeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); - } - #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] - pub const fn busyd0endie(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 - } - #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] - pub fn set_busyd0endie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); - } - #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] - pub const fn sdioitie(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 - } - #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] - pub fn set_sdioitie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] - pub const fn ackfailie(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + #[doc = "Ethernet PHY Interface Selection"] + pub const fn epis(&self) -> u8 { + let val = (self.0 >> 21usize) & 0x07; + val as u8 } - #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] - pub fn set_ackfailie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "Ethernet PHY Interface Selection"] + pub fn set_epis(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 21usize)) | (((val as u32) & 0x07) << 21usize); } - #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] - pub const fn acktimeoutie(&self) -> bool { + #[doc = "PA0 Switch Open"] + pub const fn pa0so(&self) -> bool { let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] - pub fn set_acktimeoutie(&mut self, val: bool) { + #[doc = "PA0 Switch Open"] + pub fn set_pa0so(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] - pub const fn vswendie(&self) -> bool { + #[doc = "PA1 Switch Open"] + pub const fn pa1so(&self) -> bool { let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] - pub fn set_vswendie(&mut self, val: bool) { + #[doc = "PA1 Switch Open"] + pub fn set_pa1so(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] - pub const fn ckstopie(&self) -> bool { + #[doc = "PC2 Switch Open"] + pub const fn pc2so(&self) -> bool { let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] - pub fn set_ckstopie(&mut self, val: bool) { + #[doc = "PC2 Switch Open"] + pub fn set_pc2so(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] - pub const fn idmabtcie(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; + #[doc = "PC3 Switch Open"] + pub const fn pc3so(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] - pub fn set_idmabtcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "PC3 Switch Open"] + pub fn set_pc3so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } } - impl Default for Maskr { - fn default() -> Maskr { - Maskr(0) + impl Default for Pmcr { + fn default() -> Pmcr { + Pmcr(0) } } - #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] + #[doc = "SYSCFG user register 15"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dctrl(pub u32); - impl Dctrl { - #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] - pub const fn dten(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] - pub fn set_dten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn dtdir(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_dtdir(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn dtmode(&self) -> u8 { - let val = (self.0 >> 2usize) & 0x03; - val as u8 - } - #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_dtmode(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 2usize)) | (((val as u32) & 0x03) << 2usize); - } - #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] - pub const fn dblocksize(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 - } - #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] - pub fn set_dblocksize(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); - } - #[doc = "Read wait start. If this bit is set, read wait operation starts."] - pub const fn rwstart(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + pub struct Ur15(pub u32); + impl Ur15 { + #[doc = "Freeze independent watchdog in Standby mode"] + pub const fn fziwdgstb(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Read wait start. If this bit is set, read wait operation starts."] - pub fn set_rwstart(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Freeze independent watchdog in Standby mode"] + pub fn set_fziwdgstb(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] - pub const fn rwstop(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 + } + impl Default for Ur15 { + fn default() -> Ur15 { + Ur15(0) +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) } - #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] - pub fn set_rwstop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "SYSCFG user register 3"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur3(pub u32); + impl Ur3 { + #[doc = "Boot Address 1"] + pub const fn boot_add1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 } - #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn rwmod(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 + #[doc = "Boot Address 1"] + pub fn set_boot_add1(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); } - #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_rwmod(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + impl Default for Ur3 { + fn default() -> Ur3 { + Ur3(0) } - #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] - pub const fn sdioen(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 + } +<<<<<<< HEAD + #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dcntr(pub u32); + impl Dcntr { + #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] + pub const fn datacount(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 } - #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] - pub fn set_sdioen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] + pub fn set_datacount(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); } - #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn bootacken(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 + } + impl Default for Dcntr { + fn default() -> Dcntr { + Dcntr(0) } - #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_bootacken(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dtimer(pub u32); + impl Dtimer { + #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] + pub const fn datatime(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] - pub const fn fiforst(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 + #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] + pub fn set_datatime(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] - pub fn set_fiforst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + impl Default for Dtimer { + fn default() -> Dtimer { + Dtimer(0) } } - impl Default for Dctrl { - fn default() -> Dctrl { - Dctrl(0) + #[doc = "SDMMC IP identification register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Id(pub u32); + impl Id { + #[doc = "SDMMC IP identification."] + pub const fn ip_id(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "SDMMC IP identification."] + pub fn set_ip_id(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] + impl Default for Id { + fn default() -> Id { + Id(0) +======= + #[doc = "SYSCFG user register 0"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmactrlr(pub u32); - impl Idmactrlr { - #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmaen(&self) -> bool { + pub struct Ur0(pub u32); + impl Ur0 { + #[doc = "Bank Swap"] + pub const fn bks(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmaen(&mut self, val: bool) { + #[doc = "Bank Swap"] + pub fn set_bks(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmabmode(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmabmode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] - pub const fn idmabact(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "Readout protection"] + pub const fn rdp(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; + val as u8 } - #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] - pub fn set_idmabact(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Readout protection"] + pub fn set_rdp(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); } } - impl Default for Idmactrlr { - fn default() -> Idmactrlr { - Idmactrlr(0) + impl Default for Ur0 { + fn default() -> Ur0 { + Ur0(0) +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) } } - #[doc = "SDMMC IP version register"] + #[doc = "SYSCFG package register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ver(pub u32); - impl Ver { - #[doc = "IP minor revision number."] - pub const fn minrev(&self) -> u8 { + pub struct Pkgr(pub u32); + impl Pkgr { + #[doc = "Package"] + pub const fn pkg(&self) -> u8 { let val = (self.0 >> 0usize) & 0x0f; val as u8 } - #[doc = "IP minor revision number."] - pub fn set_minrev(&mut self, val: u8) { + #[doc = "Package"] + pub fn set_pkg(&mut self, val: u8) { self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "IP major revision number."] - pub const fn majrev(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 - } - #[doc = "IP major revision number."] - pub fn set_majrev(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); - } } - impl Default for Ver { - fn default() -> Ver { - Ver(0) + impl Default for Pkgr { + fn default() -> Pkgr { + Pkgr(0) } } +<<<<<<< HEAD } } pub mod gpio_v1 { @@ -29180,190 +44772,21 @@ pub mod gpio_v1 { unsafe { Reg::from_ptr(self.0.add(24usize)) } } } - pub mod regs { + pub mod vals { use crate::generic::*; - #[doc = "Port output data register (GPIOn_ODR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Odr(pub u32); - impl Odr { - #[doc = "Port output data"] - pub fn odr(&self, n: usize) -> super::vals::Odr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Odr(val as u8) - } - #[doc = "Port output data"] - pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - } - impl Default for Odr { - fn default() -> Odr { - Odr(0) - } - } - #[doc = "Port input data register (GPIOn_IDR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idr(pub u32); - impl Idr { - #[doc = "Port input data"] - pub fn idr(&self, n: usize) -> super::vals::Idr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Idr(val as u8) - } - #[doc = "Port input data"] - pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - } - impl Default for Idr { - fn default() -> Idr { - Idr(0) - } - } - #[doc = "Port configuration lock register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Lckr(pub u32); - impl Lckr { - #[doc = "Port A Lock bit"] - pub fn lck(&self, n: usize) -> super::vals::Lck { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Lck(val as u8) - } - #[doc = "Port A Lock bit"] - pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "Lock key"] - pub const fn lckk(&self) -> super::vals::Lckk { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Lckk(val as u8) - } - #[doc = "Lock key"] - pub fn set_lckk(&mut self, val: super::vals::Lckk) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - } - impl Default for Lckr { - fn default() -> Lckr { - Lckr(0) - } - } - #[doc = "Port bit set/reset register (GPIOn_BSRR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bsrr(pub u32); - impl Bsrr { - #[doc = "Set bit"] - pub fn bs(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Set bit"] - pub fn set_bs(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Reset bit"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Reset bit"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - } - impl Default for Bsrr { - fn default() -> Bsrr { - Bsrr(0) - } - } - #[doc = "Port bit reset register (GPIOn_BRR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Brr(pub u32); - impl Brr { - #[doc = "Reset bit"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Reset bit"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - } - impl Default for Brr { - fn default() -> Brr { - Brr(0) - } - } - #[doc = "Port configuration register (GPIOn_CRx)"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Port n mode bits"] - pub fn mode(&self, n: usize) -> super::vals::Mode { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Mode(val as u8) - } - #[doc = "Port n mode bits"] - pub fn set_mode(&mut self, n: usize, val: super::vals::Mode) { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - #[doc = "Port n configuration bits"] - pub fn cnf(&self, n: usize) -> super::vals::Cnf { - assert!(n < 8usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Cnf(val as u8) - } - #[doc = "Port n configuration bits"] - pub fn set_cnf(&mut self, n: usize, val: super::vals::Cnf) { - assert!(n < 8usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - } - impl Default for Cr { - fn default() -> Cr { - Cr(0) - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cnf(pub u8); + impl Cnf { + #[doc = "Analog mode / Push-Pull mode"] + pub const PUSHPULL: Self = Self(0); + #[doc = "Floating input (reset state) / Open Drain-Mode"] + pub const OPENDRAIN: Self = Self(0x01); + #[doc = "Input with pull-up/pull-down / Alternate Function Push-Pull Mode"] + pub const ALTPUSHPULL: Self = Self(0x02); + #[doc = "Alternate Function Open-Drain Mode"] + pub const ALTOPENDRAIN: Self = Self(0x03); } - } - pub mod vals { - use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] pub struct Brw(pub u8); @@ -29375,24 +44798,6 @@ pub mod gpio_v1 { } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Idr(pub u8); - impl Idr { - #[doc = "Input is logic low"] - pub const LOW: Self = Self(0); - #[doc = "Input is logic high"] - pub const HIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lck(pub u8); - impl Lck { - #[doc = "Port configuration not locked"] - pub const UNLOCKED: Self = Self(0); - #[doc = "Port configuration locked"] - pub const LOCKED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] pub struct Bsw(pub u8); impl Bsw { #[doc = "No action on the corresponding ODx bit"] @@ -29411,16 +44816,12 @@ pub mod gpio_v1 { } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cnf(pub u8); - impl Cnf { - #[doc = "Analog mode / Push-Pull mode"] - pub const PUSHPULL: Self = Self(0); - #[doc = "Floating input (reset state) / Open Drain-Mode"] - pub const OPENDRAIN: Self = Self(0x01); - #[doc = "Input with pull-up/pull-down / Alternate Function Push-Pull Mode"] - pub const ALTPUSHPULL: Self = Self(0x02); - #[doc = "Alternate Function Open-Drain Mode"] - pub const ALTOPENDRAIN: Self = Self(0x03); + pub struct Idr(pub u8); + impl Idr { + #[doc = "Input is logic low"] + pub const LOW: Self = Self(0); + #[doc = "Input is logic high"] + pub const HIGH: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] @@ -29444,222 +44845,195 @@ pub mod gpio_v1 { #[doc = "Output mode 50 MHz"] pub const OUTPUT50: Self = Self(0x03); } - } -} -pub mod rng_v1 { - use crate::generic::*; - #[doc = "Random number generator"] - #[derive(Copy, Clone)] - pub struct Rng(pub *mut u8); - unsafe impl Send for Rng {} - unsafe impl Sync for Rng {} - impl Rng { - #[doc = "control register"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lck(pub u8); + impl Lck { + #[doc = "Port configuration not locked"] + pub const UNLOCKED: Self = Self(0); + #[doc = "Port configuration locked"] + pub const LOCKED: Self = Self(0x01); } } pub mod regs { use crate::generic::*; - #[doc = "control register"] + #[doc = "Port configuration lock register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Random number generator enable"] - pub const fn rngen(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + pub struct Lckr(pub u32); + impl Lckr { + #[doc = "Port A Lock bit"] + pub fn lck(&self, n: usize) -> super::vals::Lck { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lck(val as u8) } - #[doc = "Random number generator enable"] - pub fn set_rngen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Port A Lock bit"] + pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Interrupt enable"] - pub const fn ie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "Lock key"] + pub const fn lckk(&self) -> super::vals::Lckk { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Lckk(val as u8) } - #[doc = "Interrupt enable"] - pub fn set_ie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + #[doc = "Lock key"] + pub fn set_lckk(&mut self, val: super::vals::Lckk) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } } - impl Default for Idmabsizer { - fn default() -> Idmabsizer { - Idmabsizer(0) + impl Default for Lckr { + fn default() -> Lckr { + Lckr(0) } } -<<<<<<< HEAD - #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] + #[doc = "Port input data register (GPIOn_IDR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Clkcr(pub u32); - impl Clkcr { - #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] - pub const fn clkdiv(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x03ff; - val as u16 - } - #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] - pub fn set_clkdiv(&mut self, val: u16) { - self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); - } - #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] - pub const fn pwrsav(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] - pub fn set_pwrsav(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn widbus(&self) -> u8 { - let val = (self.0 >> 14usize) & 0x03; - val as u8 - } - #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_widbus(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); - } - #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] - pub const fn negedge(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] - pub fn set_negedge(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] - pub const fn hwfc_en(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 - } - #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] - pub fn set_hwfc_en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + pub struct Idr(pub u32); + impl Idr { + #[doc = "Port input data"] + pub fn idr(&self, n: usize) -> super::vals::Idr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Idr(val as u8) } - #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] - pub const fn ddr(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 + #[doc = "Port input data"] + pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] - pub fn set_ddr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + impl Default for Idr { + fn default() -> Idr { + Idr(0) } - #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn busspeed(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; + } + #[doc = "Port bit set/reset register (GPIOn_BSRR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Bsrr(pub u32); + impl Bsrr { + #[doc = "Set bit"] + pub fn bs(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_busspeed(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "Set bit"] + pub fn set_bs(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn selclkrx(&self) -> u8 { - let val = (self.0 >> 20usize) & 0x03; - val as u8 + #[doc = "Reset bit"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_selclkrx(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); + #[doc = "Reset bit"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Clkcr { - fn default() -> Clkcr { - Clkcr(0) + impl Default for Bsrr { + fn default() -> Bsrr { + Bsrr(0) } } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[doc = "Port configuration register (GPIOn_CRx)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp2r(pub u32); - impl Resp2r { - #[doc = "see Table404."] - pub const fn cardstatus2(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Cr(pub u32); + impl Cr { + #[doc = "Port n mode bits"] + pub fn mode(&self, n: usize) -> super::vals::Mode { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Mode(val as u8) } - #[doc = "see Table404."] - pub fn set_cardstatus2(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Port n mode bits"] + pub fn set_mode(&mut self, n: usize, val: super::vals::Mode) { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + } + #[doc = "Port n configuration bits"] + pub fn cnf(&self, n: usize) -> super::vals::Cnf { + assert!(n < 8usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Cnf(val as u8) + } + #[doc = "Port n configuration bits"] + pub fn set_cnf(&mut self, n: usize, val: super::vals::Cnf) { + assert!(n < 8usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } } - impl Default for Resp2r { - fn default() -> Resp2r { - Resp2r(0) + impl Default for Cr { + fn default() -> Cr { + Cr(0) } } - #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] -======= - #[doc = "status register"] + #[doc = "Port bit reset register (GPIOn_BRR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Data ready"] - pub const fn drdy(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Data ready"] - pub fn set_drdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Clock error current status"] - pub const fn cecs(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Clock error current status"] - pub fn set_cecs(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Seed error current status"] - pub const fn secs(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + pub struct Brr(pub u32); + impl Brr { + #[doc = "Reset bit"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Seed error current status"] - pub fn set_secs(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Clock error interrupt status"] - pub const fn ceis(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "Reset bit"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Clock error interrupt status"] - pub fn set_ceis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + impl Default for Brr { + fn default() -> Brr { + Brr(0) } - #[doc = "Seed error interrupt status"] - pub const fn seis(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + } + #[doc = "Port output data register (GPIOn_ODR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Odr(pub u32); + impl Odr { + #[doc = "Port output data"] + pub fn odr(&self, n: usize) -> super::vals::Odr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Odr(val as u8) } - #[doc = "Seed error interrupt status"] - pub fn set_seis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Port output data"] + pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Sr { - fn default() -> Sr { - Sr(0) + impl Default for Odr { + fn default() -> Odr { + Odr(0) } } } @@ -29704,181 +45078,6 @@ pub mod syscfg_l4 { } pub mod regs { use crate::generic::*; - #[doc = "configuration register 1"] ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr1(pub u32); - impl Cfgr1 { - #[doc = "Firewall disable"] - pub const fn fwdis(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Firewall disable"] - pub fn set_fwdis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "I/O analog switch voltage booster enable"] - pub const fn boosten(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "I/O analog switch voltage booster enable"] - pub fn set_boosten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] - pub const fn i2c_pb6_fmp(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] - pub fn set_i2c_pb6_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] - pub const fn i2c_pb7_fmp(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] - pub fn set_i2c_pb7_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] - pub const fn i2c_pb8_fmp(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] - pub fn set_i2c_pb8_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] - pub const fn i2c_pb9_fmp(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] - pub fn set_i2c_pb9_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); - } - #[doc = "I2C1 Fast-mode Plus driving capability activation"] - pub const fn i2c1_fmp(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 - } - #[doc = "I2C1 Fast-mode Plus driving capability activation"] - pub fn set_i2c1_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); - } - #[doc = "I2C2 Fast-mode Plus driving capability activation"] - pub const fn i2c2_fmp(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 - } - #[doc = "I2C2 Fast-mode Plus driving capability activation"] - pub fn set_i2c2_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); - } - #[doc = "I2C3 Fast-mode Plus driving capability activation"] - pub const fn i2c3_fmp(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 - } - #[doc = "I2C3 Fast-mode Plus driving capability activation"] - pub fn set_i2c3_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - #[doc = "Floating Point Unit interrupts enable bits"] - pub const fn fpu_ie(&self) -> u8 { - let val = (self.0 >> 26usize) & 0x3f; - val as u8 - } - #[doc = "Floating Point Unit interrupts enable bits"] - pub fn set_fpu_ie(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 26usize)) | (((val as u32) & 0x3f) << 26usize); - } - } - impl Default for Cfgr1 { - fn default() -> Cfgr1 { - Cfgr1(0) - } - } - #[doc = "SWPR"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Swpr(pub u32); - impl Swpr { - #[doc = "SRAWM2 write protection."] - pub fn pwp(&self, n: usize) -> bool { - assert!(n < 32usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "SRAWM2 write protection."] - pub fn set_pwp(&mut self, n: usize, val: bool) { - assert!(n < 32usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - } - impl Default for Swpr { - fn default() -> Swpr { - Swpr(0) - } - } - #[doc = "SKR"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Skr(pub u32); - impl Skr { - #[doc = "SRAM2 write protection key for software erase"] - pub const fn key(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "SRAM2 write protection key for software erase"] - pub fn set_key(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - } - impl Default for Skr { - fn default() -> Skr { - Skr(0) - } - } - #[doc = "SCSR"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Scsr(pub u32); - impl Scsr { - #[doc = "SRAM2 Erase"] - pub const fn sram2er(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "SRAM2 Erase"] - pub fn set_sram2er(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "SRAM2 busy by erase operation"] - pub const fn sram2bsy(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "SRAM2 busy by erase operation"] - pub fn set_sram2bsy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - } - impl Default for Scsr { - fn default() -> Scsr { - Scsr(0) - } - } #[doc = "CFGR2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] @@ -29935,1705 +45134,2270 @@ pub mod syscfg_l4 { Cfgr2(0) } } - #[doc = "memory remap register"] + #[doc = "SKR"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Memrmp(pub u32); - impl Memrmp { - #[doc = "Memory mapping selection"] - pub const fn mem_mode(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x07; + pub struct Skr(pub u32); + impl Skr { + #[doc = "SRAM2 write protection key for software erase"] + pub const fn key(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; val as u8 } - #[doc = "Memory mapping selection"] - pub fn set_mem_mode(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); - } - #[doc = "QUADSPI memory mapping swap"] - pub const fn qfs(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "QUADSPI memory mapping swap"] - pub fn set_qfs(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Flash Bank mode selection"] - pub const fn fb_mode(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Flash Bank mode selection"] - pub fn set_fb_mode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "SRAM2 write protection key for software erase"] + pub fn set_key(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } } - impl Default for Memrmp { - fn default() -> Memrmp { - Memrmp(0) + impl Default for Skr { + fn default() -> Skr { + Skr(0) } } - #[doc = "external interrupt configuration register 4"] + #[doc = "configuration register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI12 configuration bits"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 + pub struct Cfgr1(pub u32); + impl Cfgr1 { + #[doc = "Firewall disable"] + pub const fn fwdis(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "EXTI12 configuration bits"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + #[doc = "Firewall disable"] + pub fn set_fwdis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } + #[doc = "I/O analog switch voltage booster enable"] + pub const fn boosten(&self) -> bool { +======= + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bsw(pub u8); + impl Bsw { + #[doc = "Sets the corresponding ODRx bit"] + pub const SET: Self = Self(0x01); } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ot(pub u8); + impl Ot { + #[doc = "Output push-pull (reset state)"] + pub const PUSHPULL: Self = Self(0); + #[doc = "Output open-drain"] + pub const OPENDRAIN: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Brw(pub u8); + impl Brw { + #[doc = "Resets the corresponding ODRx bit"] + pub const RESET: Self = Self(0x01); } } } -pub mod syscfg_h7 { +pub mod flash_h7 { use crate::generic::*; - #[doc = "System configuration controller"] + #[doc = "Cluster BANK%s, containing KEYR?, CR?, SR?, CCR?, PRAR_CUR?, PRAR_PRG?, SCAR_CUR?, SCAR_PRG?, WPSN_CUR?R, WPSN_PRG?R, CRCCR?, CRCSADD?R, CRCEADD?R, ECC_FA?R"] #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "peripheral mode configuration register"] - pub fn pmcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } + pub struct Bank(pub *mut u8); + unsafe impl Send for Bank {} + unsafe impl Sync for Bank {} + impl Bank { + #[doc = "FLASH key register for bank 1"] + pub fn keyr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "external interrupt configuration register 1"] - pub fn exticr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + #[doc = "FLASH control register for bank 1"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "compensation cell control/status register"] - pub fn cccsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } + #[doc = "FLASH status register for bank 1"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[doc = "SYSCFG compensation cell value register"] - pub fn ccvr(self) -> Reg { + #[doc = "FLASH clear control register for bank 1"] + pub fn ccr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "FLASH protection address for bank 1"] + pub fn prar_cur(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(36usize)) } } - #[doc = "SYSCFG compensation cell code register"] - pub fn cccr(self) -> Reg { + #[doc = "FLASH protection address for bank 1"] + pub fn prar_prg(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(40usize)) } } - #[doc = "SYSCFG power control register"] - pub fn pwrcr(self) -> Reg { + #[doc = "FLASH secure address for bank 1"] + pub fn scar_cur(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(44usize)) } } - #[doc = "SYSCFG package register"] - pub fn pkgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(292usize)) } - } - #[doc = "SYSCFG user register 0"] - pub fn ur0(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(768usize)) } - } - #[doc = "SYSCFG user register 2"] - pub fn ur2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(776usize)) } + #[doc = "FLASH secure address for bank 1"] + pub fn scar_prg(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } } - #[doc = "SYSCFG user register 3"] - pub fn ur3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(780usize)) } + #[doc = "FLASH write sector protection for bank 1"] + pub fn wpsn_curr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(52usize)) } } - #[doc = "SYSCFG user register 4"] - pub fn ur4(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(784usize)) } + #[doc = "FLASH write sector protection for bank 1"] + pub fn wpsn_prgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(56usize)) } } - #[doc = "SYSCFG user register 5"] - pub fn ur5(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(788usize)) } + #[doc = "FLASH CRC control register for bank 1"] + pub fn crccr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } } - #[doc = "SYSCFG user register 6"] - pub fn ur6(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(792usize)) } + #[doc = "FLASH CRC start address register for bank 1"] + pub fn crcsaddr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(80usize)) } } - #[doc = "SYSCFG user register 7"] - pub fn ur7(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(796usize)) } + #[doc = "FLASH CRC end address register for bank 1"] + pub fn crceaddr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(84usize)) } } - #[doc = "SYSCFG user register 8"] - pub fn ur8(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(800usize)) } + #[doc = "FLASH ECC fail address for bank 1"] + pub fn far(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(92usize)) } } - #[doc = "SYSCFG user register 9"] - pub fn ur9(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(804usize)) } + } + #[doc = "Flash"] + #[derive(Copy, Clone)] + pub struct Flash(pub *mut u8); + unsafe impl Send for Flash {} + unsafe impl Sync for Flash {} + impl Flash { + #[doc = "Access control register"] + pub fn acr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "SYSCFG user register 10"] - pub fn ur10(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(808usize)) } + #[doc = "Cluster BANK%s, containing KEYR?, CR?, SR?, CCR?, PRAR_CUR?, PRAR_PRG?, SCAR_CUR?, SCAR_PRG?, WPSN_CUR?R, WPSN_PRG?R, CRCCR?, CRCSADD?R, CRCEADD?R, ECC_FA?R"] + pub fn bank(self, n: usize) -> Bank { + assert!(n < 2usize); + unsafe { Bank(self.0.add(4usize + n * 256usize)) } } - #[doc = "SYSCFG user register 11"] - pub fn ur11(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(812usize)) } + #[doc = "FLASH option key register"] + pub fn optkeyr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "SYSCFG user register 12"] - pub fn ur12(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(816usize)) } + #[doc = "FLASH option control register"] + pub fn optcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } } - #[doc = "SYSCFG user register 13"] - pub fn ur13(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(820usize)) } + #[doc = "FLASH option status register"] + pub fn optsr_cur(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } } - #[doc = "SYSCFG user register 14"] - pub fn ur14(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(824usize)) } + #[doc = "FLASH option status register"] + pub fn optsr_prg(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } } - #[doc = "SYSCFG user register 15"] - pub fn ur15(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(828usize)) } + #[doc = "FLASH option clear control register"] + pub fn optccr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } } - #[doc = "SYSCFG user register 16"] - pub fn ur16(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(832usize)) } + #[doc = "FLASH register with boot address"] + pub fn boot_curr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(64usize)) } } - #[doc = "SYSCFG user register 17"] - pub fn ur17(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(836usize)) } + #[doc = "FLASH register with boot address"] + pub fn boot_prgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(68usize)) } + } + #[doc = "FLASH CRC data register"] + pub fn crcdatar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(92usize)) } } } pub mod regs { use crate::generic::*; - #[doc = "SYSCFG user register 10"] + #[doc = "FLASH protection address for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur10(pub u32); - impl Ur10 { - #[doc = "Protected area end address for bank 2"] - pub const fn pa_end_2(&self) -> u16 { + pub struct PrarPrg(pub u32); + impl PrarPrg { + #[doc = "Bank 1 lowest PCROP protected address configuration"] + pub const fn prot_area_start(&self) -> u16 { let val = (self.0 >> 0usize) & 0x0fff; val as u16 } - #[doc = "Protected area end address for bank 2"] - pub fn set_pa_end_2(&mut self, val: u16) { + #[doc = "Bank 1 lowest PCROP protected address configuration"] + pub fn set_prot_area_start(&mut self, val: u16) { self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "Secured area start address for bank 2"] - pub const fn sa_beg_2(&self) -> u16 { + #[doc = "Bank 1 highest PCROP protected address configuration"] + pub const fn prot_area_end(&self) -> u16 { let val = (self.0 >> 16usize) & 0x0fff; val as u16 } -<<<<<<< HEAD - #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn ckstop(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; + #[doc = "Bank 1 highest PCROP protected address configuration"] + pub fn set_prot_area_end(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + } + #[doc = "Bank 1 PCROP protected erase enable option configuration bit"] + pub const fn dmep(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; val != 0 } - #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_ckstop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "Bank 1 PCROP protected erase enable option configuration bit"] + pub fn set_dmep(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } - #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn idmate(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; + } + impl Default for PrarPrg { + fn default() -> PrarPrg { + PrarPrg(0) + } + } + #[doc = "FLASH CRC control register for bank 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Crccr(pub u32); + impl Crccr { + #[doc = "Bank 1 CRC sector number"] + pub const fn crc_sect(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x07; + val as u8 + } + #[doc = "Bank 1 CRC sector number"] + pub fn set_crc_sect(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); + } + #[doc = "Bank 1 CRC select bit"] + pub const fn all_bank(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_idmate(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "Bank 1 CRC select bit"] + pub fn set_all_bank(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn idmabtc(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; + #[doc = "Bank 1 CRC sector mode select bit"] + pub const fn crc_by_sect(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_idmabtc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "Bank 1 CRC sector mode select bit"] + pub fn set_crc_by_sect(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Bank 1 CRC sector select bit"] + pub const fn add_sect(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 CRC sector select bit"] + pub fn set_add_sect(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Bank 1 CRC sector list clear bit"] + pub const fn clean_sect(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 CRC sector list clear bit"] + pub fn set_clean_sect(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "Bank 1 CRC start bit"] + pub const fn start_crc(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 CRC start bit"] + pub fn set_start_crc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "Bank 1 CRC clear bit"] + pub const fn clean_crc(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 CRC clear bit"] + pub fn set_clean_crc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "Bank 1 CRC burst size"] + pub const fn crc_burst(&self) -> u8 { + let val = (self.0 >> 20usize) & 0x03; + val as u8 + } + #[doc = "Bank 1 CRC burst size"] + pub fn set_crc_burst(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); } } - impl Default for Star { - fn default() -> Star { - Star(0) + impl Default for Crccr { + fn default() -> Crccr { + Crccr(0) } } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[doc = "FLASH register with boot address"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp3r(pub u32); - impl Resp3r { - #[doc = "see Table404."] - pub const fn cardstatus3(&self) -> u32 { + pub struct BootPrgr(pub u32); + impl BootPrgr { + #[doc = "Boot address 0"] + pub const fn boot_add0(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Boot address 0"] + pub fn set_boot_add0(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + #[doc = "Boot address 1"] + pub const fn boot_add1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 + } + #[doc = "Boot address 1"] + pub fn set_boot_add1(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + } + } + impl Default for BootPrgr { + fn default() -> BootPrgr { + BootPrgr(0) + } + } + #[doc = "FLASH option key register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Optkeyr(pub u32); + impl Optkeyr { + #[doc = "Unlock key option bytes"] + pub const fn optkeyr(&self) -> u32 { let val = (self.0 >> 0usize) & 0xffff_ffff; val as u32 } - #[doc = "see Table404."] - pub fn set_cardstatus3(&mut self, val: u32) { + #[doc = "Unlock key option bytes"] + pub fn set_optkeyr(&mut self, val: u32) { self.0 = (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Resp3r { - fn default() -> Resp3r { - Resp3r(0) + impl Default for Optkeyr { + fn default() -> Optkeyr { + Optkeyr(0) } } - #[doc = "SDMMC power control register"] + #[doc = "FLASH ECC fail address for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Power(pub u32); - impl Power { - #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] - pub const fn pwrctrl(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; - val as u8 + pub struct Far(pub u32); + impl Far { + #[doc = "Bank 1 ECC error address"] + pub const fn fail_ecc_addr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x7fff; + val as u16 } - #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] - pub fn set_pwrctrl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + #[doc = "Bank 1 ECC error address"] + pub fn set_fail_ecc_addr(&mut self, val: u16) { + self.0 = (self.0 & !(0x7fff << 0usize)) | (((val as u32) & 0x7fff) << 0usize); } - #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] - pub const fn vswitch(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + } + impl Default for Far { + fn default() -> Far { + Far(0) + } + } + #[doc = "FLASH option control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Optcr(pub u32); + impl Optcr { + #[doc = "FLASH_OPTCR lock option configuration bit"] + pub const fn optlock(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] - pub fn set_vswitch(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "FLASH_OPTCR lock option configuration bit"] + pub fn set_optlock(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] - pub const fn vswitchen(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "Option byte start change option configuration bit"] + pub const fn optstart(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] - pub fn set_vswitchen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Option byte start change option configuration bit"] + pub fn set_optstart(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] - pub const fn dirpol(&self) -> bool { + #[doc = "Flash mass erase enable bit"] + pub const fn mer(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] - pub fn set_dirpol(&mut self, val: bool) { + #[doc = "Flash mass erase enable bit"] + pub fn set_mer(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - } - impl Default for Power { - fn default() -> Power { - Power(0) + #[doc = "Option byte change error interrupt enable bit"] + pub const fn optchangeerrie(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; + val != 0 } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp1r(pub u32); - impl Resp1r { - #[doc = "see Table 432"] - pub const fn cardstatus1(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "Option byte change error interrupt enable bit"] + pub fn set_optchangeerrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); } - #[doc = "see Table 432"] - pub fn set_cardstatus1(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Bank swapping configuration bit"] + pub const fn swap_bank(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; + val != 0 + } + #[doc = "Bank swapping configuration bit"] + pub fn set_swap_bank(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } } - impl Default for Resp1r { - fn default() -> Resp1r { - Resp1r(0) + impl Default for Optcr { + fn default() -> Optcr { + Optcr(0) } } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[doc = "FLASH protection address for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp4r(pub u32); - impl Resp4r { - #[doc = "see Table404."] - pub const fn cardstatus4(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct PrarCur(pub u32); + impl PrarCur { + #[doc = "Bank 1 lowest PCROP protected address"] + pub const fn prot_area_start(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "see Table404."] - pub fn set_cardstatus4(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Bank 1 lowest PCROP protected address"] + pub fn set_prot_area_start(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - } - impl Default for Resp4r { - fn default() -> Resp4r { - Resp4r(0) + #[doc = "Bank 1 highest PCROP protected address"] + pub const fn prot_area_end(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - } - #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Acktimer(pub u32); - impl Acktimer { - #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] - pub const fn acktime(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + #[doc = "Bank 1 highest PCROP protected address"] + pub fn set_prot_area_end(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } - #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] - pub fn set_acktime(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "Bank 1 PCROP protected erase enable option status bit"] + pub const fn dmep(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 PCROP protected erase enable option status bit"] + pub fn set_dmep(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } } - impl Default for Acktimer { - fn default() -> Acktimer { - Acktimer(0) + impl Default for PrarCur { + fn default() -> PrarCur { + PrarCur(0) } } - #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] + #[doc = "FLASH CRC data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Argr(pub u32); - impl Argr { - #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] - pub const fn cmdarg(&self) -> u32 { + pub struct Crcdatar(pub u32); + impl Crcdatar { + #[doc = "CRC result"] + pub const fn crc_data(&self) -> u32 { let val = (self.0 >> 0usize) & 0xffff_ffff; val as u32 } - #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] - pub fn set_cmdarg(&mut self, val: u32) { + #[doc = "CRC result"] + pub fn set_crc_data(&mut self, val: u32) { self.0 = (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Argr { - fn default() -> Argr { - Argr(0) + impl Default for Crcdatar { + fn default() -> Crcdatar { + Crcdatar(0) } } - #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] + #[doc = "FLASH secure address for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dlenr(pub u32); - impl Dlenr { - #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] - pub const fn datalength(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + pub struct ScarCur(pub u32); + impl ScarCur { + #[doc = "Bank 1 lowest secure protected address"] + pub const fn sec_area_start(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] - pub fn set_datalength(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "Bank 1 lowest secure protected address"] + pub fn set_sec_area_start(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "Bank 1 highest secure protected address"] + pub const fn sec_area_end(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 + } + #[doc = "Bank 1 highest secure protected address"] + pub fn set_sec_area_end(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + } + #[doc = "Bank 1 secure protected erase enable option status bit"] + pub const fn dmes(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 secure protected erase enable option status bit"] + pub fn set_dmes(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } } - impl Default for Dlenr { - fn default() -> Dlenr { - Dlenr(0) + impl Default for ScarCur { + fn default() -> ScarCur { + ScarCur(0) } } - #[doc = "SDMMC IP version register"] + #[doc = "FLASH clear control register for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ver(pub u32); - impl Ver { - #[doc = "IP minor revision number."] - pub const fn minrev(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + pub struct Ccr(pub u32); + impl Ccr { + #[doc = "Bank 1 EOP1 flag clear bit"] + pub const fn clr_eop(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "IP minor revision number."] - pub fn set_minrev(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "Bank 1 EOP1 flag clear bit"] + pub fn set_clr_eop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "IP major revision number."] - pub const fn majrev(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "Bank 1 WRPERR1 flag clear bit"] + pub const fn clr_wrperr(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 } - #[doc = "IP major revision number."] - pub fn set_majrev(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "Bank 1 WRPERR1 flag clear bit"] + pub fn set_clr_wrperr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - } - impl Default for Ver { - fn default() -> Ver { - Ver(0) + #[doc = "Bank 1 PGSERR1 flag clear bi"] + pub const fn clr_pgserr(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 } - } - #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Maskr(pub u32); - impl Maskr { - #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] - pub const fn ccrcfailie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Bank 1 PGSERR1 flag clear bi"] + pub fn set_clr_pgserr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "Bank 1 STRBERR1 flag clear bit"] + pub const fn clr_strberr(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] - pub fn set_ccrcfailie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Bank 1 STRBERR1 flag clear bit"] + pub fn set_clr_strberr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] - pub const fn dcrcfailie(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "Bank 1 INCERR1 flag clear bit"] + pub const fn clr_incerr(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] - pub fn set_dcrcfailie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Bank 1 INCERR1 flag clear bit"] + pub fn set_clr_incerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] - pub const fn ctimeoutie(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "Bank 1 OPERR1 flag clear bit"] + pub const fn clr_operr(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] - pub fn set_ctimeoutie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Bank 1 OPERR1 flag clear bit"] + pub fn set_clr_operr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] - pub const fn dtimeoutie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "Bank 1 RDPERR1 flag clear bit"] + pub const fn clr_rdperr(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] - pub fn set_dtimeoutie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Bank 1 RDPERR1 flag clear bit"] + pub fn set_clr_rdperr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] - pub const fn txunderrie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "Bank 1 RDSERR1 flag clear bit"] + pub const fn clr_rdserr(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] - pub fn set_txunderrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Bank 1 RDSERR1 flag clear bit"] + pub fn set_clr_rdserr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] - pub const fn rxoverrie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "Bank 1 SNECCERR1 flag clear bit"] + pub const fn clr_sneccerr(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] - pub fn set_rxoverrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Bank 1 SNECCERR1 flag clear bit"] + pub fn set_clr_sneccerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] - pub const fn cmdrendie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Bank 1 DBECCERR1 flag clear bit"] + pub const fn clr_dbeccerr(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] - pub fn set_cmdrendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Bank 1 DBECCERR1 flag clear bit"] + pub fn set_clr_dbeccerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] - pub const fn cmdsentie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Bank 1 CRCEND1 flag clear bit"] + pub const fn clr_crcend(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] - pub fn set_cmdsentie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Bank 1 CRCEND1 flag clear bit"] + pub fn set_clr_crcend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] - pub const fn dataendie(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + } + impl Default for Ccr { + fn default() -> Ccr { + Ccr(0) + } + } + #[doc = "FLASH control register for bank 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "Bank 1 configuration lock bit"] + pub const fn lock(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] - pub fn set_dataendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Bank 1 configuration lock bit"] + pub fn set_lock(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] - pub const fn dholdie(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + #[doc = "Bank 1 program enable bit"] + pub const fn pg(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] - pub fn set_dholdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "Bank 1 program enable bit"] + pub fn set_pg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] - pub const fn dbckendie(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; + #[doc = "Bank 1 sector erase request"] + pub const fn ser(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] - pub fn set_dbckendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "Bank 1 sector erase request"] + pub fn set_ser(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] - pub const fn dabortie(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "Bank 1 erase request"] + pub const fn ber(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] - pub fn set_dabortie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "Bank 1 erase request"] + pub fn set_ber(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] - pub const fn txfifoheie(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "Bank 1 program size"] + pub const fn psize(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x03; + val as u8 + } + #[doc = "Bank 1 program size"] + pub fn set_psize(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 4usize)) | (((val as u32) & 0x03) << 4usize); + } + #[doc = "Bank 1 write forcing control bit"] + pub const fn fw(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] - pub fn set_txfifoheie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "Bank 1 write forcing control bit"] + pub fn set_fw(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] - pub const fn rxfifohfie(&self) -> bool { + #[doc = "Bank 1 bank or sector erase start control bit"] + pub const fn start(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 bank or sector erase start control bit"] + pub fn set_start(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Bank 1 sector erase selection number"] + pub const fn snb(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x07; + val as u8 + } + #[doc = "Bank 1 sector erase selection number"] + pub fn set_snb(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 8usize)) | (((val as u32) & 0x07) << 8usize); + } + #[doc = "Bank 1 CRC control bit"] + pub const fn crc_en(&self) -> bool { let val = (self.0 >> 15usize) & 0x01; val != 0 } - #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] - pub fn set_rxfifohfie(&mut self, val: bool) { + #[doc = "Bank 1 CRC control bit"] + pub fn set_crc_en(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] - pub const fn rxfifofie(&self) -> bool { + #[doc = "Bank 1 end-of-program interrupt control bit"] + pub const fn eopie(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 end-of-program interrupt control bit"] + pub fn set_eopie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "Bank 1 write protection error interrupt enable bit"] + pub const fn wrperrie(&self) -> bool { let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] - pub fn set_rxfifofie(&mut self, val: bool) { + #[doc = "Bank 1 write protection error interrupt enable bit"] + pub fn set_wrperrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] - pub const fn txfifoeie(&self) -> bool { + #[doc = "Bank 1 programming sequence error interrupt enable bit"] + pub const fn pgserrie(&self) -> bool { let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] - pub fn set_txfifoeie(&mut self, val: bool) { + #[doc = "Bank 1 programming sequence error interrupt enable bit"] + pub fn set_pgserrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] - pub const fn busyd0endie(&self) -> bool { + #[doc = "Bank 1 strobe error interrupt enable bit"] + pub const fn strberrie(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 strobe error interrupt enable bit"] + pub fn set_strberrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "Bank 1 inconsistency error interrupt enable bit"] + pub const fn incerrie(&self) -> bool { let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] - pub fn set_busyd0endie(&mut self, val: bool) { + #[doc = "Bank 1 inconsistency error interrupt enable bit"] + pub fn set_incerrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] - pub const fn sdioitie(&self) -> bool { + #[doc = "Bank 1 write/erase error interrupt enable bit"] + pub const fn operrie(&self) -> bool { let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] - pub fn set_sdioitie(&mut self, val: bool) { + #[doc = "Bank 1 write/erase error interrupt enable bit"] + pub fn set_operrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] - pub const fn ackfailie(&self) -> bool { + #[doc = "Bank 1 read protection error interrupt enable bit"] + pub const fn rdperrie(&self) -> bool { let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] - pub fn set_ackfailie(&mut self, val: bool) { + #[doc = "Bank 1 read protection error interrupt enable bit"] + pub fn set_rdperrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] - pub const fn acktimeoutie(&self) -> bool { + #[doc = "Bank 1 secure error interrupt enable bit"] + pub const fn rdserrie(&self) -> bool { let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] - pub fn set_acktimeoutie(&mut self, val: bool) { + #[doc = "Bank 1 secure error interrupt enable bit"] + pub fn set_rdserrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] - pub const fn vswendie(&self) -> bool { + #[doc = "Bank 1 ECC single correction error interrupt enable bit"] + pub const fn sneccerrie(&self) -> bool { let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] - pub fn set_vswendie(&mut self, val: bool) { + #[doc = "Bank 1 ECC single correction error interrupt enable bit"] + pub fn set_sneccerrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] - pub const fn ckstopie(&self) -> bool { + #[doc = "Bank 1 ECC double detection error interrupt enable bit"] + pub const fn dbeccerrie(&self) -> bool { let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] - pub fn set_ckstopie(&mut self, val: bool) { + #[doc = "Bank 1 ECC double detection error interrupt enable bit"] + pub fn set_dbeccerrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] - pub const fn idmabtcie(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; + #[doc = "Bank 1 end of CRC calculation interrupt enable bit"] + pub const fn crcendie(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] - pub fn set_idmabtcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "Bank 1 end of CRC calculation interrupt enable bit"] + pub fn set_crcendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + } + } + impl Default for Cr { + fn default() -> Cr { + Cr(0) + } + } + #[doc = "Access control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Acr(pub u32); + impl Acr { + #[doc = "Read latency"] + pub const fn latency(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x07; + val as u8 + } + #[doc = "Read latency"] + pub fn set_latency(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); + } + #[doc = "Flash signal delay"] + pub const fn wrhighfreq(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x03; + val as u8 + } + #[doc = "Flash signal delay"] + pub fn set_wrhighfreq(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 4usize)) | (((val as u32) & 0x03) << 4usize); + } + } + impl Default for Acr { + fn default() -> Acr { + Acr(0) + } + } + #[doc = "FLASH option clear control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Optccr(pub u32); + impl Optccr { + #[doc = "OPTCHANGEERR reset bit"] + pub const fn clr_optchangeerr(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; + val != 0 + } + #[doc = "OPTCHANGEERR reset bit"] + pub fn set_clr_optchangeerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + } + } + impl Default for Optccr { + fn default() -> Optccr { + Optccr(0) + } + } + #[doc = "FLASH key register for bank 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Keyr(pub u32); + impl Keyr { + #[doc = "Bank 1 access configuration unlock key"] + pub const fn keyr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Bank 1 access configuration unlock key"] + pub fn set_keyr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Maskr { - fn default() -> Maskr { - Maskr(0) + impl Default for Keyr { + fn default() -> Keyr { + Keyr(0) } } - #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] + #[doc = "FLASH option status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cmdr(pub u32); - impl Cmdr { - #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] - pub const fn cmdindex(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x3f; + pub struct OptsrPrg(pub u32); + impl OptsrPrg { + #[doc = "BOR reset level option configuration bits"] + pub const fn bor_lev(&self) -> u8 { + let val = (self.0 >> 2usize) & 0x03; val as u8 } - #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] - pub fn set_cmdindex(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); + #[doc = "BOR reset level option configuration bits"] + pub fn set_bor_lev(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 2usize)) | (((val as u32) & 0x03) << 2usize); } - #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] - pub const fn cmdtrans(&self) -> bool { + #[doc = "IWDG1 option configuration bit"] + pub const fn iwdg1_hw(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "IWDG1 option configuration bit"] + pub fn set_iwdg1_hw(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Option byte erase after D1 DStop option configuration bit"] + pub const fn n_rst_stop_d1(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] - pub fn set_cmdtrans(&mut self, val: bool) { + #[doc = "Option byte erase after D1 DStop option configuration bit"] + pub fn set_n_rst_stop_d1(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] - pub const fn cmdstop(&self) -> bool { + #[doc = "Option byte erase after D1 DStandby option configuration bit"] + pub const fn n_rst_stby_d1(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] - pub fn set_cmdstop(&mut self, val: bool) { + #[doc = "Option byte erase after D1 DStandby option configuration bit"] + pub fn set_n_rst_stby_d1(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] - pub const fn waitresp(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x03; + #[doc = "Readout protection level option configuration byte"] + pub const fn rdp(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; val as u8 } - #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] - pub fn set_waitresp(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + #[doc = "Readout protection level option configuration byte"] + pub fn set_rdp(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); } - #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] - pub const fn waitint(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; + #[doc = "IWDG Stop mode freeze option configuration bit"] + pub const fn fz_iwdg_stop(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] - pub fn set_waitint(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "IWDG Stop mode freeze option configuration bit"] + pub fn set_fz_iwdg_stop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] - pub const fn waitpend(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "IWDG Standby mode freeze option configuration bit"] + pub const fn fz_iwdg_sdby(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] - pub fn set_waitpend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "IWDG Standby mode freeze option configuration bit"] + pub fn set_fz_iwdg_sdby(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] - pub const fn cpsmen(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "DTCM size select option configuration bits"] + pub const fn st_ram_size(&self) -> u8 { + let val = (self.0 >> 19usize) & 0x03; + val as u8 + } + #[doc = "DTCM size select option configuration bits"] + pub fn set_st_ram_size(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 19usize)) | (((val as u32) & 0x03) << 19usize); + } + #[doc = "Security option configuration bit"] + pub const fn security(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] - pub fn set_cpsmen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "Security option configuration bit"] + pub fn set_security(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] - pub const fn dthold(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "User option configuration bit 1"] + pub const fn rss1(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] - pub fn set_dthold(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "User option configuration bit 1"] + pub fn set_rss1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] - pub const fn bootmode(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "User option configuration bit 2"] + pub const fn rss2(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] - pub fn set_bootmode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "User option configuration bit 2"] + pub fn set_rss2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - #[doc = "Enable boot mode procedure."] - pub const fn booten(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; + #[doc = "I/O high-speed at low-voltage (PRODUCT_BELOW_25V)"] + pub const fn io_hslv(&self) -> bool { + let val = (self.0 >> 29usize) & 0x01; val != 0 } - #[doc = "Enable boot mode procedure."] - pub fn set_booten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "I/O high-speed at low-voltage (PRODUCT_BELOW_25V)"] + pub fn set_io_hslv(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); } - #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] - pub const fn cmdsuspend(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "Bank swapping option configuration bit"] + pub const fn swap_bank_opt(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; val != 0 } - #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] - pub fn set_cmdsuspend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "Bank swapping option configuration bit"] + pub fn set_swap_bank_opt(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } } - impl Default for Cmdr { - fn default() -> Cmdr { - Cmdr(0) + impl Default for OptsrPrg { + fn default() -> OptsrPrg { + OptsrPrg(0) } } - #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] + #[doc = "FLASH CRC end address register for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dctrl(pub u32); - impl Dctrl { - #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] - pub const fn dten(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + pub struct Crceaddr(pub u32); + impl Crceaddr { + #[doc = "CRC end address on bank 1"] + pub const fn crc_end_addr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "CRC end address on bank 1"] + pub fn set_crc_end_addr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Crceaddr { + fn default() -> Crceaddr { + Crceaddr(0) + } + } + #[doc = "FLASH secure address for bank 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct ScarPrg(pub u32); + impl ScarPrg { + #[doc = "Bank 1 lowest secure protected address configuration"] + pub const fn sec_area_start(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "Bank 1 lowest secure protected address configuration"] + pub fn set_sec_area_start(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "Bank 1 highest secure protected address configuration"] + pub const fn sec_area_end(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 + } + #[doc = "Bank 1 highest secure protected address configuration"] + pub fn set_sec_area_end(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + } + #[doc = "Bank 1 secure protected erase enable option configuration bit"] + pub const fn dmes(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; val != 0 } - #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] - pub fn set_dten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Bank 1 secure protected erase enable option configuration bit"] + pub fn set_dmes(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } - #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn dtdir(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + } + impl Default for ScarPrg { + fn default() -> ScarPrg { + ScarPrg(0) + } + } + #[doc = "FLASH CRC start address register for bank 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Crcsaddr(pub u32); + impl Crcsaddr { + #[doc = "CRC start address on bank 1"] + pub const fn crc_start_addr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "CRC start address on bank 1"] + pub fn set_crc_start_addr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Crcsaddr { + fn default() -> Crcsaddr { + Crcsaddr(0) + } + } + #[doc = "FLASH write sector protection for bank 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct WpsnPrgr(pub u32); + impl WpsnPrgr { + #[doc = "Bank 1 sector write protection configuration byte"] + pub const fn wrpsn(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Bank 1 sector write protection configuration byte"] + pub fn set_wrpsn(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + } + impl Default for WpsnPrgr { + fn default() -> WpsnPrgr { + WpsnPrgr(0) + } + } + #[doc = "FLASH option status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct OptsrCur(pub u32); + impl OptsrCur { + #[doc = "Option byte change ongoing flag"] + pub const fn opt_busy(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_dtdir(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Option byte change ongoing flag"] + pub fn set_opt_busy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn dtmode(&self) -> u8 { + #[doc = "Brownout level option status bit"] + pub const fn bor_lev(&self) -> u8 { let val = (self.0 >> 2usize) & 0x03; val as u8 } - #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_dtmode(&mut self, val: u8) { + #[doc = "Brownout level option status bit"] + pub fn set_bor_lev(&mut self, val: u8) { self.0 = (self.0 & !(0x03 << 2usize)) | (((val as u32) & 0x03) << 2usize); } - #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] - pub const fn dblocksize(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "IWDG1 control option status bit"] + pub const fn iwdg1_hw(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] - pub fn set_dblocksize(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "IWDG1 control option status bit"] + pub fn set_iwdg1_hw(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Read wait start. If this bit is set, read wait operation starts."] - pub const fn rwstart(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "D1 DStop entry reset option status bit"] + pub const fn n_rst_stop_d1(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Read wait start. If this bit is set, read wait operation starts."] - pub fn set_rwstart(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "D1 DStop entry reset option status bit"] + pub fn set_n_rst_stop_d1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] - pub const fn rwstop(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + #[doc = "D1 DStandby entry reset option status bit"] + pub const fn n_rst_stby_d1(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] - pub fn set_rwstop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "D1 DStandby entry reset option status bit"] + pub fn set_n_rst_stby_d1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn rwmod(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 + #[doc = "Readout protection level option status byte"] + pub const fn rdp(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; + val as u8 } - #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_rwmod(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "Readout protection level option status byte"] + pub fn set_rdp(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); } - #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] - pub const fn sdioen(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "IWDG Stop mode freeze option status bit"] + pub const fn fz_iwdg_stop(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] - pub fn set_sdioen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "IWDG Stop mode freeze option status bit"] + pub fn set_fz_iwdg_stop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn bootacken(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "IWDG Standby mode freeze option status bit"] + pub const fn fz_iwdg_sdby(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_bootacken(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "IWDG Standby mode freeze option status bit"] + pub fn set_fz_iwdg_sdby(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] - pub const fn fiforst(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "DTCM RAM size option status"] + pub const fn st_ram_size(&self) -> u8 { + let val = (self.0 >> 19usize) & 0x03; + val as u8 + } + #[doc = "DTCM RAM size option status"] + pub fn set_st_ram_size(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 19usize)) | (((val as u32) & 0x03) << 19usize); + } + #[doc = "Security enable option status bit"] + pub const fn security(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] - pub fn set_fiforst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "Security enable option status bit"] + pub fn set_security(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - } - impl Default for Dctrl { - fn default() -> Dctrl { - Dctrl(0) -======= - #[doc = "Secured area start address for bank 2"] - pub fn set_sa_beg_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "User option bit 1"] + pub const fn rss1(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 } - } - impl Default for Ur10 { - fn default() -> Ur10 { - Ur10(0) + #[doc = "User option bit 1"] + pub fn set_rss1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - } - #[doc = "SYSCFG user register 9"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur9(pub u32); - impl Ur9 { - #[doc = "Write protection for flash bank 2"] - pub const fn wrpn_2(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + #[doc = "Device personalization status bit"] + pub const fn perso_ok(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 } - #[doc = "Write protection for flash bank 2"] - pub fn set_wrpn_2(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "Device personalization status bit"] + pub fn set_perso_ok(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } - #[doc = "Protected area start address for bank 2"] - pub const fn pa_beg_2(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "I/O high-speed at low-voltage status bit (PRODUCT_BELOW_25V)"] + pub const fn io_hslv(&self) -> bool { + let val = (self.0 >> 29usize) & 0x01; + val != 0 } - #[doc = "Protected area start address for bank 2"] - pub fn set_pa_beg_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "I/O high-speed at low-voltage status bit (PRODUCT_BELOW_25V)"] + pub fn set_io_hslv(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); } - } - impl Default for Ur9 { - fn default() -> Ur9 { - Ur9(0) + #[doc = "Option byte change error flag"] + pub const fn optchangeerr(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; + val != 0 } - } - #[doc = "SYSCFG user register 14"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur14(pub u32); - impl Ur14 { - #[doc = "D1 Stop Reset"] - pub const fn d1stprst(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Option byte change error flag"] + pub fn set_optchangeerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + } + #[doc = "Bank swapping option status bit"] + pub const fn swap_bank_opt(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; val != 0 } - #[doc = "D1 Stop Reset"] - pub fn set_d1stprst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Bank swapping option status bit"] + pub fn set_swap_bank_opt(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } } - impl Default for Ur14 { - fn default() -> Ur14 { - Ur14(0) + impl Default for OptsrCur { + fn default() -> OptsrCur { + OptsrCur(0) } } - #[doc = "SYSCFG power control register"] + #[doc = "FLASH write sector protection for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pwrcr(pub u32); - impl Pwrcr { - #[doc = "Overdrive enable"] - pub const fn oden(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; + pub struct WpsnCurr(pub u32); + impl WpsnCurr { + #[doc = "Bank 1 sector write protection option status byte"] + pub const fn wrpsn(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; val as u8 } - #[doc = "Overdrive enable"] - pub fn set_oden(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "Bank 1 sector write protection option status byte"] + pub fn set_wrpsn(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } } - impl Default for Pwrcr { - fn default() -> Pwrcr { - Pwrcr(0) + impl Default for WpsnCurr { + fn default() -> WpsnCurr { + WpsnCurr(0) } } - #[doc = "SYSCFG user register 5"] + #[doc = "FLASH status register for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur5(pub u32); - impl Ur5 { - #[doc = "Mass erase secured area disabled for bank 1"] - pub const fn mesad_1(&self) -> bool { + pub struct Sr(pub u32); + impl Sr { + #[doc = "Bank 1 ongoing program flag"] + pub const fn bsy(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Mass erase secured area disabled for bank 1"] - pub fn set_mesad_1(&mut self, val: bool) { + #[doc = "Bank 1 ongoing program flag"] + pub fn set_bsy(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Write protection for flash bank 1"] - pub const fn wrpn_1(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; - val as u8 + #[doc = "Bank 1 write buffer not empty flag"] + pub const fn wbne(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "Write protection for flash bank 1"] - pub fn set_wrpn_1(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + #[doc = "Bank 1 write buffer not empty flag"] + pub fn set_wbne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - } - impl Default for Ur5 { - fn default() -> Ur5 { - Ur5(0) + #[doc = "Bank 1 wait queue flag"] + pub const fn qw(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - } - #[doc = "SYSCFG user register 11"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur11(pub u32); - impl Ur11 { - #[doc = "Secured area end address for bank 2"] - pub const fn sa_end_2(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + #[doc = "Bank 1 wait queue flag"] + pub fn set_qw(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Secured area end address for bank 2"] - pub fn set_sa_end_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "Bank 1 CRC busy flag"] + pub const fn crc_busy(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - #[doc = "Independent Watchdog 1 mode"] - pub const fn iwdg1m(&self) -> bool { + #[doc = "Bank 1 CRC busy flag"] + pub fn set_crc_busy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Bank 1 end-of-program flag"] + pub const fn eop(&self) -> bool { let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Independent Watchdog 1 mode"] - pub fn set_iwdg1m(&mut self, val: bool) { + #[doc = "Bank 1 end-of-program flag"] + pub fn set_eop(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } + #[doc = "Bank 1 write protection error flag"] + pub const fn wrperr(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 write protection error flag"] + pub fn set_wrperr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "Bank 1 programming sequence error flag"] + pub const fn pgserr(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 programming sequence error flag"] + pub fn set_pgserr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "Bank 1 strobe error flag"] + pub const fn strberr(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 strobe error flag"] + pub fn set_strberr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "Bank 1 inconsistency error flag"] + pub const fn incerr(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 inconsistency error flag"] + pub fn set_incerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "Bank 1 write/erase error flag"] + pub const fn operr(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 write/erase error flag"] + pub fn set_operr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "Bank 1 read protection error flag"] + pub const fn rdperr(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 read protection error flag"] + pub fn set_rdperr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "Bank 1 secure error flag"] + pub const fn rdserr(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 secure error flag"] + pub fn set_rdserr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + #[doc = "Bank 1 single correction error flag"] + pub const fn sneccerr1(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 single correction error flag"] + pub fn set_sneccerr1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + #[doc = "Bank 1 ECC double detection error flag"] + pub const fn dbeccerr(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 ECC double detection error flag"] + pub fn set_dbeccerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "Bank 1 CRC-complete flag"] + pub const fn crcend(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 CRC-complete flag"] + pub fn set_crcend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + } } - impl Default for Ur11 { - fn default() -> Ur11 { - Ur11(0) + impl Default for Sr { + fn default() -> Sr { + Sr(0) } } - #[doc = "SYSCFG compensation cell value register"] + #[doc = "FLASH register with boot address"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccvr(pub u32); - impl Ccvr { - #[doc = "NMOS compensation value"] - pub const fn ncv(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + pub struct BootCurr(pub u32); + impl BootCurr { + #[doc = "Boot address 0"] + pub const fn boot_add0(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "NMOS compensation value"] - pub fn set_ncv(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "Boot address 0"] + pub fn set_boot_add0(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } - #[doc = "PMOS compensation value"] - pub const fn pcv(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "Boot address 1"] + pub const fn boot_add1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 } - #[doc = "PMOS compensation value"] - pub fn set_pcv(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "Boot address 1"] + pub fn set_boot_add1(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); } } - impl Default for Ccvr { - fn default() -> Ccvr { - Ccvr(0) + impl Default for BootCurr { + fn default() -> BootCurr { + BootCurr(0) } } - #[doc = "SYSCFG user register 7"] + } +} +pub mod dma_v2 { + use crate::generic::*; + #[doc = "DMA controller"] + #[derive(Copy, Clone)] + pub struct Dma(pub *mut u8); + unsafe impl Send for Dma {} + unsafe impl Sync for Dma {} + impl Dma { + #[doc = "low interrupt status register"] + pub fn isr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } + } + #[doc = "low interrupt flag clear register"] + pub fn ifcr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + } + #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] + pub fn st(self, n: usize) -> St { + assert!(n < 8usize); + unsafe { St(self.0.add(16usize + n * 24usize)) } + } + } + #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] + #[derive(Copy, Clone)] + pub struct St(pub *mut u8); + unsafe impl Send for St {} + unsafe impl Sync for St {} + impl St { + #[doc = "stream x configuration register"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "stream x number of data register"] + pub fn ndtr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "stream x peripheral address register"] + pub fn par(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "stream x memory 0 address register"] + pub fn m0ar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "stream x memory 1 address register"] + pub fn m1ar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "stream x FIFO control register"] + pub fn fcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "stream x FIFO control register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur7(pub u32); - impl Ur7 { - #[doc = "Secured area start address for bank 1"] - pub const fn sa_beg_1(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + pub struct Fcr(pub u32); + impl Fcr { + #[doc = "FIFO threshold selection"] + pub const fn fth(&self) -> super::vals::Fth { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Fth(val as u8) } - #[doc = "Secured area start address for bank 1"] - pub fn set_sa_beg_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "FIFO threshold selection"] + pub fn set_fth(&mut self, val: super::vals::Fth) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); } - #[doc = "Secured area end address for bank 1"] - pub const fn sa_end_1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "Direct mode disable"] + pub const fn dmdis(&self) -> super::vals::Dmdis { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Dmdis(val as u8) } - #[doc = "Secured area end address for bank 1"] - pub fn set_sa_end_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "Direct mode disable"] + pub fn set_dmdis(&mut self, val: super::vals::Dmdis) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - } - impl Default for Ur7 { - fn default() -> Ur7 { - Ur7(0) + #[doc = "FIFO status"] + pub const fn fs(&self) -> super::vals::Fs { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Fs(val as u8) } - } - #[doc = "SYSCFG user register 12"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur12(pub u32); - impl Ur12 { - #[doc = "Secure mode"] - pub const fn secure(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "FIFO status"] + pub fn set_fs(&mut self, val: super::vals::Fs) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + } + #[doc = "FIFO error interrupt enable"] + pub const fn feie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Secure mode"] - pub fn set_secure(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "FIFO error interrupt enable"] + pub fn set_feie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } } - impl Default for Ur12 { - fn default() -> Ur12 { - Ur12(0) + impl Default for Fcr { + fn default() -> Fcr { + Fcr(0) } } - #[doc = "SYSCFG user register 6"] + #[doc = "stream x number of data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur6(pub u32); - impl Ur6 { - #[doc = "Protected area start address for bank 1"] - pub const fn pa_beg_1(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 - } - #[doc = "Protected area start address for bank 1"] - pub fn set_pa_beg_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); - } - #[doc = "Protected area end address for bank 1"] - pub const fn pa_end_1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; + pub struct Ndtr(pub u32); + impl Ndtr { + #[doc = "Number of data items to transfer"] + pub const fn ndt(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; val as u16 } - #[doc = "Protected area end address for bank 1"] - pub fn set_pa_end_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "Number of data items to transfer"] + pub fn set_ndt(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Ur6 { - fn default() -> Ur6 { - Ur6(0) + impl Default for Ndtr { + fn default() -> Ndtr { + Ndtr(0) } } - #[doc = "peripheral mode configuration register"] + #[doc = "stream x configuration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pmcr(pub u32); - impl Pmcr { - #[doc = "I2C1 Fm+"] - pub const fn i2c1fmp(&self) -> bool { + pub struct Cr(pub u32); + impl Cr { + #[doc = "Stream enable / flag stream ready when read low"] + pub const fn en(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "I2C1 Fm+"] - pub fn set_i2c1fmp(&mut self, val: bool) { + #[doc = "Stream enable / flag stream ready when read low"] + pub fn set_en(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "I2C2 Fm+"] - pub const fn i2c2fmp(&self) -> bool { + #[doc = "Direct mode error interrupt enable"] + pub const fn dmeie(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "I2C2 Fm+"] - pub fn set_i2c2fmp(&mut self, val: bool) { + #[doc = "Direct mode error interrupt enable"] + pub fn set_dmeie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "I2C3 Fm+"] - pub const fn i2c3fmp(&self) -> bool { + #[doc = "Transfer error interrupt enable"] + pub const fn teie(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "I2C3 Fm+"] - pub fn set_i2c3fmp(&mut self, val: bool) { + #[doc = "Transfer error interrupt enable"] + pub fn set_teie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "I2C4 Fm+"] - pub const fn i2c4fmp(&self) -> bool { + #[doc = "Half transfer interrupt enable"] + pub const fn htie(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "I2C4 Fm+"] - pub fn set_i2c4fmp(&mut self, val: bool) { + #[doc = "Half transfer interrupt enable"] + pub fn set_htie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "PB(6) Fm+"] - pub const fn pb6fmp(&self) -> bool { + #[doc = "Transfer complete interrupt enable"] + pub const fn tcie(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "PB(6) Fm+"] - pub fn set_pb6fmp(&mut self, val: bool) { + #[doc = "Transfer complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "PB(7) Fast Mode Plus"] - pub const fn pb7fmp(&self) -> bool { + #[doc = "Peripheral flow controller"] + pub const fn pfctrl(&self) -> super::vals::Pfctrl { let val = (self.0 >> 5usize) & 0x01; + super::vals::Pfctrl(val as u8) + } + #[doc = "Peripheral flow controller"] + pub fn set_pfctrl(&mut self, val: super::vals::Pfctrl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Data transfer direction"] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 6usize) & 0x03; + super::vals::Dir(val as u8) + } + #[doc = "Data transfer direction"] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x03 << 6usize)) | (((val.0 as u32) & 0x03) << 6usize); + } + #[doc = "Circular mode"] + pub const fn circ(&self) -> super::vals::Circ { +>>>>>>> c084e70 (Update generated code) + let val = (self.0 >> 8usize) & 0x01; + super::vals::Circ(val as u8) + } +<<<<<<< HEAD + #[doc = "I/O analog switch voltage booster enable"] + pub fn set_boosten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] + pub const fn i2c_pb6_fmp(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "PB(7) Fast Mode Plus"] - pub fn set_pb7fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] + pub fn set_i2c_pb6_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "PB(8) Fast Mode Plus"] - pub const fn pb8fmp(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] + pub const fn i2c_pb7_fmp(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "PB(8) Fast Mode Plus"] - pub fn set_pb8fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] + pub fn set_i2c_pb7_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "PB(9) Fm+"] - pub const fn pb9fmp(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] + pub const fn i2c_pb8_fmp(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "PB(9) Fm+"] - pub fn set_pb9fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] + pub fn set_i2c_pb8_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "Booster Enable"] - pub const fn booste(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] + pub const fn i2c_pb9_fmp(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "Booster Enable"] - pub fn set_booste(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] + pub fn set_i2c_pb9_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "Analog switch supply voltage selection"] - pub const fn boostvddsel(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + #[doc = "I2C1 Fast-mode Plus driving capability activation"] + pub const fn i2c1_fmp(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; val != 0 } - #[doc = "Analog switch supply voltage selection"] - pub fn set_boostvddsel(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "I2C1 Fast-mode Plus driving capability activation"] + pub fn set_i2c1_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "Ethernet PHY Interface Selection"] - pub const fn epis(&self) -> u8 { - let val = (self.0 >> 21usize) & 0x07; - val as u8 + #[doc = "I2C2 Fast-mode Plus driving capability activation"] + pub const fn i2c2_fmp(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 } - #[doc = "Ethernet PHY Interface Selection"] - pub fn set_epis(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 21usize)) | (((val as u32) & 0x07) << 21usize); + #[doc = "I2C2 Fast-mode Plus driving capability activation"] + pub fn set_i2c2_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "PA0 Switch Open"] - pub const fn pa0so(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; + #[doc = "I2C3 Fast-mode Plus driving capability activation"] + pub const fn i2c3_fmp(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "PA0 Switch Open"] - pub fn set_pa0so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "I2C3 Fast-mode Plus driving capability activation"] + pub fn set_i2c3_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "PA1 Switch Open"] - pub const fn pa1so(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; + #[doc = "Floating Point Unit interrupts enable bits"] + pub const fn fpu_ie(&self) -> u8 { + let val = (self.0 >> 26usize) & 0x3f; + val as u8 + } + #[doc = "Floating Point Unit interrupts enable bits"] + pub fn set_fpu_ie(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 26usize)) | (((val as u32) & 0x3f) << 26usize); + } + } + impl Default for Cfgr1 { + fn default() -> Cfgr1 { + Cfgr1(0) + } + } + #[doc = "SWPR"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Swpr(pub u32); + impl Swpr { + #[doc = "SRAWM2 write protection."] + pub fn pwp(&self, n: usize) -> bool { + assert!(n < 32usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "PA1 Switch Open"] - pub fn set_pa1so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "SRAWM2 write protection."] + pub fn set_pwp(&mut self, n: usize, val: bool) { + assert!(n < 32usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "PC2 Switch Open"] - pub const fn pc2so(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; + } + impl Default for Swpr { + fn default() -> Swpr { + Swpr(0) + } + } + #[doc = "SCSR"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Scsr(pub u32); + impl Scsr { + #[doc = "SRAM2 Erase"] + pub const fn sram2er(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "PC2 Switch Open"] - pub fn set_pc2so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "SRAM2 Erase"] + pub fn set_sram2er(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "PC3 Switch Open"] - pub const fn pc3so(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; + #[doc = "SRAM2 busy by erase operation"] + pub const fn sram2bsy(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "PC3 Switch Open"] - pub fn set_pc3so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "SRAM2 busy by erase operation"] + pub fn set_sram2bsy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } } - impl Default for Pmcr { - fn default() -> Pmcr { - Pmcr(0) + impl Default for Scsr { + fn default() -> Scsr { + Scsr(0) } } - #[doc = "SYSCFG user register 15"] + #[doc = "external interrupt configuration register 4"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur15(pub u32); - impl Ur15 { - #[doc = "Freeze independent watchdog in Standby mode"] - pub const fn fziwdgstb(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI12 configuration bits"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + val as u8 + } + #[doc = "EXTI12 configuration bits"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + } + } + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) + } + } + #[doc = "memory remap register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Memrmp(pub u32); + impl Memrmp { + #[doc = "Memory mapping selection"] + pub const fn mem_mode(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x07; + val as u8 + } + #[doc = "Memory mapping selection"] + pub fn set_mem_mode(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); + } + #[doc = "QUADSPI memory mapping swap"] + pub const fn qfs(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Freeze independent watchdog in Standby mode"] - pub fn set_fziwdgstb(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "QUADSPI memory mapping swap"] + pub fn set_qfs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Flash Bank mode selection"] + pub const fn fb_mode(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Flash Bank mode selection"] + pub fn set_fb_mode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + } + impl Default for Memrmp { + fn default() -> Memrmp { + Memrmp(0) +======= + #[doc = "SYSCFG user register 8"] +======= + #[doc = "Circular mode"] + pub fn set_circ(&mut self, val: super::vals::Circ) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "Peripheral increment mode"] + pub const fn pinc(&self) -> super::vals::Inc { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Inc(val as u8) + } + #[doc = "Peripheral increment mode"] + pub fn set_pinc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "Memory increment mode"] + pub const fn minc(&self) -> super::vals::Inc { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Inc(val as u8) + } + #[doc = "Memory increment mode"] + pub fn set_minc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "Peripheral data size"] + pub const fn psize(&self) -> super::vals::Size { + let val = (self.0 >> 11usize) & 0x03; + super::vals::Size(val as u8) + } + #[doc = "Peripheral data size"] + pub fn set_psize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + } + #[doc = "Memory data size"] + pub const fn msize(&self) -> super::vals::Size { + let val = (self.0 >> 13usize) & 0x03; + super::vals::Size(val as u8) + } + #[doc = "Memory data size"] + pub fn set_msize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 13usize)) | (((val.0 as u32) & 0x03) << 13usize); + } + #[doc = "Peripheral increment offset size"] + pub const fn pincos(&self) -> super::vals::Pincos { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Pincos(val as u8) + } + #[doc = "Peripheral increment offset size"] + pub fn set_pincos(&mut self, val: super::vals::Pincos) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Priority level"] + pub const fn pl(&self) -> super::vals::Pl { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Pl(val as u8) + } + #[doc = "Priority level"] + pub fn set_pl(&mut self, val: super::vals::Pl) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + } + #[doc = "Double buffer mode"] + pub const fn dbm(&self) -> super::vals::Dbm { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Dbm(val as u8) + } + #[doc = "Double buffer mode"] + pub fn set_dbm(&mut self, val: super::vals::Dbm) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "Current target (only in double buffer mode)"] + pub const fn ct(&self) -> super::vals::Ct { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Ct(val as u8) + } + #[doc = "Current target (only in double buffer mode)"] + pub fn set_ct(&mut self, val: super::vals::Ct) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "Peripheral burst transfer configuration"] + pub const fn pburst(&self) -> super::vals::Burst { + let val = (self.0 >> 21usize) & 0x03; + super::vals::Burst(val as u8) + } + #[doc = "Peripheral burst transfer configuration"] + pub fn set_pburst(&mut self, val: super::vals::Burst) { + self.0 = (self.0 & !(0x03 << 21usize)) | (((val.0 as u32) & 0x03) << 21usize); + } + #[doc = "Memory burst transfer configuration"] + pub const fn mburst(&self) -> super::vals::Burst { + let val = (self.0 >> 23usize) & 0x03; + super::vals::Burst(val as u8) + } + #[doc = "Memory burst transfer configuration"] + pub fn set_mburst(&mut self, val: super::vals::Burst) { + self.0 = (self.0 & !(0x03 << 23usize)) | (((val.0 as u32) & 0x03) << 23usize); + } + #[doc = "Channel selection"] + pub const fn chsel(&self) -> u8 { + let val = (self.0 >> 25usize) & 0x0f; + val as u8 + } + #[doc = "Channel selection"] + pub fn set_chsel(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); } } - impl Default for Ur15 { - fn default() -> Ur15 { - Ur15(0) ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + impl Default for Cr { + fn default() -> Cr { + Cr(0) } } - #[doc = "SYSCFG user register 3"] + #[doc = "low interrupt status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur3(pub u32); - impl Ur3 { - #[doc = "Boot Address 1"] - pub const fn boot_add1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0xffff; - val as u16 + pub struct Isr(pub u32); + impl Isr { + #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] + pub fn feif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Boot Address 1"] - pub fn set_boot_add1(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] + pub fn set_feif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - } - impl Default for Ur3 { - fn default() -> Ur3 { - Ur3(0) + #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] + pub fn dmeif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 } - } -<<<<<<< HEAD - #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dcntr(pub u32); - impl Dcntr { - #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] - pub const fn datacount(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] + pub fn set_dmeif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] - pub fn set_datacount(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "Stream x transfer error interrupt flag (x=3..0)"] + pub fn teif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 } - } - impl Default for Dcntr { - fn default() -> Dcntr { - Dcntr(0) + #[doc = "Stream x transfer error interrupt flag (x=3..0)"] + pub fn set_teif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - } - #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dtimer(pub u32); - impl Dtimer { - #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] - pub const fn datatime(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "Stream x half transfer interrupt flag (x=3..0)"] + pub fn htif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] - pub fn set_datatime(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Stream x half transfer interrupt flag (x=3..0)"] + pub fn set_htif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] + pub fn tcif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] + pub fn set_tcif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Dtimer { - fn default() -> Dtimer { - Dtimer(0) + impl Default for Isr { + fn default() -> Isr { + Isr(0) } } - #[doc = "SDMMC IP identification register"] + #[doc = "low interrupt flag clear register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Id(pub u32); - impl Id { - #[doc = "SDMMC IP identification."] - pub const fn ip_id(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Ifcr(pub u32); + impl Ifcr { + #[doc = "Stream x clear FIFO error interrupt flag (x = 3..0)"] + pub fn cfeif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "SDMMC IP identification."] - pub fn set_ip_id(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Stream x clear FIFO error interrupt flag (x = 3..0)"] + pub fn set_cfeif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - } - impl Default for Id { - fn default() -> Id { - Id(0) -======= - #[doc = "SYSCFG user register 0"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur0(pub u32); - impl Ur0 { - #[doc = "Bank Swap"] - pub const fn bks(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Stream x clear direct mode error interrupt flag (x = 3..0)"] + pub fn cdmeif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Bank Swap"] - pub fn set_bks(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Stream x clear direct mode error interrupt flag (x = 3..0)"] + pub fn set_cdmeif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Readout protection"] - pub const fn rdp(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; - val as u8 + #[doc = "Stream x clear transfer error interrupt flag (x = 3..0)"] + pub fn cteif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Readout protection"] - pub fn set_rdp(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + #[doc = "Stream x clear transfer error interrupt flag (x = 3..0)"] + pub fn set_cteif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - } - impl Default for Ur0 { - fn default() -> Ur0 { - Ur0(0) ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + #[doc = "Stream x clear half transfer interrupt flag (x = 3..0)"] + pub fn chtif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 } - } - #[doc = "SYSCFG package register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pkgr(pub u32); - impl Pkgr { - #[doc = "Package"] - pub const fn pkg(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + #[doc = "Stream x clear half transfer interrupt flag (x = 3..0)"] + pub fn set_chtif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Package"] - pub fn set_pkg(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "Stream x clear transfer complete interrupt flag (x = 3..0)"] + pub fn ctcif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 } - } - impl Default for Pkgr { - fn default() -> Pkgr { - Pkgr(0) + #[doc = "Stream x clear transfer complete interrupt flag (x = 3..0)"] + pub fn set_ctcif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } -<<<<<<< HEAD - } -} -pub mod gpio_v1 { - use crate::generic::*; - #[doc = "General purpose I/O"] - #[derive(Copy, Clone)] - pub struct Gpio(pub *mut u8); - unsafe impl Send for Gpio {} - unsafe impl Sync for Gpio {} - impl Gpio { - #[doc = "Port configuration register low (GPIOn_CRL)"] - pub fn cr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } - } - #[doc = "Port input data register (GPIOn_IDR)"] - pub fn idr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Port output data register (GPIOn_ODR)"] - pub fn odr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Port bit set/reset register (GPIOn_BSRR)"] - pub fn bsrr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Port bit reset register (GPIOn_BRR)"] - pub fn brr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "Port configuration lock register"] - pub fn lckr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } + impl Default for Ifcr { + fn default() -> Ifcr { + Ifcr(0) + } } } pub mod vals { use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cnf(pub u8); - impl Cnf { - #[doc = "Analog mode / Push-Pull mode"] - pub const PUSHPULL: Self = Self(0); - #[doc = "Floating input (reset state) / Open Drain-Mode"] - pub const OPENDRAIN: Self = Self(0x01); - #[doc = "Input with pull-up/pull-down / Alternate Function Push-Pull Mode"] - pub const ALTPUSHPULL: Self = Self(0x02); - #[doc = "Alternate Function Open-Drain Mode"] - pub const ALTOPENDRAIN: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Brw(pub u8); - impl Brw { - #[doc = "No action on the corresponding ODx bit"] - pub const NOACTION: Self = Self(0); - #[doc = "Reset the ODx bit"] - pub const RESET: Self = Self(0x01); + pub struct Fs(pub u8); + impl Fs { + #[doc = "0 < fifo_level < 1/4"] + pub const QUARTER1: Self = Self(0); + #[doc = "1/4 <= fifo_level < 1/2"] + pub const QUARTER2: Self = Self(0x01); + #[doc = "1/2 <= fifo_level < 3/4"] + pub const QUARTER3: Self = Self(0x02); + #[doc = "3/4 <= fifo_level < full"] + pub const QUARTER4: Self = Self(0x03); + #[doc = "FIFO is empty"] + pub const EMPTY: Self = Self(0x04); + #[doc = "FIFO is full"] + pub const FULL: Self = Self(0x05); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bsw(pub u8); - impl Bsw { - #[doc = "No action on the corresponding ODx bit"] - pub const NOACTION: Self = Self(0); - #[doc = "Sets the corresponding ODRx bit"] - pub const SET: Self = Self(0x01); + pub struct Dmdis(pub u8); + impl Dmdis { + #[doc = "Direct mode is enabled"] + pub const ENABLED: Self = Self(0); + #[doc = "Direct mode is disabled"] + pub const DISABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Odr(pub u8); - impl Odr { - #[doc = "Set output to logic low"] - pub const LOW: Self = Self(0); - #[doc = "Set output to logic high"] - pub const HIGH: Self = Self(0x01); + pub struct Size(pub u8); + impl Size { + #[doc = "Byte (8-bit)"] + pub const BITS8: Self = Self(0); + #[doc = "Half-word (16-bit)"] + pub const BITS16: Self = Self(0x01); + #[doc = "Word (32-bit)"] + pub const BITS32: Self = Self(0x02); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Idr(pub u8); - impl Idr { - #[doc = "Input is logic low"] - pub const LOW: Self = Self(0); - #[doc = "Input is logic high"] - pub const HIGH: Self = Self(0x01); + pub struct Burst(pub u8); + impl Burst { + #[doc = "Single transfer"] + pub const SINGLE: Self = Self(0); + #[doc = "Incremental burst of 4 beats"] + pub const INCR4: Self = Self(0x01); + #[doc = "Incremental burst of 8 beats"] + pub const INCR8: Self = Self(0x02); + #[doc = "Incremental burst of 16 beats"] + pub const INCR16: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lckk(pub u8); - impl Lckk { - #[doc = "Port configuration lock key not active"] - pub const NOTACTIVE: Self = Self(0); - #[doc = "Port configuration lock key active"] - pub const ACTIVE: Self = Self(0x01); + pub struct Inc(pub u8); + impl Inc { + #[doc = "Address pointer is fixed"] + pub const FIXED: Self = Self(0); + #[doc = "Address pointer is incremented after each data transfer"] + pub const INCREMENTED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mode(pub u8); - impl Mode { - #[doc = "Input mode (reset state)"] - pub const INPUT: Self = Self(0); - #[doc = "Output mode 10 MHz"] - pub const OUTPUT: Self = Self(0x01); - #[doc = "Output mode 2 MHz"] - pub const OUTPUT2: Self = Self(0x02); - #[doc = "Output mode 50 MHz"] - pub const OUTPUT50: Self = Self(0x03); + pub struct Ct(pub u8); + impl Ct { + #[doc = "The current target memory is Memory 0"] + pub const MEMORY0: Self = Self(0); + #[doc = "The current target memory is Memory 1"] + pub const MEMORY1: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lck(pub u8); - impl Lck { - #[doc = "Port configuration not locked"] - pub const UNLOCKED: Self = Self(0); - #[doc = "Port configuration locked"] - pub const LOCKED: Self = Self(0x01); - } - } - pub mod regs { - use crate::generic::*; - #[doc = "Port configuration lock register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Lckr(pub u32); - impl Lckr { - #[doc = "Port A Lock bit"] - pub fn lck(&self, n: usize) -> super::vals::Lck { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Lck(val as u8) - } - #[doc = "Port A Lock bit"] - pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "Lock key"] - pub const fn lckk(&self) -> super::vals::Lckk { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Lckk(val as u8) - } - #[doc = "Lock key"] - pub fn set_lckk(&mut self, val: super::vals::Lckk) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - } - impl Default for Lckr { - fn default() -> Lckr { - Lckr(0) - } - } - #[doc = "Port input data register (GPIOn_IDR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idr(pub u32); - impl Idr { - #[doc = "Port input data"] - pub fn idr(&self, n: usize) -> super::vals::Idr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Idr(val as u8) - } - #[doc = "Port input data"] - pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - } - impl Default for Idr { - fn default() -> Idr { - Idr(0) - } - } - #[doc = "Port bit set/reset register (GPIOn_BSRR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bsrr(pub u32); - impl Bsrr { - #[doc = "Set bit"] - pub fn bs(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Set bit"] - pub fn set_bs(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Reset bit"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Reset bit"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - } - impl Default for Bsrr { - fn default() -> Bsrr { - Bsrr(0) - } - } - #[doc = "Port configuration register (GPIOn_CRx)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Port n mode bits"] - pub fn mode(&self, n: usize) -> super::vals::Mode { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Mode(val as u8) - } - #[doc = "Port n mode bits"] - pub fn set_mode(&mut self, n: usize, val: super::vals::Mode) { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - #[doc = "Port n configuration bits"] - pub fn cnf(&self, n: usize) -> super::vals::Cnf { - assert!(n < 8usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Cnf(val as u8) - } - #[doc = "Port n configuration bits"] - pub fn set_cnf(&mut self, n: usize, val: super::vals::Cnf) { - assert!(n < 8usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } + pub struct Fth(pub u8); + impl Fth { + #[doc = "1/4 full FIFO"] + pub const QUARTER: Self = Self(0); + #[doc = "1/2 full FIFO"] + pub const HALF: Self = Self(0x01); + #[doc = "3/4 full FIFO"] + pub const THREEQUARTERS: Self = Self(0x02); + #[doc = "Full FIFO"] + pub const FULL: Self = Self(0x03); } - impl Default for Cr { - fn default() -> Cr { - Cr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Circ(pub u8); + impl Circ { + #[doc = "Circular mode disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Circular mode enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "Port bit reset register (GPIOn_BRR)"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Brr(pub u32); - impl Brr { - #[doc = "Reset bit"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Reset bit"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pfctrl(pub u8); + impl Pfctrl { + #[doc = "The DMA is the flow controller"] + pub const DMA: Self = Self(0); + #[doc = "The peripheral is the flow controller"] + pub const PERIPHERAL: Self = Self(0x01); } - impl Default for Brr { - fn default() -> Brr { - Brr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pincos(pub u8); + impl Pincos { + #[doc = "The offset size for the peripheral address calculation is linked to the PSIZE"] + pub const PSIZE: Self = Self(0); + #[doc = "The offset size for the peripheral address calculation is fixed to 4 (32-bit alignment)"] + pub const FIXED4: Self = Self(0x01); } - #[doc = "Port output data register (GPIOn_ODR)"] +>>>>>>> c084e70 (Update generated code) #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Odr(pub u32); - impl Odr { - #[doc = "Port output data"] - pub fn odr(&self, n: usize) -> super::vals::Odr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Odr(val as u8) - } - #[doc = "Port output data"] - pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dir(pub u8); + impl Dir { + #[doc = "Peripheral-to-memory"] + pub const PERIPHERALTOMEMORY: Self = Self(0); + #[doc = "Memory-to-peripheral"] + pub const MEMORYTOPERIPHERAL: Self = Self(0x01); + #[doc = "Memory-to-memory"] + pub const MEMORYTOMEMORY: Self = Self(0x02); } - impl Default for Odr { - fn default() -> Odr { - Odr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pl(pub u8); + impl Pl { + #[doc = "Low"] + pub const LOW: Self = Self(0); + #[doc = "Medium"] + pub const MEDIUM: Self = Self(0x01); + #[doc = "High"] + pub const HIGH: Self = Self(0x02); + #[doc = "Very high"] + pub const VERYHIGH: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dbm(pub u8); + impl Dbm { + #[doc = "No buffer switching at the end of transfer"] + pub const DISABLED: Self = Self(0); + #[doc = "Memory target switched at the end of the DMA transfer"] + pub const ENABLED: Self = Self(0x01); } } } @@ -31677,82 +47441,6 @@ pub mod syscfg_l4 { } pub mod regs { use crate::generic::*; - #[doc = "CFGR2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr2(pub u32); - impl Cfgr2 { - #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] - pub const fn cll(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] - pub fn set_cll(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "SRAM2 parity lock bit"] - pub const fn spl(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "SRAM2 parity lock bit"] - pub fn set_spl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "PVD lock enable bit"] - pub const fn pvdl(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "PVD lock enable bit"] - pub fn set_pvdl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "ECC Lock"] - pub const fn eccl(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "ECC Lock"] - pub fn set_eccl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "SRAM2 parity error flag"] - pub const fn spf(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "SRAM2 parity error flag"] - pub fn set_spf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - } - impl Default for Cfgr2 { - fn default() -> Cfgr2 { - Cfgr2(0) - } - } - #[doc = "SKR"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Skr(pub u32); - impl Skr { - #[doc = "SRAM2 write protection key for software erase"] - pub const fn key(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "SRAM2 write protection key for software erase"] - pub fn set_key(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - } - impl Default for Skr { - fn default() -> Skr { - Skr(0) - } - } #[doc = "configuration register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] @@ -31854,83 +47542,6 @@ pub mod syscfg_l4 { Cfgr1(0) } } - #[doc = "SWPR"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Swpr(pub u32); - impl Swpr { - #[doc = "SRAWM2 write protection."] - pub fn pwp(&self, n: usize) -> bool { - assert!(n < 32usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "SRAWM2 write protection."] - pub fn set_pwp(&mut self, n: usize, val: bool) { - assert!(n < 32usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - } - impl Default for Swpr { - fn default() -> Swpr { - Swpr(0) - } - } - #[doc = "SCSR"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Scsr(pub u32); - impl Scsr { - #[doc = "SRAM2 Erase"] - pub const fn sram2er(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "SRAM2 Erase"] - pub fn set_sram2er(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "SRAM2 busy by erase operation"] - pub const fn sram2bsy(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "SRAM2 busy by erase operation"] - pub fn set_sram2bsy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - } - impl Default for Scsr { - fn default() -> Scsr { - Scsr(0) - } - } - #[doc = "external interrupt configuration register 4"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI12 configuration bits"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 - } - #[doc = "EXTI12 configuration bits"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); - } - } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) - } - } #[doc = "memory remap register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] @@ -31967,89 +47578,94 @@ pub mod syscfg_l4 { impl Default for Memrmp { fn default() -> Memrmp { Memrmp(0) -======= - #[doc = "SYSCFG user register 8"] + } + } + #[doc = "SWPR"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur8(pub u32); - impl Ur8 { - #[doc = "Mass erase protected area disabled for bank 2"] - pub const fn mepad_2(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Mass erase protected area disabled for bank 2"] - pub fn set_mepad_2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Mass erase secured area disabled for bank 2"] - pub const fn mesad_2(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + pub struct Swpr(pub u32); + impl Swpr { + #[doc = "SRAWM2 write protection."] + pub fn pwp(&self, n: usize) -> bool { + assert!(n < 32usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Mass erase secured area disabled for bank 2"] - pub fn set_mesad_2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "SRAWM2 write protection."] + pub fn set_pwp(&mut self, n: usize, val: bool) { + assert!(n < 32usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Ur8 { - fn default() -> Ur8 { - Ur8(0) + impl Default for Swpr { + fn default() -> Swpr { + Swpr(0) } } - #[doc = "SYSCFG user register 17"] + #[doc = "SKR"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur17(pub u32); - impl Ur17 { - #[doc = "I/O high speed / low voltage"] - pub const fn io_hslv(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + pub struct Skr(pub u32); + impl Skr { + #[doc = "SRAM2 write protection key for software erase"] + pub const fn key(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "I/O high speed / low voltage"] - pub fn set_io_hslv(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "SRAM2 write protection key for software erase"] + pub fn set_key(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } } - impl Default for Ur17 { - fn default() -> Ur17 { - Ur17(0) + impl Default for Skr { + fn default() -> Skr { + Skr(0) } } - #[doc = "SYSCFG user register 4"] + #[doc = "SCSR"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur4(pub u32); - impl Ur4 { - #[doc = "Mass Erase Protected Area Disabled for bank 1"] - pub const fn mepad_1(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + pub struct Scsr(pub u32); + impl Scsr { + #[doc = "SRAM2 Erase"] + pub const fn sram2er(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Mass Erase Protected Area Disabled for bank 1"] - pub fn set_mepad_1(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "SRAM2 Erase"] + pub fn set_sram2er(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "SRAM2 busy by erase operation"] + pub const fn sram2bsy(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "SRAM2 busy by erase operation"] + pub fn set_sram2bsy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } } - impl Default for Ur4 { - fn default() -> Ur4 { - Ur4(0) + impl Default for Scsr { + fn default() -> Scsr { + Scsr(0) } } - #[doc = "external interrupt configuration register 2"] + #[doc = "external interrupt configuration register 4"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] pub struct Exticr(pub u32); impl Exticr { - #[doc = "EXTI x configuration (x = 4 to 7)"] + #[doc = "EXTI12 configuration bits"] pub fn exti(&self, n: usize) -> u8 { assert!(n < 4usize); let offs = 0usize + n * 4usize; let val = (self.0 >> offs) & 0x0f; val as u8 } - #[doc = "EXTI x configuration (x = 4 to 7)"] + #[doc = "EXTI12 configuration bits"] pub fn set_exti(&mut self, n: usize, val: u8) { assert!(n < 4usize); let offs = 0usize + n * 4usize; @@ -32061,593 +47677,293 @@ pub mod syscfg_l4 { Exticr(0) } } - #[doc = "compensation cell control/status register"] + #[doc = "CFGR2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cccsr(pub u32); - impl Cccsr { - #[doc = "enable"] - pub const fn en(&self) -> bool { + pub struct Cfgr2(pub u32); + impl Cfgr2 { + #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] + pub const fn cll(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "enable"] - pub fn set_en(&mut self, val: bool) { + #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] + pub fn set_cll(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Code selection"] - pub const fn cs(&self) -> bool { + #[doc = "SRAM2 parity lock bit"] + pub const fn spl(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Code selection"] - pub fn set_cs(&mut self, val: bool) { + #[doc = "SRAM2 parity lock bit"] + pub fn set_spl(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Compensation cell ready flag"] - pub const fn ready(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Compensation cell ready flag"] - pub fn set_ready(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "High-speed at low-voltage"] - pub const fn hslv(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "High-speed at low-voltage"] - pub fn set_hslv(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - } - impl Default for Cccsr { - fn default() -> Cccsr { - Cccsr(0) - } - } - #[doc = "SYSCFG user register 13"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur13(pub u32); - impl Ur13 { - #[doc = "Secured DTCM RAM Size"] - pub const fn sdrs(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; - val as u8 - } - #[doc = "Secured DTCM RAM Size"] - pub fn set_sdrs(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); - } - #[doc = "D1 Standby reset"] - pub const fn d1sbrst(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "D1 Standby reset"] - pub fn set_d1sbrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - } - impl Default for Ur13 { - fn default() -> Ur13 { - Ur13(0) - } - } - #[doc = "SYSCFG user register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur2(pub u32); - impl Ur2 { - #[doc = "BOR_LVL Brownout Reset Threshold Level"] - pub const fn borh(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; - val as u8 - } - #[doc = "BOR_LVL Brownout Reset Threshold Level"] - pub fn set_borh(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); - } - #[doc = "Boot Address 0"] - pub const fn boot_add0(&self) -> u16 { - let val = (self.0 >> 16usize) & 0xffff; - val as u16 - } - #[doc = "Boot Address 0"] - pub fn set_boot_add0(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); - } - } - impl Default for Ur2 { - fn default() -> Ur2 { - Ur2(0) - } - } - #[doc = "SYSCFG user register 16"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur16(pub u32); - impl Ur16 { - #[doc = "Freeze independent watchdog in Stop mode"] - pub const fn fziwdgstp(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Freeze independent watchdog in Stop mode"] - pub fn set_fziwdgstp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Private key programmed"] - pub const fn pkp(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "PVD lock enable bit"] + pub const fn pvdl(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Private key programmed"] - pub fn set_pkp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - } - impl Default for Ur16 { - fn default() -> Ur16 { - Ur16(0) + #[doc = "PVD lock enable bit"] + pub fn set_pvdl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - } - #[doc = "SYSCFG compensation cell code register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cccr(pub u32); - impl Cccr { - #[doc = "NMOS compensation code"] - pub const fn ncc(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + #[doc = "ECC Lock"] + pub const fn eccl(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - #[doc = "NMOS compensation code"] - pub fn set_ncc(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "ECC Lock"] + pub fn set_eccl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "PMOS compensation code"] - pub const fn pcc(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "SRAM2 parity error flag"] + pub const fn spf(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "PMOS compensation code"] - pub fn set_pcc(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "SRAM2 parity error flag"] + pub fn set_spf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } } - impl Default for Cccr { - fn default() -> Cccr { - Cccr(0) + impl Default for Cfgr2 { + fn default() -> Cfgr2 { + Cfgr2(0) } } } } -pub mod gpio_v2 { +pub mod exti_v1 { use crate::generic::*; - #[doc = "General-purpose I/Os"] + #[doc = "External interrupt/event controller"] #[derive(Copy, Clone)] - pub struct Gpio(pub *mut u8); - unsafe impl Send for Gpio {} - unsafe impl Sync for Gpio {} - impl Gpio { - #[doc = "GPIO port mode register"] - pub fn moder(self) -> Reg { + pub struct Exti(pub *mut u8); + unsafe impl Send for Exti {} + unsafe impl Sync for Exti {} + impl Exti { + #[doc = "Interrupt mask register (EXTI_IMR)"] + pub fn imr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "GPIO port output type register"] - pub fn otyper(self) -> Reg { + #[doc = "Event mask register (EXTI_EMR)"] + pub fn emr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "GPIO port output speed register"] - pub fn ospeedr(self) -> Reg { + #[doc = "Rising Trigger selection register (EXTI_RTSR)"] + pub fn rtsr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "GPIO port pull-up/pull-down register"] - pub fn pupdr(self) -> Reg { + #[doc = "Falling Trigger selection register (EXTI_FTSR)"] + pub fn ftsr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[doc = "GPIO port input data register"] - pub fn idr(self) -> Reg { + #[doc = "Software interrupt event register (EXTI_SWIER)"] + pub fn swier(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[doc = "GPIO port output data register"] - pub fn odr(self) -> Reg { + #[doc = "Pending register (EXTI_PR)"] + pub fn pr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[doc = "GPIO port bit set/reset register"] - pub fn bsrr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "GPIO port configuration lock register"] - pub fn lckr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "GPIO alternate function register (low, high)"] - pub fn afr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(32usize + n * 4usize)) } - } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Idr(pub u8); - impl Idr { - #[doc = "Input is logic low"] - pub const LOW: Self = Self(0); - #[doc = "Input is logic high"] - pub const HIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ospeedr(pub u8); - impl Ospeedr { - #[doc = "Low speed"] - pub const LOWSPEED: Self = Self(0); - #[doc = "Medium speed"] - pub const MEDIUMSPEED: Self = Self(0x01); - #[doc = "High speed"] - pub const HIGHSPEED: Self = Self(0x02); - #[doc = "Very high speed"] - pub const VERYHIGHSPEED: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Moder(pub u8); - impl Moder { - #[doc = "Input mode (reset state)"] - pub const INPUT: Self = Self(0); - #[doc = "General purpose output mode"] - pub const OUTPUT: Self = Self(0x01); - #[doc = "Alternate function mode"] - pub const ALTERNATE: Self = Self(0x02); - #[doc = "Analog mode"] - pub const ANALOG: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lckk(pub u8); - impl Lckk { - #[doc = "Port configuration lock key not active"] - pub const NOTACTIVE: Self = Self(0); - #[doc = "Port configuration lock key active"] - pub const ACTIVE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bsw(pub u8); - impl Bsw { - #[doc = "Sets the corresponding ODRx bit"] - pub const SET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Brw(pub u8); - impl Brw { - #[doc = "Resets the corresponding ODRx bit"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lck(pub u8); - impl Lck { - #[doc = "Port configuration not locked"] - pub const UNLOCKED: Self = Self(0); - #[doc = "Port configuration locked"] - pub const LOCKED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Afr(pub u8); - impl Afr { - #[doc = "AF0"] - pub const AF0: Self = Self(0); - #[doc = "AF1"] - pub const AF1: Self = Self(0x01); - #[doc = "AF2"] - pub const AF2: Self = Self(0x02); - #[doc = "AF3"] - pub const AF3: Self = Self(0x03); - #[doc = "AF4"] - pub const AF4: Self = Self(0x04); - #[doc = "AF5"] - pub const AF5: Self = Self(0x05); - #[doc = "AF6"] - pub const AF6: Self = Self(0x06); - #[doc = "AF7"] - pub const AF7: Self = Self(0x07); - #[doc = "AF8"] - pub const AF8: Self = Self(0x08); - #[doc = "AF9"] - pub const AF9: Self = Self(0x09); - #[doc = "AF10"] - pub const AF10: Self = Self(0x0a); - #[doc = "AF11"] - pub const AF11: Self = Self(0x0b); - #[doc = "AF12"] - pub const AF12: Self = Self(0x0c); - #[doc = "AF13"] - pub const AF13: Self = Self(0x0d); - #[doc = "AF14"] - pub const AF14: Self = Self(0x0e); - #[doc = "AF15"] - pub const AF15: Self = Self(0x0f); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ot(pub u8); - impl Ot { - #[doc = "Output push-pull (reset state)"] - pub const PUSHPULL: Self = Self(0); - #[doc = "Output open-drain"] - pub const OPENDRAIN: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Odr(pub u8); - impl Odr { - #[doc = "Set output to logic low"] - pub const LOW: Self = Self(0); - #[doc = "Set output to logic high"] - pub const HIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pupdr(pub u8); - impl Pupdr { - #[doc = "No pull-up, pull-down"] - pub const FLOATING: Self = Self(0); - #[doc = "Pull-up"] - pub const PULLUP: Self = Self(0x01); - #[doc = "Pull-down"] - pub const PULLDOWN: Self = Self(0x02); - } } pub mod regs { use crate::generic::*; - #[doc = "GPIO alternate function register"] + #[doc = "Event mask register (EXTI_EMR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Afr(pub u32); - impl Afr { - #[doc = "Alternate function selection for port x bit y (y = 0..15)"] - pub fn afr(&self, n: usize) -> super::vals::Afr { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - super::vals::Afr(val as u8) + pub struct Emr(pub u32); + impl Emr { + #[doc = "Event Mask on line 0"] + pub fn mr(&self, n: usize) -> super::vals::Mr { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Mr(val as u8) } - #[doc = "Alternate function selection for port x bit y (y = 0..15)"] - pub fn set_afr(&mut self, n: usize, val: super::vals::Afr) { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); + #[doc = "Event Mask on line 0"] + pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Afr { - fn default() -> Afr { - Afr(0) + impl Default for Emr { + fn default() -> Emr { + Emr(0) } } - #[doc = "GPIO port output speed register"] + #[doc = "Software interrupt event register (EXTI_SWIER)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ospeedr(pub u32); - impl Ospeedr { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn ospeedr(&self, n: usize) -> super::vals::Ospeedr { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Ospeedr(val as u8) + pub struct Swier(pub u32); + impl Swier { + #[doc = "Software Interrupt on line 0"] + pub fn swier(&self, n: usize) -> bool { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_ospeedr(&mut self, n: usize, val: super::vals::Ospeedr) { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "Software Interrupt on line 0"] + pub fn set_swier(&mut self, n: usize, val: bool) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Ospeedr { - fn default() -> Ospeedr { - Ospeedr(0) + impl Default for Swier { + fn default() -> Swier { + Swier(0) } } - #[doc = "GPIO port output data register"] + #[doc = "Falling Trigger selection register (EXTI_FTSR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Odr(pub u32); - impl Odr { - #[doc = "Port output data (y = 0..15)"] - pub fn odr(&self, n: usize) -> super::vals::Odr { - assert!(n < 16usize); + pub struct Ftsr(pub u32); + impl Ftsr { + #[doc = "Falling trigger event configuration of line 0"] + pub fn tr(&self, n: usize) -> super::vals::Tr { + assert!(n < 23usize); let offs = 0usize + n * 1usize; let val = (self.0 >> offs) & 0x01; - super::vals::Odr(val as u8) + super::vals::Tr(val as u8) } - #[doc = "Port output data (y = 0..15)"] - pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { - assert!(n < 16usize); + #[doc = "Falling trigger event configuration of line 0"] + pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { + assert!(n < 23usize); let offs = 0usize + n * 1usize; self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Odr { - fn default() -> Odr { - Odr(0) + impl Default for Ftsr { + fn default() -> Ftsr { + Ftsr(0) } } - #[doc = "GPIO port bit set/reset register"] + #[doc = "Pending register (EXTI_PR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bsrr(pub u32); - impl Bsrr { - #[doc = "Port x set bit y (y= 0..15)"] - pub fn bs(&self, n: usize) -> bool { - assert!(n < 16usize); + pub struct Pr(pub u32); + impl Pr { + #[doc = "Pending bit 0"] + pub fn pr(&self, n: usize) -> bool { + assert!(n < 23usize); let offs = 0usize + n * 1usize; let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Port x set bit y (y= 0..15)"] - pub fn set_bs(&mut self, n: usize, val: bool) { - assert!(n < 16usize); + #[doc = "Pending bit 0"] + pub fn set_pr(&mut self, n: usize, val: bool) { + assert!(n < 23usize); let offs = 0usize + n * 1usize; self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Port x set bit y (y= 0..15)"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Port x set bit y (y= 0..15)"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } } - impl Default for Bsrr { - fn default() -> Bsrr { - Bsrr(0) + impl Default for Pr { + fn default() -> Pr { + Pr(0) } } - #[doc = "GPIO port output type register"] + #[doc = "Rising Trigger selection register (EXTI_RTSR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Otyper(pub u32); - impl Otyper { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn ot(&self, n: usize) -> super::vals::Ot { - assert!(n < 16usize); + pub struct Rtsr(pub u32); + impl Rtsr { + #[doc = "Rising trigger event configuration of line 0"] + pub fn tr(&self, n: usize) -> super::vals::Tr { + assert!(n < 23usize); let offs = 0usize + n * 1usize; let val = (self.0 >> offs) & 0x01; - super::vals::Ot(val as u8) + super::vals::Tr(val as u8) } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_ot(&mut self, n: usize, val: super::vals::Ot) { - assert!(n < 16usize); + #[doc = "Rising trigger event configuration of line 0"] + pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { + assert!(n < 23usize); let offs = 0usize + n * 1usize; self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Otyper { - fn default() -> Otyper { - Otyper(0) + impl Default for Rtsr { + fn default() -> Rtsr { + Rtsr(0) } } - #[doc = "GPIO port configuration lock register"] + #[doc = "Interrupt mask register (EXTI_IMR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Lckr(pub u32); - impl Lckr { - #[doc = "Port x lock bit y (y= 0..15)"] - pub fn lck(&self, n: usize) -> super::vals::Lck { - assert!(n < 16usize); + pub struct Imr(pub u32); + impl Imr { + #[doc = "Interrupt Mask on line 0"] + pub fn mr(&self, n: usize) -> super::vals::Mr { + assert!(n < 23usize); let offs = 0usize + n * 1usize; let val = (self.0 >> offs) & 0x01; - super::vals::Lck(val as u8) + super::vals::Mr(val as u8) } - #[doc = "Port x lock bit y (y= 0..15)"] - pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { - assert!(n < 16usize); + #[doc = "Interrupt Mask on line 0"] + pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { + assert!(n < 23usize); let offs = 0usize + n * 1usize; self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Port x lock bit y (y= 0..15)"] - pub const fn lckk(&self) -> super::vals::Lckk { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Lckk(val as u8) - } - #[doc = "Port x lock bit y (y= 0..15)"] - pub fn set_lckk(&mut self, val: super::vals::Lckk) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } } - impl Default for Lckr { - fn default() -> Lckr { - Lckr(0) +<<<<<<< HEAD + impl Default for Idr { + fn default() -> Idr { + Idr(0) +>>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + impl Default for Imr { + fn default() -> Imr { + Imr(0) +>>>>>>> c084e70 (Update generated code) } } - #[doc = "GPIO port pull-up/pull-down register"] + } + pub mod vals { + use crate::generic::*; #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pupdr(pub u32); - impl Pupdr { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn pupdr(&self, n: usize) -> super::vals::Pupdr { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Pupdr(val as u8) - } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_pupdr(&mut self, n: usize, val: super::vals::Pupdr) { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - } - impl Default for Pupdr { - fn default() -> Pupdr { - Pupdr(0) - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Prw(pub u8); + impl Prw { + #[doc = "Clears pending bit"] + pub const CLEAR: Self = Self(0x01); } - #[doc = "GPIO port mode register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Moder(pub u32); - impl Moder { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn moder(&self, n: usize) -> super::vals::Moder { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Moder(val as u8) - } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_moder(&mut self, n: usize, val: super::vals::Moder) { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Prr(pub u8); + impl Prr { + #[doc = "No trigger request occurred"] + pub const NOTPENDING: Self = Self(0); + #[doc = "Selected trigger request occurred"] + pub const PENDING: Self = Self(0x01); } - impl Default for Moder { - fn default() -> Moder { - Moder(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Tr(pub u8); + impl Tr { + #[doc = "Falling edge trigger is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Falling edge trigger is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "GPIO port input data register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idr(pub u32); - impl Idr { - #[doc = "Port input data (y = 0..15)"] - pub fn idr(&self, n: usize) -> super::vals::Idr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Idr(val as u8) - } - #[doc = "Port input data (y = 0..15)"] - pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mr(pub u8); + impl Mr { + #[doc = "Interrupt request line is masked"] + pub const MASKED: Self = Self(0); + #[doc = "Interrupt request line is unmasked"] + pub const UNMASKED: Self = Self(0x01); } - impl Default for Idr { - fn default() -> Idr { - Idr(0) ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Swierw(pub u8); + impl Swierw { + #[doc = "Generates an interrupt request"] + pub const PEND: Self = Self(0x01); } } } diff --git a/embassy-stm32/src/pac/stm32h723ve.rs b/embassy-stm32/src/pac/stm32h723ve.rs index 6461aca12..59db9bc88 100644 --- a/embassy-stm32/src/pac/stm32h723ve.rs +++ b/embassy-stm32/src/pac/stm32h723ve.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -283,6 +285,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +307,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h723vg.rs b/embassy-stm32/src/pac/stm32h723vg.rs index 6461aca12..59db9bc88 100644 --- a/embassy-stm32/src/pac/stm32h723vg.rs +++ b/embassy-stm32/src/pac/stm32h723vg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -283,6 +285,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +307,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h723ze.rs b/embassy-stm32/src/pac/stm32h723ze.rs index e49e375ba..03fd5c4a5 100644 --- a/embassy-stm32/src/pac/stm32h723ze.rs +++ b/embassy-stm32/src/pac/stm32h723ze.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h723zg.rs b/embassy-stm32/src/pac/stm32h723zg.rs index e49e375ba..03fd5c4a5 100644 --- a/embassy-stm32/src/pac/stm32h723zg.rs +++ b/embassy-stm32/src/pac/stm32h723zg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725ae.rs b/embassy-stm32/src/pac/stm32h725ae.rs index e49e375ba..03fd5c4a5 100644 --- a/embassy-stm32/src/pac/stm32h725ae.rs +++ b/embassy-stm32/src/pac/stm32h725ae.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725ag.rs b/embassy-stm32/src/pac/stm32h725ag.rs index e49e375ba..03fd5c4a5 100644 --- a/embassy-stm32/src/pac/stm32h725ag.rs +++ b/embassy-stm32/src/pac/stm32h725ag.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725ie.rs b/embassy-stm32/src/pac/stm32h725ie.rs index e49e375ba..03fd5c4a5 100644 --- a/embassy-stm32/src/pac/stm32h725ie.rs +++ b/embassy-stm32/src/pac/stm32h725ie.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725ig.rs b/embassy-stm32/src/pac/stm32h725ig.rs index e49e375ba..03fd5c4a5 100644 --- a/embassy-stm32/src/pac/stm32h725ig.rs +++ b/embassy-stm32/src/pac/stm32h725ig.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725re.rs b/embassy-stm32/src/pac/stm32h725re.rs index e45bc1fde..6adcd4a60 100644 --- a/embassy-stm32/src/pac/stm32h725re.rs +++ b/embassy-stm32/src/pac/stm32h725re.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -275,6 +277,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -296,6 +299,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725rg.rs b/embassy-stm32/src/pac/stm32h725rg.rs index e45bc1fde..6adcd4a60 100644 --- a/embassy-stm32/src/pac/stm32h725rg.rs +++ b/embassy-stm32/src/pac/stm32h725rg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -275,6 +277,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -296,6 +299,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725ve.rs b/embassy-stm32/src/pac/stm32h725ve.rs index 6461aca12..59db9bc88 100644 --- a/embassy-stm32/src/pac/stm32h725ve.rs +++ b/embassy-stm32/src/pac/stm32h725ve.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -283,6 +285,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +307,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725vg.rs b/embassy-stm32/src/pac/stm32h725vg.rs index 6461aca12..59db9bc88 100644 --- a/embassy-stm32/src/pac/stm32h725vg.rs +++ b/embassy-stm32/src/pac/stm32h725vg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -283,6 +285,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +307,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725ze.rs b/embassy-stm32/src/pac/stm32h725ze.rs index e49e375ba..03fd5c4a5 100644 --- a/embassy-stm32/src/pac/stm32h725ze.rs +++ b/embassy-stm32/src/pac/stm32h725ze.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725zg.rs b/embassy-stm32/src/pac/stm32h725zg.rs index e49e375ba..03fd5c4a5 100644 --- a/embassy-stm32/src/pac/stm32h725zg.rs +++ b/embassy-stm32/src/pac/stm32h725zg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h730ab.rs b/embassy-stm32/src/pac/stm32h730ab.rs index 876f64442..d4690b4cf 100644 --- a/embassy-stm32/src/pac/stm32h730ab.rs +++ b/embassy-stm32/src/pac/stm32h730ab.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h730ib.rs b/embassy-stm32/src/pac/stm32h730ib.rs index 876f64442..d4690b4cf 100644 --- a/embassy-stm32/src/pac/stm32h730ib.rs +++ b/embassy-stm32/src/pac/stm32h730ib.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h730vb.rs b/embassy-stm32/src/pac/stm32h730vb.rs index e18404732..a3b56f569 100644 --- a/embassy-stm32/src/pac/stm32h730vb.rs +++ b/embassy-stm32/src/pac/stm32h730vb.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -283,6 +285,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +307,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h730zb.rs b/embassy-stm32/src/pac/stm32h730zb.rs index 876f64442..d4690b4cf 100644 --- a/embassy-stm32/src/pac/stm32h730zb.rs +++ b/embassy-stm32/src/pac/stm32h730zb.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h733vg.rs b/embassy-stm32/src/pac/stm32h733vg.rs index e18404732..a3b56f569 100644 --- a/embassy-stm32/src/pac/stm32h733vg.rs +++ b/embassy-stm32/src/pac/stm32h733vg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -283,6 +285,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +307,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h733zg.rs b/embassy-stm32/src/pac/stm32h733zg.rs index 876f64442..d4690b4cf 100644 --- a/embassy-stm32/src/pac/stm32h733zg.rs +++ b/embassy-stm32/src/pac/stm32h733zg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h735ag.rs b/embassy-stm32/src/pac/stm32h735ag.rs index 876f64442..d4690b4cf 100644 --- a/embassy-stm32/src/pac/stm32h735ag.rs +++ b/embassy-stm32/src/pac/stm32h735ag.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h735ig.rs b/embassy-stm32/src/pac/stm32h735ig.rs index 876f64442..d4690b4cf 100644 --- a/embassy-stm32/src/pac/stm32h735ig.rs +++ b/embassy-stm32/src/pac/stm32h735ig.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h735rg.rs b/embassy-stm32/src/pac/stm32h735rg.rs index 9896683ce..5064b9006 100644 --- a/embassy-stm32/src/pac/stm32h735rg.rs +++ b/embassy-stm32/src/pac/stm32h735rg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -275,6 +277,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -296,6 +299,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h735vg.rs b/embassy-stm32/src/pac/stm32h735vg.rs index e18404732..a3b56f569 100644 --- a/embassy-stm32/src/pac/stm32h735vg.rs +++ b/embassy-stm32/src/pac/stm32h735vg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -283,6 +285,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -304,6 +307,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h735zg.rs b/embassy-stm32/src/pac/stm32h735zg.rs index 876f64442..d4690b4cf 100644 --- a/embassy-stm32/src/pac/stm32h735zg.rs +++ b/embassy-stm32/src/pac/stm32h735zg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -194,6 +195,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -294,6 +296,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -315,6 +318,33 @@ embassy_extras::peripherals!( PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, + PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, + PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742ag.rs b/embassy-stm32/src/pac/stm32h742ag.rs index eec02ca71..1a6638978 100644 --- a/embassy-stm32/src/pac/stm32h742ag.rs +++ b/embassy-stm32/src/pac/stm32h742ag.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742ai.rs b/embassy-stm32/src/pac/stm32h742ai.rs index eec02ca71..1a6638978 100644 --- a/embassy-stm32/src/pac/stm32h742ai.rs +++ b/embassy-stm32/src/pac/stm32h742ai.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742bg.rs b/embassy-stm32/src/pac/stm32h742bg.rs index eec02ca71..1a6638978 100644 --- a/embassy-stm32/src/pac/stm32h742bg.rs +++ b/embassy-stm32/src/pac/stm32h742bg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742bi.rs b/embassy-stm32/src/pac/stm32h742bi.rs index eec02ca71..1a6638978 100644 --- a/embassy-stm32/src/pac/stm32h742bi.rs +++ b/embassy-stm32/src/pac/stm32h742bi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742ig.rs b/embassy-stm32/src/pac/stm32h742ig.rs index eec02ca71..1a6638978 100644 --- a/embassy-stm32/src/pac/stm32h742ig.rs +++ b/embassy-stm32/src/pac/stm32h742ig.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742ii.rs b/embassy-stm32/src/pac/stm32h742ii.rs index eec02ca71..1a6638978 100644 --- a/embassy-stm32/src/pac/stm32h742ii.rs +++ b/embassy-stm32/src/pac/stm32h742ii.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742vg.rs b/embassy-stm32/src/pac/stm32h742vg.rs index f066acad9..0f8bce0dc 100644 --- a/embassy-stm32/src/pac/stm32h742vg.rs +++ b/embassy-stm32/src/pac/stm32h742vg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -298,7 +300,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -311,6 +315,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -326,6 +331,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742vi.rs b/embassy-stm32/src/pac/stm32h742vi.rs index f066acad9..0f8bce0dc 100644 --- a/embassy-stm32/src/pac/stm32h742vi.rs +++ b/embassy-stm32/src/pac/stm32h742vi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -298,7 +300,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -311,6 +315,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -326,6 +331,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742xg.rs b/embassy-stm32/src/pac/stm32h742xg.rs index eec02ca71..1a6638978 100644 --- a/embassy-stm32/src/pac/stm32h742xg.rs +++ b/embassy-stm32/src/pac/stm32h742xg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742xi.rs b/embassy-stm32/src/pac/stm32h742xi.rs index eec02ca71..1a6638978 100644 --- a/embassy-stm32/src/pac/stm32h742xi.rs +++ b/embassy-stm32/src/pac/stm32h742xi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742zg.rs b/embassy-stm32/src/pac/stm32h742zg.rs index eec02ca71..1a6638978 100644 --- a/embassy-stm32/src/pac/stm32h742zg.rs +++ b/embassy-stm32/src/pac/stm32h742zg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742zi.rs b/embassy-stm32/src/pac/stm32h742zi.rs index eec02ca71..1a6638978 100644 --- a/embassy-stm32/src/pac/stm32h742zi.rs +++ b/embassy-stm32/src/pac/stm32h742zi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743ag.rs b/embassy-stm32/src/pac/stm32h743ag.rs index 400002d93..c93c4bd77 100644 --- a/embassy-stm32/src/pac/stm32h743ag.rs +++ b/embassy-stm32/src/pac/stm32h743ag.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743ai.rs b/embassy-stm32/src/pac/stm32h743ai.rs index 400002d93..c93c4bd77 100644 --- a/embassy-stm32/src/pac/stm32h743ai.rs +++ b/embassy-stm32/src/pac/stm32h743ai.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743bg.rs b/embassy-stm32/src/pac/stm32h743bg.rs index 400002d93..c93c4bd77 100644 --- a/embassy-stm32/src/pac/stm32h743bg.rs +++ b/embassy-stm32/src/pac/stm32h743bg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743bi.rs b/embassy-stm32/src/pac/stm32h743bi.rs index 400002d93..c93c4bd77 100644 --- a/embassy-stm32/src/pac/stm32h743bi.rs +++ b/embassy-stm32/src/pac/stm32h743bi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743ig.rs b/embassy-stm32/src/pac/stm32h743ig.rs index 400002d93..c93c4bd77 100644 --- a/embassy-stm32/src/pac/stm32h743ig.rs +++ b/embassy-stm32/src/pac/stm32h743ig.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743ii.rs b/embassy-stm32/src/pac/stm32h743ii.rs index 400002d93..c93c4bd77 100644 --- a/embassy-stm32/src/pac/stm32h743ii.rs +++ b/embassy-stm32/src/pac/stm32h743ii.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743vg.rs b/embassy-stm32/src/pac/stm32h743vg.rs index ce0e64c78..1470e0cf4 100644 --- a/embassy-stm32/src/pac/stm32h743vg.rs +++ b/embassy-stm32/src/pac/stm32h743vg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -298,7 +300,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -311,6 +315,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -326,6 +331,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743vi.rs b/embassy-stm32/src/pac/stm32h743vi.rs index ce0e64c78..1470e0cf4 100644 --- a/embassy-stm32/src/pac/stm32h743vi.rs +++ b/embassy-stm32/src/pac/stm32h743vi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -298,7 +300,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -311,6 +315,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -326,6 +331,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743xg.rs b/embassy-stm32/src/pac/stm32h743xg.rs index 400002d93..c93c4bd77 100644 --- a/embassy-stm32/src/pac/stm32h743xg.rs +++ b/embassy-stm32/src/pac/stm32h743xg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743xi.rs b/embassy-stm32/src/pac/stm32h743xi.rs index 400002d93..c93c4bd77 100644 --- a/embassy-stm32/src/pac/stm32h743xi.rs +++ b/embassy-stm32/src/pac/stm32h743xi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743zg.rs b/embassy-stm32/src/pac/stm32h743zg.rs index 400002d93..c93c4bd77 100644 --- a/embassy-stm32/src/pac/stm32h743zg.rs +++ b/embassy-stm32/src/pac/stm32h743zg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743zi.rs b/embassy-stm32/src/pac/stm32h743zi.rs index 400002d93..c93c4bd77 100644 --- a/embassy-stm32/src/pac/stm32h743zi.rs +++ b/embassy-stm32/src/pac/stm32h743zi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745bg.rs b/embassy-stm32/src/pac/stm32h745bg.rs index b0de7dfdf..5a4349b66 100644 --- a/embassy-stm32/src/pac/stm32h745bg.rs +++ b/embassy-stm32/src/pac/stm32h745bg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745bi.rs b/embassy-stm32/src/pac/stm32h745bi.rs index b0de7dfdf..5a4349b66 100644 --- a/embassy-stm32/src/pac/stm32h745bi.rs +++ b/embassy-stm32/src/pac/stm32h745bi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745ig.rs b/embassy-stm32/src/pac/stm32h745ig.rs index b0de7dfdf..5a4349b66 100644 --- a/embassy-stm32/src/pac/stm32h745ig.rs +++ b/embassy-stm32/src/pac/stm32h745ig.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745ii.rs b/embassy-stm32/src/pac/stm32h745ii.rs index b0de7dfdf..5a4349b66 100644 --- a/embassy-stm32/src/pac/stm32h745ii.rs +++ b/embassy-stm32/src/pac/stm32h745ii.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745xg.rs b/embassy-stm32/src/pac/stm32h745xg.rs index b0de7dfdf..5a4349b66 100644 --- a/embassy-stm32/src/pac/stm32h745xg.rs +++ b/embassy-stm32/src/pac/stm32h745xg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745xi.rs b/embassy-stm32/src/pac/stm32h745xi.rs index b0de7dfdf..5a4349b66 100644 --- a/embassy-stm32/src/pac/stm32h745xi.rs +++ b/embassy-stm32/src/pac/stm32h745xi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745zg.rs b/embassy-stm32/src/pac/stm32h745zg.rs index b0de7dfdf..5a4349b66 100644 --- a/embassy-stm32/src/pac/stm32h745zg.rs +++ b/embassy-stm32/src/pac/stm32h745zg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745zi.rs b/embassy-stm32/src/pac/stm32h745zi.rs index b0de7dfdf..5a4349b66 100644 --- a/embassy-stm32/src/pac/stm32h745zi.rs +++ b/embassy-stm32/src/pac/stm32h745zi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747ag.rs b/embassy-stm32/src/pac/stm32h747ag.rs index e9ea09cce..3157819f9 100644 --- a/embassy-stm32/src/pac/stm32h747ag.rs +++ b/embassy-stm32/src/pac/stm32h747ag.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747ai.rs b/embassy-stm32/src/pac/stm32h747ai.rs index e9ea09cce..3157819f9 100644 --- a/embassy-stm32/src/pac/stm32h747ai.rs +++ b/embassy-stm32/src/pac/stm32h747ai.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747bg.rs b/embassy-stm32/src/pac/stm32h747bg.rs index e9ea09cce..3157819f9 100644 --- a/embassy-stm32/src/pac/stm32h747bg.rs +++ b/embassy-stm32/src/pac/stm32h747bg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747bi.rs b/embassy-stm32/src/pac/stm32h747bi.rs index e9ea09cce..3157819f9 100644 --- a/embassy-stm32/src/pac/stm32h747bi.rs +++ b/embassy-stm32/src/pac/stm32h747bi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747ig.rs b/embassy-stm32/src/pac/stm32h747ig.rs index e9ea09cce..3157819f9 100644 --- a/embassy-stm32/src/pac/stm32h747ig.rs +++ b/embassy-stm32/src/pac/stm32h747ig.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747ii.rs b/embassy-stm32/src/pac/stm32h747ii.rs index e9ea09cce..3157819f9 100644 --- a/embassy-stm32/src/pac/stm32h747ii.rs +++ b/embassy-stm32/src/pac/stm32h747ii.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747xg.rs b/embassy-stm32/src/pac/stm32h747xg.rs index e9ea09cce..3157819f9 100644 --- a/embassy-stm32/src/pac/stm32h747xg.rs +++ b/embassy-stm32/src/pac/stm32h747xg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747xi.rs b/embassy-stm32/src/pac/stm32h747xi.rs index e9ea09cce..3157819f9 100644 --- a/embassy-stm32/src/pac/stm32h747xi.rs +++ b/embassy-stm32/src/pac/stm32h747xi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747zi.rs b/embassy-stm32/src/pac/stm32h747zi.rs index 2833c9a2f..add169fb8 100644 --- a/embassy-stm32/src/pac/stm32h747zi.rs +++ b/embassy-stm32/src/pac/stm32h747zi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -298,7 +300,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -311,6 +315,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -326,6 +331,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h750ib.rs b/embassy-stm32/src/pac/stm32h750ib.rs index 8ae43eaf3..e20cda51e 100644 --- a/embassy-stm32/src/pac/stm32h750ib.rs +++ b/embassy-stm32/src/pac/stm32h750ib.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h750vb.rs b/embassy-stm32/src/pac/stm32h750vb.rs index c20b70fcd..d09e7163f 100644 --- a/embassy-stm32/src/pac/stm32h750vb.rs +++ b/embassy-stm32/src/pac/stm32h750vb.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -298,7 +300,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -311,6 +315,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -326,6 +331,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h750xb.rs b/embassy-stm32/src/pac/stm32h750xb.rs index 8ae43eaf3..e20cda51e 100644 --- a/embassy-stm32/src/pac/stm32h750xb.rs +++ b/embassy-stm32/src/pac/stm32h750xb.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h750zb.rs b/embassy-stm32/src/pac/stm32h750zb.rs index 8ae43eaf3..e20cda51e 100644 --- a/embassy-stm32/src/pac/stm32h750zb.rs +++ b/embassy-stm32/src/pac/stm32h750zb.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753ai.rs b/embassy-stm32/src/pac/stm32h753ai.rs index 8ae43eaf3..e20cda51e 100644 --- a/embassy-stm32/src/pac/stm32h753ai.rs +++ b/embassy-stm32/src/pac/stm32h753ai.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753bi.rs b/embassy-stm32/src/pac/stm32h753bi.rs index 8ae43eaf3..e20cda51e 100644 --- a/embassy-stm32/src/pac/stm32h753bi.rs +++ b/embassy-stm32/src/pac/stm32h753bi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753ii.rs b/embassy-stm32/src/pac/stm32h753ii.rs index 8ae43eaf3..e20cda51e 100644 --- a/embassy-stm32/src/pac/stm32h753ii.rs +++ b/embassy-stm32/src/pac/stm32h753ii.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753vi.rs b/embassy-stm32/src/pac/stm32h753vi.rs index c20b70fcd..d09e7163f 100644 --- a/embassy-stm32/src/pac/stm32h753vi.rs +++ b/embassy-stm32/src/pac/stm32h753vi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -298,7 +300,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -311,6 +315,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -326,6 +331,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753xi.rs b/embassy-stm32/src/pac/stm32h753xi.rs index 8ae43eaf3..e20cda51e 100644 --- a/embassy-stm32/src/pac/stm32h753xi.rs +++ b/embassy-stm32/src/pac/stm32h753xi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753zi.rs b/embassy-stm32/src/pac/stm32h753zi.rs index 8ae43eaf3..e20cda51e 100644 --- a/embassy-stm32/src/pac/stm32h753zi.rs +++ b/embassy-stm32/src/pac/stm32h753zi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h755bi.rs b/embassy-stm32/src/pac/stm32h755bi.rs index 4bc3119e3..8e42b6a71 100644 --- a/embassy-stm32/src/pac/stm32h755bi.rs +++ b/embassy-stm32/src/pac/stm32h755bi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h755ii.rs b/embassy-stm32/src/pac/stm32h755ii.rs index 4bc3119e3..8e42b6a71 100644 --- a/embassy-stm32/src/pac/stm32h755ii.rs +++ b/embassy-stm32/src/pac/stm32h755ii.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h755xi.rs b/embassy-stm32/src/pac/stm32h755xi.rs index 4bc3119e3..8e42b6a71 100644 --- a/embassy-stm32/src/pac/stm32h755xi.rs +++ b/embassy-stm32/src/pac/stm32h755xi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h755zi.rs b/embassy-stm32/src/pac/stm32h755zi.rs index 4bc3119e3..8e42b6a71 100644 --- a/embassy-stm32/src/pac/stm32h755zi.rs +++ b/embassy-stm32/src/pac/stm32h755zi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757ai.rs b/embassy-stm32/src/pac/stm32h757ai.rs index ba6c13000..ee3b3384a 100644 --- a/embassy-stm32/src/pac/stm32h757ai.rs +++ b/embassy-stm32/src/pac/stm32h757ai.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757bi.rs b/embassy-stm32/src/pac/stm32h757bi.rs index ba6c13000..ee3b3384a 100644 --- a/embassy-stm32/src/pac/stm32h757bi.rs +++ b/embassy-stm32/src/pac/stm32h757bi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757ii.rs b/embassy-stm32/src/pac/stm32h757ii.rs index ba6c13000..ee3b3384a 100644 --- a/embassy-stm32/src/pac/stm32h757ii.rs +++ b/embassy-stm32/src/pac/stm32h757ii.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757xi.rs b/embassy-stm32/src/pac/stm32h757xi.rs index ba6c13000..ee3b3384a 100644 --- a/embassy-stm32/src/pac/stm32h757xi.rs +++ b/embassy-stm32/src/pac/stm32h757xi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -309,7 +311,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -322,6 +326,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -337,6 +342,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757zi.rs b/embassy-stm32/src/pac/stm32h757zi.rs index e74380e8d..847163f5d 100644 --- a/embassy-stm32/src/pac/stm32h757zi.rs +++ b/embassy-stm32/src/pac/stm32h757zi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -298,7 +300,9 @@ embassy_extras::peripherals!( ======= pub use regs::dma_v2 as dma; pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; pub use regs::rcc_h7 as rcc; pub use regs::rng_v1 as rng; pub use regs::sdmmc_v2 as sdmmc; @@ -311,6 +315,7 @@ peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, +<<<<<<< HEAD PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, @@ -326,6 +331,19 @@ peripherals!( ======= PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG >>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +======= + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3ag.rs b/embassy-stm32/src/pac/stm32h7a3ag.rs index 536447242..d1fa21160 100644 --- a/embassy-stm32/src/pac/stm32h7a3ag.rs +++ b/embassy-stm32/src/pac/stm32h7a3ag.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3ai.rs b/embassy-stm32/src/pac/stm32h7a3ai.rs index 536447242..d1fa21160 100644 --- a/embassy-stm32/src/pac/stm32h7a3ai.rs +++ b/embassy-stm32/src/pac/stm32h7a3ai.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3ig.rs b/embassy-stm32/src/pac/stm32h7a3ig.rs index 536447242..d1fa21160 100644 --- a/embassy-stm32/src/pac/stm32h7a3ig.rs +++ b/embassy-stm32/src/pac/stm32h7a3ig.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3ii.rs b/embassy-stm32/src/pac/stm32h7a3ii.rs index 536447242..d1fa21160 100644 --- a/embassy-stm32/src/pac/stm32h7a3ii.rs +++ b/embassy-stm32/src/pac/stm32h7a3ii.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3lg.rs b/embassy-stm32/src/pac/stm32h7a3lg.rs index 536447242..d1fa21160 100644 --- a/embassy-stm32/src/pac/stm32h7a3lg.rs +++ b/embassy-stm32/src/pac/stm32h7a3lg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3li.rs b/embassy-stm32/src/pac/stm32h7a3li.rs index 536447242..d1fa21160 100644 --- a/embassy-stm32/src/pac/stm32h7a3li.rs +++ b/embassy-stm32/src/pac/stm32h7a3li.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3ng.rs b/embassy-stm32/src/pac/stm32h7a3ng.rs index 536447242..d1fa21160 100644 --- a/embassy-stm32/src/pac/stm32h7a3ng.rs +++ b/embassy-stm32/src/pac/stm32h7a3ng.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3ni.rs b/embassy-stm32/src/pac/stm32h7a3ni.rs index 536447242..d1fa21160 100644 --- a/embassy-stm32/src/pac/stm32h7a3ni.rs +++ b/embassy-stm32/src/pac/stm32h7a3ni.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3qi.rs b/embassy-stm32/src/pac/stm32h7a3qi.rs index 81699d1f4..70c5dfc80 100644 --- a/embassy-stm32/src/pac/stm32h7a3qi.rs +++ b/embassy-stm32/src/pac/stm32h7a3qi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -303,6 +305,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -325,6 +328,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3rg.rs b/embassy-stm32/src/pac/stm32h7a3rg.rs index 7ef698ee4..a3b1c4b2b 100644 --- a/embassy-stm32/src/pac/stm32h7a3rg.rs +++ b/embassy-stm32/src/pac/stm32h7a3rg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -295,6 +297,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -317,6 +320,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3ri.rs b/embassy-stm32/src/pac/stm32h7a3ri.rs index 7ef698ee4..a3b1c4b2b 100644 --- a/embassy-stm32/src/pac/stm32h7a3ri.rs +++ b/embassy-stm32/src/pac/stm32h7a3ri.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -295,6 +297,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -317,6 +320,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3vg.rs b/embassy-stm32/src/pac/stm32h7a3vg.rs index 81699d1f4..70c5dfc80 100644 --- a/embassy-stm32/src/pac/stm32h7a3vg.rs +++ b/embassy-stm32/src/pac/stm32h7a3vg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -303,6 +305,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -325,6 +328,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3vi.rs b/embassy-stm32/src/pac/stm32h7a3vi.rs index 81699d1f4..70c5dfc80 100644 --- a/embassy-stm32/src/pac/stm32h7a3vi.rs +++ b/embassy-stm32/src/pac/stm32h7a3vi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -303,6 +305,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -325,6 +328,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3zg.rs b/embassy-stm32/src/pac/stm32h7a3zg.rs index 536447242..d1fa21160 100644 --- a/embassy-stm32/src/pac/stm32h7a3zg.rs +++ b/embassy-stm32/src/pac/stm32h7a3zg.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3zi.rs b/embassy-stm32/src/pac/stm32h7a3zi.rs index 536447242..d1fa21160 100644 --- a/embassy-stm32/src/pac/stm32h7a3zi.rs +++ b/embassy-stm32/src/pac/stm32h7a3zi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b0ab.rs b/embassy-stm32/src/pac/stm32h7b0ab.rs index e63d84aab..e40dde6f9 100644 --- a/embassy-stm32/src/pac/stm32h7b0ab.rs +++ b/embassy-stm32/src/pac/stm32h7b0ab.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b0ib.rs b/embassy-stm32/src/pac/stm32h7b0ib.rs index e63d84aab..e40dde6f9 100644 --- a/embassy-stm32/src/pac/stm32h7b0ib.rs +++ b/embassy-stm32/src/pac/stm32h7b0ib.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b0rb.rs b/embassy-stm32/src/pac/stm32h7b0rb.rs index 8744f0c09..c8835e5e4 100644 --- a/embassy-stm32/src/pac/stm32h7b0rb.rs +++ b/embassy-stm32/src/pac/stm32h7b0rb.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -295,6 +297,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -317,6 +320,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b0vb.rs b/embassy-stm32/src/pac/stm32h7b0vb.rs index 34da552a3..35b5d7209 100644 --- a/embassy-stm32/src/pac/stm32h7b0vb.rs +++ b/embassy-stm32/src/pac/stm32h7b0vb.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -303,6 +305,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -325,6 +328,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b0zb.rs b/embassy-stm32/src/pac/stm32h7b0zb.rs index e63d84aab..e40dde6f9 100644 --- a/embassy-stm32/src/pac/stm32h7b0zb.rs +++ b/embassy-stm32/src/pac/stm32h7b0zb.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3ai.rs b/embassy-stm32/src/pac/stm32h7b3ai.rs index e63d84aab..e40dde6f9 100644 --- a/embassy-stm32/src/pac/stm32h7b3ai.rs +++ b/embassy-stm32/src/pac/stm32h7b3ai.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3ii.rs b/embassy-stm32/src/pac/stm32h7b3ii.rs index e63d84aab..e40dde6f9 100644 --- a/embassy-stm32/src/pac/stm32h7b3ii.rs +++ b/embassy-stm32/src/pac/stm32h7b3ii.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3li.rs b/embassy-stm32/src/pac/stm32h7b3li.rs index e63d84aab..e40dde6f9 100644 --- a/embassy-stm32/src/pac/stm32h7b3li.rs +++ b/embassy-stm32/src/pac/stm32h7b3li.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3ni.rs b/embassy-stm32/src/pac/stm32h7b3ni.rs index e63d84aab..e40dde6f9 100644 --- a/embassy-stm32/src/pac/stm32h7b3ni.rs +++ b/embassy-stm32/src/pac/stm32h7b3ni.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3qi.rs b/embassy-stm32/src/pac/stm32h7b3qi.rs index 34da552a3..35b5d7209 100644 --- a/embassy-stm32/src/pac/stm32h7b3qi.rs +++ b/embassy-stm32/src/pac/stm32h7b3qi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -303,6 +305,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -325,6 +328,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3ri.rs b/embassy-stm32/src/pac/stm32h7b3ri.rs index 8744f0c09..c8835e5e4 100644 --- a/embassy-stm32/src/pac/stm32h7b3ri.rs +++ b/embassy-stm32/src/pac/stm32h7b3ri.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -295,6 +297,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -317,6 +320,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3vi.rs b/embassy-stm32/src/pac/stm32h7b3vi.rs index 34da552a3..35b5d7209 100644 --- a/embassy-stm32/src/pac/stm32h7b3vi.rs +++ b/embassy-stm32/src/pac/stm32h7b3vi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -303,6 +305,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -325,6 +328,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3zi.rs b/embassy-stm32/src/pac/stm32h7b3zi.rs index e63d84aab..e40dde6f9 100644 --- a/embassy-stm32/src/pac/stm32h7b3zi.rs +++ b/embassy-stm32/src/pac/stm32h7b3zi.rs @@ -24,6 +24,7 @@ impl_dma_channel!(DMA2_CH5, 1, 5); impl_dma_channel!(DMA2_CH6, 1, 6); impl_dma_channel!(DMA2_CH7, 1, 7); pub const EXTI: exti::Exti = exti::Exti(0x58000000 as _); +pub const FLASH: flash::Flash = flash::Flash(0x52002000 as _); pub const GPIOA: gpio::Gpio = gpio::Gpio(0x58020000 as _); impl_gpio_pin!(PA0, 0, 0, EXTI0); impl_gpio_pin!(PA1, 0, 1, EXTI1); @@ -211,6 +212,7 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); pub const SDMMC1: sdmmc::Sdmmc = sdmmc::Sdmmc(0x52007000 as _); @@ -314,6 +316,7 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); +<<<<<<< HEAD pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; pub use super::regs::gpio_v2 as gpio; @@ -336,6 +339,34 @@ embassy_extras::peripherals!( PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG +======= +pub use regs::dma_v2 as dma; +pub use regs::exti_v1 as exti; +pub use regs::flash_h7 as flash; +pub use regs::gpio_v2 as gpio; +pub use regs::pwr_h7 as pwr; +pub use regs::rng_v1 as rng; +pub use regs::sdmmc_v2 as sdmmc; +pub use regs::syscfg_h7 as syscfg; +mod regs; +use embassy_extras::peripherals; +pub use regs::generic; +peripherals!( + EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, + EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, + DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, + FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, + PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, + PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, + PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, + PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, + PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, + PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, + PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, + PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, + PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, + PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG +>>>>>>> c084e70 (Update generated code) ); pub fn DMA(n: u8) -> dma::Dma { match n { -- cgit From 7f65f491e528c64e4e72286624d076331020d1d7 Mon Sep 17 00:00:00 2001 From: Thales Fragoso Date: Thu, 20 May 2021 22:08:07 -0300 Subject: Finish initial H7 RCC support --- embassy-stm32/src/lib.rs | 3 +- embassy-stm32/src/pwr/h7.rs | 71 ++++++++ embassy-stm32/src/pwr/mod.rs | 4 + embassy-stm32/src/rcc/h7/mod.rs | 380 ++++++++++++++++++++++++++++++++++++---- embassy-stm32/src/rcc/h7/pll.rs | 2 +- embassy-stm32/src/sdmmc/v2.rs | 1 - 6 files changed, 424 insertions(+), 37 deletions(-) create mode 100644 embassy-stm32/src/pwr/h7.rs create mode 100644 embassy-stm32/src/pwr/mod.rs diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs index 8d7b67b74..2fc07cd5e 100644 --- a/embassy-stm32/src/lib.rs +++ b/embassy-stm32/src/lib.rs @@ -13,7 +13,8 @@ pub mod fmt; pub mod dma; pub mod exti; pub mod gpio; -mod rcc; +pub mod pwr; +pub mod rcc; #[cfg(feature = "_rng")] pub mod rng; #[cfg(feature = "_sdmmc")] diff --git a/embassy-stm32/src/pwr/h7.rs b/embassy-stm32/src/pwr/h7.rs new file mode 100644 index 000000000..939e93eb2 --- /dev/null +++ b/embassy-stm32/src/pwr/h7.rs @@ -0,0 +1,71 @@ +use crate::pac::peripherals; +use crate::pac::{PWR, RCC, SYSCFG}; + +/// Voltage Scale +/// +/// Represents the voltage range feeding the CPU core. The maximum core +/// clock frequency depends on this value. +#[derive(Copy, Clone, PartialEq)] +pub enum VoltageScale { + /// VOS 0 range VCORE 1.26V - 1.40V + Scale0, + /// VOS 1 range VCORE 1.15V - 1.26V + Scale1, + /// VOS 2 range VCORE 1.05V - 1.15V + Scale2, + /// VOS 3 range VCORE 0.95V - 1.05V + Scale3, +} + +/// Power Configuration +/// +/// Generated when the PWR peripheral is frozen. The existence of this +/// value indicates that the voltage scaling configuration can no +/// longer be changed. +pub struct Power { + pub(crate) vos: VoltageScale, +} + +impl Power { + pub fn new(_peri: peripherals::PWR, enable_overdrive: bool) -> Self { + use crate::pac::rcc::vals::Apb4enrSyscfgen; + + // NOTE(unsafe) we have the PWR singleton + unsafe { + // NB. The lower bytes of CR3 can only be written once after + // POR, and must be written with a valid combination. Refer to + // RM0433 Rev 7 6.8.4. This is partially enforced by dropping + // `self` at the end of this method, but of course we cannot + // know what happened between the previous POR and here. + PWR.cr3().modify(|w| { + w.set_scuen(true); + w.set_ldoen(true); + w.set_bypass(false); + }); + // Validate the supply configuration. If you are stuck here, it is + // because the voltages on your board do not match those specified + // in the D3CR.VOS and CR3.SDLEVEL fields. By default after reset + // VOS = Scale 3, so check that the voltage on the VCAP pins = + // 1.0V. + while !PWR.csr1().read().actvosrdy() {} + + // Go to Scale 1 + PWR.d3cr().modify(|w| w.set_vos(0b11)); + while !PWR.d3cr().read().vosrdy() {} + + let vos = if !enable_overdrive { + VoltageScale::Scale1 + } else { + critical_section::with(|_| { + RCC.apb4enr() + .modify(|w| w.set_syscfgen(Apb4enrSyscfgen::ENABLED)); + + SYSCFG.pwrcr().modify(|w| w.set_oden(1)); + }); + while !PWR.d3cr().read().vosrdy() {} + VoltageScale::Scale0 + }; + Self { vos } + } + } +} diff --git a/embassy-stm32/src/pwr/mod.rs b/embassy-stm32/src/pwr/mod.rs new file mode 100644 index 000000000..0bf62ef7c --- /dev/null +++ b/embassy-stm32/src/pwr/mod.rs @@ -0,0 +1,4 @@ +#[cfg(feature = "_stm32h7")] +mod h7; +#[cfg(feature = "_stm32h7")] +pub use h7::*; diff --git a/embassy-stm32/src/rcc/h7/mod.rs b/embassy-stm32/src/rcc/h7/mod.rs index b27eff747..8112ae999 100644 --- a/embassy-stm32/src/rcc/h7/mod.rs +++ b/embassy-stm32/src/rcc/h7/mod.rs @@ -1,11 +1,12 @@ use core::marker::PhantomData; use embassy::util::Unborrow; -use embassy_extras::unborrow; -use crate::fmt::assert; +use crate::fmt::{assert, panic}; use crate::pac::peripherals; -use crate::pac::RCC; +use crate::pac::rcc::vals::Timpre; +use crate::pac::{RCC, SYSCFG}; +use crate::pwr::{Power, VoltageScale}; use crate::time::Hertz; mod pll; @@ -17,6 +18,39 @@ const CSI: Hertz = Hertz(4_000_000); const HSI48: Hertz = Hertz(48_000_000); const LSI: Hertz = Hertz(32_000); +/// Core clock frequencies +#[derive(Clone, Copy)] +pub struct CoreClocks { + pub hclk: Hertz, + pub pclk1: Hertz, + pub pclk2: Hertz, + pub pclk3: Hertz, + pub pclk4: Hertz, + pub ppre1: u8, + pub ppre2: u8, + pub ppre3: u8, + pub ppre4: u8, + pub csi_ck: Option, + pub hsi_ck: Option, + pub hsi48_ck: Option, + pub lsi_ck: Option, + pub per_ck: Option, + pub hse_ck: Option, + pub pll1_p_ck: Option, + pub pll1_q_ck: Option, + pub pll1_r_ck: Option, + pub pll2_p_ck: Option, + pub pll2_q_ck: Option, + pub pll2_r_ck: Option, + pub pll3_p_ck: Option, + pub pll3_q_ck: Option, + pub pll3_r_ck: Option, + pub timx_ker_ck: Option, + pub timy_ker_ck: Option, + pub sys_ck: Hertz, + pub c_ck: Hertz, +} + /// Configuration of the core clocks #[non_exhaustive] #[derive(Default)] @@ -34,29 +68,6 @@ pub struct Config { pub pll1: PllConfig, pub pll2: PllConfig, pub pll3: PllConfig, - pub vos: VoltageScale, -} - -/// Voltage Scale -/// -/// Represents the voltage range feeding the CPU core. The maximum core -/// clock frequency depends on this value. -#[derive(Copy, Clone, PartialEq)] -pub enum VoltageScale { - /// VOS 0 range VCORE 1.26V - 1.40V - Scale0, - /// VOS 1 range VCORE 1.15V - 1.26V - Scale1, - /// VOS 2 range VCORE 1.05V - 1.15V - Scale2, - /// VOS 3 range VCORE 0.95V - 1.05V - Scale3, -} - -impl Default for VoltageScale { - fn default() -> Self { - Self::Scale1 - } } pub struct Rcc<'d> { @@ -91,12 +102,18 @@ impl<'d> Rcc<'d> { /// function may also panic if a clock specification can be /// achieved, but the mechanism for doing so is not yet /// implemented here. - pub fn freeze(mut self) { - use crate::pac::rcc::vals::{Ckpersel, Hpre, Hsidiv, Hsion, Lsion, Timpre}; + pub fn freeze(mut self, pwr: &Power) -> CoreClocks { + use crate::pac::rcc::vals::{ + Apb4enrSyscfgen, Ckpersel, D1ppre, D2ppre1, D3ppre, Hpre, Hsebyp, Hsidiv, Hsion, Lsion, + Pllsrc, Sw, + }; let srcclk = self.config.hse.unwrap_or(HSI); // Available clocks let (sys_ck, sys_use_pll1_p) = self.sys_ck_setup(srcclk); + // Configure traceclk from PLL if needed + self.traceclk_setup(sys_use_pll1_p); + // NOTE(unsafe) We have exclusive access to the RCC let (pll1_p_ck, pll1_q_ck, pll1_r_ck) = unsafe { pll_setup(srcclk.0, &self.config.pll1, 0) }; @@ -137,13 +154,10 @@ impl<'d> Rcc<'d> { let d1cpre_div = 1; let sys_d1cpre_ck = sys_ck.0 / d1cpre_div; - // Timer prescaler selection - let timpre = Timpre::DEFAULTX2; - // Refer to part datasheet "General operating conditions" // table for (rev V). We do not assert checks for earlier // revisions which may have lower limits. - let (sys_d1cpre_ck_max, rcc_hclk_max, pclk_max) = match self.config.vos { + let (sys_d1cpre_ck_max, rcc_hclk_max, pclk_max) = match pwr.vos { VoltageScale::Scale0 => (480_000_000, 240_000_000, 120_000_000), VoltageScale::Scale1 => (400_000_000, 200_000_000, 100_000_000), VoltageScale::Scale2 => (300_000_000, 150_000_000, 75_000_000), @@ -160,7 +174,7 @@ impl<'d> Rcc<'d> { // Estimate divisor let (hpre_bits, hpre_div) = match (sys_d1cpre_ck + rcc_hclk - 1) / rcc_hclk { - 0 => unreachable!(), + 0 => panic!(), 1 => (Hpre::DIV1, 1), 2 => (Hpre::DIV2, 2), 3..=5 => (Hpre::DIV4, 4), @@ -175,8 +189,246 @@ impl<'d> Rcc<'d> { let rcc_hclk = sys_d1cpre_ck / hpre_div; assert!(rcc_hclk <= rcc_hclk_max); let rcc_aclk = rcc_hclk; // AXI clock is always equal to AHB clock on H7 + // Timer prescaler selection + let timpre = Timpre::DEFAULTX2; + + let requested_pclk1 = self + .config + .pclk1 + .map(|v| v.0) + .unwrap_or_else(|| pclk_max.min(rcc_hclk / 2)); + let (rcc_pclk1, ppre1_bits, ppre1, rcc_timerx_ker_ck) = + Self::ppre_calculate(requested_pclk1, rcc_hclk, pclk_max, Some(timpre)); + + let requested_pclk2 = self + .config + .pclk2 + .map(|v| v.0) + .unwrap_or_else(|| pclk_max.min(rcc_hclk / 2)); + let (rcc_pclk2, ppre2_bits, ppre2, rcc_timery_ker_ck) = + Self::ppre_calculate(requested_pclk2, rcc_hclk, pclk_max, Some(timpre)); + + let requested_pclk3 = self + .config + .pclk3 + .map(|v| v.0) + .unwrap_or_else(|| pclk_max.min(rcc_hclk / 2)); + let (rcc_pclk3, ppre3_bits, ppre3, _) = + Self::ppre_calculate(requested_pclk3, rcc_hclk, pclk_max, None); + + let requested_pclk4 = self + .config + .pclk4 + .map(|v| v.0) + .unwrap_or_else(|| pclk_max.min(rcc_hclk / 2)); + let (rcc_pclk4, ppre4_bits, ppre4, _) = + Self::ppre_calculate(requested_pclk4, rcc_hclk, pclk_max, None); + + Self::flash_setup(rcc_aclk, pwr.vos); + + // Start switching clocks ------------------- + // NOTE(unsafe) We have the RCC singleton + unsafe { + // Ensure CSI is on and stable + RCC.cr().modify(|w| w.set_csion(Hsion::ON)); + while !RCC.cr().read().csirdy() {} + + // Ensure HSI48 is on and stable + RCC.cr().modify(|w| w.set_hsi48on(Hsion::ON)); + while RCC.cr().read().hsi48on() == Hsion::OFF {} + + // XXX: support MCO ? + + let hse_ck = match self.config.hse { + Some(hse) => { + // Ensure HSE is on and stable + RCC.cr().modify(|w| { + w.set_hseon(Hsion::ON); + w.set_hsebyp(if self.config.bypass_hse { + Hsebyp::BYPASSED + } else { + Hsebyp::NOTBYPASSED + }); + }); + while !RCC.cr().read().hserdy() {} + Some(hse) + } + None => None, + }; + + let pllsrc = if self.config.hse.is_some() { + Pllsrc::HSE + } else { + Pllsrc::HSI + }; + RCC.pllckselr().modify(|w| w.set_pllsrc(pllsrc)); + + if pll1_p_ck.is_some() { + RCC.cr().modify(|w| w.set_pll1on(Hsion::ON)); + while !RCC.cr().read().pll1rdy() {} + } + + if pll2_p_ck.is_some() { + RCC.cr().modify(|w| w.set_pll2on(Hsion::ON)); + while !RCC.cr().read().pll2rdy() {} + } + + if pll3_p_ck.is_some() { + RCC.cr().modify(|w| w.set_pll3on(Hsion::ON)); + while !RCC.cr().read().pll3rdy() {} + } - todo!() + // Core Prescaler / AHB Prescaler / APB3 Prescaler + RCC.d1cfgr().modify(|w| { + w.set_d1cpre(Hpre(d1cpre_bits)); + w.set_d1ppre(D1ppre(ppre3_bits)); + w.set_hpre(hpre_bits) + }); + // Ensure core prescaler value is valid before future lower + // core voltage + while RCC.d1cfgr().read().d1cpre().0 != d1cpre_bits {} + + // APB1 / APB2 Prescaler + RCC.d2cfgr().modify(|w| { + w.set_d2ppre1(D2ppre1(ppre1_bits)); + w.set_d2ppre2(D2ppre1(ppre2_bits)); + }); + + // APB4 Prescaler + RCC.d3cfgr().modify(|w| w.set_d3ppre(D3ppre(ppre4_bits))); + + // Peripheral Clock (per_ck) + RCC.d1ccipr().modify(|w| w.set_ckpersel(ckpersel)); + + // Set timer clocks prescaler setting + RCC.cfgr().modify(|w| w.set_timpre(timpre)); + + // Select system clock source + let sw = match (sys_use_pll1_p, self.config.hse.is_some()) { + (true, _) => Sw::PLL1, + (false, true) => Sw::HSE, + _ => Sw::HSI, + }; + RCC.cfgr().modify(|w| w.set_sw(sw)); + while RCC.cfgr().read().sws() != sw.0 {} + + // IO compensation cell - Requires CSI clock and SYSCFG + assert!(RCC.cr().read().csirdy()); + RCC.apb4enr() + .modify(|w| w.set_syscfgen(Apb4enrSyscfgen::ENABLED)); + + // Enable the compensation cell, using back-bias voltage code + // provide by the cell. + critical_section::with(|_| { + SYSCFG.cccsr().modify(|w| { + w.set_en(true); + w.set_cs(false); + w.set_hslv(false); + }) + }); + while !SYSCFG.cccsr().read().ready() {} + + CoreClocks { + hclk: Hertz(rcc_hclk), + pclk1: Hertz(rcc_pclk1), + pclk2: Hertz(rcc_pclk2), + pclk3: Hertz(rcc_pclk3), + pclk4: Hertz(rcc_pclk4), + ppre1, + ppre2, + ppre3, + ppre4, + csi_ck: Some(CSI), + hsi_ck: Some(HSI), + hsi48_ck: Some(HSI48), + lsi_ck: Some(LSI), + per_ck: Some(per_ck), + hse_ck, + pll1_p_ck: pll1_p_ck.map(Hertz), + pll1_q_ck: pll1_q_ck.map(Hertz), + pll1_r_ck: pll1_r_ck.map(Hertz), + pll2_p_ck: pll2_p_ck.map(Hertz), + pll2_q_ck: pll2_q_ck.map(Hertz), + pll2_r_ck: pll2_r_ck.map(Hertz), + pll3_p_ck: pll3_p_ck.map(Hertz), + pll3_q_ck: pll3_q_ck.map(Hertz), + pll3_r_ck: pll3_r_ck.map(Hertz), + timx_ker_ck: rcc_timerx_ker_ck.map(Hertz), + timy_ker_ck: rcc_timery_ker_ck.map(Hertz), + sys_ck, + c_ck: Hertz(sys_d1cpre_ck), + } + } + } + + /// Enables debugging during WFI/WFE + /// + /// Set `enable_dma1` to true if you do not have at least one bus master (other than the CPU) + /// enable during WFI/WFE + pub fn enable_debug_wfe(&mut self, enable_dma1: bool) { + use crate::pac::rcc::vals::Ahb1enrDma1en; + + // NOTE(unsafe) We have exclusive access to the RCC + unsafe { + if enable_dma1 { + RCC.ahb1enr() + .modify(|w| w.set_dma1en(Ahb1enrDma1en::ENABLED)); + } + } + } + + /// Setup traceclk + /// Returns a pll1_r_ck + fn traceclk_setup(&mut self, sys_use_pll1_p: bool) { + let pll1_r_ck = match (sys_use_pll1_p, self.config.pll1.r_ck) { + // pll1_p_ck selected as system clock but pll1_r_ck not + // set. The traceclk mux is synchronous with the system + // clock mux, but has pll1_r_ck as an input. In order to + // keep traceclk running, we force a pll1_r_ck. + (true, None) => Some(Hertz(self.config.pll1.p_ck.unwrap().0 / 2)), + + // Either pll1 not selected as system clock, free choice + // of pll1_r_ck. Or pll1 is selected, assume user has set + // a suitable pll1_r_ck frequency. + _ => self.config.pll1.r_ck, + }; + self.config.pll1.r_ck = pll1_r_ck; + } + + /// Divider calculator for pclk 1 - 4 + /// + /// Returns real pclk, bits, ppre and the timer kernel clock + fn ppre_calculate( + requested_pclk: u32, + hclk: u32, + max_pclk: u32, + tim_pre: Option, + ) -> (u32, u8, u8, Option) { + let (bits, ppre) = match (hclk + requested_pclk - 1) / requested_pclk { + 0 => panic!(), + 1 => (0b000, 1), + 2 => (0b100, 2), + 3..=5 => (0b101, 4), + 6..=11 => (0b110, 8), + _ => (0b111, 16), + }; + let real_pclk = hclk / u32::from(ppre); + assert!(real_pclk < max_pclk); + + let tim_ker_clk = if let Some(tim_pre) = tim_pre { + let clk = match (bits, tim_pre) { + (0b101, Timpre::DEFAULTX2) => hclk / 2, + (0b110, Timpre::DEFAULTX4) => hclk / 2, + (0b110, Timpre::DEFAULTX2) => hclk / 4, + (0b111, Timpre::DEFAULTX4) => hclk / 4, + (0b111, Timpre::DEFAULTX2) => hclk / 8, + _ => hclk, + }; + Some(clk) + } else { + None + }; + (real_pclk, bits, ppre, tim_ker_clk) } /// Setup sys_ck @@ -209,4 +461,64 @@ impl<'d> Rcc<'d> { (sys_ck, false) } } + + fn flash_setup(rcc_aclk: u32, vos: VoltageScale) { + use crate::pac::FLASH; + + // ACLK in MHz, round down and subtract 1 from integers. eg. + // 61_999_999 -> 61MHz + // 62_000_000 -> 61MHz + // 62_000_001 -> 62MHz + let rcc_aclk_mhz = (rcc_aclk - 1) / 1_000_000; + + // See RM0433 Rev 7 Table 17. FLASH recommended number of wait + // states and programming delay + let (wait_states, progr_delay) = match vos { + // VOS 0 range VCORE 1.26V - 1.40V + VoltageScale::Scale0 => match rcc_aclk_mhz { + 0..=69 => (0, 0), + 70..=139 => (1, 1), + 140..=184 => (2, 1), + 185..=209 => (2, 2), + 210..=224 => (3, 2), + 225..=239 => (4, 2), + _ => (7, 3), + }, + // VOS 1 range VCORE 1.15V - 1.26V + VoltageScale::Scale1 => match rcc_aclk_mhz { + 0..=69 => (0, 0), + 70..=139 => (1, 1), + 140..=184 => (2, 1), + 185..=209 => (2, 2), + 210..=224 => (3, 2), + _ => (7, 3), + }, + // VOS 2 range VCORE 1.05V - 1.15V + VoltageScale::Scale2 => match rcc_aclk_mhz { + 0..=54 => (0, 0), + 55..=109 => (1, 1), + 110..=164 => (2, 1), + 165..=224 => (3, 2), + _ => (7, 3), + }, + // VOS 3 range VCORE 0.95V - 1.05V + VoltageScale::Scale3 => match rcc_aclk_mhz { + 0..=44 => (0, 0), + 45..=89 => (1, 1), + 90..=134 => (2, 1), + 135..=179 => (3, 2), + 180..=224 => (4, 2), + _ => (7, 3), + }, + }; + + // NOTE(unsafe) Atomic write + unsafe { + FLASH.acr().write(|w| { + w.set_wrhighfreq(progr_delay); + w.set_latency(wait_states) + }); + while FLASH.acr().read().latency() != wait_states {} + } + } } diff --git a/embassy-stm32/src/rcc/h7/pll.rs b/embassy-stm32/src/rcc/h7/pll.rs index ead33e81e..af958d093 100644 --- a/embassy-stm32/src/rcc/h7/pll.rs +++ b/embassy-stm32/src/rcc/h7/pll.rs @@ -1,4 +1,4 @@ -use super::{Config, Hertz, HSI, RCC}; +use super::{Hertz, RCC}; use crate::fmt::assert; const VCO_MIN: u32 = 150_000_000; diff --git a/embassy-stm32/src/sdmmc/v2.rs b/embassy-stm32/src/sdmmc/v2.rs index a4da4be8e..d1d485c29 100644 --- a/embassy-stm32/src/sdmmc/v2.rs +++ b/embassy-stm32/src/sdmmc/v2.rs @@ -1,7 +1,6 @@ #![macro_use] use core::default::Default; -use core::future::Future; use core::marker::PhantomData; use core::task::Poll; -- cgit From f9724fa576b8c08ffd96e107f8b8872771aa33ef Mon Sep 17 00:00:00 2001 From: Thales Fragoso Date: Thu, 20 May 2021 22:12:02 -0300 Subject: Update generated code --- embassy-stm32/Cargo.toml | 467 +- embassy-stm32/src/pac/regs.rs | 61986 +++++++++++---------------------- embassy-stm32/src/pac/stm32h723ve.rs | 63 +- embassy-stm32/src/pac/stm32h723vg.rs | 63 +- embassy-stm32/src/pac/stm32h723ze.rs | 63 +- embassy-stm32/src/pac/stm32h723zg.rs | 63 +- embassy-stm32/src/pac/stm32h725ae.rs | 63 +- embassy-stm32/src/pac/stm32h725ag.rs | 63 +- embassy-stm32/src/pac/stm32h725ie.rs | 63 +- embassy-stm32/src/pac/stm32h725ig.rs | 63 +- embassy-stm32/src/pac/stm32h725re.rs | 62 +- embassy-stm32/src/pac/stm32h725rg.rs | 62 +- embassy-stm32/src/pac/stm32h725ve.rs | 63 +- embassy-stm32/src/pac/stm32h725vg.rs | 63 +- embassy-stm32/src/pac/stm32h725ze.rs | 63 +- embassy-stm32/src/pac/stm32h725zg.rs | 63 +- embassy-stm32/src/pac/stm32h730ab.rs | 63 +- embassy-stm32/src/pac/stm32h730ib.rs | 63 +- embassy-stm32/src/pac/stm32h730vb.rs | 63 +- embassy-stm32/src/pac/stm32h730zb.rs | 63 +- embassy-stm32/src/pac/stm32h733vg.rs | 63 +- embassy-stm32/src/pac/stm32h733zg.rs | 63 +- embassy-stm32/src/pac/stm32h735ag.rs | 63 +- embassy-stm32/src/pac/stm32h735ig.rs | 63 +- embassy-stm32/src/pac/stm32h735rg.rs | 62 +- embassy-stm32/src/pac/stm32h735vg.rs | 63 +- embassy-stm32/src/pac/stm32h735zg.rs | 63 +- embassy-stm32/src/pac/stm32h742ag.rs | 71 +- embassy-stm32/src/pac/stm32h742ai.rs | 71 +- embassy-stm32/src/pac/stm32h742bg.rs | 71 +- embassy-stm32/src/pac/stm32h742bi.rs | 71 +- embassy-stm32/src/pac/stm32h742ig.rs | 71 +- embassy-stm32/src/pac/stm32h742ii.rs | 71 +- embassy-stm32/src/pac/stm32h742vg.rs | 71 +- embassy-stm32/src/pac/stm32h742vi.rs | 71 +- embassy-stm32/src/pac/stm32h742xg.rs | 71 +- embassy-stm32/src/pac/stm32h742xi.rs | 71 +- embassy-stm32/src/pac/stm32h742zg.rs | 71 +- embassy-stm32/src/pac/stm32h742zi.rs | 71 +- embassy-stm32/src/pac/stm32h743ag.rs | 71 +- embassy-stm32/src/pac/stm32h743ai.rs | 71 +- embassy-stm32/src/pac/stm32h743bg.rs | 71 +- embassy-stm32/src/pac/stm32h743bi.rs | 71 +- embassy-stm32/src/pac/stm32h743ig.rs | 71 +- embassy-stm32/src/pac/stm32h743ii.rs | 71 +- embassy-stm32/src/pac/stm32h743vg.rs | 71 +- embassy-stm32/src/pac/stm32h743vi.rs | 71 +- embassy-stm32/src/pac/stm32h743xg.rs | 71 +- embassy-stm32/src/pac/stm32h743xi.rs | 71 +- embassy-stm32/src/pac/stm32h743zg.rs | 71 +- embassy-stm32/src/pac/stm32h743zi.rs | 71 +- embassy-stm32/src/pac/stm32h745bg.rs | 71 +- embassy-stm32/src/pac/stm32h745bi.rs | 71 +- embassy-stm32/src/pac/stm32h745ig.rs | 71 +- embassy-stm32/src/pac/stm32h745ii.rs | 71 +- embassy-stm32/src/pac/stm32h745xg.rs | 71 +- embassy-stm32/src/pac/stm32h745xi.rs | 71 +- embassy-stm32/src/pac/stm32h745zg.rs | 71 +- embassy-stm32/src/pac/stm32h745zi.rs | 71 +- embassy-stm32/src/pac/stm32h747ag.rs | 71 +- embassy-stm32/src/pac/stm32h747ai.rs | 71 +- embassy-stm32/src/pac/stm32h747bg.rs | 71 +- embassy-stm32/src/pac/stm32h747bi.rs | 71 +- embassy-stm32/src/pac/stm32h747ig.rs | 71 +- embassy-stm32/src/pac/stm32h747ii.rs | 71 +- embassy-stm32/src/pac/stm32h747xg.rs | 71 +- embassy-stm32/src/pac/stm32h747xi.rs | 71 +- embassy-stm32/src/pac/stm32h747zi.rs | 71 +- embassy-stm32/src/pac/stm32h750ib.rs | 71 +- embassy-stm32/src/pac/stm32h750vb.rs | 71 +- embassy-stm32/src/pac/stm32h750xb.rs | 71 +- embassy-stm32/src/pac/stm32h750zb.rs | 71 +- embassy-stm32/src/pac/stm32h753ai.rs | 71 +- embassy-stm32/src/pac/stm32h753bi.rs | 71 +- embassy-stm32/src/pac/stm32h753ii.rs | 71 +- embassy-stm32/src/pac/stm32h753vi.rs | 71 +- embassy-stm32/src/pac/stm32h753xi.rs | 71 +- embassy-stm32/src/pac/stm32h753zi.rs | 71 +- embassy-stm32/src/pac/stm32h755bi.rs | 71 +- embassy-stm32/src/pac/stm32h755ii.rs | 71 +- embassy-stm32/src/pac/stm32h755xi.rs | 71 +- embassy-stm32/src/pac/stm32h755zi.rs | 71 +- embassy-stm32/src/pac/stm32h757ai.rs | 71 +- embassy-stm32/src/pac/stm32h757bi.rs | 71 +- embassy-stm32/src/pac/stm32h757ii.rs | 71 +- embassy-stm32/src/pac/stm32h757xi.rs | 71 +- embassy-stm32/src/pac/stm32h757zi.rs | 71 +- embassy-stm32/src/pac/stm32h7a3ag.rs | 65 +- embassy-stm32/src/pac/stm32h7a3ai.rs | 65 +- embassy-stm32/src/pac/stm32h7a3ig.rs | 65 +- embassy-stm32/src/pac/stm32h7a3ii.rs | 65 +- embassy-stm32/src/pac/stm32h7a3lg.rs | 65 +- embassy-stm32/src/pac/stm32h7a3li.rs | 65 +- embassy-stm32/src/pac/stm32h7a3ng.rs | 65 +- embassy-stm32/src/pac/stm32h7a3ni.rs | 65 +- embassy-stm32/src/pac/stm32h7a3qi.rs | 65 +- embassy-stm32/src/pac/stm32h7a3rg.rs | 64 +- embassy-stm32/src/pac/stm32h7a3ri.rs | 64 +- embassy-stm32/src/pac/stm32h7a3vg.rs | 65 +- embassy-stm32/src/pac/stm32h7a3vi.rs | 65 +- embassy-stm32/src/pac/stm32h7a3zg.rs | 65 +- embassy-stm32/src/pac/stm32h7a3zi.rs | 65 +- embassy-stm32/src/pac/stm32h7b0ab.rs | 65 +- embassy-stm32/src/pac/stm32h7b0ib.rs | 65 +- embassy-stm32/src/pac/stm32h7b0rb.rs | 64 +- embassy-stm32/src/pac/stm32h7b0vb.rs | 65 +- embassy-stm32/src/pac/stm32h7b0zb.rs | 65 +- embassy-stm32/src/pac/stm32h7b3ai.rs | 65 +- embassy-stm32/src/pac/stm32h7b3ii.rs | 65 +- embassy-stm32/src/pac/stm32h7b3li.rs | 65 +- embassy-stm32/src/pac/stm32h7b3ni.rs | 65 +- embassy-stm32/src/pac/stm32h7b3qi.rs | 65 +- embassy-stm32/src/pac/stm32h7b3ri.rs | 64 +- embassy-stm32/src/pac/stm32h7b3vi.rs | 65 +- embassy-stm32/src/pac/stm32h7b3zi.rs | 65 +- 115 files changed, 22886 insertions(+), 47215 deletions(-) diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 7b6f0a352..0bbe38cfe 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml @@ -182,121 +182,119 @@ stm32f479vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_r stm32f479vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32f4", "_syscfg", "_syscfg_f4", "_usart", "_usart_v1",] stm32f479zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32f4", "_syscfg", "_syscfg_f4", "_usart", "_usart_v1",] stm32f479zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32f4", "_syscfg", "_syscfg_f4", "_usart", "_usart_v1",] -<<<<<<< HEAD -<<<<<<< HEAD -stm32h723ve = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h723vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h723ze = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h723zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ae = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ie = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725re = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ve = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ze = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h730ab = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h730ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h730vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h730zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h733vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h733zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h750ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h750vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h750xb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h750zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h755bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h755ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h755xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h755zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3lg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3li = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ng = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ni = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3qi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ri = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0ab = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0rb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3li = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3ni = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3qi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3ri = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h723ve = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h723vg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h723ze = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h723zg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ae = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ag = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ie = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ig = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725re = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725rg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ve = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725vg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725ze = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h725zg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h730ab = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h730ib = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h730vb = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h730zb = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h733vg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h733zg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735ag = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735ig = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735rg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735vg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h735zg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742ag = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742ai = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742bg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742bi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742ig = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742ii = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742vg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742vi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742xg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742xi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742zg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h742zi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743ag = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743ai = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743bg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743bi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743ig = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743ii = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743vg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743vi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743xg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743xi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743zg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h743zi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745bg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745bi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745ig = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745ii = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745xg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745xi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745zg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h745zi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747ag = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747ai = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747bg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747bi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747ig = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747ii = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747xg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747xi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h747zi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h750ib = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h750vb = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h750xb = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h750zb = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753ai = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753bi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753ii = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753vi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753xi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h753zi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h755bi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h755ii = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h755xi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h755zi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757ai = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757bi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757ii = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757xi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h757zi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ag = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ai = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ig = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ii = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3lg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3li = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ng = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ni = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3qi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3rg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3ri = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3vg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3vi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3zg = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7a3zi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0ab = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0ib = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0rb = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0vb = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b0zb = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3ai = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3ii = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3li = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3ni = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3qi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3ri = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3vi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] +stm32h7b3zi = [ "_dbgmcu", "_dbgmcu_h7", "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_i2c", "_i2c_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_spi", "_spi_v3", "_stm32h7", "_syscfg", "_syscfg_h7",] stm32l010c6 = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_l0", "_stm32l0", "_syscfg", "_syscfg_l0", "_usart", "_usart_v2",] stm32l010f4 = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_l0", "_stm32l0", "_syscfg", "_syscfg_l0", "_usart", "_usart_v2",] stm32l010k4 = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_l0", "_stm32l0", "_syscfg", "_syscfg_l0", "_usart", "_usart_v2",] @@ -397,236 +395,6 @@ stm32l083rz = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_r stm32l083v8 = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_l0", "_rng", "_rng_v1", "_stm32l0", "_syscfg", "_syscfg_l0", "_usart", "_usart_v2",] stm32l083vb = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_l0", "_rng", "_rng_v1", "_stm32l0", "_syscfg", "_syscfg_l0", "_usart", "_usart_v2",] stm32l083vz = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_l0", "_rng", "_rng_v1", "_stm32l0", "_syscfg", "_syscfg_l0", "_usart", "_usart_v2",] -======= -stm32h723ve = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h723vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h723ze = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h723zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ae = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ie = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725re = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ve = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ze = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h730ab = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h730ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h730vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h730zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h733vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h733zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h750ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h750vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h750xb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h750zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h755bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h755ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h755xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h755zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3lg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3li = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ng = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ni = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3qi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ri = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0ab = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0rb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3li = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3ni = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3qi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3ri = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= -stm32h723ve = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h723vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h723ze = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h723zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ae = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ie = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725re = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ve = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725ze = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h725zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h730ab = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h730ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h730vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h730zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h733vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h733zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h735zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h742zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h743zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h745zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747bg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747xg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h747zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h750ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h750vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h750xb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h750zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h753zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h755bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h755ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h755xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h755zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757bi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757xi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h757zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rcc", "_rcc_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ag = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ig = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3lg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3li = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ng = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ni = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3qi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3rg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3ri = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3vg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3zg = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7a3zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0ab = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0ib = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0rb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0vb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b0zb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3ai = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3ii = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3li = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3ni = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3qi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3ri = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3vi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] -stm32h7b3zi = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_flash", "_flash_h7", "_gpio", "_gpio_v2", "_pwr", "_pwr_h7", "_rng", "_rng_v1", "_sdmmc", "_sdmmc_v2", "_stm32h7", "_syscfg", "_syscfg_h7",] ->>>>>>> c084e70 (Update generated code) stm32l412c8 = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32l4", "_syscfg", "_syscfg_l4", "_usart", "_usart_v2",] stm32l412cb = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32l4", "_syscfg", "_syscfg_l4", "_usart", "_usart_v2",] stm32l412k8 = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_stm32l4", "_syscfg", "_syscfg_l4", "_usart", "_usart_v2",] @@ -768,6 +536,8 @@ stm32l4s7zi = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_r stm32l4s9ai = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_spi", "_spi_v2", "_stm32l4p", "_syscfg", "_syscfg_l4",] stm32l4s9vi = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_spi", "_spi_v2", "_stm32l4p", "_syscfg", "_syscfg_l4",] stm32l4s9zi = [ "_dma", "_dma_v1", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_rng", "_rng_v1", "_spi", "_spi_v2", "_stm32l4p", "_syscfg", "_syscfg_l4",] +_dbgmcu = [] +_dbgmcu_h7 = [] _dma = [] _dma_v1 = [] _dma_v2 = [] @@ -777,14 +547,13 @@ _flash = [] _flash_h7 = [] _gpio = [] _gpio_v2 = [] +_i2c = [] +_i2c_v2 = [] _pwr = [] _pwr_h7 = [] _rcc = [] -<<<<<<< HEAD -_rcc_l0 = [] -======= _rcc_h7 = [] ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) +_rcc_l0 = [] _rng = [ "rand_core",] _rng_v1 = [] _sdmmc = [ "sdio-host",] diff --git a/embassy-stm32/src/pac/regs.rs b/embassy-stm32/src/pac/regs.rs index 2c48029d4..f52a7d88e 100644 --- a/embassy-stm32/src/pac/regs.rs +++ b/embassy-stm32/src/pac/regs.rs @@ -1,1142 +1,1027 @@ #![no_std] #![doc = "Peripheral access API (generated using svd2rust v0.17.0 (22741fa 2021-04-20))"] -<<<<<<< HEAD -<<<<<<< HEAD -pub mod usart_v1 { +pub mod syscfg_l0 { use crate::generic::*; - #[doc = "Universal synchronous asynchronous receiver transmitter"] + #[doc = "System configuration controller"] #[derive(Copy, Clone)] - pub struct Usart(pub *mut u8); - unsafe impl Send for Usart {} - unsafe impl Sync for Usart {} - impl Usart { - #[doc = "Status register"] - pub fn sr(self) -> Reg { + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "configuration register 1"] + pub fn cfgr1(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "Data register"] - pub fn dr(self) -> Reg { + #[doc = "CFGR2"] + pub fn cfgr2(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "Baud rate register"] - pub fn brr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } + #[doc = "external interrupt configuration register"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } } - #[doc = "Control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } + #[doc = "CFGR3"] + pub fn cfgr3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } } - #[doc = "Control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + pub mod regs { + use crate::generic::*; + #[doc = "CFGR2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cfgr2(pub u32); + impl Cfgr2 { + #[doc = "Firewall disable bit"] + pub const fn fwdis(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Firewall disable bit"] + pub fn set_fwdis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Fm+ drive capability on PB6 enable bit"] + pub const fn i2c_pb6_fmp(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Fm+ drive capability on PB6 enable bit"] + pub fn set_i2c_pb6_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Fm+ drive capability on PB7 enable bit"] + pub const fn i2c_pb7_fmp(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Fm+ drive capability on PB7 enable bit"] + pub fn set_i2c_pb7_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Fm+ drive capability on PB8 enable bit"] + pub const fn i2c_pb8_fmp(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Fm+ drive capability on PB8 enable bit"] + pub fn set_i2c_pb8_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "Fm+ drive capability on PB9 enable bit"] + pub const fn i2c_pb9_fmp(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Fm+ drive capability on PB9 enable bit"] + pub fn set_i2c_pb9_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "I2C1 Fm+ drive capability enable bit"] + pub const fn i2c1_fmp(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "I2C1 Fm+ drive capability enable bit"] + pub fn set_i2c1_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "I2C2 Fm+ drive capability enable bit"] + pub const fn i2c2_fmp(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "I2C2 Fm+ drive capability enable bit"] + pub fn set_i2c2_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "I2C3 Fm+ drive capability enable bit"] + pub const fn i2c3_fmp(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "I2C3 Fm+ drive capability enable bit"] + pub fn set_i2c3_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } } - #[doc = "Control register 3"] - pub fn cr3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + impl Default for Cfgr2 { + fn default() -> Cfgr2 { + Cfgr2(0) + } } - #[doc = "Guard time and prescaler register"] - pub fn gtpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } + #[doc = "configuration register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cfgr1(pub u32); + impl Cfgr1 { + #[doc = "Memory mapping selection bits"] + pub const fn mem_mode(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 + } + #[doc = "Memory mapping selection bits"] + pub fn set_mem_mode(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + } + #[doc = "User bank swapping"] + pub const fn ufb(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "User bank swapping"] + pub fn set_ufb(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Boot mode selected by the boot pins status bits"] + pub const fn boot_mode(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x03; + val as u8 + } + #[doc = "Boot mode selected by the boot pins status bits"] + pub fn set_boot_mode(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + } } - } - #[doc = "Universal asynchronous receiver transmitter"] - #[derive(Copy, Clone)] - pub struct Uart(pub *mut u8); - unsafe impl Send for Uart {} - unsafe impl Sync for Uart {} - impl Uart { - #[doc = "Status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } + impl Default for Cfgr1 { + fn default() -> Cfgr1 { + Cfgr1(0) + } } - #[doc = "Data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } + #[doc = "external interrupt configuration register 1-4"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI configuration bits"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + val as u8 + } + #[doc = "EXTI configuration bits"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + } } - #[doc = "Baud rate register"] - pub fn brr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) + } } - #[doc = "Control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } + #[doc = "CFGR3"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cfgr3(pub u32); + impl Cfgr3 { + #[doc = "VREFINT enable and scaler control for COMP2 enable bit"] + pub const fn en_vrefint(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "VREFINT enable and scaler control for COMP2 enable bit"] + pub fn set_en_vrefint(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "VREFINT_ADC connection bit"] + pub const fn sel_vref_out(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x03; + val as u8 + } + #[doc = "VREFINT_ADC connection bit"] + pub fn set_sel_vref_out(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 4usize)) | (((val as u32) & 0x03) << 4usize); + } + #[doc = "VREFINT reference for ADC enable bit"] + pub const fn enbuf_vrefint_adc(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "VREFINT reference for ADC enable bit"] + pub fn set_enbuf_vrefint_adc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Temperature sensor reference for ADC enable bit"] + pub const fn enbuf_sensor_adc(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Temperature sensor reference for ADC enable bit"] + pub fn set_enbuf_sensor_adc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "VREFINT reference for COMP2 scaler enable bit"] + pub const fn enbuf_vrefint_comp2(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "VREFINT reference for COMP2 scaler enable bit"] + pub fn set_enbuf_vrefint_comp2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "VREFINT reference for HSI48 oscillator enable bit"] + pub const fn enref_hsi48(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "VREFINT reference for HSI48 oscillator enable bit"] + pub fn set_enref_hsi48(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "VREFINT ready flag"] + pub const fn vrefint_rdyf(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; + val != 0 + } + #[doc = "VREFINT ready flag"] + pub fn set_vrefint_rdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + } + #[doc = "SYSCFG_CFGR3 lock bit"] + pub const fn ref_lock(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; + val != 0 + } + #[doc = "SYSCFG_CFGR3 lock bit"] + pub fn set_ref_lock(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + } } - #[doc = "Control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } + impl Default for Cfgr3 { + fn default() -> Cfgr3 { + Cfgr3(0) + } } - #[doc = "Control register 3"] - pub fn cr3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } -======= -pub mod dma_v1 { + } +} +pub mod usart_v2 { use crate::generic::*; - #[doc = "Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers"] + #[doc = "Universal synchronous asynchronous receiver transmitter"] #[derive(Copy, Clone)] - pub struct Ch(pub *mut u8); - unsafe impl Send for Ch {} - unsafe impl Sync for Ch {} - impl Ch { - #[doc = "DMA channel configuration register (DMA_CCR)"] - pub fn cr(self) -> Reg { + pub struct Usart(pub *mut u8); + unsafe impl Send for Usart {} + unsafe impl Sync for Usart {} + impl Usart { + #[doc = "Control register 1"] + pub fn cr1(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "DMA channel 1 number of data register"] - pub fn ndtr(self) -> Reg { + #[doc = "Control register 2"] + pub fn cr2(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "DMA channel 1 peripheral address register"] - pub fn par(self) -> Reg { + #[doc = "Control register 3"] + pub fn cr3(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "DMA channel 1 memory address register"] - pub fn mar(self) -> Reg { + #[doc = "Baud rate register"] + pub fn brr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(12usize)) } } - } - #[doc = "DMA controller"] - #[derive(Copy, Clone)] - pub struct Dma(pub *mut u8); - unsafe impl Send for Dma {} - unsafe impl Sync for Dma {} - impl Dma { - #[doc = "DMA interrupt status register (DMA_ISR)"] - pub fn isr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "DMA interrupt flag clear register (DMA_IFCR)"] - pub fn ifcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers"] - pub fn ch(self, n: usize) -> Ch { - assert!(n < 7usize); - unsafe { Ch(self.0.add(8usize + n * 20usize)) } + #[doc = "Guard time and prescaler register"] + pub fn gtpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pl(pub u8); - impl Pl { - #[doc = "Low priority"] - pub const LOW: Self = Self(0); - #[doc = "Medium priority"] - pub const MEDIUM: Self = Self(0x01); - #[doc = "High priority"] - pub const HIGH: Self = Self(0x02); - #[doc = "Very high priority"] - pub const VERYHIGH: Self = Self(0x03); + #[doc = "Receiver timeout register"] + pub fn rtor(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Inc(pub u8); - impl Inc { - #[doc = "Increment mode disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Increment mode enabled"] - pub const ENABLED: Self = Self(0x01); + #[doc = "Request register"] + pub fn rqr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Read from peripheral"] - pub const FROMPERIPHERAL: Self = Self(0); - #[doc = "Read from memory"] - pub const FROMMEMORY: Self = Self(0x01); + #[doc = "Interrupt & status register"] + pub fn isr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Size(pub u8); - impl Size { - #[doc = "8-bit size"] - pub const BITS8: Self = Self(0); - #[doc = "16-bit size"] - pub const BITS16: Self = Self(0x01); - #[doc = "32-bit size"] - pub const BITS32: Self = Self(0x02); + #[doc = "Interrupt flag clear register"] + pub fn icr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Memmem(pub u8); - impl Memmem { - #[doc = "Memory to memory mode disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Memory to memory mode enabled"] - pub const ENABLED: Self = Self(0x01); + #[doc = "Receive data register"] + pub fn rdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Circ(pub u8); - impl Circ { - #[doc = "Circular buffer disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Circular buffer enabled"] - pub const ENABLED: Self = Self(0x01); ->>>>>>> c084e70 (Update generated code) + #[doc = "Transmit data register"] + pub fn tdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } } } pub mod regs { use crate::generic::*; -<<<<<<< HEAD - #[doc = "Status register"] + #[doc = "Control register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrUsart(pub u32); - impl SrUsart { - #[doc = "Parity error"] - pub const fn pe(&self) -> bool { + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "USART enable"] + pub const fn ue(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Parity error"] - pub fn set_pe(&mut self, val: bool) { + #[doc = "USART enable"] + pub fn set_ue(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Framing error"] - pub const fn fe(&self) -> bool { + #[doc = "USART enable in Stop mode"] + pub const fn uesm(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Framing error"] - pub fn set_fe(&mut self, val: bool) { + #[doc = "USART enable in Stop mode"] + pub fn set_uesm(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Noise error flag"] - pub const fn ne(&self) -> bool { + #[doc = "Receiver enable"] + pub const fn re(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Noise error flag"] - pub fn set_ne(&mut self, val: bool) { + #[doc = "Receiver enable"] + pub fn set_re(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Overrun error"] - pub const fn ore(&self) -> bool { + #[doc = "Transmitter enable"] + pub const fn te(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Overrun error"] - pub fn set_ore(&mut self, val: bool) { + #[doc = "Transmitter enable"] + pub fn set_te(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "IDLE line detected"] - pub const fn idle(&self) -> bool { + #[doc = "IDLE interrupt enable"] + pub const fn idleie(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "IDLE line detected"] - pub fn set_idle(&mut self, val: bool) { + #[doc = "IDLE interrupt enable"] + pub fn set_idleie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Read data register not empty"] - pub const fn rxne(&self) -> bool { + #[doc = "RXNE interrupt enable"] + pub const fn rxneie(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Read data register not empty"] - pub fn set_rxne(&mut self, val: bool) { + #[doc = "RXNE interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Transmission complete"] - pub const fn tc(&self) -> bool { + #[doc = "Transmission complete interrupt enable"] + pub const fn tcie(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Transmission complete"] - pub fn set_tc(&mut self, val: bool) { + #[doc = "Transmission complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Transmit data register empty"] - pub const fn txe(&self) -> bool { + #[doc = "interrupt enable"] + pub const fn txeie(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Transmit data register empty"] - pub fn set_txe(&mut self, val: bool) { + #[doc = "interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "LIN break detection flag"] - pub const fn lbd(&self) -> bool { + #[doc = "PE interrupt enable"] + pub const fn peie(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "LIN break detection flag"] - pub fn set_lbd(&mut self, val: bool) { + #[doc = "PE interrupt enable"] + pub fn set_peie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "CTS flag"] - pub const fn cts(&self) -> bool { + #[doc = "Parity selection"] + pub const fn ps(&self) -> super::vals::Ps { let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "CTS flag"] - pub fn set_cts(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + super::vals::Ps(val as u8) } - } - impl Default for SrUsart { - fn default() -> SrUsart { - SrUsart(0) + #[doc = "Parity selection"] + pub fn set_ps(&mut self, val: super::vals::Ps) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "Parity control enable"] + pub const fn pce(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Parity control enable"] + pub fn set_pce(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "Receiver wakeup method"] + pub const fn wake(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Receiver wakeup method"] + pub fn set_wake(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Word length"] + pub const fn m0(&self) -> super::vals::M0 { + let val = (self.0 >> 12usize) & 0x01; + super::vals::M0(val as u8) + } + #[doc = "Word length"] + pub fn set_m0(&mut self, val: super::vals::M0) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Word length"] + pub const fn m1(&self) -> super::vals::M1 { + let val = (self.0 >> 12usize) & 0x01; + super::vals::M1(val as u8) + } + #[doc = "Word length"] + pub fn set_m1(&mut self, val: super::vals::M1) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Mute mode enable"] + pub const fn mme(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Mute mode enable"] + pub fn set_mme(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Character match interrupt enable"] + pub const fn cmie(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Character match interrupt enable"] + pub fn set_cmie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "Oversampling mode"] + pub fn over(&self, n: usize) -> super::vals::Over { + assert!(n < 1usize); + let offs = 15usize + n * 0usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Over(val as u8) + } + #[doc = "Oversampling mode"] + pub fn set_over(&mut self, n: usize, val: super::vals::Over) { + assert!(n < 1usize); + let offs = 15usize + n * 0usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "Driver Enable deassertion time"] + pub const fn dedt(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x1f; + val as u8 + } + #[doc = "Driver Enable deassertion time"] + pub fn set_dedt(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 16usize)) | (((val as u32) & 0x1f) << 16usize); + } + #[doc = "Driver Enable assertion time"] + pub const fn deat(&self) -> u8 { + let val = (self.0 >> 21usize) & 0x1f; + val as u8 + } + #[doc = "Driver Enable assertion time"] + pub fn set_deat(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 21usize)) | (((val as u32) & 0x1f) << 21usize); + } + #[doc = "Receiver timeout interrupt enable"] + pub const fn rtoie(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "Receiver timeout interrupt enable"] + pub fn set_rtoie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "End of Block interrupt enable"] + pub const fn eobie(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 + } + #[doc = "End of Block interrupt enable"] + pub fn set_eobie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } } - #[doc = "Status register"] + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) + } + } + #[doc = "Control register 3"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Parity error"] - pub const fn pe(&self) -> bool { + pub struct Cr3(pub u32); + impl Cr3 { + #[doc = "Error interrupt enable"] + pub const fn eie(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Parity error"] - pub fn set_pe(&mut self, val: bool) { + #[doc = "Error interrupt enable"] + pub fn set_eie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Framing error"] - pub const fn fe(&self) -> bool { + #[doc = "IrDA mode enable"] + pub const fn iren(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Framing error"] - pub fn set_fe(&mut self, val: bool) { + #[doc = "IrDA mode enable"] + pub fn set_iren(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Noise error flag"] - pub const fn ne(&self) -> bool { + #[doc = "IrDA low-power"] + pub const fn irlp(&self) -> super::vals::Irlp { let val = (self.0 >> 2usize) & 0x01; - val != 0 + super::vals::Irlp(val as u8) } - #[doc = "Noise error flag"] - pub fn set_ne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "IrDA low-power"] + pub fn set_irlp(&mut self, val: super::vals::Irlp) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Overrun error"] - pub const fn ore(&self) -> bool { + #[doc = "Half-duplex selection"] + pub const fn hdsel(&self) -> super::vals::Hdsel { let val = (self.0 >> 3usize) & 0x01; - val != 0 + super::vals::Hdsel(val as u8) } - #[doc = "Overrun error"] - pub fn set_ore(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Half-duplex selection"] + pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "IDLE line detected"] - pub const fn idle(&self) -> bool { + #[doc = "Smartcard NACK enable"] + pub const fn nack(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "IDLE line detected"] - pub fn set_idle(&mut self, val: bool) { + #[doc = "Smartcard NACK enable"] + pub fn set_nack(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Read data register not empty"] - pub const fn rxne(&self) -> bool { + #[doc = "Smartcard mode enable"] + pub const fn scen(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Read data register not empty"] - pub fn set_rxne(&mut self, val: bool) { + #[doc = "Smartcard mode enable"] + pub fn set_scen(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Transmission complete"] - pub const fn tc(&self) -> bool { + #[doc = "DMA enable receiver"] + pub const fn dmar(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Transmission complete"] - pub fn set_tc(&mut self, val: bool) { + #[doc = "DMA enable receiver"] + pub fn set_dmar(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Transmit data register empty"] - pub const fn txe(&self) -> bool { + #[doc = "DMA enable transmitter"] + pub const fn dmat(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Transmit data register empty"] - pub fn set_txe(&mut self, val: bool) { + #[doc = "DMA enable transmitter"] + pub fn set_dmat(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "LIN break detection flag"] - pub const fn lbd(&self) -> bool { + #[doc = "RTS enable"] + pub const fn rtse(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "LIN break detection flag"] - pub fn set_lbd(&mut self, val: bool) { + #[doc = "RTS enable"] + pub fn set_rtse(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - } - impl Default for Sr { - fn default() -> Sr { - Sr(0) + #[doc = "CTS enable"] + pub const fn ctse(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 } -======= - #[doc = "DMA interrupt flag clear register (DMA_IFCR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ifcr(pub u32); - impl Ifcr { - #[doc = "Channel 1 Global interrupt clear"] - pub fn cgif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "CTS enable"] + pub fn set_ctse(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "CTS interrupt enable"] + pub const fn ctsie(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "Channel 1 Global interrupt clear"] - pub fn set_cgif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "CTS interrupt enable"] + pub fn set_ctsie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "Channel 1 Transfer Complete clear"] - pub fn ctcif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "One sample bit method enable"] + pub const fn onebit(&self) -> super::vals::Onebit { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Onebit(val as u8) + } + #[doc = "One sample bit method enable"] + pub fn set_onebit(&mut self, val: super::vals::Onebit) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "Overrun Disable"] + pub const fn ovrdis(&self) -> super::vals::Ovrdis { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Ovrdis(val as u8) + } + #[doc = "Overrun Disable"] + pub fn set_ovrdis(&mut self, val: super::vals::Ovrdis) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "DMA Disable on Reception Error"] + pub const fn ddre(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "Channel 1 Transfer Complete clear"] - pub fn set_ctcif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "DMA Disable on Reception Error"] + pub fn set_ddre(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Channel 1 Half Transfer clear"] - pub fn chtif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Driver enable mode"] + pub const fn dem(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; val != 0 } - #[doc = "Channel 1 Half Transfer clear"] - pub fn set_chtif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Driver enable mode"] + pub fn set_dem(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "Channel 1 Transfer Error clear"] - pub fn cteif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Driver enable polarity selection"] + pub const fn dep(&self) -> super::vals::Dep { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Dep(val as u8) + } + #[doc = "Driver enable polarity selection"] + pub fn set_dep(&mut self, val: super::vals::Dep) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Smartcard auto-retry count"] + pub const fn scarcnt(&self) -> u8 { + let val = (self.0 >> 17usize) & 0x07; + val as u8 + } + #[doc = "Smartcard auto-retry count"] + pub fn set_scarcnt(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 17usize)) | (((val as u32) & 0x07) << 17usize); + } + #[doc = "Wakeup from Stop mode interrupt flag selection"] + pub const fn wus(&self) -> super::vals::Wus { + let val = (self.0 >> 20usize) & 0x03; + super::vals::Wus(val as u8) + } + #[doc = "Wakeup from Stop mode interrupt flag selection"] + pub fn set_wus(&mut self, val: super::vals::Wus) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); + } + #[doc = "Wakeup from Stop mode interrupt enable"] + pub const fn wufie(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "Channel 1 Transfer Error clear"] - pub fn set_cteif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Wakeup from Stop mode interrupt enable"] + pub fn set_wufie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } } - impl Default for Ifcr { - fn default() -> Ifcr { - Ifcr(0) + impl Default for Cr3 { + fn default() -> Cr3 { + Cr3(0) } } - #[doc = "DMA interrupt status register (DMA_ISR)"] + #[doc = "Baud rate register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Isr(pub u32); - impl Isr { - #[doc = "Channel 1 Global interrupt flag"] - pub fn gif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Channel 1 Global interrupt flag"] - pub fn set_gif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + pub struct Brr(pub u32); + impl Brr { + #[doc = "mantissa of USARTDIV"] + pub const fn brr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "Channel 1 Transfer Complete flag"] - pub fn tcif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "mantissa of USARTDIV"] + pub fn set_brr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } - #[doc = "Channel 1 Transfer Complete flag"] - pub fn set_tcif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + impl Default for Brr { + fn default() -> Brr { + Brr(0) } - #[doc = "Channel 1 Half Transfer Complete flag"] - pub fn htif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + } + #[doc = "Receiver timeout register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rtor(pub u32); + impl Rtor { + #[doc = "Receiver timeout value"] + pub const fn rto(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x00ff_ffff; + val as u32 } - #[doc = "Channel 1 Half Transfer Complete flag"] - pub fn set_htif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Receiver timeout value"] + pub fn set_rto(&mut self, val: u32) { + self.0 = + (self.0 & !(0x00ff_ffff << 0usize)) | (((val as u32) & 0x00ff_ffff) << 0usize); } - #[doc = "Channel 1 Transfer Error flag"] - pub fn teif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "Block Length"] + pub const fn blen(&self) -> u8 { + let val = (self.0 >> 24usize) & 0xff; + val as u8 } - #[doc = "Channel 1 Transfer Error flag"] - pub fn set_teif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Block Length"] + pub fn set_blen(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 24usize)) | (((val as u32) & 0xff) << 24usize); } } - impl Default for Isr { - fn default() -> Isr { - Isr(0) + impl Default for Rtor { + fn default() -> Rtor { + Rtor(0) } } - #[doc = "DMA channel configuration register (DMA_CCR)"] + #[doc = "Interrupt & status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Channel enable"] - pub const fn en(&self) -> bool { + pub struct Ixr(pub u32); + impl Ixr { + #[doc = "Parity error"] + pub const fn pe(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Channel enable"] - pub fn set_en(&mut self, val: bool) { + #[doc = "Parity error"] + pub fn set_pe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Transfer complete interrupt enable"] - pub const fn tcie(&self) -> bool { + #[doc = "Framing error"] + pub const fn fe(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Transfer complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { + #[doc = "Framing error"] + pub fn set_fe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Half Transfer interrupt enable"] - pub const fn htie(&self) -> bool { + #[doc = "Noise detected flag"] + pub const fn nf(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Half Transfer interrupt enable"] - pub fn set_htie(&mut self, val: bool) { + #[doc = "Noise detected flag"] + pub fn set_nf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Transfer error interrupt enable"] - pub const fn teie(&self) -> bool { + #[doc = "Overrun error"] + pub const fn ore(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Transfer error interrupt enable"] - pub fn set_teie(&mut self, val: bool) { + #[doc = "Overrun error"] + pub fn set_ore(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Data transfer direction"] - pub const fn dir(&self) -> super::vals::Dir { + #[doc = "Idle line detected"] + pub const fn idle(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; - super::vals::Dir(val as u8) + val != 0 } - #[doc = "Data transfer direction"] - pub fn set_dir(&mut self, val: super::vals::Dir) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "Idle line detected"] + pub fn set_idle(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Circular mode"] - pub const fn circ(&self) -> super::vals::Circ { + #[doc = "Read data register not empty"] + pub const fn rxne(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; - super::vals::Circ(val as u8) + val != 0 } - #[doc = "Circular mode"] - pub fn set_circ(&mut self, val: super::vals::Circ) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Read data register not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Peripheral increment mode"] - pub const fn pinc(&self) -> super::vals::Inc { + #[doc = "Transmission complete"] + pub const fn tc(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; - super::vals::Inc(val as u8) + val != 0 } - #[doc = "Peripheral increment mode"] - pub fn set_pinc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + #[doc = "Transmission complete"] + pub fn set_tc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Memory increment mode"] - pub const fn minc(&self) -> super::vals::Inc { + #[doc = "Transmit data register empty"] + pub const fn txe(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; - super::vals::Inc(val as u8) + val != 0 } - #[doc = "Memory increment mode"] - pub fn set_minc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Transmit data register empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Peripheral size"] - pub const fn psize(&self) -> super::vals::Size { - let val = (self.0 >> 8usize) & 0x03; - super::vals::Size(val as u8) + #[doc = "LIN break detection flag"] + pub const fn lbdf(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "Peripheral size"] - pub fn set_psize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); - } - #[doc = "Memory size"] - pub const fn msize(&self) -> super::vals::Size { - let val = (self.0 >> 10usize) & 0x03; - super::vals::Size(val as u8) - } - #[doc = "Memory size"] - pub fn set_msize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 10usize)) | (((val.0 as u32) & 0x03) << 10usize); - } - #[doc = "Channel Priority level"] - pub const fn pl(&self) -> super::vals::Pl { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Pl(val as u8) + #[doc = "LIN break detection flag"] + pub fn set_lbdf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Channel Priority level"] - pub fn set_pl(&mut self, val: super::vals::Pl) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + #[doc = "CTS interrupt flag"] + pub const fn ctsif(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 } - #[doc = "Memory to memory mode"] - pub const fn mem2mem(&self) -> super::vals::Memmem { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Memmem(val as u8) + #[doc = "CTS interrupt flag"] + pub fn set_ctsif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Memory to memory mode"] - pub fn set_mem2mem(&mut self, val: super::vals::Memmem) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "CTS flag"] + pub const fn cts(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 } - } - impl Default for Cr { - fn default() -> Cr { - Cr(0) + #[doc = "CTS flag"] + pub fn set_cts(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - } - #[doc = "DMA channel 1 number of data register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ndtr(pub u32); - impl Ndtr { - #[doc = "Number of data to transfer"] - pub const fn ndt(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "Receiver timeout"] + pub const fn rtof(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 } - #[doc = "Number of data to transfer"] - pub fn set_ndt(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Receiver timeout"] + pub fn set_rtof(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - } - impl Default for Ndtr { - fn default() -> Ndtr { - Ndtr(0) + #[doc = "End of block flag"] + pub const fn eobf(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 } - } - } -} -pub mod generic { - use core::marker::PhantomData; - #[derive(Copy, Clone)] - pub struct RW; - #[derive(Copy, Clone)] - pub struct R; - #[derive(Copy, Clone)] - pub struct W; - mod sealed { - use super::*; - pub trait Access {} - impl Access for R {} - impl Access for W {} - impl Access for RW {} - } - pub trait Access: sealed::Access + Copy {} - impl Access for R {} - impl Access for W {} - impl Access for RW {} - pub trait Read: Access {} - impl Read for RW {} - impl Read for R {} - pub trait Write: Access {} - impl Write for RW {} - impl Write for W {} - #[derive(Copy, Clone)] - pub struct Reg { - ptr: *mut u8, - phantom: PhantomData<*mut (T, A)>, - } - unsafe impl Send for Reg {} - unsafe impl Sync for Reg {} - impl Reg { - pub fn from_ptr(ptr: *mut u8) -> Self { - Self { - ptr, - phantom: PhantomData, + #[doc = "End of block flag"] + pub fn set_eobf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - } - pub fn ptr(&self) -> *mut T { - self.ptr as _ - } - } - impl Reg { - pub unsafe fn read(&self) -> T { - (self.ptr as *mut T).read_volatile() - } - } - impl Reg { - pub unsafe fn write_value(&self, val: T) { - (self.ptr as *mut T).write_volatile(val) - } - } - impl Reg { - pub unsafe fn write(&self, f: impl FnOnce(&mut T) -> R) -> R { - let mut val = Default::default(); - let res = f(&mut val); - self.write_value(val); - res - } - } - impl Reg { - pub unsafe fn modify(&self, f: impl FnOnce(&mut T) -> R) -> R { - let mut val = self.read(); - let res = f(&mut val); - self.write_value(val); - res - } - } -} -pub mod rcc_h7 { - use crate::generic::*; - #[doc = "Reset and clock control"] - #[derive(Copy, Clone)] - pub struct Rcc(pub *mut u8); - unsafe impl Send for Rcc {} - unsafe impl Sync for Rcc {} - impl Rcc { - #[doc = "clock control register"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "RCC HSI configuration register"] - pub fn hsicfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "RCC Internal Clock Source Calibration Register"] - pub fn icscr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "RCC Clock Recovery RC Register"] - pub fn crrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "RCC CSI configuration register"] - pub fn csicfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "RCC Clock Configuration Register"] - pub fn cfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "RCC Domain 1 Clock Configuration Register"] - pub fn d1cfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "RCC Domain 2 Clock Configuration Register"] - pub fn d2cfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "RCC Domain 3 Clock Configuration Register"] - pub fn d3cfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "RCC PLLs Clock Source Selection Register"] - pub fn pllckselr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "RCC PLLs Configuration Register"] - pub fn pllcfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "RCC PLL1 Dividers Configuration Register"] - pub fn plldivr(self, n: usize) -> Reg { - assert!(n < 3usize); - unsafe { Reg::from_ptr(self.0.add(48usize + n * 8usize)) } - } - #[doc = "RCC PLL1 Fractional Divider Register"] - pub fn pllfracr(self, n: usize) -> Reg { - assert!(n < 3usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 8usize)) } - } - #[doc = "RCC Domain 1 Kernel Clock Configuration Register"] - pub fn d1ccipr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] - pub fn d2ccip1r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(80usize)) } - } - #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] - pub fn d2ccip2r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(84usize)) } - } - #[doc = "RCC Domain 3 Kernel Clock Configuration Register"] - pub fn d3ccipr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(88usize)) } - } - #[doc = "RCC Clock Source Interrupt Enable Register"] - pub fn cier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(96usize)) } - } - #[doc = "RCC Clock Source Interrupt Flag Register"] - pub fn cifr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(100usize)) } - } - #[doc = "RCC Clock Source Interrupt Clear Register"] - pub fn cicr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(104usize)) } - } - #[doc = "RCC Backup Domain Control Register"] - pub fn bdcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(112usize)) } - } - #[doc = "RCC Clock Control and Status Register"] - pub fn csr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(116usize)) } - } - #[doc = "RCC AHB3 Reset Register"] - pub fn ahb3rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(124usize)) } - } - #[doc = "RCC AHB1 Peripheral Reset Register"] - pub fn ahb1rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(128usize)) } - } - #[doc = "RCC AHB2 Peripheral Reset Register"] - pub fn ahb2rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(132usize)) } - } - #[doc = "RCC AHB4 Peripheral Reset Register"] - pub fn ahb4rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(136usize)) } - } - #[doc = "RCC APB3 Peripheral Reset Register"] - pub fn apb3rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(140usize)) } - } - #[doc = "RCC APB1 Peripheral Reset Register"] - pub fn apb1lrstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(144usize)) } - } - #[doc = "RCC APB1 Peripheral Reset Register"] - pub fn apb1hrstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(148usize)) } - } - #[doc = "RCC APB2 Peripheral Reset Register"] - pub fn apb2rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(152usize)) } - } - #[doc = "RCC APB4 Peripheral Reset Register"] - pub fn apb4rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(156usize)) } - } - #[doc = "RCC Global Control Register"] - pub fn gcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(160usize)) } - } - #[doc = "RCC D3 Autonomous mode Register"] - pub fn d3amr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(168usize)) } - } - #[doc = "RCC Reset Status Register"] - pub fn rsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(208usize)) } - } - #[doc = "RCC AHB3 Clock Register"] - pub fn ahb3enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(212usize)) } - } - #[doc = "RCC AHB1 Clock Register"] - pub fn ahb1enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(216usize)) } ->>>>>>> c084e70 (Update generated code) - } - #[doc = "Control register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Send break"] - pub const fn sbk(&self) -> super::vals::Sbk { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Sbk(val as u8) + #[doc = "Auto baud rate error"] + pub const fn abre(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 } - #[doc = "Send break"] - pub fn set_sbk(&mut self, val: super::vals::Sbk) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Auto baud rate error"] + pub fn set_abre(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "Receiver wakeup"] - pub const fn rwu(&self) -> super::vals::Rwu { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Rwu(val as u8) + #[doc = "Auto baud rate flag"] + pub const fn abrf(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 } - #[doc = "Receiver wakeup"] - pub fn set_rwu(&mut self, val: super::vals::Rwu) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "Auto baud rate flag"] + pub fn set_abrf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "Receiver enable"] - pub const fn re(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "Busy flag"] + pub const fn busy(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Receiver enable"] - pub fn set_re(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Busy flag"] + pub fn set_busy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Transmitter enable"] - pub const fn te(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "character match flag"] + pub const fn cmf(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Transmitter enable"] - pub fn set_te(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "character match flag"] + pub fn set_cmf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "IDLE interrupt enable"] - pub const fn idleie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "Send break flag"] + pub const fn sbkf(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "IDLE interrupt enable"] - pub fn set_idleie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Send break flag"] + pub fn set_sbkf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "RXNE interrupt enable"] - pub const fn rxneie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "Receiver wakeup from Mute mode"] + pub const fn rwu(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "RXNE interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Receiver wakeup from Mute mode"] + pub fn set_rwu(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "Transmission complete interrupt enable"] - pub const fn tcie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Wakeup from Stop mode flag"] + pub const fn wuf(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; val != 0 } - #[doc = "Transmission complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Wakeup from Stop mode flag"] + pub fn set_wuf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "TXE interrupt enable"] - pub const fn txeie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Transmit enable acknowledge flag"] + pub const fn teack(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "TXE interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Transmit enable acknowledge flag"] + pub fn set_teack(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "PE interrupt enable"] - pub const fn peie(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Receive enable acknowledge flag"] + pub const fn reack(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "PE interrupt enable"] - pub fn set_peie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Receive enable acknowledge flag"] + pub fn set_reack(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Parity selection"] - pub const fn ps(&self) -> super::vals::Ps { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Ps(val as u8) + } + impl Default for Ixr { + fn default() -> Ixr { + Ixr(0) } - #[doc = "Parity selection"] - pub fn set_ps(&mut self, val: super::vals::Ps) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "Data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dr(pub u32); + impl Dr { + #[doc = "data value"] + pub const fn dr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 } - #[doc = "Parity control enable"] - pub const fn pce(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 + #[doc = "data value"] + pub fn set_dr(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); } - #[doc = "Parity control enable"] - pub fn set_pce(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + impl Default for Dr { + fn default() -> Dr { + Dr(0) } - #[doc = "Wakeup method"] - pub const fn wake(&self) -> super::vals::Wake { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Wake(val as u8) + } + #[doc = "Control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "7-bit Address Detection/4-bit Address Detection"] + pub fn addm(&self, n: usize) -> super::vals::Addm { + assert!(n < 1usize); + let offs = 4usize + n * 0usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Addm(val as u8) } - #[doc = "Wakeup method"] - pub fn set_wake(&mut self, val: super::vals::Wake) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + #[doc = "7-bit Address Detection/4-bit Address Detection"] + pub fn set_addm(&mut self, n: usize, val: super::vals::Addm) { + assert!(n < 1usize); + let offs = 4usize + n * 0usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Word length"] - pub const fn m(&self) -> super::vals::M { - let val = (self.0 >> 12usize) & 0x01; - super::vals::M(val as u8) + #[doc = "LIN break detection length"] + pub const fn lbdl(&self) -> super::vals::Lbdl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lbdl(val as u8) } - #[doc = "Word length"] - pub fn set_m(&mut self, val: super::vals::M) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "LIN break detection length"] + pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "USART enable"] - pub const fn ue(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "LIN break detection interrupt enable"] + pub const fn lbdie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "USART enable"] - pub fn set_ue(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "LIN break detection interrupt enable"] + pub fn set_lbdie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) - } - } - #[doc = "Control register 3"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr3(pub u32); - impl Cr3 { - #[doc = "Error interrupt enable"] - pub const fn eie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Error interrupt enable"] - pub fn set_eie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "IrDA mode enable"] - pub const fn iren(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "IrDA mode enable"] - pub fn set_iren(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "IrDA low-power"] - pub const fn irlp(&self) -> super::vals::Irlp { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Irlp(val as u8) - } - #[doc = "IrDA low-power"] - pub fn set_irlp(&mut self, val: super::vals::Irlp) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "Half-duplex selection"] - pub const fn hdsel(&self) -> super::vals::Hdsel { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Hdsel(val as u8) - } - #[doc = "Half-duplex selection"] - pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "DMA enable receiver"] - pub const fn dmar(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "DMA enable receiver"] - pub fn set_dmar(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "DMA enable transmitter"] - pub const fn dmat(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "DMA enable transmitter"] - pub fn set_dmat(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - } - impl Default for Cr3 { - fn default() -> Cr3 { - Cr3(0) - } - } - #[doc = "Guard time and prescaler register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Gtpr(pub u32); - impl Gtpr { - #[doc = "Prescaler value"] - pub const fn psc(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "Prescaler value"] - pub fn set_psc(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - #[doc = "Guard time value"] - pub const fn gt(&self) -> u8 { - let val = (self.0 >> 8usize) & 0xff; - val as u8 - } - #[doc = "Guard time value"] - pub fn set_gt(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); - } - } - impl Default for Gtpr { - fn default() -> Gtpr { - Gtpr(0) - } - } - #[doc = "Control register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Usart(pub u32); - impl Cr2Usart { - #[doc = "Address of the USART node"] - pub const fn add(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "Address of the USART node"] - pub fn set_add(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); - } - #[doc = "lin break detection length"] - pub const fn lbdl(&self) -> super::vals::Lbdl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lbdl(val as u8) - } - #[doc = "lin break detection length"] - pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "LIN break detection interrupt enable"] - pub const fn lbdie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "LIN break detection interrupt enable"] - pub fn set_lbdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Last bit clock pulse"] - pub const fn lbcl(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "Last bit clock pulse"] + pub const fn lbcl(&self) -> super::vals::Lbcl { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Lbcl(val as u8) } #[doc = "Last bit clock pulse"] - pub fn set_lbcl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + pub fn set_lbcl(&mut self, val: super::vals::Lbcl) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } #[doc = "Clock phase"] pub const fn cpha(&self) -> super::vals::Cpha { @@ -1183,90 +1068,86 @@ pub mod rcc_h7 { pub fn set_linen(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - } - impl Default for Cr2Usart { - fn default() -> Cr2Usart { - Cr2Usart(0) + #[doc = "Swap TX/RX pins"] + pub const fn swap(&self) -> super::vals::Swap { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Swap(val as u8) } - } - #[doc = "Baud rate register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Brr(pub u32); - impl Brr { - #[doc = "fraction of USARTDIV"] - pub const fn div_fraction(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + #[doc = "Swap TX/RX pins"] + pub fn set_swap(&mut self, val: super::vals::Swap) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "fraction of USARTDIV"] - pub fn set_div_fraction(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "RX pin active level inversion"] + pub const fn rxinv(&self) -> super::vals::Rxinv { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Rxinv(val as u8) } - #[doc = "mantissa of USARTDIV"] - pub const fn div_mantissa(&self) -> u16 { - let val = (self.0 >> 4usize) & 0x0fff; - val as u16 + #[doc = "RX pin active level inversion"] + pub fn set_rxinv(&mut self, val: super::vals::Rxinv) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "mantissa of USARTDIV"] - pub fn set_div_mantissa(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 4usize)) | (((val as u32) & 0x0fff) << 4usize); + #[doc = "TX pin active level inversion"] + pub const fn txinv(&self) -> super::vals::Txinv { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Txinv(val as u8) } - } - impl Default for Brr { - fn default() -> Brr { - Brr(0) + #[doc = "TX pin active level inversion"] + pub fn set_txinv(&mut self, val: super::vals::Txinv) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - } - #[doc = "Control register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Address of the USART node"] - pub const fn add(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + #[doc = "Binary data inversion"] + pub const fn datainv(&self) -> super::vals::Datainv { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Datainv(val as u8) } - #[doc = "Address of the USART node"] - pub fn set_add(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "Binary data inversion"] + pub fn set_datainv(&mut self, val: super::vals::Datainv) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "lin break detection length"] - pub const fn lbdl(&self) -> super::vals::Lbdl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lbdl(val as u8) + #[doc = "Most significant bit first"] + pub const fn msbfirst(&self) -> super::vals::Msbfirst { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Msbfirst(val as u8) } - #[doc = "lin break detection length"] - pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Most significant bit first"] + pub fn set_msbfirst(&mut self, val: super::vals::Msbfirst) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "LIN break detection interrupt enable"] - pub const fn lbdie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Auto baud rate enable"] + pub const fn abren(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; val != 0 } - #[doc = "LIN break detection interrupt enable"] - pub fn set_lbdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Auto baud rate enable"] + pub fn set_abren(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "STOP bits"] - pub const fn stop(&self) -> super::vals::Stop { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Stop(val as u8) + #[doc = "Auto baud rate mode"] + pub const fn abrmod(&self) -> super::vals::Abrmod { + let val = (self.0 >> 21usize) & 0x03; + super::vals::Abrmod(val as u8) } - #[doc = "STOP bits"] - pub fn set_stop(&mut self, val: super::vals::Stop) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + #[doc = "Auto baud rate mode"] + pub fn set_abrmod(&mut self, val: super::vals::Abrmod) { + self.0 = (self.0 & !(0x03 << 21usize)) | (((val.0 as u32) & 0x03) << 21usize); } - #[doc = "LIN mode enable"] - pub const fn linen(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "Receiver timeout enable"] + pub const fn rtoen(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "LIN mode enable"] - pub fn set_linen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "Receiver timeout enable"] + pub fn set_rtoen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "Address of the USART node"] + pub const fn add(&self) -> u8 { + let val = (self.0 >> 24usize) & 0xff; + val as u8 + } + #[doc = "Address of the USART node"] + pub fn set_add(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 24usize)) | (((val as u32) & 0xff) << 24usize); } } impl Default for Cr2 { @@ -1274,134 +1155,89 @@ pub mod rcc_h7 { Cr2(0) } } - #[doc = "Control register 3"] + #[doc = "Guard time and prescaler register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr3Usart(pub u32); - impl Cr3Usart { - #[doc = "Error interrupt enable"] - pub const fn eie(&self) -> bool { + pub struct Gtpr(pub u32); + impl Gtpr { + #[doc = "Prescaler value"] + pub const fn psc(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Prescaler value"] + pub fn set_psc(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + #[doc = "Guard time value"] + pub const fn gt(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; + val as u8 + } + #[doc = "Guard time value"] + pub fn set_gt(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); + } + } + impl Default for Gtpr { + fn default() -> Gtpr { + Gtpr(0) + } + } + #[doc = "Request register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rqr(pub u32); + impl Rqr { + #[doc = "Auto baud rate request"] + pub const fn abrrq(&self) -> super::vals::Abrrq { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Abrrq(val as u8) } - #[doc = "Error interrupt enable"] - pub fn set_eie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Auto baud rate request"] + pub fn set_abrrq(&mut self, val: super::vals::Abrrq) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "IrDA mode enable"] - pub const fn iren(&self) -> bool { + #[doc = "Send break request"] + pub const fn sbkrq(&self) -> super::vals::Sbkrq { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Sbkrq(val as u8) } - #[doc = "IrDA mode enable"] - pub fn set_iren(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Send break request"] + pub fn set_sbkrq(&mut self, val: super::vals::Sbkrq) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "IrDA low-power"] - pub const fn irlp(&self) -> super::vals::Irlp { + #[doc = "Mute mode request"] + pub const fn mmrq(&self) -> super::vals::Mmrq { let val = (self.0 >> 2usize) & 0x01; - super::vals::Irlp(val as u8) + super::vals::Mmrq(val as u8) } - #[doc = "IrDA low-power"] - pub fn set_irlp(&mut self, val: super::vals::Irlp) { + #[doc = "Mute mode request"] + pub fn set_mmrq(&mut self, val: super::vals::Mmrq) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Half-duplex selection"] - pub const fn hdsel(&self) -> super::vals::Hdsel { + #[doc = "Receive data flush request"] + pub const fn rxfrq(&self) -> super::vals::Rxfrq { let val = (self.0 >> 3usize) & 0x01; - super::vals::Hdsel(val as u8) + super::vals::Rxfrq(val as u8) } - #[doc = "Half-duplex selection"] - pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { + #[doc = "Receive data flush request"] + pub fn set_rxfrq(&mut self, val: super::vals::Rxfrq) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Smartcard NACK enable"] - pub const fn nack(&self) -> bool { + #[doc = "Transmit data flush request"] + pub const fn txfrq(&self) -> super::vals::Txfrq { let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "Smartcard NACK enable"] - pub fn set_nack(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Smartcard mode enable"] - pub const fn scen(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Smartcard mode enable"] - pub fn set_scen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "DMA enable receiver"] - pub const fn dmar(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "DMA enable receiver"] - pub fn set_dmar(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "DMA enable transmitter"] - pub const fn dmat(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "DMA enable transmitter"] - pub fn set_dmat(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "RTS enable"] - pub const fn rtse(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "RTS enable"] - pub fn set_rtse(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "CTS enable"] - pub const fn ctse(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "CTS enable"] - pub fn set_ctse(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "CTS interrupt enable"] - pub const fn ctsie(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "CTS interrupt enable"] - pub fn set_ctsie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - } - impl Default for Cr3Usart { - fn default() -> Cr3Usart { - Cr3Usart(0) - } - } - #[doc = "Data register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dr(pub u32); - impl Dr { - #[doc = "Data value"] - pub const fn dr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x01ff; - val as u16 + super::vals::Txfrq(val as u8) } - #[doc = "Data value"] - pub fn set_dr(&mut self, val: u16) { - self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + #[doc = "Transmit data flush request"] + pub fn set_txfrq(&mut self, val: super::vals::Txfrq) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } } - impl Default for Dr { - fn default() -> Dr { - Dr(0) + impl Default for Rqr { + fn default() -> Rqr { + Rqr(0) } } } @@ -1409,48 +1245,37 @@ pub mod rcc_h7 { use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ps(pub u8); - impl Ps { - #[doc = "Even parity"] - pub const EVEN: Self = Self(0); - #[doc = "Odd parity"] - pub const ODD: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Wake(pub u8); - impl Wake { - #[doc = "USART wakeup on idle line"] - pub const IDLELINE: Self = Self(0); - #[doc = "USART wakeup on address mark"] - pub const ADDRESSMARK: Self = Self(0x01); + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "Steady low value on CK pin outside transmission window"] + pub const LOW: Self = Self(0); + #[doc = "Steady high value on CK pin outside transmission window"] + pub const HIGH: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct M(pub u8); - impl M { - #[doc = "8 data bits"] - pub const M8: Self = Self(0); - #[doc = "9 data bits"] - pub const M9: Self = Self(0x01); + pub struct Sbkrq(pub u8); + impl Sbkrq { + #[doc = "sets the SBKF flag and request to send a BREAK on the line, as soon as the transmit machine is available"] + pub const BREAK: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRST: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECOND: Self = Self(0x01); + pub struct Addm(pub u8); + impl Addm { + #[doc = "4-bit address detection"] + pub const BIT4: Self = Self(0); + #[doc = "7-bit address detection"] + pub const BIT7: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "Steady low value on CK pin outside transmission window"] - pub const LOW: Self = Self(0); - #[doc = "Steady high value on CK pin outside transmission window"] - pub const HIGH: Self = Self(0x01); + pub struct Ovrdis(pub u8); + impl Ovrdis { + #[doc = "Overrun Error Flag, ORE, is set when received data is not read before receiving new data"] + pub const ENABLED: Self = Self(0); + #[doc = "Overrun functionality is disabled. If new data is received while the RXNE flag is still set the ORE flag is not set and the new received data overwrites the previous content of the RDR register"] + pub const DISABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] @@ -1463,30 +1288,28 @@ pub mod rcc_h7 { } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hdsel(pub u8); - impl Hdsel { - #[doc = "Half duplex mode is not selected"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Half duplex mode is selected"] - pub const HALFDUPLEX: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sbk(pub u8); - impl Sbk { - #[doc = "No break character is transmitted"] - pub const NOBREAK: Self = Self(0); - #[doc = "Break character transmitted"] - pub const BREAK: Self = Self(0x01); + pub struct Txfrq(pub u8); + impl Txfrq { + #[doc = "Set the TXE flags. This allows to discard the transmit data"] + pub const DISCARD: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lbdl(pub u8); - impl Lbdl { - #[doc = "10-bit break detection"] - pub const LBDL10: Self = Self(0); - #[doc = "11-bit break detection"] - pub const LBDL11: Self = Self(0x01); + pub struct Wake(pub u8); + impl Wake { + #[doc = "Idle line"] + pub const IDLE: Self = Self(0); + #[doc = "Address mask"] + pub const ADDRESS: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Over(pub u8); + impl Over { + #[doc = "Oversampling by 16"] + pub const OVERSAMPLING16: Self = Self(0); + #[doc = "Oversampling by 8"] + pub const OVERSAMPLING8: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] @@ -1494,334 +1317,610 @@ pub mod rcc_h7 { impl Stop { #[doc = "1 stop bit"] pub const STOP1: Self = Self(0); - #[doc = "0.5 stop bits"] + #[doc = "0.5 stop bit"] pub const STOP0P5: Self = Self(0x01); - #[doc = "2 stop bits"] + #[doc = "2 stop bit"] pub const STOP2: Self = Self(0x02); - #[doc = "1.5 stop bits"] + #[doc = "1.5 stop bit"] pub const STOP1P5: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rwu(pub u8); - impl Rwu { - #[doc = "Receiver in active mode"] - pub const ACTIVE: Self = Self(0); - #[doc = "Receiver in mute mode"] + pub struct M0(pub u8); + impl M0 { + #[doc = "1 start bit, 8 data bits, n stop bits"] + pub const BIT8: Self = Self(0); + #[doc = "1 start bit, 9 data bits, n stop bits"] + pub const BIT9: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hdsel(pub u8); + impl Hdsel { + #[doc = "Half duplex mode is not selected"] + pub const NOTSELECTED: Self = Self(0); + #[doc = "Half duplex mode is selected"] + pub const SELECTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rxinv(pub u8); + impl Rxinv { + #[doc = "RX pin signal works using the standard logic levels"] + pub const STANDARD: Self = Self(0); + #[doc = "RX pin signal values are inverted"] + pub const INVERTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct M1(pub u8); + impl M1 { + #[doc = "Use M0 to set the data bits"] + pub const M0: Self = Self(0); + #[doc = "1 start bit, 7 data bits, n stop bits"] + pub const BIT7: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Txinv(pub u8); + impl Txinv { + #[doc = "TX pin signal works using the standard logic levels"] + pub const STANDARD: Self = Self(0); + #[doc = "TX pin signal values are inverted"] + pub const INVERTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Abrmod(pub u8); + impl Abrmod { + #[doc = "Measurement of the start bit is used to detect the baud rate"] + pub const START: Self = Self(0); + #[doc = "Falling edge to falling edge measurement"] + pub const EDGE: Self = Self(0x01); + #[doc = "0x7F frame detection"] + pub const FRAME7F: Self = Self(0x02); + #[doc = "0x55 frame detection"] + pub const FRAME55: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Msbfirst(pub u8); + impl Msbfirst { + #[doc = "data is transmitted/received with data bit 0 first, following the start bit"] + pub const LSB: Self = Self(0); + #[doc = "data is transmitted/received with MSB (bit 7/8/9) first, following the start bit"] + pub const MSB: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Swap(pub u8); + impl Swap { + #[doc = "TX/RX pins are used as defined in standard pinout"] + pub const STANDARD: Self = Self(0); + #[doc = "The TX and RX pins functions are swapped"] + pub const SWAPPED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Abrrq(pub u8); + impl Abrrq { + #[doc = "resets the ABRF flag in the USART_ISR and request an automatic baud rate measurement on the next received data frame"] + pub const REQUEST: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mmrq(pub u8); + impl Mmrq { + #[doc = "Puts the USART in mute mode and sets the RWU flag"] pub const MUTE: Self = Self(0x01); } - } -} -pub mod dma_v1 { - use crate::generic::*; - #[doc = "Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers"] - #[derive(Copy, Clone)] - pub struct Ch(pub *mut u8); - unsafe impl Send for Ch {} - unsafe impl Sync for Ch {} - impl Ch { - #[doc = "DMA channel configuration register (DMA_CCR)"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRST: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECOND: Self = Self(0x01); } - #[doc = "DMA channel 1 number of data register"] - pub fn ndtr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dep(pub u8); + impl Dep { + #[doc = "DE signal is active high"] + pub const HIGH: Self = Self(0); + #[doc = "DE signal is active low"] + pub const LOW: Self = Self(0x01); } - #[doc = "DMA channel 1 peripheral address register"] - pub fn par(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lbcl(pub u8); + impl Lbcl { + #[doc = "The clock pulse of the last data bit is not output to the CK pin"] + pub const NOTOUTPUT: Self = Self(0); + #[doc = "The clock pulse of the last data bit is output to the CK pin"] + pub const OUTPUT: Self = Self(0x01); } - #[doc = "DMA channel 1 memory address register"] - pub fn mar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ddre(pub u8); + impl Ddre { + #[doc = "DMA is not disabled in case of reception error"] + pub const NOTDISABLED: Self = Self(0); + #[doc = "DMA is disabled following a reception error"] + pub const DISABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ps(pub u8); + impl Ps { + #[doc = "Even parity"] + pub const EVEN: Self = Self(0); + #[doc = "Odd parity"] + pub const ODD: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rxfrq(pub u8); + impl Rxfrq { + #[doc = "clears the RXNE flag. This allows to discard the received data without reading it, and avoid an overrun condition"] + pub const DISCARD: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Datainv(pub u8); + impl Datainv { + #[doc = "Logical data from the data register are send/received in positive/direct logic"] + pub const POSITIVE: Self = Self(0); + #[doc = "Logical data from the data register are send/received in negative/inverse logic"] + pub const NEGATIVE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lbdl(pub u8); + impl Lbdl { + #[doc = "10-bit break detection"] + pub const BIT10: Self = Self(0); + #[doc = "11-bit break detection"] + pub const BIT11: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Onebit(pub u8); + impl Onebit { + #[doc = "Three sample bit method"] + pub const SAMPLE3: Self = Self(0); + #[doc = "One sample bit method"] + pub const SAMPLE1: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Wus(pub u8); + impl Wus { + #[doc = "WUF active on address match"] + pub const ADDRESS: Self = Self(0); + #[doc = "WuF active on Start bit detection"] + pub const START: Self = Self(0x02); + #[doc = "WUF active on RXNE"] + pub const RXNE: Self = Self(0x03); } } - #[doc = "DMA controller"] +} +pub mod syscfg_f4 { + use crate::generic::*; + #[doc = "System configuration controller"] #[derive(Copy, Clone)] - pub struct Dma(pub *mut u8); - unsafe impl Send for Dma {} - unsafe impl Sync for Dma {} - impl Dma { - #[doc = "DMA interrupt status register (DMA_ISR)"] - pub fn isr(self) -> Reg { + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "memory remap register"] + pub fn memrm(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "DMA interrupt flag clear register (DMA_IFCR)"] - pub fn ifcr(self) -> Reg { + #[doc = "peripheral mode configuration register"] + pub fn pmc(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers"] - pub fn ch(self, n: usize) -> Ch { - assert!(n < 7usize); - unsafe { Ch(self.0.add(8usize + n * 20usize)) } + #[doc = "external interrupt configuration register"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + } + #[doc = "Compensation cell control register"] + pub fn cmpcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } } } pub mod regs { use crate::generic::*; - #[doc = "DMA channel configuration register (DMA_CCR)"] + #[doc = "peripheral mode configuration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Channel enable"] - pub const fn en(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + pub struct Pmc(pub u32); + impl Pmc { + #[doc = "ADC1DC2"] + pub const fn adc1dc2(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Channel enable"] - pub fn set_en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "ADC1DC2"] + pub fn set_adc1dc2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Transfer complete interrupt enable"] - pub const fn tcie(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "ADC2DC2"] + pub const fn adc2dc2(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Transfer complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "ADC2DC2"] + pub fn set_adc2dc2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "Half Transfer interrupt enable"] - pub const fn htie(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "ADC3DC2"] + pub const fn adc3dc2(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "Half Transfer interrupt enable"] - pub fn set_htie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "ADC3DC2"] + pub fn set_adc3dc2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "Transfer error interrupt enable"] - pub const fn teie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "Ethernet PHY interface selection"] + pub const fn mii_rmii_sel(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "Transfer error interrupt enable"] - pub fn set_teie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Data transfer direction"] - pub const fn dir(&self) -> super::vals::Dir { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Dir(val as u8) - } - #[doc = "Data transfer direction"] - pub fn set_dir(&mut self, val: super::vals::Dir) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "Circular mode"] - pub const fn circ(&self) -> super::vals::Circ { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Circ(val as u8) - } - #[doc = "Circular mode"] - pub fn set_circ(&mut self, val: super::vals::Circ) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Peripheral increment mode"] - pub const fn pinc(&self) -> super::vals::Inc { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Inc(val as u8) - } - #[doc = "Peripheral increment mode"] - pub fn set_pinc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "Memory increment mode"] - pub const fn minc(&self) -> super::vals::Inc { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Inc(val as u8) - } - #[doc = "Memory increment mode"] - pub fn set_minc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "Peripheral size"] - pub const fn psize(&self) -> super::vals::Size { - let val = (self.0 >> 8usize) & 0x03; - super::vals::Size(val as u8) - } - #[doc = "Peripheral size"] - pub fn set_psize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); - } - #[doc = "Memory size"] - pub const fn msize(&self) -> super::vals::Size { - let val = (self.0 >> 10usize) & 0x03; - super::vals::Size(val as u8) - } - #[doc = "Memory size"] - pub fn set_msize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 10usize)) | (((val.0 as u32) & 0x03) << 10usize); - } - #[doc = "Channel Priority level"] - pub const fn pl(&self) -> super::vals::Pl { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Pl(val as u8) - } - #[doc = "Channel Priority level"] - pub fn set_pl(&mut self, val: super::vals::Pl) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); - } - #[doc = "Memory to memory mode"] - pub const fn mem2mem(&self) -> super::vals::Memmem { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Memmem(val as u8) - } - #[doc = "Memory to memory mode"] - pub fn set_mem2mem(&mut self, val: super::vals::Memmem) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "Ethernet PHY interface selection"] + pub fn set_mii_rmii_sel(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } } - impl Default for Cr { - fn default() -> Cr { - Cr(0) + impl Default for Pmc { + fn default() -> Pmc { + Pmc(0) } } - #[doc = "DMA interrupt flag clear register (DMA_IFCR)"] + #[doc = "external interrupt configuration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ifcr(pub u32); - impl Ifcr { - #[doc = "Channel 1 Global interrupt clear"] - pub fn cgif(&self, n: usize) -> bool { - assert!(n < 7usize); + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI x configuration"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + let val = (self.0 >> offs) & 0x0f; + val as u8 } - #[doc = "Channel 1 Global interrupt clear"] - pub fn set_cgif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); + #[doc = "EXTI x configuration"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Channel 1 Transfer Complete clear"] - pub fn ctcif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); } - #[doc = "Channel 1 Transfer Complete clear"] - pub fn set_ctcif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) } - #[doc = "Channel 1 Half Transfer clear"] - pub fn chtif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + } + #[doc = "Compensation cell control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cmpcr(pub u32); + impl Cmpcr { + #[doc = "Compensation cell power-down"] + pub const fn cmp_pd(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Channel 1 Half Transfer clear"] - pub fn set_chtif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Compensation cell power-down"] + pub fn set_cmp_pd(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Channel 1 Transfer Error clear"] - pub fn cteif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "READY"] + pub const fn ready(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Channel 1 Transfer Error clear"] - pub fn set_cteif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "READY"] + pub fn set_ready(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } } - impl Default for Ifcr { - fn default() -> Ifcr { - Ifcr(0) + impl Default for Cmpcr { + fn default() -> Cmpcr { + Cmpcr(0) } } - #[doc = "DMA channel 1 number of data register"] + #[doc = "memory remap register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ndtr(pub u32); - impl Ndtr { - #[doc = "Number of data to transfer"] - pub const fn ndt(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Memrm(pub u32); + impl Memrm { + #[doc = "Memory mapping selection"] + pub const fn mem_mode(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x07; + val as u8 } - #[doc = "Number of data to transfer"] - pub fn set_ndt(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Memory mapping selection"] + pub fn set_mem_mode(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); } - } - impl Default for Ndtr { - fn default() -> Ndtr { - Ndtr(0) + #[doc = "Flash bank mode selection"] + pub const fn fb_mode(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - } - #[doc = "DMA interrupt status register (DMA_ISR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Isr(pub u32); - impl Isr { - #[doc = "Channel 1 Global interrupt flag"] - pub fn gif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 0usize + n * 4usize; + #[doc = "Flash bank mode selection"] + pub fn set_fb_mode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "FMC memory mapping swap"] + pub const fn swp_fmc(&self) -> u8 { + let val = (self.0 >> 10usize) & 0x03; + val as u8 + } + #[doc = "FMC memory mapping swap"] + pub fn set_swp_fmc(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 10usize)) | (((val as u32) & 0x03) << 10usize); + } + } + impl Default for Memrm { + fn default() -> Memrm { + Memrm(0) + } + } + } +} +pub mod generic { + use core::marker::PhantomData; + #[derive(Copy, Clone)] + pub struct RW; + #[derive(Copy, Clone)] + pub struct R; + #[derive(Copy, Clone)] + pub struct W; + mod sealed { + use super::*; + pub trait Access {} + impl Access for R {} + impl Access for W {} + impl Access for RW {} + } + pub trait Access: sealed::Access + Copy {} + impl Access for R {} + impl Access for W {} + impl Access for RW {} + pub trait Read: Access {} + impl Read for RW {} + impl Read for R {} + pub trait Write: Access {} + impl Write for RW {} + impl Write for W {} + #[derive(Copy, Clone)] + pub struct Reg { + ptr: *mut u8, + phantom: PhantomData<*mut (T, A)>, + } + unsafe impl Send for Reg {} + unsafe impl Sync for Reg {} + impl Reg { + pub fn from_ptr(ptr: *mut u8) -> Self { + Self { + ptr, + phantom: PhantomData, + } + } + pub fn ptr(&self) -> *mut T { + self.ptr as _ + } + } + impl Reg { + pub unsafe fn read(&self) -> T { + (self.ptr as *mut T).read_volatile() + } + } + impl Reg { + pub unsafe fn write_value(&self, val: T) { + (self.ptr as *mut T).write_volatile(val) + } + } + impl Reg { + pub unsafe fn write(&self, f: impl FnOnce(&mut T) -> R) -> R { + let mut val = Default::default(); + let res = f(&mut val); + self.write_value(val); + res + } + } + impl Reg { + pub unsafe fn modify(&self, f: impl FnOnce(&mut T) -> R) -> R { + let mut val = self.read(); + let res = f(&mut val); + self.write_value(val); + res + } + } +} +pub mod exti_v1 { + use crate::generic::*; + #[doc = "External interrupt/event controller"] + #[derive(Copy, Clone)] + pub struct Exti(pub *mut u8); + unsafe impl Send for Exti {} + unsafe impl Sync for Exti {} + impl Exti { + #[doc = "Interrupt mask register (EXTI_IMR)"] + pub fn imr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Event mask register (EXTI_EMR)"] + pub fn emr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "Rising Trigger selection register (EXTI_RTSR)"] + pub fn rtsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Falling Trigger selection register (EXTI_FTSR)"] + pub fn ftsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Software interrupt event register (EXTI_SWIER)"] + pub fn swier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Pending register (EXTI_PR)"] + pub fn pr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "Pending register (EXTI_PR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pr(pub u32); + impl Pr { + #[doc = "Pending bit 0"] + pub fn pr(&self, n: usize) -> bool { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Channel 1 Global interrupt flag"] - pub fn set_gif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 0usize + n * 4usize; + #[doc = "Pending bit 0"] + pub fn set_pr(&mut self, n: usize, val: bool) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Channel 1 Transfer Complete flag"] - pub fn tcif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 1usize + n * 4usize; + } + impl Default for Pr { + fn default() -> Pr { + Pr(0) + } + } + #[doc = "Falling Trigger selection register (EXTI_FTSR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ftsr(pub u32); + impl Ftsr { + #[doc = "Falling trigger event configuration of line 0"] + pub fn tr(&self, n: usize) -> super::vals::Tr { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; let val = (self.0 >> offs) & 0x01; - val != 0 + super::vals::Tr(val as u8) } - #[doc = "Channel 1 Transfer Complete flag"] - pub fn set_tcif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Falling trigger event configuration of line 0"] + pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Channel 1 Half Transfer Complete flag"] - pub fn htif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 2usize + n * 4usize; + } + impl Default for Ftsr { + fn default() -> Ftsr { + Ftsr(0) + } + } + #[doc = "Rising Trigger selection register (EXTI_RTSR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rtsr(pub u32); + impl Rtsr { + #[doc = "Rising trigger event configuration of line 0"] + pub fn tr(&self, n: usize) -> super::vals::Tr { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; let val = (self.0 >> offs) & 0x01; - val != 0 + super::vals::Tr(val as u8) } - #[doc = "Channel 1 Half Transfer Complete flag"] - pub fn set_htif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Rising trigger event configuration of line 0"] + pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Channel 1 Transfer Error flag"] - pub fn teif(&self, n: usize) -> bool { - assert!(n < 7usize); - let offs = 3usize + n * 4usize; + } + impl Default for Rtsr { + fn default() -> Rtsr { + Rtsr(0) + } + } + #[doc = "Software interrupt event register (EXTI_SWIER)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Swier(pub u32); + impl Swier { + #[doc = "Software Interrupt on line 0"] + pub fn swier(&self, n: usize) -> bool { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Channel 1 Transfer Error flag"] - pub fn set_teif(&mut self, n: usize, val: bool) { - assert!(n < 7usize); - let offs = 3usize + n * 4usize; + #[doc = "Software Interrupt on line 0"] + pub fn set_swier(&mut self, n: usize, val: bool) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Isr { - fn default() -> Isr { - Isr(0) + impl Default for Swier { + fn default() -> Swier { + Swier(0) + } + } + #[doc = "Interrupt mask register (EXTI_IMR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Imr(pub u32); + impl Imr { + #[doc = "Interrupt Mask on line 0"] + pub fn mr(&self, n: usize) -> super::vals::Mr { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Mr(val as u8) + } + #[doc = "Interrupt Mask on line 0"] + pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + } + impl Default for Imr { + fn default() -> Imr { + Imr(0) + } + } + #[doc = "Event mask register (EXTI_EMR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Emr(pub u32); + impl Emr { + #[doc = "Event Mask on line 0"] + pub fn mr(&self, n: usize) -> super::vals::Mr { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Mr(val as u8) + } + #[doc = "Event Mask on line 0"] + pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { + assert!(n < 23usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + } + impl Default for Emr { + fn default() -> Emr { + Emr(0) } } } @@ -1829,3365 +1928,2455 @@ pub mod dma_v1 { use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Inc(pub u8); - impl Inc { - #[doc = "Increment mode disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Increment mode enabled"] - pub const ENABLED: Self = Self(0x01); + pub struct Prr(pub u8); + impl Prr { + #[doc = "No trigger request occurred"] + pub const NOTPENDING: Self = Self(0); + #[doc = "Selected trigger request occurred"] + pub const PENDING: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Memmem(pub u8); - impl Memmem { - #[doc = "Memory to memory mode disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Memory to memory mode enabled"] - pub const ENABLED: Self = Self(0x01); + pub struct Mr(pub u8); + impl Mr { + #[doc = "Interrupt request line is masked"] + pub const MASKED: Self = Self(0); + #[doc = "Interrupt request line is unmasked"] + pub const UNMASKED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Size(pub u8); - impl Size { - #[doc = "8-bit size"] - pub const BITS8: Self = Self(0); - #[doc = "16-bit size"] - pub const BITS16: Self = Self(0x01); - #[doc = "32-bit size"] - pub const BITS32: Self = Self(0x02); + pub struct Swierw(pub u8); + impl Swierw { + #[doc = "Generates an interrupt request"] + pub const PEND: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Read from peripheral"] - pub const FROMPERIPHERAL: Self = Self(0); - #[doc = "Read from memory"] - pub const FROMMEMORY: Self = Self(0x01); + pub struct Prw(pub u8); + impl Prw { + #[doc = "Clears pending bit"] + pub const CLEAR: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Circ(pub u8); - impl Circ { - #[doc = "Circular buffer disabled"] + pub struct Tr(pub u8); + impl Tr { + #[doc = "Falling edge trigger is disabled"] pub const DISABLED: Self = Self(0); - #[doc = "Circular buffer enabled"] -======= -pub mod rcc_h7 { + #[doc = "Falling edge trigger is enabled"] + pub const ENABLED: Self = Self(0x01); + } + } +} +pub mod dma_v2 { use crate::generic::*; - #[doc = "Reset and clock control"] + #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] #[derive(Copy, Clone)] - pub struct Rcc(pub *mut u8); - unsafe impl Send for Rcc {} - unsafe impl Sync for Rcc {} - impl Rcc { - #[doc = "clock control register"] + pub struct St(pub *mut u8); + unsafe impl Send for St {} + unsafe impl Sync for St {} + impl St { + #[doc = "stream x configuration register"] pub fn cr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "RCC HSI configuration register"] - pub fn hsicfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "RCC Internal Clock Source Calibration Register"] - pub fn icscr(self) -> Reg { + #[doc = "stream x number of data register"] + pub fn ndtr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "RCC Clock Recovery RC Register"] - pub fn crrcr(self) -> Reg { + #[doc = "stream x peripheral address register"] + pub fn par(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "RCC CSI configuration register"] - pub fn csicfgr(self) -> Reg { + #[doc = "stream x memory 0 address register"] + pub fn m0ar(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[doc = "RCC Clock Configuration Register"] - pub fn cfgr(self) -> Reg { + #[doc = "stream x memory 1 address register"] + pub fn m1ar(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[doc = "RCC Domain 1 Clock Configuration Register"] - pub fn d1cfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "RCC Domain 2 Clock Configuration Register"] - pub fn d2cfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "RCC Domain 3 Clock Configuration Register"] - pub fn d3cfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "RCC PLLs Clock Source Selection Register"] - pub fn pllckselr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "RCC PLLs Configuration Register"] - pub fn pllcfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "RCC PLL1 Dividers Configuration Register"] - pub fn plldivr(self, n: usize) -> Reg { - assert!(n < 3usize); - unsafe { Reg::from_ptr(self.0.add(48usize + n * 8usize)) } - } - #[doc = "RCC PLL1 Fractional Divider Register"] - pub fn pllfracr(self, n: usize) -> Reg { - assert!(n < 3usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 8usize)) } - } - #[doc = "RCC Domain 1 Kernel Clock Configuration Register"] - pub fn d1ccipr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] - pub fn d2ccip1r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(80usize)) } - } - #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] - pub fn d2ccip2r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(84usize)) } - } - #[doc = "RCC Domain 3 Kernel Clock Configuration Register"] - pub fn d3ccipr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(88usize)) } - } - #[doc = "RCC Clock Source Interrupt Enable Register"] - pub fn cier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(96usize)) } - } - #[doc = "RCC Clock Source Interrupt Flag Register"] - pub fn cifr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(100usize)) } - } - #[doc = "RCC Clock Source Interrupt Clear Register"] - pub fn cicr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(104usize)) } - } - #[doc = "RCC Backup Domain Control Register"] - pub fn bdcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(112usize)) } - } - #[doc = "RCC Clock Control and Status Register"] - pub fn csr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(116usize)) } - } - #[doc = "RCC AHB3 Reset Register"] - pub fn ahb3rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(124usize)) } - } - #[doc = "RCC AHB1 Peripheral Reset Register"] - pub fn ahb1rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(128usize)) } - } - #[doc = "RCC AHB2 Peripheral Reset Register"] - pub fn ahb2rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(132usize)) } - } - #[doc = "RCC AHB4 Peripheral Reset Register"] - pub fn ahb4rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(136usize)) } - } - #[doc = "RCC APB3 Peripheral Reset Register"] - pub fn apb3rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(140usize)) } - } - #[doc = "RCC APB1 Peripheral Reset Register"] - pub fn apb1lrstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(144usize)) } - } - #[doc = "RCC APB1 Peripheral Reset Register"] - pub fn apb1hrstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(148usize)) } - } - #[doc = "RCC APB2 Peripheral Reset Register"] - pub fn apb2rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(152usize)) } - } - #[doc = "RCC APB4 Peripheral Reset Register"] - pub fn apb4rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(156usize)) } + #[doc = "stream x FIFO control register"] + pub fn fcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[doc = "RCC Global Control Register"] - pub fn gcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(160usize)) } + } + #[doc = "DMA controller"] + #[derive(Copy, Clone)] + pub struct Dma(pub *mut u8); + unsafe impl Send for Dma {} + unsafe impl Sync for Dma {} + impl Dma { + #[doc = "low interrupt status register"] + pub fn isr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } } - #[doc = "RCC D3 Autonomous mode Register"] - pub fn d3amr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(168usize)) } + #[doc = "low interrupt flag clear register"] + pub fn ifcr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } } - #[doc = "RCC Reset Status Register"] - pub fn rsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(208usize)) } + #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] + pub fn st(self, n: usize) -> St { + assert!(n < 8usize); + unsafe { St(self.0.add(16usize + n * 24usize)) } } - #[doc = "RCC AHB3 Clock Register"] - pub fn ahb3enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(212usize)) } - } - #[doc = "RCC AHB1 Clock Register"] - pub fn ahb1enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(216usize)) } - } - #[doc = "RCC AHB2 Clock Register"] - pub fn ahb2enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(220usize)) } - } - #[doc = "RCC AHB4 Clock Register"] - pub fn ahb4enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(224usize)) } - } - #[doc = "RCC APB3 Clock Register"] - pub fn apb3enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(228usize)) } - } - #[doc = "RCC APB1 Clock Register"] - pub fn apb1lenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(232usize)) } - } - #[doc = "RCC APB1 Clock Register"] - pub fn apb1henr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(236usize)) } - } - #[doc = "RCC APB2 Clock Register"] - pub fn apb2enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(240usize)) } - } - #[doc = "RCC APB4 Clock Register"] - pub fn apb4enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(244usize)) } - } - #[doc = "RCC AHB3 Sleep Clock Register"] - pub fn ahb3lpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(252usize)) } - } - #[doc = "RCC AHB1 Sleep Clock Register"] - pub fn ahb1lpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(256usize)) } - } - #[doc = "RCC AHB2 Sleep Clock Register"] - pub fn ahb2lpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(260usize)) } - } - #[doc = "RCC AHB4 Sleep Clock Register"] - pub fn ahb4lpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(264usize)) } - } - #[doc = "RCC APB3 Sleep Clock Register"] - pub fn apb3lpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(268usize)) } - } - #[doc = "RCC APB1 Low Sleep Clock Register"] - pub fn apb1llpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(272usize)) } - } - #[doc = "RCC APB1 High Sleep Clock Register"] - pub fn apb1hlpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(276usize)) } - } - #[doc = "RCC APB2 Sleep Clock Register"] - pub fn apb2lpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(280usize)) } - } - #[doc = "RCC APB4 Sleep Clock Register"] - pub fn apb4lpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(284usize)) } - } - #[doc = "RCC Reset Status Register"] - pub fn c1_rsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(304usize)) } - } - #[doc = "RCC AHB3 Clock Register"] - pub fn c1_ahb3enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(308usize)) } - } - #[doc = "RCC AHB1 Clock Register"] - pub fn c1_ahb1enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(312usize)) } - } - #[doc = "RCC AHB2 Clock Register"] - pub fn c1_ahb2enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(316usize)) } - } - #[doc = "RCC AHB4 Clock Register"] - pub fn c1_ahb4enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(320usize)) } - } - #[doc = "RCC APB3 Clock Register"] - pub fn c1_apb3enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(324usize)) } - } - #[doc = "RCC APB1 Clock Register"] - pub fn c1_apb1lenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(328usize)) } - } - #[doc = "RCC APB1 Clock Register"] - pub fn c1_apb1henr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(332usize)) } - } - #[doc = "RCC APB2 Clock Register"] - pub fn c1_apb2enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(336usize)) } - } - #[doc = "RCC APB4 Clock Register"] - pub fn c1_apb4enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(340usize)) } - } - #[doc = "RCC AHB3 Sleep Clock Register"] - pub fn c1_ahb3lpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(348usize)) } - } - #[doc = "RCC AHB1 Sleep Clock Register"] - pub fn c1_ahb1lpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(352usize)) } + } + pub mod regs { + use crate::generic::*; + #[doc = "stream x configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "Stream enable / flag stream ready when read low"] + pub const fn en(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Stream enable / flag stream ready when read low"] + pub fn set_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Direct mode error interrupt enable"] + pub const fn dmeie(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Direct mode error interrupt enable"] + pub fn set_dmeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Transfer error interrupt enable"] + pub const fn teie(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Transfer error interrupt enable"] + pub fn set_teie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Half transfer interrupt enable"] + pub const fn htie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Half transfer interrupt enable"] + pub fn set_htie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Transfer complete interrupt enable"] + pub const fn tcie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Transfer complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Peripheral flow controller"] + pub const fn pfctrl(&self) -> super::vals::Pfctrl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Pfctrl(val as u8) + } + #[doc = "Peripheral flow controller"] + pub fn set_pfctrl(&mut self, val: super::vals::Pfctrl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Data transfer direction"] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 6usize) & 0x03; + super::vals::Dir(val as u8) + } + #[doc = "Data transfer direction"] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x03 << 6usize)) | (((val.0 as u32) & 0x03) << 6usize); + } + #[doc = "Circular mode"] + pub const fn circ(&self) -> super::vals::Circ { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Circ(val as u8) + } + #[doc = "Circular mode"] + pub fn set_circ(&mut self, val: super::vals::Circ) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "Peripheral increment mode"] + pub const fn pinc(&self) -> super::vals::Inc { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Inc(val as u8) + } + #[doc = "Peripheral increment mode"] + pub fn set_pinc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "Memory increment mode"] + pub const fn minc(&self) -> super::vals::Inc { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Inc(val as u8) + } + #[doc = "Memory increment mode"] + pub fn set_minc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "Peripheral data size"] + pub const fn psize(&self) -> super::vals::Size { + let val = (self.0 >> 11usize) & 0x03; + super::vals::Size(val as u8) + } + #[doc = "Peripheral data size"] + pub fn set_psize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + } + #[doc = "Memory data size"] + pub const fn msize(&self) -> super::vals::Size { + let val = (self.0 >> 13usize) & 0x03; + super::vals::Size(val as u8) + } + #[doc = "Memory data size"] + pub fn set_msize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 13usize)) | (((val.0 as u32) & 0x03) << 13usize); + } + #[doc = "Peripheral increment offset size"] + pub const fn pincos(&self) -> super::vals::Pincos { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Pincos(val as u8) + } + #[doc = "Peripheral increment offset size"] + pub fn set_pincos(&mut self, val: super::vals::Pincos) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Priority level"] + pub const fn pl(&self) -> super::vals::Pl { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Pl(val as u8) + } + #[doc = "Priority level"] + pub fn set_pl(&mut self, val: super::vals::Pl) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + } + #[doc = "Double buffer mode"] + pub const fn dbm(&self) -> super::vals::Dbm { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Dbm(val as u8) + } + #[doc = "Double buffer mode"] + pub fn set_dbm(&mut self, val: super::vals::Dbm) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "Current target (only in double buffer mode)"] + pub const fn ct(&self) -> super::vals::Ct { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Ct(val as u8) + } + #[doc = "Current target (only in double buffer mode)"] + pub fn set_ct(&mut self, val: super::vals::Ct) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "Peripheral burst transfer configuration"] + pub const fn pburst(&self) -> super::vals::Burst { + let val = (self.0 >> 21usize) & 0x03; + super::vals::Burst(val as u8) + } + #[doc = "Peripheral burst transfer configuration"] + pub fn set_pburst(&mut self, val: super::vals::Burst) { + self.0 = (self.0 & !(0x03 << 21usize)) | (((val.0 as u32) & 0x03) << 21usize); + } + #[doc = "Memory burst transfer configuration"] + pub const fn mburst(&self) -> super::vals::Burst { + let val = (self.0 >> 23usize) & 0x03; + super::vals::Burst(val as u8) + } + #[doc = "Memory burst transfer configuration"] + pub fn set_mburst(&mut self, val: super::vals::Burst) { + self.0 = (self.0 & !(0x03 << 23usize)) | (((val.0 as u32) & 0x03) << 23usize); + } + #[doc = "Channel selection"] + pub const fn chsel(&self) -> u8 { + let val = (self.0 >> 25usize) & 0x0f; + val as u8 + } + #[doc = "Channel selection"] + pub fn set_chsel(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); + } } - #[doc = "RCC AHB2 Sleep Clock Register"] - pub fn c1_ahb2lpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(356usize)) } + impl Default for Cr { + fn default() -> Cr { + Cr(0) + } } - #[doc = "RCC AHB4 Sleep Clock Register"] - pub fn c1_ahb4lpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(360usize)) } + #[doc = "stream x number of data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ndtr(pub u32); + impl Ndtr { + #[doc = "Number of data items to transfer"] + pub const fn ndt(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Number of data items to transfer"] + pub fn set_ndt(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } } - #[doc = "RCC APB3 Sleep Clock Register"] - pub fn c1_apb3lpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(364usize)) } + impl Default for Ndtr { + fn default() -> Ndtr { + Ndtr(0) + } } - #[doc = "RCC APB1 Low Sleep Clock Register"] - pub fn c1_apb1llpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(368usize)) } + #[doc = "interrupt register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ixr(pub u32); + impl Ixr { + #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] + pub fn feif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] + pub fn set_feif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] + pub fn dmeif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] + pub fn set_dmeif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x transfer error interrupt flag (x=3..0)"] + pub fn teif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x transfer error interrupt flag (x=3..0)"] + pub fn set_teif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x half transfer interrupt flag (x=3..0)"] + pub fn htif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x half transfer interrupt flag (x=3..0)"] + pub fn set_htif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] + pub fn tcif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] + pub fn set_tcif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } } - #[doc = "RCC APB1 High Sleep Clock Register"] - pub fn c1_apb1hlpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(372usize)) } + impl Default for Ixr { + fn default() -> Ixr { + Ixr(0) + } } - #[doc = "RCC APB2 Sleep Clock Register"] - pub fn c1_apb2lpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(376usize)) } + #[doc = "stream x FIFO control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Fcr(pub u32); + impl Fcr { + #[doc = "FIFO threshold selection"] + pub const fn fth(&self) -> super::vals::Fth { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Fth(val as u8) + } + #[doc = "FIFO threshold selection"] + pub fn set_fth(&mut self, val: super::vals::Fth) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + } + #[doc = "Direct mode disable"] + pub const fn dmdis(&self) -> super::vals::Dmdis { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Dmdis(val as u8) + } + #[doc = "Direct mode disable"] + pub fn set_dmdis(&mut self, val: super::vals::Dmdis) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "FIFO status"] + pub const fn fs(&self) -> super::vals::Fs { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Fs(val as u8) + } + #[doc = "FIFO status"] + pub fn set_fs(&mut self, val: super::vals::Fs) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + } + #[doc = "FIFO error interrupt enable"] + pub const fn feie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "FIFO error interrupt enable"] + pub fn set_feie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } } - #[doc = "RCC APB4 Sleep Clock Register"] - pub fn c1_apb4lpenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(380usize)) } + impl Default for Fcr { + fn default() -> Fcr { + Fcr(0) + } } } pub mod vals { use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sai1sel(pub u8); - impl Sai1sel { - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0); - #[doc = "pll2_p selected as peripheral clock"] - pub const PLL2_P: Self = Self(0x01); - #[doc = "pll3_p selected as peripheral clock"] - pub const PLL3_P: Self = Self(0x02); - #[doc = "I2S_CKIN selected as peripheral clock"] - pub const I2S_CKIN: Self = Self(0x03); - #[doc = "PER selected as peripheral clock"] - pub const PER: Self = Self(0x04); + pub struct Pincos(pub u8); + impl Pincos { + #[doc = "The offset size for the peripheral address calculation is linked to the PSIZE"] + pub const PSIZE: Self = Self(0); + #[doc = "The offset size for the peripheral address calculation is fixed to 4 (32-bit alignment)"] + pub const FIXED4: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Swsr(pub u8); - impl Swsr { - #[doc = "HSI oscillator used as system clock"] - pub const HSI: Self = Self(0); - #[doc = "CSI oscillator used as system clock"] - pub const CSI: Self = Self(0x01); - #[doc = "HSE oscillator used as system clock"] - pub const HSE: Self = Self(0x02); - #[doc = "PLL1 used as system clock"] - pub const PLL1: Self = Self(0x03); + pub struct Dir(pub u8); + impl Dir { + #[doc = "Peripheral-to-memory"] + pub const PERIPHERALTOMEMORY: Self = Self(0); + #[doc = "Memory-to-peripheral"] + pub const MEMORYTOPERIPHERAL: Self = Self(0x01); + #[doc = "Memory-to-memory"] + pub const MEMORYTOMEMORY: Self = Self(0x02); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ww1rsc(pub u8); - impl Ww1rsc { - #[doc = "Clear WWDG1 scope control"] - pub const CLEAR: Self = Self(0); - #[doc = "Set WWDG1 scope control"] - pub const SET: Self = Self(0x01); + pub struct Dmdis(pub u8); + impl Dmdis { + #[doc = "Direct mode is enabled"] + pub const ENABLED: Self = Self(0); + #[doc = "Direct mode is disabled"] + pub const DISABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb3enrMdmaen(pub u8); - impl C1Ahb3enrMdmaen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); + pub struct Inc(pub u8); + impl Inc { + #[doc = "Address pointer is fixed"] + pub const FIXED: Self = Self(0); + #[doc = "Address pointer is incremented after each data transfer"] + pub const INCREMENTED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsidiv(pub u8); - impl Hsidiv { - #[doc = "No division"] - pub const DIV1: Self = Self(0); - #[doc = "Division by 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "Division by 4"] - pub const DIV4: Self = Self(0x02); - #[doc = "Division by 8"] - pub const DIV8: Self = Self(0x03); + pub struct Burst(pub u8); + impl Burst { + #[doc = "Single transfer"] + pub const SINGLE: Self = Self(0); + #[doc = "Incremental burst of 4 beats"] + pub const INCR4: Self = Self(0x01); + #[doc = "Incremental burst of 8 beats"] + pub const INCR8: Self = Self(0x02); + #[doc = "Incremental burst of 16 beats"] + pub const INCR16: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb1enrDma1en(pub u8); - impl Ahb1enrDma1en { - #[doc = "The selected clock is disabled"] + pub struct Dbm(pub u8); + impl Dbm { + #[doc = "No buffer switching at the end of transfer"] pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] + #[doc = "Memory target switched at the end of the DMA transfer"] pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb4lpenrGpioalpen(pub u8); - impl Ahb4lpenrGpioalpen { - #[doc = "The selected clock is disabled during csleep mode"] + pub struct Circ(pub u8); + impl Circ { + #[doc = "Circular mode disabled"] pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] + #[doc = "Circular mode enabled"] pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ltdcrst(pub u8); - impl Ltdcrst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); + pub struct Size(pub u8); + impl Size { + #[doc = "Byte (8-bit)"] + pub const BITS8: Self = Self(0); + #[doc = "Half-word (16-bit)"] + pub const BITS16: Self = Self(0x01); + #[doc = "Word (32-bit)"] + pub const BITS32: Self = Self(0x02); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb4enrSyscfgen(pub u8); - impl Apb4enrSyscfgen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); + pub struct Pl(pub u8); + impl Pl { + #[doc = "Low"] + pub const LOW: Self = Self(0); + #[doc = "Medium"] + pub const MEDIUM: Self = Self(0x01); + #[doc = "High"] + pub const HIGH: Self = Self(0x02); + #[doc = "Very high"] + pub const VERYHIGH: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Divp1(pub u8); - impl Divp1 { - #[doc = "pll_p_ck = vco_ck"] - pub const DIV1: Self = Self(0); - #[doc = "pll_p_ck = vco_ck / 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "pll_p_ck = vco_ck / 4"] - pub const DIV4: Self = Self(0x03); - #[doc = "pll_p_ck = vco_ck / 6"] - pub const DIV6: Self = Self(0x05); - #[doc = "pll_p_ck = vco_ck / 8"] - pub const DIV8: Self = Self(0x07); - #[doc = "pll_p_ck = vco_ck / 10"] - pub const DIV10: Self = Self(0x09); - #[doc = "pll_p_ck = vco_ck / 12"] - pub const DIV12: Self = Self(0x0b); - #[doc = "pll_p_ck = vco_ck / 14"] - pub const DIV14: Self = Self(0x0d); - #[doc = "pll_p_ck = vco_ck / 16"] - pub const DIV16: Self = Self(0x0f); - #[doc = "pll_p_ck = vco_ck / 18"] - pub const DIV18: Self = Self(0x11); - #[doc = "pll_p_ck = vco_ck / 20"] - pub const DIV20: Self = Self(0x13); - #[doc = "pll_p_ck = vco_ck / 22"] - pub const DIV22: Self = Self(0x15); - #[doc = "pll_p_ck = vco_ck / 24"] - pub const DIV24: Self = Self(0x17); - #[doc = "pll_p_ck = vco_ck / 26"] - pub const DIV26: Self = Self(0x19); - #[doc = "pll_p_ck = vco_ck / 28"] - pub const DIV28: Self = Self(0x1b); - #[doc = "pll_p_ck = vco_ck / 30"] - pub const DIV30: Self = Self(0x1d); - #[doc = "pll_p_ck = vco_ck / 32"] - pub const DIV32: Self = Self(0x1f); - #[doc = "pll_p_ck = vco_ck / 34"] - pub const DIV34: Self = Self(0x21); - #[doc = "pll_p_ck = vco_ck / 36"] - pub const DIV36: Self = Self(0x23); - #[doc = "pll_p_ck = vco_ck / 38"] - pub const DIV38: Self = Self(0x25); - #[doc = "pll_p_ck = vco_ck / 40"] - pub const DIV40: Self = Self(0x27); - #[doc = "pll_p_ck = vco_ck / 42"] - pub const DIV42: Self = Self(0x29); - #[doc = "pll_p_ck = vco_ck / 44"] - pub const DIV44: Self = Self(0x2b); - #[doc = "pll_p_ck = vco_ck / 46"] - pub const DIV46: Self = Self(0x2d); - #[doc = "pll_p_ck = vco_ck / 48"] - pub const DIV48: Self = Self(0x2f); - #[doc = "pll_p_ck = vco_ck / 50"] - pub const DIV50: Self = Self(0x31); - #[doc = "pll_p_ck = vco_ck / 52"] - pub const DIV52: Self = Self(0x33); - #[doc = "pll_p_ck = vco_ck / 54"] - pub const DIV54: Self = Self(0x35); - #[doc = "pll_p_ck = vco_ck / 56"] - pub const DIV56: Self = Self(0x37); - #[doc = "pll_p_ck = vco_ck / 58"] - pub const DIV58: Self = Self(0x39); - #[doc = "pll_p_ck = vco_ck / 60"] - pub const DIV60: Self = Self(0x3b); - #[doc = "pll_p_ck = vco_ck / 62"] - pub const DIV62: Self = Self(0x3d); - #[doc = "pll_p_ck = vco_ck / 64"] - pub const DIV64: Self = Self(0x3f); - #[doc = "pll_p_ck = vco_ck / 66"] - pub const DIV66: Self = Self(0x41); - #[doc = "pll_p_ck = vco_ck / 68"] - pub const DIV68: Self = Self(0x43); - #[doc = "pll_p_ck = vco_ck / 70"] - pub const DIV70: Self = Self(0x45); - #[doc = "pll_p_ck = vco_ck / 72"] - pub const DIV72: Self = Self(0x47); - #[doc = "pll_p_ck = vco_ck / 74"] - pub const DIV74: Self = Self(0x49); - #[doc = "pll_p_ck = vco_ck / 76"] - pub const DIV76: Self = Self(0x4b); - #[doc = "pll_p_ck = vco_ck / 78"] - pub const DIV78: Self = Self(0x4d); - #[doc = "pll_p_ck = vco_ck / 80"] - pub const DIV80: Self = Self(0x4f); - #[doc = "pll_p_ck = vco_ck / 82"] - pub const DIV82: Self = Self(0x51); - #[doc = "pll_p_ck = vco_ck / 84"] - pub const DIV84: Self = Self(0x53); - #[doc = "pll_p_ck = vco_ck / 86"] - pub const DIV86: Self = Self(0x55); - #[doc = "pll_p_ck = vco_ck / 88"] - pub const DIV88: Self = Self(0x57); - #[doc = "pll_p_ck = vco_ck / 90"] - pub const DIV90: Self = Self(0x59); - #[doc = "pll_p_ck = vco_ck / 92"] - pub const DIV92: Self = Self(0x5b); - #[doc = "pll_p_ck = vco_ck / 94"] - pub const DIV94: Self = Self(0x5d); - #[doc = "pll_p_ck = vco_ck / 96"] - pub const DIV96: Self = Self(0x5f); - #[doc = "pll_p_ck = vco_ck / 98"] - pub const DIV98: Self = Self(0x61); - #[doc = "pll_p_ck = vco_ck / 100"] - pub const DIV100: Self = Self(0x63); - #[doc = "pll_p_ck = vco_ck / 102"] - pub const DIV102: Self = Self(0x65); - #[doc = "pll_p_ck = vco_ck / 104"] - pub const DIV104: Self = Self(0x67); - #[doc = "pll_p_ck = vco_ck / 106"] - pub const DIV106: Self = Self(0x69); - #[doc = "pll_p_ck = vco_ck / 108"] - pub const DIV108: Self = Self(0x6b); - #[doc = "pll_p_ck = vco_ck / 110"] - pub const DIV110: Self = Self(0x6d); - #[doc = "pll_p_ck = vco_ck / 112"] - pub const DIV112: Self = Self(0x6f); - #[doc = "pll_p_ck = vco_ck / 114"] - pub const DIV114: Self = Self(0x71); - #[doc = "pll_p_ck = vco_ck / 116"] - pub const DIV116: Self = Self(0x73); - #[doc = "pll_p_ck = vco_ck / 118"] - pub const DIV118: Self = Self(0x75); - #[doc = "pll_p_ck = vco_ck / 120"] - pub const DIV120: Self = Self(0x77); - #[doc = "pll_p_ck = vco_ck / 122"] - pub const DIV122: Self = Self(0x79); - #[doc = "pll_p_ck = vco_ck / 124"] - pub const DIV124: Self = Self(0x7b); - #[doc = "pll_p_ck = vco_ck / 126"] - pub const DIV126: Self = Self(0x7d); - #[doc = "pll_p_ck = vco_ck / 128"] - pub const DIV128: Self = Self(0x7f); + pub struct Pfctrl(pub u8); + impl Pfctrl { + #[doc = "The DMA is the flow controller"] + pub const DMA: Self = Self(0); + #[doc = "The peripheral is the flow controller"] + pub const PERIPHERAL: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hpre(pub u8); - impl Hpre { - #[doc = "sys_ck not divided"] - pub const DIV1: Self = Self(0); - #[doc = "sys_ck divided by 2"] - pub const DIV2: Self = Self(0x08); - #[doc = "sys_ck divided by 4"] - pub const DIV4: Self = Self(0x09); - #[doc = "sys_ck divided by 8"] - pub const DIV8: Self = Self(0x0a); - #[doc = "sys_ck divided by 16"] - pub const DIV16: Self = Self(0x0b); - #[doc = "sys_ck divided by 64"] - pub const DIV64: Self = Self(0x0c); - #[doc = "sys_ck divided by 128"] - pub const DIV128: Self = Self(0x0d); - #[doc = "sys_ck divided by 256"] - pub const DIV256: Self = Self(0x0e); - #[doc = "sys_ck divided by 512"] - pub const DIV512: Self = Self(0x0f); + pub struct Ct(pub u8); + impl Ct { + #[doc = "The current target memory is Memory 0"] + pub const MEMORY0: Self = Self(0); + #[doc = "The current target memory is Memory 1"] + pub const MEMORY1: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Timpre(pub u8); - impl Timpre { - #[doc = "Timer kernel clock equal to 2x pclk by default"] - pub const DEFAULTX2: Self = Self(0); - #[doc = "Timer kernel clock equal to 4x pclk by default"] - pub const DEFAULTX4: Self = Self(0x01); + pub struct Fth(pub u8); + impl Fth { + #[doc = "1/4 full FIFO"] + pub const QUARTER: Self = Self(0); + #[doc = "1/2 full FIFO"] + pub const HALF: Self = Self(0x01); + #[doc = "3/4 full FIFO"] + pub const THREEQUARTERS: Self = Self(0x02); + #[doc = "Full FIFO"] + pub const FULL: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb3lpenrLtdclpen(pub u8); - impl Apb3lpenrLtdclpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); + pub struct Fs(pub u8); + impl Fs { + #[doc = "0 < fifo_level < 1/4"] + pub const QUARTER1: Self = Self(0); + #[doc = "1/4 <= fifo_level < 1/2"] + pub const QUARTER2: Self = Self(0x01); + #[doc = "1/2 <= fifo_level < 3/4"] + pub const QUARTER3: Self = Self(0x02); + #[doc = "3/4 <= fifo_level < full"] + pub const QUARTER4: Self = Self(0x03); + #[doc = "FIFO is empty"] + pub const EMPTY: Self = Self(0x04); + #[doc = "FIFO is full"] + pub const FULL: Self = Self(0x05); } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pll1vcosel(pub u8); - impl Pll1vcosel { - #[doc = "VCO frequency range 192 to 836 MHz"] - pub const WIDEVCO: Self = Self(0); - #[doc = "VCO frequency range 150 to 420 MHz"] - pub const MEDIUMVCO: Self = Self(0x01); + } +} +pub mod syscfg_h7 { + use crate::generic::*; + #[doc = "System configuration controller"] + #[derive(Copy, Clone)] + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "peripheral mode configuration register"] + pub fn pmcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb4enrGpioaen(pub u8); - impl Ahb4enrGpioaen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); + #[doc = "external interrupt configuration register 1"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcen(pub u8); - impl Rtcen { - #[doc = "RTC clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "RTC clock enabled"] - pub const ENABLED: Self = Self(0x01); + #[doc = "compensation cell control/status register"] + pub fn cccsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bdrst(pub u8); - impl Bdrst { - #[doc = "Resets the entire VSW domain"] - pub const RESET: Self = Self(0x01); + #[doc = "SYSCFG compensation cell value register"] + pub fn ccvr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb2lpenrDcmilpen(pub u8); - impl C1Ahb2lpenrDcmilpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); + #[doc = "SYSCFG compensation cell code register"] + pub fn cccr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sai4asel(pub u8); - impl Sai4asel { - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0); - #[doc = "pll2_p selected as peripheral clock"] - pub const PLL2_P: Self = Self(0x01); - #[doc = "pll3_p selected as peripheral clock"] - pub const PLL3_P: Self = Self(0x02); - #[doc = "i2s_ckin selected as peripheral clock"] - pub const I2S_CKIN: Self = Self(0x03); - #[doc = "PER selected as peripheral clock"] - pub const PER: Self = Self(0x04); + #[doc = "SYSCFG power control register"] + pub fn pwrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cecsel(pub u8); - impl Cecsel { - #[doc = "LSE selected as peripheral clock"] - pub const LSE: Self = Self(0); - #[doc = "LSI selected as peripheral clock"] - pub const LSI: Self = Self(0x01); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x02); + #[doc = "SYSCFG package register"] + pub fn pkgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(292usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsirdyr(pub u8); - impl Hsirdyr { - #[doc = "Clock not ready"] - pub const NOTREADY: Self = Self(0); - #[doc = "Clock ready"] - pub const READY: Self = Self(0x01); + #[doc = "SYSCFG user register 0"] + pub fn ur0(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(768usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct D1ppre(pub u8); - impl D1ppre { - #[doc = "rcc_hclk not divided"] - pub const DIV1: Self = Self(0); - #[doc = "rcc_hclk divided by 2"] - pub const DIV2: Self = Self(0x04); - #[doc = "rcc_hclk divided by 4"] - pub const DIV4: Self = Self(0x05); - #[doc = "rcc_hclk divided by 8"] - pub const DIV8: Self = Self(0x06); - #[doc = "rcc_hclk divided by 16"] - pub const DIV16: Self = Self(0x07); + #[doc = "SYSCFG user register 2"] + pub fn ur2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(776usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb1llpenrTim2lpen(pub u8); - impl Apb1llpenrTim2lpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); + #[doc = "SYSCFG user register 3"] + pub fn ur3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(780usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb1henrCrsen(pub u8); - impl Apb1henrCrsen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); + #[doc = "SYSCFG user register 4"] + pub fn ur4(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(784usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lpuart1sel(pub u8); - impl Lpuart1sel { - #[doc = "rcc_pclk_d3 selected as peripheral clock"] - pub const RCC_PCLK_D3: Self = Self(0); - #[doc = "pll2_q selected as peripheral clock"] - pub const PLL2_Q: Self = Self(0x01); - #[doc = "pll3_q selected as peripheral clock"] - pub const PLL3_Q: Self = Self(0x02); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x03); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x04); - #[doc = "LSE selected as peripheral clock"] - pub const LSE: Self = Self(0x05); + #[doc = "SYSCFG user register 5"] + pub fn ur5(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(788usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fdcansel(pub u8); - impl Fdcansel { - #[doc = "HSE selected as peripheral clock"] - pub const HSE: Self = Self(0); - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0x01); - #[doc = "pll2_q selected as peripheral clock"] - pub const PLL2_Q: Self = Self(0x02); + #[doc = "SYSCFG user register 6"] + pub fn ur6(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(792usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsidivfr(pub u8); - impl Hsidivfr { - #[doc = "New HSIDIV ratio has not yet propagated to hsi_ck"] - pub const NOTPROPAGATED: Self = Self(0); - #[doc = "HSIDIV ratio has propagated to hsi_ck"] - pub const PROPAGATED: Self = Self(0x01); + #[doc = "SYSCFG user register 7"] + pub fn ur7(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(796usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lserdyr(pub u8); - impl Lserdyr { - #[doc = "LSE oscillator not ready"] - pub const NOTREADY: Self = Self(0); - #[doc = "LSE oscillator ready"] - pub const READY: Self = Self(0x01); + #[doc = "SYSCFG user register 8"] + pub fn ur8(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(800usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb3lpenrMdmalpen(pub u8); - impl C1Ahb3lpenrMdmalpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); + #[doc = "SYSCFG user register 9"] + pub fn ur9(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(804usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct RsrCpurstfr(pub u8); - impl RsrCpurstfr { - #[doc = "No reset occoured for block"] - pub const NORESETOCCOURED: Self = Self(0); - #[doc = "Reset occoured for block"] - pub const RESETOCCOURRED: Self = Self(0x01); + #[doc = "SYSCFG user register 10"] + pub fn ur10(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(808usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb4lpenrSyscfglpen(pub u8); - impl C1Apb4lpenrSyscfglpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); + #[doc = "SYSCFG user register 11"] + pub fn ur11(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(812usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb2enrDcmien(pub u8); - impl C1Ahb2enrDcmien { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); + #[doc = "SYSCFG user register 12"] + pub fn ur12(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(816usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb1lenrTim2en(pub u8); - impl C1Apb1lenrTim2en { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb4enrSyscfgen(pub u8); - impl C1Apb4enrSyscfgen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); + #[doc = "SYSCFG user register 13"] + pub fn ur13(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(820usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsebyp(pub u8); - impl Hsebyp { - #[doc = "HSE crystal oscillator not bypassed"] - pub const NOTBYPASSED: Self = Self(0); - #[doc = "HSE crystal oscillator bypassed with external clock"] - pub const BYPASSED: Self = Self(0x01); + #[doc = "SYSCFG user register 14"] + pub fn ur14(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(824usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb2enrTim1en(pub u8); - impl Apb2enrTim1en { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); + #[doc = "SYSCFG user register 15"] + pub fn ur15(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(828usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rngsel(pub u8); - impl Rngsel { - #[doc = "HSI48 selected as peripheral clock"] - pub const HSI48: Self = Self(0); - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0x01); - #[doc = "LSE selected as peripheral clock"] - pub const LSE: Self = Self(0x02); - #[doc = "LSI selected as peripheral clock"] - pub const LSI: Self = Self(0x03); + #[doc = "SYSCFG user register 16"] + pub fn ur16(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(832usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Gpioarst(pub u8); - impl Gpioarst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); + #[doc = "SYSCFG user register 17"] + pub fn ur17(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(836usize)) } } + } + pub mod regs { + use crate::generic::*; + #[doc = "SYSCFG compensation cell code register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb3enrLtdcen(pub u8); - impl C1Apb3enrLtdcen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cccr(pub u32); + impl Cccr { + #[doc = "NMOS compensation code"] + pub const fn ncc(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "NMOS compensation code"] + pub fn set_ncc(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "PMOS compensation code"] + pub const fn pcc(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 + } + #[doc = "PMOS compensation code"] + pub fn set_pcc(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsedrv(pub u8); - impl Lsedrv { - #[doc = "Lowest LSE oscillator driving capability"] - pub const LOWEST: Self = Self(0); - #[doc = "Medium low LSE oscillator driving capability"] - pub const MEDIUMLOW: Self = Self(0x01); - #[doc = "Medium high LSE oscillator driving capability"] - pub const MEDIUMHIGH: Self = Self(0x02); - #[doc = "Highest LSE oscillator driving capability"] - pub const HIGHEST: Self = Self(0x03); + impl Default for Cccr { + fn default() -> Cccr { + Cccr(0) + } } + #[doc = "SYSCFG user register 2"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsecsson(pub u8); - impl Lsecsson { - #[doc = "Clock security system on 32 kHz oscillator off"] - pub const SECURITYOFF: Self = Self(0); - #[doc = "Clock security system on 32 kHz oscillator on"] - pub const SECURITYON: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur2(pub u32); + impl Ur2 { + #[doc = "BOR_LVL Brownout Reset Threshold Level"] + pub const fn borh(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 + } + #[doc = "BOR_LVL Brownout Reset Threshold Level"] + pub fn set_borh(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + } + #[doc = "Boot Address 0"] + pub const fn boot_add0(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 + } + #[doc = "Boot Address 0"] + pub fn set_boot_add0(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb1llpenrTim2lpen(pub u8); - impl C1Apb1llpenrTim2lpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); + impl Default for Ur2 { + fn default() -> Ur2 { + Ur2(0) + } } + #[doc = "SYSCFG user register 16"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ckpersel(pub u8); - impl Ckpersel { - #[doc = "HSI selected as peripheral clock"] - pub const HSI: Self = Self(0); - #[doc = "CSI selected as peripheral clock"] - pub const CSI: Self = Self(0x01); - #[doc = "HSE selected as peripheral clock"] - pub const HSE: Self = Self(0x02); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur16(pub u32); + impl Ur16 { + #[doc = "Freeze independent watchdog in Stop mode"] + pub const fn fziwdgstp(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Freeze independent watchdog in Stop mode"] + pub fn set_fziwdgstp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Private key programmed"] + pub const fn pkp(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Private key programmed"] + pub fn set_pkp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb1lpenrDma1lpen(pub u8); - impl Ahb1lpenrDma1lpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - pub const ENABLED: Self = Self(0x01); + impl Default for Ur16 { + fn default() -> Ur16 { + Ur16(0) + } } + #[doc = "SYSCFG user register 6"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] -<<<<<<< HEAD - pub struct Pl(pub u8); - impl Pl { - #[doc = "Low priority"] - pub const LOW: Self = Self(0); - #[doc = "Medium priority"] - pub const MEDIUM: Self = Self(0x01); - #[doc = "High priority"] - pub const HIGH: Self = Self(0x02); - #[doc = "Very high priority"] - pub const VERYHIGH: Self = Self(0x03); - } - } -} -pub mod timer_v1 { - use crate::generic::*; - #[doc = "Basic timer"] - #[derive(Copy, Clone)] - pub struct TimBasic(pub *mut u8); - unsafe impl Send for TimBasic {} - unsafe impl Sync for TimBasic {} - impl TimBasic { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur6(pub u32); + impl Ur6 { + #[doc = "Protected area start address for bank 1"] + pub const fn pa_beg_1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "Protected area start address for bank 1"] + pub fn set_pa_beg_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "Protected area end address for bank 1"] + pub const fn pa_end_1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 + } + #[doc = "Protected area end address for bank 1"] + pub fn set_pa_end_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + } } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } + impl Default for Ur6 { + fn default() -> Ur6 { + Ur6(0) + } } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } + #[doc = "SYSCFG user register 8"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur8(pub u32); + impl Ur8 { + #[doc = "Mass erase protected area disabled for bank 2"] + pub const fn mepad_2(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Mass erase protected area disabled for bank 2"] + pub fn set_mepad_2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Mass erase secured area disabled for bank 2"] + pub const fn mesad_2(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Mass erase secured area disabled for bank 2"] + pub fn set_mesad_2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + impl Default for Ur8 { + fn default() -> Ur8 { + Ur8(0) + } } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } + #[doc = "peripheral mode configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pmcr(pub u32); + impl Pmcr { + #[doc = "I2C1 Fm+"] + pub const fn i2c1fmp(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "I2C1 Fm+"] + pub fn set_i2c1fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "I2C2 Fm+"] + pub const fn i2c2fmp(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "I2C2 Fm+"] + pub fn set_i2c2fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "I2C3 Fm+"] + pub const fn i2c3fmp(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "I2C3 Fm+"] + pub fn set_i2c3fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "I2C4 Fm+"] + pub const fn i2c4fmp(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "I2C4 Fm+"] + pub fn set_i2c4fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "PB(6) Fm+"] + pub const fn pb6fmp(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "PB(6) Fm+"] + pub fn set_pb6fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "PB(7) Fast Mode Plus"] + pub const fn pb7fmp(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "PB(7) Fast Mode Plus"] + pub fn set_pb7fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "PB(8) Fast Mode Plus"] + pub const fn pb8fmp(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "PB(8) Fast Mode Plus"] + pub fn set_pb8fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "PB(9) Fm+"] + pub const fn pb9fmp(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "PB(9) Fm+"] + pub fn set_pb9fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Booster Enable"] + pub const fn booste(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Booster Enable"] + pub fn set_booste(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Analog switch supply voltage selection"] + pub const fn boostvddsel(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Analog switch supply voltage selection"] + pub fn set_boostvddsel(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Ethernet PHY Interface Selection"] + pub const fn epis(&self) -> u8 { + let val = (self.0 >> 21usize) & 0x07; + val as u8 + } + #[doc = "Ethernet PHY Interface Selection"] + pub fn set_epis(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 21usize)) | (((val as u32) & 0x07) << 21usize); + } + #[doc = "PA0 Switch Open"] + pub const fn pa0so(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "PA0 Switch Open"] + pub fn set_pa0so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + #[doc = "PA1 Switch Open"] + pub const fn pa1so(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "PA1 Switch Open"] + pub fn set_pa1so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + #[doc = "PC2 Switch Open"] + pub const fn pc2so(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "PC2 Switch Open"] + pub fn set_pc2so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "PC3 Switch Open"] + pub const fn pc3so(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 + } + #[doc = "PC3 Switch Open"] + pub fn set_pc3so(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + } } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } + impl Default for Pmcr { + fn default() -> Pmcr { + Pmcr(0) + } } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } + #[doc = "SYSCFG user register 9"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur9(pub u32); + impl Ur9 { + #[doc = "Write protection for flash bank 2"] + pub const fn wrpn_2(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Write protection for flash bank 2"] + pub fn set_wrpn_2(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + #[doc = "Protected area start address for bank 2"] + pub const fn pa_beg_2(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 + } + #[doc = "Protected area start address for bank 2"] + pub fn set_pa_beg_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + } } - } - #[doc = "Advanced-timers"] - #[derive(Copy, Clone)] - pub struct TimAdv(pub *mut u8); - unsafe impl Send for TimAdv {} - unsafe impl Sync for TimAdv {} - impl TimAdv { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } + impl Default for Ur9 { + fn default() -> Ur9 { + Ur9(0) + } } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } + #[doc = "SYSCFG user register 5"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur5(pub u32); + impl Ur5 { + #[doc = "Mass erase secured area disabled for bank 1"] + pub const fn mesad_1(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Mass erase secured area disabled for bank 1"] + pub fn set_mesad_1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Write protection for flash bank 1"] + pub const fn wrpn_1(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; + val as u8 + } + #[doc = "Write protection for flash bank 1"] + pub fn set_wrpn_1(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + } } - #[doc = "slave mode control register"] - pub fn smcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } + impl Default for Ur5 { + fn default() -> Ur5 { + Ur5(0) + } } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "capture/compare mode register 1 (input mode)"] - pub fn ccmr_input(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare mode register 1 (output mode)"] - pub fn ccmr_output(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare enable register"] - pub fn ccer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "repetition counter register"] - pub fn rcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } - } - #[doc = "capture/compare register"] - pub fn ccr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } - } - #[doc = "break and dead-time register"] - pub fn bdtr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(68usize)) } - } - #[doc = "DMA control register"] - pub fn dcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } - } - #[doc = "DMA address for full transfer"] - pub fn dmar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - } - #[doc = "General purpose 16-bit timer"] - #[derive(Copy, Clone)] - pub struct TimGp16(pub *mut u8); - unsafe impl Send for TimGp16 {} - unsafe impl Sync for TimGp16 {} - impl TimGp16 { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "slave mode control register"] - pub fn smcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "capture/compare mode register 1 (input mode)"] - pub fn ccmr_input(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare mode register 1 (output mode)"] - pub fn ccmr_output(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare enable register"] - pub fn ccer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "capture/compare register"] - pub fn ccr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } - } - #[doc = "DMA control register"] - pub fn dcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } - } - #[doc = "DMA address for full transfer"] - pub fn dmar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - } - #[doc = "General purpose 32-bit timer"] - #[derive(Copy, Clone)] - pub struct TimGp32(pub *mut u8); - unsafe impl Send for TimGp32 {} - unsafe impl Sync for TimGp32 {} - impl TimGp32 { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "slave mode control register"] - pub fn smcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "capture/compare mode register 1 (input mode)"] - pub fn ccmr_input(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare mode register 1 (output mode)"] - pub fn ccmr_output(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare enable register"] - pub fn ccer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "capture/compare register"] - pub fn ccr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } - } - #[doc = "DMA control register"] - pub fn dcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } - } - #[doc = "DMA address for full transfer"] - pub fn dmar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "DMA/Interrupt enable register"] + #[doc = "SYSCFG user register 0"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct DierGp(pub u32); - impl DierGp { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { + pub struct Ur0(pub u32); + impl Ur0 { + #[doc = "Bank Swap"] + pub const fn bks(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Update interrupt enable"] - pub fn set_uie(&mut self, val: bool) { + #[doc = "Bank Swap"] + pub fn set_bks(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn ccie(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Readout protection"] + pub const fn rdp(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; + val as u8 + } + #[doc = "Readout protection"] + pub fn set_rdp(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + } + } + impl Default for Ur0 { + fn default() -> Ur0 { + Ur0(0) + } + } + #[doc = "compensation cell control/status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cccsr(pub u32); + impl Cccsr { + #[doc = "enable"] + pub const fn en(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn set_ccie(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "enable"] + pub fn set_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Trigger interrupt enable"] - pub const fn tie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Code selection"] + pub const fn cs(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Trigger interrupt enable"] - pub fn set_tie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Code selection"] + pub fn set_cs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Update DMA request enable"] - pub const fn ude(&self) -> bool { + #[doc = "Compensation cell ready flag"] + pub const fn ready(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Update DMA request enable"] - pub fn set_ude(&mut self, val: bool) { + #[doc = "Compensation cell ready flag"] + pub fn set_ready(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn ccde(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "High-speed at low-voltage"] + pub const fn hslv(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn set_ccde(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "High-speed at low-voltage"] + pub fn set_hslv(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Trigger DMA request enable"] - pub const fn tde(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + } + impl Default for Cccsr { + fn default() -> Cccsr { + Cccsr(0) + } + } + #[doc = "SYSCFG user register 14"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur14(pub u32); + impl Ur14 { + #[doc = "D1 Stop Reset"] + pub const fn d1stprst(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Trigger DMA request enable"] - pub fn set_tde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "D1 Stop Reset"] + pub fn set_d1stprst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } } - impl Default for DierGp { - fn default() -> DierGp { - DierGp(0) + impl Default for Ur14 { + fn default() -> Ur14 { + Ur14(0) } } - #[doc = "control register 2"] + #[doc = "SYSCFG power control register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Gp(pub u32); - impl Cr2Gp { - #[doc = "Capture/compare DMA selection"] - pub const fn ccds(&self) -> super::vals::Ccds { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ccds(val as u8) + pub struct Pwrcr(pub u32); + impl Pwrcr { + #[doc = "Overdrive enable"] + pub const fn oden(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "Capture/compare DMA selection"] - pub fn set_ccds(&mut self, val: super::vals::Ccds) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Overdrive enable"] + pub fn set_oden(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) + } + impl Default for Pwrcr { + fn default() -> Pwrcr { + Pwrcr(0) } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "SYSCFG user register 11"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur11(pub u32); + impl Ur11 { + #[doc = "Secured area end address for bank 2"] + pub const fn sa_end_2(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "TI1 selection"] - pub const fn ti1s(&self) -> super::vals::Tis { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Tis(val as u8) + #[doc = "Secured area end address for bank 2"] + pub fn set_sa_end_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "TI1 selection"] - pub fn set_ti1s(&mut self, val: super::vals::Tis) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Independent Watchdog 1 mode"] + pub const fn iwdg1m(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Independent Watchdog 1 mode"] + pub fn set_iwdg1m(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Cr2Gp { - fn default() -> Cr2Gp { - Cr2Gp(0) + impl Default for Ur11 { + fn default() -> Ur11 { + Ur11(0) } } - #[doc = "status register"] + #[doc = "SYSCFG user register 15"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrBasic(pub u32); - impl SrBasic { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + pub struct Ur15(pub u32); + impl Ur15 { + #[doc = "Freeze independent watchdog in Standby mode"] + pub const fn fziwdgstb(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Update interrupt flag"] - pub fn set_uif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Freeze independent watchdog in Standby mode"] + pub fn set_fziwdgstb(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for SrBasic { - fn default() -> SrBasic { - SrBasic(0) + impl Default for Ur15 { + fn default() -> Ur15 { + Ur15(0) } } - #[doc = "event generation register"] + #[doc = "SYSCFG user register 4"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct EgrBasic(pub u32); - impl EgrBasic { - #[doc = "Update generation"] - pub const fn ug(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + pub struct Ur4(pub u32); + impl Ur4 { + #[doc = "Mass Erase Protected Area Disabled for bank 1"] + pub const fn mepad_1(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Update generation"] - pub fn set_ug(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Mass Erase Protected Area Disabled for bank 1"] + pub fn set_mepad_1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for EgrBasic { - fn default() -> EgrBasic { - EgrBasic(0) + impl Default for Ur4 { + fn default() -> Ur4 { + Ur4(0) } } - #[doc = "control register 2"] + #[doc = "external interrupt configuration register 2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Basic(pub u32); - impl Cr2Basic { - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI x configuration (x = 4 to 7)"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + val as u8 } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + #[doc = "EXTI x configuration (x = 4 to 7)"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); } } - impl Default for Cr2Basic { - fn default() -> Cr2Basic { - Cr2Basic(0) + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) } } - #[doc = "DMA/Interrupt enable register"] + #[doc = "SYSCFG user register 13"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct DierBasic(pub u32); - impl DierBasic { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + pub struct Ur13(pub u32); + impl Ur13 { + #[doc = "Secured DTCM RAM Size"] + pub const fn sdrs(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 + } + #[doc = "Secured DTCM RAM Size"] + pub fn set_sdrs(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + } + #[doc = "D1 Standby reset"] + pub const fn d1sbrst(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Update interrupt enable"] - pub fn set_uie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "D1 Standby reset"] + pub fn set_d1sbrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Update DMA request enable"] - pub const fn ude(&self) -> bool { -======= - pub struct Lsecssdr(pub u8); - impl Lsecssdr { - #[doc = "No failure detected on 32 kHz oscillator"] - pub const NOFAILURE: Self = Self(0); - #[doc = "Failure detected on 32 kHz oscillator"] - pub const FAILURE: Self = Self(0x01); } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Syscfgrst(pub u8); - impl Syscfgrst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); + impl Default for Ur13 { + fn default() -> Ur13 { + Ur13(0) + } } + #[doc = "SYSCFG compensation cell value register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pll1fracen(pub u8); - impl Pll1fracen { - #[doc = "Reset latch to tranfer FRACN to the Sigma-Delta modulator"] - pub const RESET: Self = Self(0); - #[doc = "Set latch to tranfer FRACN to the Sigma-Delta modulator"] - pub const SET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mco2(pub u8); - impl Mco2 { - #[doc = "System clock selected for micro-controller clock output"] - pub const SYSCLK: Self = Self(0); - #[doc = "pll2_p selected for micro-controller clock output"] - pub const PLL2_P: Self = Self(0x01); - #[doc = "HSE selected for micro-controller clock output"] - pub const HSE: Self = Self(0x02); - #[doc = "pll1_p selected for micro-controller clock output"] - pub const PLL1_P: Self = Self(0x03); - #[doc = "CSI selected for micro-controller clock output"] - pub const CSI: Self = Self(0x04); - #[doc = "LSI selected for micro-controller clock output"] - pub const LSI: Self = Self(0x05); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccvr(pub u32); + impl Ccvr { + #[doc = "NMOS compensation value"] + pub const fn ncv(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "NMOS compensation value"] + pub fn set_ncv(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "PMOS compensation value"] + pub const fn pcv(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 + } + #[doc = "PMOS compensation value"] + pub fn set_pcv(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct D3ppre(pub u8); - impl D3ppre { - #[doc = "rcc_hclk not divided"] - pub const DIV1: Self = Self(0); - #[doc = "rcc_hclk divided by 2"] - pub const DIV2: Self = Self(0x04); - #[doc = "rcc_hclk divided by 4"] - pub const DIV4: Self = Self(0x05); - #[doc = "rcc_hclk divided by 8"] - pub const DIV8: Self = Self(0x06); - #[doc = "rcc_hclk divided by 16"] - pub const DIV16: Self = Self(0x07); + impl Default for Ccvr { + fn default() -> Ccvr { + Ccvr(0) + } } + #[doc = "SYSCFG user register 17"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb1hlpenrCrslpen(pub u8); - impl Apb1hlpenrCrslpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur17(pub u32); + impl Ur17 { + #[doc = "I/O high speed / low voltage"] + pub const fn io_hslv(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "I/O high speed / low voltage"] + pub fn set_io_hslv(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fmcsel(pub u8); - impl Fmcsel { - #[doc = "rcc_hclk3 selected as peripheral clock"] - pub const RCC_HCLK3: Self = Self(0); - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0x01); - #[doc = "pll2_r selected as peripheral clock"] - pub const PLL2_R: Self = Self(0x02); - #[doc = "PER selected as peripheral clock"] - pub const PER: Self = Self(0x03); + impl Default for Ur17 { + fn default() -> Ur17 { + Ur17(0) + } } + #[doc = "SYSCFG user register 10"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Usart16sel(pub u8); - impl Usart16sel { - #[doc = "rcc_pclk2 selected as peripheral clock"] - pub const RCC_PCLK2: Self = Self(0); - #[doc = "pll2_q selected as peripheral clock"] - pub const PLL2_Q: Self = Self(0x01); - #[doc = "pll3_q selected as peripheral clock"] - pub const PLL3_Q: Self = Self(0x02); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x03); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x04); - #[doc = "LSE selected as peripheral clock"] - pub const LSE: Self = Self(0x05); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur10(pub u32); + impl Ur10 { + #[doc = "Protected area end address for bank 2"] + pub const fn pa_end_2(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "Protected area end address for bank 2"] + pub fn set_pa_end_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "Secured area start address for bank 2"] + pub const fn sa_beg_2(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 + } + #[doc = "Secured area start address for bank 2"] + pub fn set_sa_beg_2(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tim2rst(pub u8); - impl Tim2rst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); + impl Default for Ur10 { + fn default() -> Ur10 { + Ur10(0) + } } + #[doc = "SYSCFG package register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb2lpenrDcmilpen(pub u8); - impl Ahb2lpenrDcmilpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pkgr(pub u32); + impl Pkgr { + #[doc = "Package"] + pub const fn pkg(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "Package"] + pub fn set_pkg(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptim1sel(pub u8); - impl Lptim1sel { - #[doc = "rcc_pclk1 selected as peripheral clock"] - pub const RCC_PCLK1: Self = Self(0); - #[doc = "pll2_p selected as peripheral clock"] - pub const PLL2_P: Self = Self(0x01); - #[doc = "pll3_r selected as peripheral clock"] - pub const PLL3_R: Self = Self(0x02); - #[doc = "LSE selected as peripheral clock"] - pub const LSE: Self = Self(0x03); - #[doc = "LSI selected as peripheral clock"] - pub const LSI: Self = Self(0x04); - #[doc = "PER selected as peripheral clock"] - pub const PER: Self = Self(0x05); + impl Default for Pkgr { + fn default() -> Pkgr { + Pkgr(0) + } } + #[doc = "SYSCFG user register 12"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptim2sel(pub u8); - impl Lptim2sel { - #[doc = "rcc_pclk4 selected as peripheral clock"] - pub const RCC_PCLK4: Self = Self(0); - #[doc = "pll2_p selected as peripheral clock"] - pub const PLL2_P: Self = Self(0x01); - #[doc = "pll3_r selected as peripheral clock"] - pub const PLL3_R: Self = Self(0x02); - #[doc = "LSE selected as peripheral clock"] - pub const LSE: Self = Self(0x03); - #[doc = "LSI selected as peripheral clock"] - pub const LSI: Self = Self(0x04); - #[doc = "PER selected as peripheral clock"] - pub const PER: Self = Self(0x05); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur12(pub u32); + impl Ur12 { + #[doc = "Secure mode"] + pub const fn secure(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "Secure mode"] + pub fn set_secure(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsirdyie(pub u8); - impl Lsirdyie { - #[doc = "Interrupt disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Interrupt enabled"] - pub const ENABLED: Self = Self(0x01); + impl Default for Ur12 { + fn default() -> Ur12 { + Ur12(0) + } } + #[doc = "SYSCFG user register 3"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb1hlpenrCrslpen(pub u8); - impl C1Apb1hlpenrCrslpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur3(pub u32); + impl Ur3 { + #[doc = "Boot Address 1"] + pub const fn boot_add1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 + } + #[doc = "Boot Address 1"] + pub fn set_boot_add1(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb1lpenrDma1lpen(pub u8); - impl C1Ahb1lpenrDma1lpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); + impl Default for Ur3 { + fn default() -> Ur3 { + Ur3(0) + } } + #[doc = "SYSCFG user register 7"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb2lpenrTim1lpen(pub u8); - impl Apb2lpenrTim1lpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ur7(pub u32); + impl Ur7 { + #[doc = "Secured area start address for bank 1"] + pub const fn sa_beg_1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "Secured area start address for bank 1"] + pub fn set_sa_beg_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "Secured area end address for bank 1"] + pub const fn sa_end_1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 + } + #[doc = "Secured area end address for bank 1"] + pub fn set_sa_end_1(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Spi6sel(pub u8); - impl Spi6sel { - #[doc = "rcc_pclk4 selected as peripheral clock"] - pub const RCC_PCLK4: Self = Self(0); - #[doc = "pll2_q selected as peripheral clock"] - pub const PLL2_Q: Self = Self(0x01); - #[doc = "pll3_q selected as peripheral clock"] - pub const PLL3_Q: Self = Self(0x02); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x03); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x04); - #[doc = "HSE selected as peripheral clock"] - pub const HSE: Self = Self(0x05); + impl Default for Ur7 { + fn default() -> Ur7 { + Ur7(0) + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bdmaamen(pub u8); - impl Bdmaamen { - #[doc = "Clock disabled in autonomous mode"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled in autonomous mode"] - pub const ENABLED: Self = Self(0x01); + } +} +pub mod pwr_h7 { + use crate::generic::*; + #[doc = "PWR"] + #[derive(Copy, Clone)] + pub struct Pwr(pub *mut u8); + unsafe impl Send for Pwr {} + unsafe impl Sync for Pwr {} + impl Pwr { + #[doc = "PWR control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lseon(pub u8); - impl Lseon { - #[doc = "LSE oscillator Off"] - pub const OFF: Self = Self(0); - #[doc = "LSE oscillator On"] - pub const ON: Self = Self(0x01); + #[doc = "PWR control status register 1"] + pub fn csr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb1lenrTim2en(pub u8); - impl Apb1lenrTim2en { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); + #[doc = "This register is not reset by wakeup from Standby mode, RESET signal and VDD POR. It is only reset by VSW POR and VSWRST reset. This register shall not be accessed when VSWRST bit in RCC_BDCR register resets the VSW domain.After reset, PWR_CR2 register is write-protected. Prior to modifying its content, the DBP bit in PWR_CR1 register must be set to disable the write protection."] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsebyp(pub u8); - impl Lsebyp { - #[doc = "LSE crystal oscillator not bypassed"] - pub const NOTBYPASSED: Self = Self(0); - #[doc = "LSE crystal oscillator bypassed with external clock"] - pub const BYPASSED: Self = Self(0x01); + #[doc = "Reset only by POR only, not reset by wakeup from Standby mode and RESET pad. The lower byte of this register is written once after POR and shall be written before changing VOS level or ck_sys clock frequency. No limitation applies to the upper bytes.Programming data corresponding to an invalid combination of SDLEVEL, SDEXTHP, SDEN, LDOEN and BYPASS bits (see Table9) will be ignored: data will not be written, the written-once mechanism will lock the register and any further write access will be ignored. The default supply configuration will be kept and the ACTVOSRDY bit in PWR control status register 1 (PWR_CSR1) will go on indicating invalid voltage levels. The system shall be power cycled before writing a new value."] + pub fn cr3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sdmmcsel(pub u8); - impl Sdmmcsel { - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0); - #[doc = "pll2_r selected as peripheral clock"] - pub const PLL2_R: Self = Self(0x01); + #[doc = "This register allows controlling CPU1 power."] + pub fn cpucr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1RsrRmvf(pub u8); - impl C1RsrRmvf { - #[doc = "Not clearing the the reset flags"] - pub const NOTACTIVE: Self = Self(0); - #[doc = "Clear the reset flags"] - pub const CLEAR: Self = Self(0x01); + #[doc = "This register allows controlling D3 domain power.Following reset VOSRDY will be read 1 by software"] + pub fn d3cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pllsrc(pub u8); - impl Pllsrc { - #[doc = "HSI selected as PLL clock"] - pub const HSI: Self = Self(0); - #[doc = "CSI selected as PLL clock"] - pub const CSI: Self = Self(0x01); - #[doc = "HSE selected as PLL clock"] - pub const HSE: Self = Self(0x02); - #[doc = "No clock sent to DIVMx dividers and PLLs"] - pub const NONE: Self = Self(0x03); + #[doc = "reset only by system reset, not reset by wakeup from Standby mode5 wait states are required when writing this register (when clearing a WKUPF bit in PWR_WKUPFR, the AHB write access will complete after the WKUPF has been cleared)."] + pub fn wkupcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dfsdm1sel(pub u8); - impl Dfsdm1sel { - #[doc = "rcc_pclk2 selected as peripheral clock"] - pub const RCC_PCLK2: Self = Self(0); - #[doc = "System clock selected as peripheral clock"] - pub const SYS: Self = Self(0x01); + #[doc = "reset only by system reset, not reset by wakeup from Standby mode"] + pub fn wkupfr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb4enrGpioaen(pub u8); - impl C1Ahb4enrGpioaen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); + #[doc = "Reset only by system reset, not reset by wakeup from Standby mode"] + pub fn wkupepr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } } + } + pub mod regs { + use crate::generic::*; + #[doc = "reset only by system reset, not reset by wakeup from Standby mode"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crsrst(pub u8); - impl Crsrst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Wkupfr(pub u32); + impl Wkupfr { + #[doc = "Wakeup pin WKUPF flag. This bit is set by hardware and cleared only by a Reset pin or by setting the WKUPCn+1 bit in the PWR wakeup clear register (PWR_WKUPCR)."] + pub fn wkupf(&self, n: usize) -> bool { + assert!(n < 6usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Wakeup pin WKUPF flag. This bit is set by hardware and cleared only by a Reset pin or by setting the WKUPCn+1 bit in the PWR wakeup clear register (PWR_WKUPCR)."] + pub fn set_wkupf(&mut self, n: usize, val: bool) { + assert!(n < 6usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Camitfrst(pub u8); - impl Camitfrst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); + impl Default for Wkupfr { + fn default() -> Wkupfr { + Wkupfr(0) + } } + #[doc = "Reset only by system reset, not reset by wakeup from Standby mode"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb4lpenrSyscfglpen(pub u8); - impl Apb4lpenrSyscfglpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Wkupepr(pub u32); + impl Wkupepr { + #[doc = "Enable Wakeup Pin WKUPn+1 Each bit is set and cleared by software. Note: An additional wakeup event is detected if WKUPn+1 pin is enabled (by setting the WKUPENn+1 bit) when WKUPn+1 pin level is already high when WKUPPn+1 selects rising edge, or low when WKUPPn+1 selects falling edge."] + pub fn wkupen(&self, n: usize) -> bool { + assert!(n < 6usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Enable Wakeup Pin WKUPn+1 Each bit is set and cleared by software. Note: An additional wakeup event is detected if WKUPn+1 pin is enabled (by setting the WKUPENn+1 bit) when WKUPn+1 pin level is already high when WKUPPn+1 selects rising edge, or low when WKUPPn+1 selects falling edge."] + pub fn set_wkupen(&mut self, n: usize, val: bool) { + assert!(n < 6usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Wakeup pin polarity bit for WKUPn-7 These bits define the polarity used for event detection on WKUPn-7 external wakeup pin."] + pub fn wkupp(&self, n: usize) -> bool { + assert!(n < 6usize); + let offs = 8usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Wakeup pin polarity bit for WKUPn-7 These bits define the polarity used for event detection on WKUPn-7 external wakeup pin."] + pub fn set_wkupp(&mut self, n: usize, val: bool) { + assert!(n < 6usize); + let offs = 8usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Wakeup pin pull configuration"] + pub fn wkuppupd(&self, n: usize) -> u8 { + assert!(n < 6usize); + let offs = 16usize + n * 2usize; + let val = (self.0 >> offs) & 0x03; + val as u8 + } + #[doc = "Wakeup pin pull configuration"] + pub fn set_wkuppupd(&mut self, n: usize, val: u8) { + assert!(n < 6usize); + let offs = 16usize + n * 2usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val as u32) & 0x03) << offs); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsirdyr(pub u8); - impl Lsirdyr { - #[doc = "LSI oscillator not ready"] - pub const NOTREADY: Self = Self(0); - #[doc = "LSI oscillator ready"] - pub const READY: Self = Self(0x01); + impl Default for Wkupepr { + fn default() -> Wkupepr { + Wkupepr(0) + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dma1rst(pub u8); - impl Dma1rst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Swpsel(pub u8); - impl Swpsel { - #[doc = "pclk selected as peripheral clock"] - pub const PCLK: Self = Self(0); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1RsrCpurstfr(pub u8); - impl C1RsrCpurstfr { - #[doc = "No reset occoured for block"] - pub const NORESETOCCOURED: Self = Self(0); - #[doc = "Reset occoured for block"] - pub const RESETOCCOURRED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct I2c123sel(pub u8); - impl I2c123sel { - #[doc = "rcc_pclk1 selected as peripheral clock"] - pub const RCC_PCLK1: Self = Self(0); - #[doc = "pll3_r selected as peripheral clock"] - pub const PLL3_R: Self = Self(0x01); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x02); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb3enrMdmaen(pub u8); - impl Ahb3enrMdmaen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Usbsel(pub u8); - impl Usbsel { - #[doc = "Disable the kernel clock"] - pub const DISABLE: Self = Self(0); - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0x01); - #[doc = "pll3_q selected as peripheral clock"] - pub const PLL3_Q: Self = Self(0x02); - #[doc = "HSI48 selected as peripheral clock"] - pub const HSI48: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb2enrDcmien(pub u8); - impl Ahb2enrDcmien { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Divp1en(pub u8); - impl Divp1en { - #[doc = "Clock ouput is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock output is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Spdifsel(pub u8); - impl Spdifsel { - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0); - #[doc = "pll2_r selected as peripheral clock"] - pub const PLL2_R: Self = Self(0x01); - #[doc = "pll3_r selected as peripheral clock"] - pub const PLL3_R: Self = Self(0x02); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb3lpenrLtdclpen(pub u8); - impl C1Apb3lpenrLtdclpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sw(pub u8); - impl Sw { - #[doc = "HSI selected as system clock"] - pub const HSI: Self = Self(0); - #[doc = "CSI selected as system clock"] - pub const CSI: Self = Self(0x01); - #[doc = "HSE selected as system clock"] - pub const HSE: Self = Self(0x02); - #[doc = "PLL1 selected as system clock"] - pub const PLL1: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct I2c4sel(pub u8); - impl I2c4sel { - #[doc = "rcc_pclk4 selected as peripheral clock"] - pub const RCC_PCLK4: Self = Self(0); - #[doc = "pll3_r selected as peripheral clock"] - pub const PLL3_R: Self = Self(0x01); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x02); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pll1rge(pub u8); - impl Pll1rge { - #[doc = "Frequency is between 1 and 2 MHz"] - pub const RANGE1: Self = Self(0); - #[doc = "Frequency is between 2 and 4 MHz"] - pub const RANGE2: Self = Self(0x01); - #[doc = "Frequency is between 4 and 8 MHz"] - pub const RANGE4: Self = Self(0x02); - #[doc = "Frequency is between 8 and 16 MHz"] - pub const RANGE8: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb1henrCrsen(pub u8); - impl C1Apb1henrCrsen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Stopwuck(pub u8); - impl Stopwuck { - #[doc = "HSI selected as wake up clock from system Stop"] - pub const HSI: Self = Self(0); - #[doc = "CSI selected as wake up clock from system Stop"] - pub const CSI: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mco1(pub u8); - impl Mco1 { - #[doc = "HSI selected for micro-controller clock output"] - pub const HSI: Self = Self(0); - #[doc = "LSE selected for micro-controller clock output"] - pub const LSE: Self = Self(0x01); - #[doc = "HSE selected for micro-controller clock output"] - pub const HSE: Self = Self(0x02); - #[doc = "pll1_q selected for micro-controller clock output"] - pub const PLL1_Q: Self = Self(0x03); - #[doc = "HSI48 selected for micro-controller clock output"] - pub const HSI48: Self = Self(0x04); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsion(pub u8); - impl Lsion { - #[doc = "LSI oscillator Off"] - pub const OFF: Self = Self(0); - #[doc = "LSI oscillator On"] - pub const ON: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tim1rst(pub u8); - impl Tim1rst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb1enrDma1en(pub u8); - impl C1Ahb1enrDma1en { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsirdyc(pub u8); - impl Lsirdyc { - #[doc = "Clear interrupt flag"] - pub const CLEAR: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcsel(pub u8); - impl Rtcsel { - #[doc = "No clock"] - pub const NOCLOCK: Self = Self(0); - #[doc = "LSE oscillator clock used as RTC clock"] - pub const LSE: Self = Self(0x01); - #[doc = "LSI oscillator clock used as RTC clock"] - pub const LSI: Self = Self(0x02); - #[doc = "HSE oscillator clock divided by a prescaler used as RTC clock"] - pub const HSE: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb3enrLtdcen(pub u8); - impl Apb3enrLtdcen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Usart234578sel(pub u8); - impl Usart234578sel { - #[doc = "rcc_pclk1 selected as peripheral clock"] - pub const RCC_PCLK1: Self = Self(0); - #[doc = "pll2_q selected as peripheral clock"] - pub const PLL2_Q: Self = Self(0x01); - #[doc = "pll3_q selected as peripheral clock"] - pub const PLL3_Q: Self = Self(0x02); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x03); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x04); - #[doc = "LSE selected as peripheral clock"] - pub const LSE: Self = Self(0x05); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb2enrTim1en(pub u8); - impl C1Apb2enrTim1en { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb3lpenrMdmalpen(pub u8); - impl Ahb3lpenrMdmalpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hrtimsel(pub u8); - impl Hrtimsel { - #[doc = "The HRTIM prescaler clock source is the same as other timers (rcc_timy_ker_ck)"] - pub const TIMY_KER: Self = Self(0); - #[doc = "The HRTIM prescaler clock source is the CPU clock (c_ck)"] - pub const C_CK: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsion(pub u8); - impl Hsion { - #[doc = "Clock Off"] - pub const OFF: Self = Self(0); - #[doc = "Clock On"] - pub const ON: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Spi45sel(pub u8); - impl Spi45sel { - #[doc = "APB clock selected as peripheral clock"] - pub const APB: Self = Self(0); - #[doc = "pll2_q selected as peripheral clock"] - pub const PLL2_Q: Self = Self(0x01); - #[doc = "pll3_q selected as peripheral clock"] - pub const PLL3_Q: Self = Self(0x02); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x03); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x04); - #[doc = "HSE selected as peripheral clock"] - pub const HSE: Self = Self(0x05); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Adcsel(pub u8); - impl Adcsel { - #[doc = "pll2_p selected as peripheral clock"] - pub const PLL2_P: Self = Self(0); - #[doc = "pll3_r selected as peripheral clock"] - pub const PLL3_R: Self = Self(0x01); - #[doc = "PER selected as peripheral clock"] - pub const PER: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct D2ppre1(pub u8); - impl D2ppre1 { - #[doc = "rcc_hclk not divided"] - pub const DIV1: Self = Self(0); - #[doc = "rcc_hclk divided by 2"] - pub const DIV2: Self = Self(0x04); - #[doc = "rcc_hclk divided by 4"] - pub const DIV4: Self = Self(0x05); - #[doc = "rcc_hclk divided by 8"] - pub const DIV8: Self = Self(0x06); - #[doc = "rcc_hclk divided by 16"] - pub const DIV16: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb2lpenrTim1lpen(pub u8); - impl C1Apb2lpenrTim1lpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct RsrRmvf(pub u8); - impl RsrRmvf { - #[doc = "Not clearing the the reset flags"] - pub const NOTACTIVE: Self = Self(0); - #[doc = "Clear the reset flags"] - pub const CLEAR: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb4lpenrGpioalpen(pub u8); - impl C1Ahb4lpenrGpioalpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mdmarst(pub u8); - impl Mdmarst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); - } - } - pub mod regs { - use crate::generic::*; - #[doc = "RCC AHB4 Sleep Clock Register"] + #[doc = "PWR control register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb4lpenr(pub u32); - impl Ahb4lpenr { - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioalpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Low-power Deepsleep with SVOS3 (SVOS4 and SVOS5 always use low-power, regardless of the setting of this bit)"] + pub const fn lpds(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioalpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioblpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + val != 0 } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioblpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "Low-power Deepsleep with SVOS3 (SVOS4 and SVOS5 always use low-power, regardless of the setting of this bit)"] + pub fn set_lpds(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioclpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + #[doc = "Programmable voltage detector enable"] + pub const fn pvde(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioclpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Programmable voltage detector enable"] + pub fn set_pvde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiodlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + #[doc = "Programmable voltage detector level selection These bits select the voltage threshold detected by the PVD. Note: Refer to Section Electrical characteristics of the product datasheet for more details."] + pub const fn pls(&self) -> u8 { + let val = (self.0 >> 5usize) & 0x07; + val as u8 } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiodlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Programmable voltage detector level selection These bits select the voltage threshold detected by the PVD. Note: Refer to Section Electrical characteristics of the product datasheet for more details."] + pub fn set_pls(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 5usize)) | (((val as u32) & 0x07) << 5usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioelpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + #[doc = "Disable backup domain write protection In reset state, the RCC_BDCR register, the RTC registers (including the backup registers), BREN and MOEN bits in PWR_CR2 register, are protected against parasitic write access. This bit must be set to enable write access to these registers."] + pub const fn dbp(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioelpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "Disable backup domain write protection In reset state, the RCC_BDCR register, the RTC registers (including the backup registers), BREN and MOEN bits in PWR_CR2 register, are protected against parasitic write access. This bit must be set to enable write access to these registers."] + pub fn set_dbp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioflpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + #[doc = "Flash low-power mode in DStop mode This bit allows to obtain the best trade-off between low-power consumption and restart time when exiting from DStop mode. When it is set, the Flash memory enters low-power mode when D1 domain is in DStop mode."] + pub const fn flps(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioflpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Flash low-power mode in DStop mode This bit allows to obtain the best trade-off between low-power consumption and restart time when exiting from DStop mode. When it is set, the Flash memory enters low-power mode when D1 domain is in DStop mode."] + pub fn set_flps(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioglpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + #[doc = "System Stop mode voltage scaling selection These bits control the VCORE voltage level in system Stop mode, to obtain the best trade-off between power consumption and performance."] + pub const fn svos(&self) -> u8 { + let val = (self.0 >> 14usize) & 0x03; + val as u8 } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioglpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + #[doc = "System Stop mode voltage scaling selection These bits control the VCORE voltage level in system Stop mode, to obtain the best trade-off between power consumption and performance."] + pub fn set_svos(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiohlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + #[doc = "Peripheral voltage monitor on VDDA enable"] + pub const fn avden(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiohlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Peripheral voltage monitor on VDDA enable"] + pub fn set_avden(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioilpen(&self) -> super::vals::Ahb4lpenrGpioalpen { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 8usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + #[doc = "Analog voltage detector level selection These bits select the voltage threshold detected by the AVD."] + pub const fn als(&self) -> u8 { + let val = (self.0 >> 17usize) & 0x03; + val as u8 } -<<<<<<< HEAD - #[doc = "Update DMA request enable"] - pub fn set_ude(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Analog voltage detector level selection These bits select the voltage threshold detected by the AVD."] + pub fn set_als(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 17usize)) | (((val as u32) & 0x03) << 17usize); } } - impl Default for DierBasic { - fn default() -> DierBasic { - DierBasic(0) + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) } } - #[doc = "DMA control register"] + #[doc = "PWR control status register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dcr(pub u32); - impl Dcr { - #[doc = "DMA base address"] - pub const fn dba(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x1f; - val as u8 + pub struct Csr1(pub u32); + impl Csr1 { + #[doc = "Programmable voltage detect output This bit is set and cleared by hardware. It is valid only if the PVD has been enabled by the PVDE bit. Note: since the PVD is disabled in Standby mode, this bit is equal to 0 after Standby or reset until the PVDE bit is set."] + pub const fn pvdo(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - #[doc = "DMA base address"] - pub fn set_dba(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 0usize)) | (((val as u32) & 0x1f) << 0usize); + #[doc = "Programmable voltage detect output This bit is set and cleared by hardware. It is valid only if the PVD has been enabled by the PVDE bit. Note: since the PVD is disabled in Standby mode, this bit is equal to 0 after Standby or reset until the PVDE bit is set."] + pub fn set_pvdo(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "DMA burst length"] - pub const fn dbl(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x1f; - val as u8 - } - #[doc = "DMA burst length"] - pub fn set_dbl(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); - } - } - impl Default for Dcr { - fn default() -> Dcr { - Dcr(0) - } - } - #[doc = "capture/compare register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccr32(pub u32); - impl Ccr32 { - #[doc = "Capture/Compare 1 value"] - pub const fn ccr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "Capture/Compare 1 value"] - pub fn set_ccr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } - } - impl Default for Ccr32 { - fn default() -> Ccr32 { - Ccr32(0) - } - } - #[doc = "capture/compare register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccr16(pub u32); - impl Ccr16 { - #[doc = "Capture/Compare 1 value"] - pub const fn ccr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "Capture/Compare 1 value"] - pub fn set_ccr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } - } - impl Default for Ccr16 { - fn default() -> Ccr16 { - Ccr16(0) - } - } - #[doc = "counter"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cnt32(pub u32); - impl Cnt32 { - #[doc = "counter value"] - pub const fn cnt(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "counter value"] - pub fn set_cnt(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } - } - impl Default for Cnt32 { - fn default() -> Cnt32 { - Cnt32(0) + #[doc = "Voltage levels ready bit for currently used VOS and SDLEVEL This bit is set to 1 by hardware when the voltage regulator and the SD converter are both disabled and Bypass mode is selected in PWR control register 3 (PWR_CR3)."] + pub const fn actvosrdy(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 } - } - #[doc = "auto-reload register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Arr16(pub u32); - impl Arr16 { - #[doc = "Auto-reload value"] - pub const fn arr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "Voltage levels ready bit for currently used VOS and SDLEVEL This bit is set to 1 by hardware when the voltage regulator and the SD converter are both disabled and Bypass mode is selected in PWR control register 3 (PWR_CR3)."] + pub fn set_actvosrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Auto-reload value"] - pub fn set_arr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "VOS currently applied for VCORE voltage scaling selection. These bits reflect the last VOS value applied to the PMU."] + pub const fn actvos(&self) -> u8 { + let val = (self.0 >> 14usize) & 0x03; + val as u8 } - } - impl Default for Arr16 { - fn default() -> Arr16 { - Arr16(0) + #[doc = "VOS currently applied for VCORE voltage scaling selection. These bits reflect the last VOS value applied to the PMU."] + pub fn set_actvos(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); } - } - #[doc = "repetition counter register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rcr(pub u32); - impl Rcr { - #[doc = "Repetition counter value"] - pub const fn rep(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + #[doc = "Analog voltage detector output on VDDA This bit is set and cleared by hardware. It is valid only if AVD on VDDA is enabled by the AVDEN bit. Note: Since the AVD is disabled in Standby mode, this bit is equal to 0 after Standby or reset until the AVDEN bit is set."] + pub const fn avdo(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "Repetition counter value"] - pub fn set_rep(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "Analog voltage detector output on VDDA This bit is set and cleared by hardware. It is valid only if AVD on VDDA is enabled by the AVDEN bit. Note: Since the AVD is disabled in Standby mode, this bit is equal to 0 after Standby or reset until the AVDEN bit is set."] + pub fn set_avdo(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Rcr { - fn default() -> Rcr { - Rcr(0) + impl Default for Csr1 { + fn default() -> Csr1 { + Csr1(0) } } - #[doc = "status register"] + #[doc = "This register allows controlling CPU1 power."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrGp(pub u32); - impl SrGp { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { + pub struct Cpucr(pub u32); + impl Cpucr { + #[doc = "D1 domain Power Down Deepsleep selection. This bit allows CPU1 to define the Deepsleep mode for D1 domain."] + pub const fn pdds_d1(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Update interrupt flag"] - pub fn set_uif(&mut self, val: bool) { + #[doc = "D1 domain Power Down Deepsleep selection. This bit allows CPU1 to define the Deepsleep mode for D1 domain."] + pub fn set_pdds_d1(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn ccif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "D2 domain Power Down Deepsleep. This bit allows CPU1 to define the Deepsleep mode for D2 domain."] + pub const fn pdds_d2(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn set_ccif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "D2 domain Power Down Deepsleep. This bit allows CPU1 to define the Deepsleep mode for D2 domain."] + pub fn set_pdds_d2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "COM interrupt flag"] - pub const fn comif(&self) -> bool { + #[doc = "System D3 domain Power Down Deepsleep. This bit allows CPU1 to define the Deepsleep mode for System D3 domain."] + pub const fn pdds_d3(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "System D3 domain Power Down Deepsleep. This bit allows CPU1 to define the Deepsleep mode for System D3 domain."] + pub fn set_pdds_d3(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "STOP flag This bit is set by hardware and cleared only by any reset or by setting the CPU1 CSSF bit."] + pub const fn stopf(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "COM interrupt flag"] - pub fn set_comif(&mut self, val: bool) { + #[doc = "STOP flag This bit is set by hardware and cleared only by any reset or by setting the CPU1 CSSF bit."] + pub fn set_stopf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Trigger interrupt flag"] - pub const fn tif(&self) -> bool { + #[doc = "System Standby flag This bit is set by hardware and cleared only by a POR (Power-on Reset) or by setting the CPU1 CSSF bit"] + pub const fn sbf(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Trigger interrupt flag"] - pub fn set_tif(&mut self, val: bool) { + #[doc = "System Standby flag This bit is set by hardware and cleared only by a POR (Power-on Reset) or by setting the CPU1 CSSF bit"] + pub fn set_sbf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Break interrupt flag"] - pub const fn bif(&self) -> bool { + #[doc = "D1 domain DStandby flag This bit is set by hardware and cleared by any system reset or by setting the CPU1 CSSF bit. Once set, this bit can be cleared only when the D1 domain is no longer in DStandby mode."] + pub const fn sbf_d1(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Break interrupt flag"] - pub fn set_bif(&mut self, val: bool) { + #[doc = "D1 domain DStandby flag This bit is set by hardware and cleared by any system reset or by setting the CPU1 CSSF bit. Once set, this bit can be cleared only when the D1 domain is no longer in DStandby mode."] + pub fn set_sbf_d1(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn ccof(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "D2 domain DStandby flag This bit is set by hardware and cleared by any system reset or by setting the CPU1 CSSF bit. Once set, this bit can be cleared only when the D2 domain is no longer in DStandby mode."] + pub const fn sbf_d2(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn set_ccof(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "D2 domain DStandby flag This bit is set by hardware and cleared by any system reset or by setting the CPU1 CSSF bit. Once set, this bit can be cleared only when the D2 domain is no longer in DStandby mode."] + pub fn set_sbf_d2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Clear D1 domain CPU1 Standby, Stop and HOLD flags (always read as 0) This bit is cleared to 0 by hardware."] + pub const fn cssf(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Clear D1 domain CPU1 Standby, Stop and HOLD flags (always read as 0) This bit is cleared to 0 by hardware."] + pub fn set_cssf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Keep system D3 domain in Run mode regardless of the CPU sub-systems modes"] + pub const fn run_d3(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Keep system D3 domain in Run mode regardless of the CPU sub-systems modes"] + pub fn set_run_d3(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } } - impl Default for SrGp { - fn default() -> SrGp { - SrGp(0) + impl Default for Cpucr { + fn default() -> Cpucr { + Cpucr(0) } } - #[doc = "break and dead-time register"] + #[doc = "This register allows controlling D3 domain power.Following reset VOSRDY will be read 1 by software"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bdtr(pub u32); - impl Bdtr { - #[doc = "Dead-time generator setup"] - pub const fn dtg(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + pub struct D3cr(pub u32); + impl D3cr { + #[doc = "VOS Ready bit for VCORE voltage scaling output selection. This bit is set to 1 by hardware when Bypass mode is selected in PWR control register 3 (PWR_CR3)."] + pub const fn vosrdy(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 } - #[doc = "Dead-time generator setup"] - pub fn set_dtg(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "VOS Ready bit for VCORE voltage scaling output selection. This bit is set to 1 by hardware when Bypass mode is selected in PWR control register 3 (PWR_CR3)."] + pub fn set_vosrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Lock configuration"] - pub const fn lock(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x03; + #[doc = "Voltage scaling selection according to performance These bits control the VCORE voltage level and allow to obtains the best trade-off between power consumption and performance: When increasing the performance, the voltage scaling shall be changed before increasing the system frequency. When decreasing performance, the system frequency shall first be decreased before changing the voltage scaling."] + pub const fn vos(&self) -> u8 { + let val = (self.0 >> 14usize) & 0x03; val as u8 } - #[doc = "Lock configuration"] - pub fn set_lock(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); - } - #[doc = "Off-state selection for Idle mode"] - pub const fn ossi(&self) -> super::vals::Ossi { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Ossi(val as u8) - } - #[doc = "Off-state selection for Idle mode"] - pub fn set_ossi(&mut self, val: super::vals::Ossi) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "Voltage scaling selection according to performance These bits control the VCORE voltage level and allow to obtains the best trade-off between power consumption and performance: When increasing the performance, the voltage scaling shall be changed before increasing the system frequency. When decreasing performance, the system frequency shall first be decreased before changing the voltage scaling."] + pub fn set_vos(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); } - #[doc = "Off-state selection for Run mode"] - pub const fn ossr(&self) -> super::vals::Ossr { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Ossr(val as u8) + } + impl Default for D3cr { + fn default() -> D3cr { + D3cr(0) } - #[doc = "Off-state selection for Run mode"] - pub fn set_ossr(&mut self, val: super::vals::Ossr) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "reset only by system reset, not reset by wakeup from Standby mode5 wait states are required when writing this register (when clearing a WKUPF bit in PWR_WKUPFR, the AHB write access will complete after the WKUPF has been cleared)."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Wkupcr(pub u32); + impl Wkupcr { + #[doc = "Clear Wakeup pin flag for WKUP. These bits are always read as 0."] + pub const fn wkupc(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x3f; + val as u8 } - #[doc = "Break enable"] - pub const fn bke(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 + #[doc = "Clear Wakeup pin flag for WKUP. These bits are always read as 0."] + pub fn set_wkupc(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); } - #[doc = "Break enable"] - pub fn set_bke(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + impl Default for Wkupcr { + fn default() -> Wkupcr { + Wkupcr(0) } - #[doc = "Break polarity"] - pub const fn bkp(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + } + #[doc = "Reset only by POR only, not reset by wakeup from Standby mode and RESET pad. The lower byte of this register is written once after POR and shall be written before changing VOS level or ck_sys clock frequency. No limitation applies to the upper bytes.Programming data corresponding to an invalid combination of SDLEVEL, SDEXTHP, SDEN, LDOEN and BYPASS bits (see Table9) will be ignored: data will not be written, the written-once mechanism will lock the register and any further write access will be ignored. The default supply configuration will be kept and the ACTVOSRDY bit in PWR control status register 1 (PWR_CSR1) will go on indicating invalid voltage levels. The system shall be power cycled before writing a new value."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr3(pub u32); + impl Cr3 { + #[doc = "Power management unit bypass"] + pub const fn bypass(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Break polarity"] - pub fn set_bkp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "Power management unit bypass"] + pub fn set_bypass(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Automatic output enable"] - pub const fn aoe(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "Low drop-out regulator enable"] + pub const fn ldoen(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Automatic output enable"] - pub fn set_aoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "Low drop-out regulator enable"] + pub fn set_ldoen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Main output enable"] - pub const fn moe(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; + #[doc = "SD converter Enable"] + pub const fn scuen(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Main output enable"] - pub fn set_moe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); - } - } - impl Default for Bdtr { - fn default() -> Bdtr { - Bdtr(0) + #[doc = "SD converter Enable"] + pub fn set_scuen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - } - #[doc = "event generation register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct EgrAdv(pub u32); - impl EgrAdv { - #[doc = "Update generation"] - pub const fn ug(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "VBAT charging enable"] + pub const fn vbe(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Update generation"] - pub fn set_ug(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "VBAT charging enable"] + pub fn set_vbe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Capture/compare 1 generation"] - pub fn ccg(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "VBAT charging resistor selection"] + pub const fn vbrs(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "Capture/compare 1 generation"] - pub fn set_ccg(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "VBAT charging resistor selection"] + pub fn set_vbrs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Capture/Compare control update generation"] - pub const fn comg(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "VDD33USB voltage level detector enable."] + pub const fn usb33den(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Capture/Compare control update generation"] - pub fn set_comg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "VDD33USB voltage level detector enable."] + pub fn set_usb33den(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "Trigger generation"] - pub const fn tg(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "USB regulator enable."] + pub const fn usbregen(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "Trigger generation"] - pub fn set_tg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "USB regulator enable."] + pub fn set_usbregen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "Break generation"] - pub const fn bg(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "USB supply ready."] + pub const fn usb33rdy(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "Break generation"] - pub fn set_bg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "USB supply ready."] + pub fn set_usb33rdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } } - impl Default for EgrAdv { - fn default() -> EgrAdv { - EgrAdv(0) + impl Default for Cr3 { + fn default() -> Cr3 { + Cr3(0) } } - #[doc = "control register 1"] + #[doc = "This register is not reset by wakeup from Standby mode, RESET signal and VDD POR. It is only reset by VSW POR and VSWRST reset. This register shall not be accessed when VSWRST bit in RCC_BDCR register resets the VSW domain.After reset, PWR_CR2 register is write-protected. Prior to modifying its content, the DBP bit in PWR_CR1 register must be set to disable the write protection."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1Gp(pub u32); - impl Cr1Gp { - #[doc = "Counter enable"] - pub const fn cen(&self) -> bool { + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Backup regulator enable When set, the Backup regulator (used to maintain the backup RAM content in Standby and VBAT modes) is enabled. If BREN is reset, the backup regulator is switched off. The backup RAM can still be used in Run and Stop modes. However, its content will be lost in Standby and VBAT modes. If BREN is set, the application must wait till the Backup Regulator Ready flag (BRRDY) is set to indicate that the data written into the SRAM will be maintained in Standby and VBAT modes."] + pub const fn bren(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Counter enable"] - pub fn set_cen(&mut self, val: bool) { + #[doc = "Backup regulator enable When set, the Backup regulator (used to maintain the backup RAM content in Standby and VBAT modes) is enabled. If BREN is reset, the backup regulator is switched off. The backup RAM can still be used in Run and Stop modes. However, its content will be lost in Standby and VBAT modes. If BREN is set, the application must wait till the Backup Regulator Ready flag (BRRDY) is set to indicate that the data written into the SRAM will be maintained in Standby and VBAT modes."] + pub fn set_bren(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Update disable"] - pub const fn udis(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "VBAT and temperature monitoring enable When set, the VBAT supply and temperature monitoring is enabled."] + pub const fn monen(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Update disable"] - pub fn set_udis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Update request source"] - pub const fn urs(&self) -> super::vals::Urs { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Urs(val as u8) + #[doc = "VBAT and temperature monitoring enable When set, the VBAT supply and temperature monitoring is enabled."] + pub fn set_monen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Update request source"] - pub fn set_urs(&mut self, val: super::vals::Urs) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Backup regulator ready This bit is set by hardware to indicate that the Backup regulator is ready."] + pub const fn brrdy(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "One-pulse mode"] - pub const fn opm(&self) -> super::vals::Opm { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Opm(val as u8) + #[doc = "Backup regulator ready This bit is set by hardware to indicate that the Backup regulator is ready."] + pub fn set_brrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "One-pulse mode"] - pub fn set_opm(&mut self, val: super::vals::Opm) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "VBAT level monitoring versus low threshold"] + pub const fn vbatl(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 } - #[doc = "Direction"] - pub const fn dir(&self) -> super::vals::Dir { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Dir(val as u8) + #[doc = "VBAT level monitoring versus low threshold"] + pub fn set_vbatl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "Direction"] - pub fn set_dir(&mut self, val: super::vals::Dir) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "VBAT level monitoring versus high threshold"] + pub const fn vbath(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 } - #[doc = "Center-aligned mode selection"] - pub const fn cms(&self) -> super::vals::Cms { - let val = (self.0 >> 5usize) & 0x03; - super::vals::Cms(val as u8) + #[doc = "VBAT level monitoring versus high threshold"] + pub fn set_vbath(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Center-aligned mode selection"] - pub fn set_cms(&mut self, val: super::vals::Cms) { - self.0 = (self.0 & !(0x03 << 5usize)) | (((val.0 as u32) & 0x03) << 5usize); + #[doc = "Temperature level monitoring versus low threshold"] + pub const fn templ(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 } - #[doc = "Auto-reload preload enable"] - pub const fn arpe(&self) -> super::vals::Arpe { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Arpe(val as u8) - } - #[doc = "Auto-reload preload enable"] - pub fn set_arpe(&mut self, val: super::vals::Arpe) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Temperature level monitoring versus low threshold"] + pub fn set_templ(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Clock division"] - pub const fn ckd(&self) -> super::vals::Ckd { - let val = (self.0 >> 8usize) & 0x03; - super::vals::Ckd(val as u8) + #[doc = "Temperature level monitoring versus high threshold"] + pub const fn temph(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 } - #[doc = "Clock division"] - pub fn set_ckd(&mut self, val: super::vals::Ckd) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); + #[doc = "Temperature level monitoring versus high threshold"] + pub fn set_temph(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } } - impl Default for Cr1Gp { - fn default() -> Cr1Gp { - Cr1Gp(0) + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) } } - #[doc = "capture/compare enable register"] + } +} +pub mod spi_v2 { + use crate::generic::*; + #[doc = "Serial peripheral interface"] + #[derive(Copy, Clone)] + pub struct Spi(pub *mut u8); + unsafe impl Send for Spi {} + unsafe impl Sync for Spi {} + impl Spi { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "CRC polynomial register"] + pub fn crcpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "RX CRC register"] + pub fn rxcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "TX CRC register"] + pub fn txcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "control register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcerAdv(pub u32); - impl CcerAdv { - #[doc = "Capture/Compare 1 output enable"] - pub fn cce(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Cpha(val as u8) } - #[doc = "Capture/Compare 1 output enable"] - pub fn set_cce(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Cpol(val as u8) } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Capture/Compare 1 complementary output enable"] - pub fn ccne(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "Master selection"] + pub const fn mstr(&self) -> super::vals::Mstr { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Mstr(val as u8) } - #[doc = "Capture/Compare 1 complementary output enable"] - pub fn set_ccne(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Master selection"] + pub fn set_mstr(&mut self, val: super::vals::Mstr) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccnp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Baud rate control"] + pub const fn br(&self) -> super::vals::Br { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Br(val as u8) + } + #[doc = "Baud rate control"] + pub fn set_br(&mut self, val: super::vals::Br) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + } + #[doc = "SPI enable"] + pub const fn spe(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccnp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "SPI enable"] + pub fn set_spe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - } - impl Default for CcerAdv { - fn default() -> CcerAdv { - CcerAdv(0) + #[doc = "Frame format"] + pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Lsbfirst(val as u8) } - } - #[doc = "slave mode control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Smcr(pub u32); - impl Smcr { - #[doc = "Slave mode selection"] - pub const fn sms(&self) -> super::vals::Sms { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Sms(val as u8) + #[doc = "Frame format"] + pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "Slave mode selection"] - pub fn set_sms(&mut self, val: super::vals::Sms) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + #[doc = "Internal slave select"] + pub const fn ssi(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "Trigger selection"] - pub const fn ts(&self) -> super::vals::Ts { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Ts(val as u8) + #[doc = "Internal slave select"] + pub fn set_ssi(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Trigger selection"] - pub fn set_ts(&mut self, val: super::vals::Ts) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + #[doc = "Software slave management"] + pub const fn ssm(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 } - #[doc = "Master/Slave mode"] - pub const fn msm(&self) -> super::vals::Msm { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Msm(val as u8) + #[doc = "Software slave management"] + pub fn set_ssm(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Master/Slave mode"] - pub fn set_msm(&mut self, val: super::vals::Msm) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Receive only"] + pub const fn rxonly(&self) -> super::vals::Rxonly { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Rxonly(val as u8) } - #[doc = "External trigger filter"] - pub const fn etf(&self) -> super::vals::Etf { - let val = (self.0 >> 8usize) & 0x0f; - super::vals::Etf(val as u8) + #[doc = "Receive only"] + pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "External trigger filter"] - pub fn set_etf(&mut self, val: super::vals::Etf) { - self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + #[doc = "CRC length"] + pub const fn crcl(&self) -> super::vals::Crcl { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Crcl(val as u8) } - #[doc = "External trigger prescaler"] - pub const fn etps(&self) -> super::vals::Etps { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Etps(val as u8) + #[doc = "CRC length"] + pub fn set_crcl(&mut self, val: super::vals::Crcl) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "External trigger prescaler"] - pub fn set_etps(&mut self, val: super::vals::Etps) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + #[doc = "CRC transfer next"] + pub const fn crcnext(&self) -> super::vals::Crcnext { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Crcnext(val as u8) } - #[doc = "External clock enable"] - pub const fn ece(&self) -> super::vals::Ece { + #[doc = "CRC transfer next"] + pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Hardware CRC calculation enable"] + pub const fn crcen(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Hardware CRC calculation enable"] + pub fn set_crcen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Output enable in bidirectional mode"] + pub const fn bidioe(&self) -> super::vals::Bidioe { let val = (self.0 >> 14usize) & 0x01; - super::vals::Ece(val as u8) + super::vals::Bidioe(val as u8) } - #[doc = "External clock enable"] - pub fn set_ece(&mut self, val: super::vals::Ece) { + #[doc = "Output enable in bidirectional mode"] + pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "External trigger polarity"] - pub const fn etp(&self) -> super::vals::Etp { + #[doc = "Bidirectional data mode enable"] + pub const fn bidimode(&self) -> super::vals::Bidimode { let val = (self.0 >> 15usize) & 0x01; - super::vals::Etp(val as u8) + super::vals::Bidimode(val as u8) } - #[doc = "External trigger polarity"] - pub fn set_etp(&mut self, val: super::vals::Etp) { + #[doc = "Bidirectional data mode enable"] + pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } } - impl Default for Smcr { - fn default() -> Smcr { - Smcr(0) + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) } } - #[doc = "DMA address for full transfer"] + #[doc = "data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dmar(pub u32); - impl Dmar { - #[doc = "DMA register for burst accesses"] - pub const fn dmab(&self) -> u16 { + pub struct Dr(pub u32); + impl Dr { + #[doc = "Data register"] + pub const fn dr(&self) -> u16 { let val = (self.0 >> 0usize) & 0xffff; val as u16 } - #[doc = "DMA register for burst accesses"] - pub fn set_dmab(&mut self, val: u16) { + #[doc = "Data register"] + pub fn set_dr(&mut self, val: u16) { self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Dmar { - fn default() -> Dmar { - Dmar(0) + impl Default for Dr { + fn default() -> Dr { + Dr(0) } } - #[doc = "control register 1"] + #[doc = "control register 2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1Basic(pub u32); - impl Cr1Basic { - #[doc = "Counter enable"] - pub const fn cen(&self) -> bool { + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Rx buffer DMA enable"] + pub const fn rxdmaen(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Counter enable"] - pub fn set_cen(&mut self, val: bool) { + #[doc = "Rx buffer DMA enable"] + pub fn set_rxdmaen(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Update disable"] - pub const fn udis(&self) -> bool { + #[doc = "Tx buffer DMA enable"] + pub const fn txdmaen(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Update disable"] - pub fn set_udis(&mut self, val: bool) { + #[doc = "Tx buffer DMA enable"] + pub fn set_txdmaen(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Update request source"] - pub const fn urs(&self) -> super::vals::Urs { + #[doc = "SS output enable"] + pub const fn ssoe(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; - super::vals::Urs(val as u8) + val != 0 } - #[doc = "Update request source"] - pub fn set_urs(&mut self, val: super::vals::Urs) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "SS output enable"] + pub fn set_ssoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "One-pulse mode"] - pub const fn opm(&self) -> super::vals::Opm { + #[doc = "NSS pulse management"] + pub const fn nssp(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; - super::vals::Opm(val as u8) + val != 0 } - #[doc = "One-pulse mode"] - pub fn set_opm(&mut self, val: super::vals::Opm) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "NSS pulse management"] + pub fn set_nssp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Auto-reload preload enable"] - pub const fn arpe(&self) -> super::vals::Arpe { + #[doc = "Frame format"] + pub const fn frf(&self) -> super::vals::Frf { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Frf(val as u8) + } + #[doc = "Frame format"] + pub fn set_frf(&mut self, val: super::vals::Frf) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "Error interrupt enable"] + pub const fn errie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Error interrupt enable"] + pub fn set_errie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "RX buffer not empty interrupt enable"] + pub const fn rxneie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "RX buffer not empty interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Tx buffer empty interrupt enable"] + pub const fn txeie(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; - super::vals::Arpe(val as u8) + val != 0 } - #[doc = "Auto-reload preload enable"] - pub fn set_arpe(&mut self, val: super::vals::Arpe) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Tx buffer empty interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - } - impl Default for Cr1Basic { - fn default() -> Cr1Basic { - Cr1Basic(0) + #[doc = "Data size"] + pub const fn ds(&self) -> super::vals::Ds { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Ds(val as u8) } - } - #[doc = "counter"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cnt16(pub u32); - impl Cnt16 { - #[doc = "counter value"] - pub const fn cnt(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "Data size"] + pub fn set_ds(&mut self, val: super::vals::Ds) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); } - #[doc = "counter value"] - pub fn set_cnt(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "FIFO reception threshold"] + pub const fn frxth(&self) -> super::vals::Frxth { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Frxth(val as u8) + } + #[doc = "FIFO reception threshold"] + pub fn set_frxth(&mut self, val: super::vals::Frxth) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Last DMA transfer for reception"] + pub const fn ldma_rx(&self) -> super::vals::LdmaRx { + let val = (self.0 >> 13usize) & 0x01; + super::vals::LdmaRx(val as u8) + } + #[doc = "Last DMA transfer for reception"] + pub fn set_ldma_rx(&mut self, val: super::vals::LdmaRx) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "Last DMA transfer for transmission"] + pub const fn ldma_tx(&self) -> super::vals::LdmaTx { + let val = (self.0 >> 14usize) & 0x01; + super::vals::LdmaTx(val as u8) + } + #[doc = "Last DMA transfer for transmission"] + pub fn set_ldma_tx(&mut self, val: super::vals::LdmaTx) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } } - impl Default for Cnt16 { - fn default() -> Cnt16 { - Cnt16(0) + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) } } - #[doc = "control register 2"] + #[doc = "status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Adv(pub u32); - impl Cr2Adv { - #[doc = "Capture/compare preloaded control"] - pub const fn ccpc(&self) -> bool { + pub struct Sr(pub u32); + impl Sr { + #[doc = "Receive buffer not empty"] + pub const fn rxne(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Capture/compare preloaded control"] - pub fn set_ccpc(&mut self, val: bool) { + #[doc = "Receive buffer not empty"] + pub fn set_rxne(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Capture/compare control update selection"] - pub const fn ccus(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "Transmit buffer empty"] + pub const fn txe(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Capture/compare control update selection"] - pub fn set_ccus(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Capture/compare DMA selection"] - pub const fn ccds(&self) -> super::vals::Ccds { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ccds(val as u8) - } - #[doc = "Capture/compare DMA selection"] - pub fn set_ccds(&mut self, val: super::vals::Ccds) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Transmit buffer empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) + #[doc = "CRC error flag"] + pub const fn crcerr(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + #[doc = "CRC error flag"] + pub fn set_crcerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "TI1 selection"] - pub const fn ti1s(&self) -> super::vals::Tis { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Tis(val as u8) + #[doc = "Mode fault"] + pub const fn modf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "TI1 selection"] - pub fn set_ti1s(&mut self, val: super::vals::Tis) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Mode fault"] + pub fn set_modf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Output Idle state 1"] - pub fn ois(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 8usize + n * 2usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Overrun flag"] + pub const fn ovr(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Output Idle state 1"] - pub fn set_ois(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 8usize + n * 2usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Output Idle state 1"] - pub const fn ois1n(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Output Idle state 1"] - pub fn set_ois1n(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Output Idle state 2"] - pub const fn ois2n(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 - } - #[doc = "Output Idle state 2"] - pub fn set_ois2n(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - #[doc = "Output Idle state 3"] - pub const fn ois3n(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "Output Idle state 3"] - pub fn set_ois3n(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - } - impl Default for Cr2Adv { - fn default() -> Cr2Adv { - Cr2Adv(0) - } - } - #[doc = "DMA/Interrupt enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct DierAdv(pub u32); - impl DierAdv { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Update interrupt enable"] - pub fn set_uie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn ccie(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn set_ccie(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "COM interrupt enable"] - pub const fn comie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "COM interrupt enable"] - pub fn set_comie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Trigger interrupt enable"] - pub const fn tie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Trigger interrupt enable"] - pub fn set_tie(&mut self, val: bool) { + #[doc = "Overrun flag"] + pub fn set_ovr(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Break interrupt enable"] - pub const fn bie(&self) -> bool { + #[doc = "Busy flag"] + pub const fn bsy(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Break interrupt enable"] - pub fn set_bie(&mut self, val: bool) { + #[doc = "Busy flag"] + pub fn set_bsy(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Update DMA request enable"] - pub const fn ude(&self) -> bool { + #[doc = "Frame format error"] + pub const fn fre(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Update DMA request enable"] - pub fn set_ude(&mut self, val: bool) { + #[doc = "Frame format error"] + pub fn set_fre(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn ccde(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn set_ccde(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "COM DMA request enable"] - pub const fn comde(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "COM DMA request enable"] - pub fn set_comde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "Trigger DMA request enable"] - pub const fn tde(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "Trigger DMA request enable"] - pub fn set_tde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - } - impl Default for DierAdv { - fn default() -> DierAdv { - DierAdv(0) - } - } - #[doc = "event generation register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct EgrGp(pub u32); - impl EgrGp { - #[doc = "Update generation"] - pub const fn ug(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Update generation"] - pub fn set_ug(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Capture/compare 1 generation"] - pub fn ccg(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/compare 1 generation"] - pub fn set_ccg(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Capture/Compare control update generation"] - pub const fn comg(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Capture/Compare control update generation"] - pub fn set_comg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Trigger generation"] - pub const fn tg(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Trigger generation"] - pub fn set_tg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Break generation"] - pub const fn bg(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Break generation"] - pub fn set_bg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - } - impl Default for EgrGp { - fn default() -> EgrGp { - EgrGp(0) - } - } - #[doc = "capture/compare enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcerGp(pub u32); - impl CcerGp { - #[doc = "Capture/Compare 1 output enable"] - pub fn cce(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 output enable"] - pub fn set_cce(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccnp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccnp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - } - impl Default for CcerGp { - fn default() -> CcerGp { - CcerGp(0) - } - } - #[doc = "capture/compare mode register 1 (input mode)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcmrInput(pub u32); - impl CcmrInput { - #[doc = "Capture/Compare 1 selection"] - pub fn ccs(&self, n: usize) -> super::vals::CcmrInputCcs { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; - super::vals::CcmrInputCcs(val as u8) - } - #[doc = "Capture/Compare 1 selection"] - pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrInputCcs) { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - #[doc = "Input capture 1 prescaler"] - pub fn icpsc(&self, n: usize) -> u8 { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; + #[doc = "FIFO reception level"] + pub const fn frlvl(&self) -> u8 { + let val = (self.0 >> 9usize) & 0x03; val as u8 } - #[doc = "Input capture 1 prescaler"] - pub fn set_icpsc(&mut self, n: usize, val: u8) { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val as u32) & 0x03) << offs); - } - #[doc = "Input capture 1 filter"] - pub fn icf(&self, n: usize) -> super::vals::Icf { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - let val = (self.0 >> offs) & 0x0f; - super::vals::Icf(val as u8) - } - #[doc = "Input capture 1 filter"] - pub fn set_icf(&mut self, n: usize, val: super::vals::Icf) { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); - } - } - impl Default for CcmrInput { - fn default() -> CcmrInput { - CcmrInput(0) - } - } - #[doc = "status register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrAdv(pub u32); - impl SrAdv { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Update interrupt flag"] - pub fn set_uif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn ccif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn set_ccif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "COM interrupt flag"] - pub const fn comif(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "COM interrupt flag"] - pub fn set_comif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Trigger interrupt flag"] - pub const fn tif(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Trigger interrupt flag"] - pub fn set_tif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Break interrupt flag"] - pub const fn bif(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Break interrupt flag"] - pub fn set_bif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "FIFO reception level"] + pub fn set_frlvl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 9usize)) | (((val as u32) & 0x03) << 9usize); } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn ccof(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "FIFO Transmission Level"] + pub const fn ftlvl(&self) -> u8 { + let val = (self.0 >> 11usize) & 0x03; + val as u8 } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn set_ccof(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "FIFO Transmission Level"] + pub fn set_ftlvl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val as u32) & 0x03) << 11usize); } } - impl Default for SrAdv { - fn default() -> SrAdv { - SrAdv(0) + impl Default for Sr { + fn default() -> Sr { + Sr(0) } } - #[doc = "capture/compare mode register 2 (output mode)"] + #[doc = "RX CRC register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcmrOutput(pub u32); - impl CcmrOutput { - #[doc = "Capture/Compare 3 selection"] - pub fn ccs(&self, n: usize) -> super::vals::CcmrOutputCcs { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; - super::vals::CcmrOutputCcs(val as u8) - } - #[doc = "Capture/Compare 3 selection"] - pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrOutputCcs) { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - #[doc = "Output compare 3 fast enable"] - pub fn ocfe(&self, n: usize) -> bool { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Output compare 3 fast enable"] - pub fn set_ocfe(&mut self, n: usize, val: bool) { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Output compare 3 preload enable"] - pub fn ocpe(&self, n: usize) -> super::vals::Ocpe { - assert!(n < 2usize); - let offs = 3usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Ocpe(val as u8) - } - #[doc = "Output compare 3 preload enable"] - pub fn set_ocpe(&mut self, n: usize, val: super::vals::Ocpe) { - assert!(n < 2usize); - let offs = 3usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "Output compare 3 mode"] - pub fn ocm(&self, n: usize) -> super::vals::Ocm { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - let val = (self.0 >> offs) & 0x07; - super::vals::Ocm(val as u8) - } - #[doc = "Output compare 3 mode"] - pub fn set_ocm(&mut self, n: usize, val: super::vals::Ocm) { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); - } - #[doc = "Output compare 3 clear enable"] - pub fn occe(&self, n: usize) -> bool { - assert!(n < 2usize); - let offs = 7usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + pub struct Rxcrcr(pub u32); + impl Rxcrcr { + #[doc = "Rx CRC register"] + pub const fn rx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "Output compare 3 clear enable"] - pub fn set_occe(&mut self, n: usize, val: bool) { - assert!(n < 2usize); - let offs = 7usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Rx CRC register"] + pub fn set_rx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for CcmrOutput { - fn default() -> CcmrOutput { - CcmrOutput(0) + impl Default for Rxcrcr { + fn default() -> Rxcrcr { + Rxcrcr(0) } } - #[doc = "auto-reload register"] + #[doc = "CRC polynomial register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Arr32(pub u32); - impl Arr32 { - #[doc = "Auto-reload value"] - pub const fn arr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Crcpr(pub u32); + impl Crcpr { + #[doc = "CRC polynomial register"] + pub const fn crcpoly(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "Auto-reload value"] - pub fn set_arr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "CRC polynomial register"] + pub fn set_crcpoly(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Arr32 { - fn default() -> Arr32 { - Arr32(0) + impl Default for Crcpr { + fn default() -> Crcpr { + Crcpr(0) } } - #[doc = "prescaler"] + #[doc = "TX CRC register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Psc(pub u32); - impl Psc { - #[doc = "Prescaler value"] - pub const fn psc(&self) -> u16 { + pub struct Txcrcr(pub u32); + impl Txcrcr { + #[doc = "Tx CRC register"] + pub const fn tx_crc(&self) -> u16 { let val = (self.0 >> 0usize) & 0xffff; val as u16 } - #[doc = "Prescaler value"] - pub fn set_psc(&mut self, val: u16) { + #[doc = "Tx CRC register"] + pub fn set_tx_crc(&mut self, val: u16) { self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Psc { - fn default() -> Psc { - Psc(0) + impl Default for Txcrcr { + fn default() -> Txcrcr { + Txcrcr(0) } } } @@ -5195,1015 +4384,520 @@ pub mod timer_v1 { use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct CcmrOutputCcs(pub u8); - impl CcmrOutputCcs { - #[doc = "CCx channel is configured as output"] - pub const OUTPUT: Self = Self(0); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ts(pub u8); - impl Ts { - #[doc = "Internal Trigger 0 (ITR0)"] - pub const ITR0: Self = Self(0); - #[doc = "Internal Trigger 1 (ITR1)"] - pub const ITR1: Self = Self(0x01); - #[doc = "Internal Trigger 2 (ITR2)"] - pub const ITR2: Self = Self(0x02); - #[doc = "TI1 Edge Detector (TI1F_ED)"] - pub const TI1F_ED: Self = Self(0x04); - #[doc = "Filtered Timer Input 1 (TI1FP1)"] - pub const TI1FP1: Self = Self(0x05); - #[doc = "Filtered Timer Input 2 (TI2FP2)"] - pub const TI2FP2: Self = Self(0x06); - #[doc = "External Trigger input (ETRF)"] - pub const ETRF: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cms(pub u8); - impl Cms { - #[doc = "The counter counts up or down depending on the direction bit"] - pub const EDGEALIGNED: Self = Self(0); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting down."] - pub const CENTERALIGNED1: Self = Self(0x01); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting up."] - pub const CENTERALIGNED2: Self = Self(0x02); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set both when the counter is counting up or down."] - pub const CENTERALIGNED3: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ece(pub u8); - impl Ece { - #[doc = "External clock mode 2 disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "External clock mode 2 enabled. The counter is clocked by any active edge on the ETRF signal."] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Urs(pub u8); - impl Urs { - #[doc = "Any of counter overflow/underflow, setting UG, or update through slave mode, generates an update interrupt or DMA request"] - pub const ANYEVENT: Self = Self(0); - #[doc = "Only counter overflow/underflow generates an update interrupt or DMA request"] - pub const COUNTERONLY: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Opm(pub u8); - impl Opm { - #[doc = "Counter is not stopped at update event"] - pub const DISABLED: Self = Self(0); - #[doc = "Counter stops counting at the next update event (clearing the CEN bit)"] - pub const ENABLED: Self = Self(0x01); + pub struct Bidimode(pub u8); + impl Bidimode { + #[doc = "2-line unidirectional data mode selected"] + pub const UNIDIRECTIONAL: Self = Self(0); + #[doc = "1-line bidirectional data mode selected"] + pub const BIDIRECTIONAL: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ocpe(pub u8); - impl Ocpe { - #[doc = "Preload register on CCR2 disabled. New values written to CCR2 are taken into account immediately"] - pub const DISABLED: Self = Self(0); - #[doc = "Preload register on CCR2 enabled. Preload value is loaded into active register on each update event"] - pub const ENABLED: Self = Self(0x01); + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "CK to 0 when idle"] + pub const IDLELOW: Self = Self(0); + #[doc = "CK to 1 when idle"] + pub const IDLEHIGH: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ccds(pub u8); - impl Ccds { - #[doc = "CCx DMA request sent when CCx event occurs"] - pub const ONCOMPARE: Self = Self(0); - #[doc = "CCx DMA request sent when update event occurs"] - pub const ONUPDATE: Self = Self(0x01); + pub struct Lsbfirst(pub u8); + impl Lsbfirst { + #[doc = "Data is transmitted/received with the MSB first"] + pub const MSBFIRST: Self = Self(0); + #[doc = "Data is transmitted/received with the LSB first"] + pub const LSBFIRST: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct CcmrInputCcs(pub u8); - impl CcmrInputCcs { - #[doc = "CCx channel is configured as input, normal mapping: ICx mapped to TIx"] - pub const TI4: Self = Self(0x01); - #[doc = "CCx channel is configured as input, alternate mapping (switches 1 with 2, 3 with 4)"] - pub const TI3: Self = Self(0x02); - #[doc = "CCx channel is configured as input, ICx is mapped on TRC"] - pub const TRC: Self = Self(0x03); + pub struct Crcl(pub u8); + impl Crcl { + #[doc = "8-bit CRC length"] + pub const EIGHTBIT: Self = Self(0); + #[doc = "16-bit CRC length"] + pub const SIXTEENBIT: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Arpe(pub u8); - impl Arpe { - #[doc = "TIMx_APRR register is not buffered"] - pub const DISABLED: Self = Self(0); - #[doc = "TIMx_APRR register is buffered"] - pub const ENABLED: Self = Self(0x01); + pub struct Bidioe(pub u8); + impl Bidioe { + #[doc = "Output disabled (receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0); + #[doc = "Output enabled (transmit-only mode)"] + pub const OUTPUTENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mms(pub u8); - impl Mms { - #[doc = "The UG bit from the TIMx_EGR register is used as trigger output"] - pub const RESET: Self = Self(0); - #[doc = "The counter enable signal, CNT_EN, is used as trigger output"] - pub const ENABLE: Self = Self(0x01); - #[doc = "The update event is selected as trigger output"] - pub const UPDATE: Self = Self(0x02); - #[doc = "The trigger output send a positive pulse when the CC1IF flag it to be set, as soon as a capture or a compare match occurred"] - pub const COMPAREPULSE: Self = Self(0x03); - #[doc = "OC1REF signal is used as trigger output"] - pub const COMPAREOC1: Self = Self(0x04); - #[doc = "OC2REF signal is used as trigger output"] - pub const COMPAREOC2: Self = Self(0x05); - #[doc = "OC3REF signal is used as trigger output"] - pub const COMPAREOC3: Self = Self(0x06); - #[doc = "OC4REF signal is used as trigger output"] - pub const COMPAREOC4: Self = Self(0x07); + pub struct Mstr(pub u8); + impl Mstr { + #[doc = "Slave configuration"] + pub const SLAVE: Self = Self(0); + #[doc = "Master configuration"] + pub const MASTER: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Msm(pub u8); - impl Msm { - #[doc = "No action"] - pub const NOSYNC: Self = Self(0); - #[doc = "The effect of an event on the trigger input (TRGI) is delayed to allow a perfect synchronization between the current timer and its slaves (through TRGO). It is useful if we want to synchronize several timers on a single external event."] - pub const SYNC: Self = Self(0x01); + pub struct Frxth(pub u8); + impl Frxth { + #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/2 (16-bit)"] + pub const HALF: Self = Self(0); + #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/4 (8-bit)"] + pub const QUARTER: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etf(pub u8); - impl Etf { - #[doc = "No filter, sampling is done at fDTS"] - pub const NOFILTER: Self = Self(0); - #[doc = "fSAMPLING=fCK_INT, N=2"] - pub const FCK_INT_N2: Self = Self(0x01); - #[doc = "fSAMPLING=fCK_INT, N=4"] - pub const FCK_INT_N4: Self = Self(0x02); - #[doc = "fSAMPLING=fCK_INT, N=8"] - pub const FCK_INT_N8: Self = Self(0x03); - #[doc = "fSAMPLING=fDTS/2, N=6"] - pub const FDTS_DIV2_N6: Self = Self(0x04); - #[doc = "fSAMPLING=fDTS/2, N=8"] - pub const FDTS_DIV2_N8: Self = Self(0x05); - #[doc = "fSAMPLING=fDTS/4, N=6"] - pub const FDTS_DIV4_N6: Self = Self(0x06); - #[doc = "fSAMPLING=fDTS/4, N=8"] - pub const FDTS_DIV4_N8: Self = Self(0x07); - #[doc = "fSAMPLING=fDTS/8, N=6"] - pub const FDTS_DIV8_N6: Self = Self(0x08); - #[doc = "fSAMPLING=fDTS/8, N=8"] - pub const FDTS_DIV8_N8: Self = Self(0x09); - #[doc = "fSAMPLING=fDTS/16, N=5"] - pub const FDTS_DIV16_N5: Self = Self(0x0a); - #[doc = "fSAMPLING=fDTS/16, N=6"] - pub const FDTS_DIV16_N6: Self = Self(0x0b); - #[doc = "fSAMPLING=fDTS/16, N=8"] - pub const FDTS_DIV16_N8: Self = Self(0x0c); - #[doc = "fSAMPLING=fDTS/32, N=5"] - pub const FDTS_DIV32_N5: Self = Self(0x0d); - #[doc = "fSAMPLING=fDTS/32, N=6"] - pub const FDTS_DIV32_N6: Self = Self(0x0e); - #[doc = "fSAMPLING=fDTS/32, N=8"] - pub const FDTS_DIV32_N8: Self = Self(0x0f); + pub struct Ftlvlr(pub u8); + impl Ftlvlr { + #[doc = "Tx FIFO Empty"] + pub const EMPTY: Self = Self(0); + #[doc = "Tx 1/4 FIFO"] + pub const QUARTER: Self = Self(0x01); + #[doc = "Tx 1/2 FIFO"] + pub const HALF: Self = Self(0x02); + #[doc = "Tx FIFO full"] + pub const FULL: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Icf(pub u8); - impl Icf { - #[doc = "No filter, sampling is done at fDTS"] - pub const NOFILTER: Self = Self(0); - #[doc = "fSAMPLING=fCK_INT, N=2"] - pub const FCK_INT_N2: Self = Self(0x01); - #[doc = "fSAMPLING=fCK_INT, N=4"] - pub const FCK_INT_N4: Self = Self(0x02); - #[doc = "fSAMPLING=fCK_INT, N=8"] - pub const FCK_INT_N8: Self = Self(0x03); - #[doc = "fSAMPLING=fDTS/2, N=6"] - pub const FDTS_DIV2_N6: Self = Self(0x04); - #[doc = "fSAMPLING=fDTS/2, N=8"] - pub const FDTS_DIV2_N8: Self = Self(0x05); - #[doc = "fSAMPLING=fDTS/4, N=6"] - pub const FDTS_DIV4_N6: Self = Self(0x06); - #[doc = "fSAMPLING=fDTS/4, N=8"] - pub const FDTS_DIV4_N8: Self = Self(0x07); - #[doc = "fSAMPLING=fDTS/8, N=6"] - pub const FDTS_DIV8_N6: Self = Self(0x08); - #[doc = "fSAMPLING=fDTS/8, N=8"] - pub const FDTS_DIV8_N8: Self = Self(0x09); - #[doc = "fSAMPLING=fDTS/16, N=5"] - pub const FDTS_DIV16_N5: Self = Self(0x0a); - #[doc = "fSAMPLING=fDTS/16, N=6"] - pub const FDTS_DIV16_N6: Self = Self(0x0b); - #[doc = "fSAMPLING=fDTS/16, N=8"] - pub const FDTS_DIV16_N8: Self = Self(0x0c); - #[doc = "fSAMPLING=fDTS/32, N=5"] - pub const FDTS_DIV32_N5: Self = Self(0x0d); - #[doc = "fSAMPLING=fDTS/32, N=6"] - pub const FDTS_DIV32_N6: Self = Self(0x0e); - #[doc = "fSAMPLING=fDTS/32, N=8"] - pub const FDTS_DIV32_N8: Self = Self(0x0f); + pub struct Frlvlr(pub u8); + impl Frlvlr { + #[doc = "Rx FIFO Empty"] + pub const EMPTY: Self = Self(0); + #[doc = "Rx 1/4 FIFO"] + pub const QUARTER: Self = Self(0x01); + #[doc = "Rx 1/2 FIFO"] + pub const HALF: Self = Self(0x02); + #[doc = "Rx FIFO full"] + pub const FULL: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Counter used as upcounter"] - pub const UP: Self = Self(0); - #[doc = "Counter used as downcounter"] - pub const DOWN: Self = Self(0x01); + pub struct Frer(pub u8); + impl Frer { + #[doc = "No frame format error"] + pub const NOERROR: Self = Self(0); + #[doc = "A frame format error occurred"] + pub const ERROR: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etps(pub u8); - impl Etps { - #[doc = "Prescaler OFF"] - pub const DIV1: Self = Self(0); - #[doc = "ETRP frequency divided by 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "ETRP frequency divided by 4"] - pub const DIV4: Self = Self(0x02); - #[doc = "ETRP frequency divided by 8"] - pub const DIV8: Self = Self(0x03); + pub struct Rxonly(pub u8); + impl Rxonly { + #[doc = "Full duplex (Transmit and receive)"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Output disabled (Receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ossr(pub u8); - impl Ossr { - #[doc = "When inactive, OC/OCN outputs are disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "When inactive, OC/OCN outputs are enabled with their inactive level"] - pub const IDLELEVEL: Self = Self(0x01); + pub struct Br(pub u8); + impl Br { + #[doc = "f_PCLK / 2"] + pub const DIV2: Self = Self(0); + #[doc = "f_PCLK / 4"] + pub const DIV4: Self = Self(0x01); + #[doc = "f_PCLK / 8"] + pub const DIV8: Self = Self(0x02); + #[doc = "f_PCLK / 16"] + pub const DIV16: Self = Self(0x03); + #[doc = "f_PCLK / 32"] + pub const DIV32: Self = Self(0x04); + #[doc = "f_PCLK / 64"] + pub const DIV64: Self = Self(0x05); + #[doc = "f_PCLK / 128"] + pub const DIV128: Self = Self(0x06); + #[doc = "f_PCLK / 256"] + pub const DIV256: Self = Self(0x07); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ocm(pub u8); - impl Ocm { - #[doc = "The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the outputs"] - pub const FROZEN: Self = Self(0); - #[doc = "Set channel to active level on match. OCyREF signal is forced high when the counter matches the capture/compare register"] - pub const ACTIVEONMATCH: Self = Self(0x01); - #[doc = "Set channel to inactive level on match. OCyREF signal is forced low when the counter matches the capture/compare register"] - pub const INACTIVEONMATCH: Self = Self(0x02); - #[doc = "OCyREF toggles when TIMx_CNT=TIMx_CCRy"] - pub const TOGGLE: Self = Self(0x03); - #[doc = "OCyREF is forced low"] - pub const FORCEINACTIVE: Self = Self(0x04); - #[doc = "OCyREF is forced high"] - pub const FORCEACTIVE: Self = Self(0x05); - #[doc = "In upcounting, channel is active as long as TIMx_CNTTIMx_CCRy else active"] - pub const PWMMODE1: Self = Self(0x06); - #[doc = "Inversely to PwmMode1"] - pub const PWMMODE2: Self = Self(0x07); + pub struct Frf(pub u8); + impl Frf { + #[doc = "SPI Motorola mode"] + pub const MOTOROLA: Self = Self(0); + #[doc = "SPI TI mode"] + pub const TI: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tis(pub u8); - impl Tis { - #[doc = "The TIMx_CH1 pin is connected to TI1 input"] - pub const NORMAL: Self = Self(0); - #[doc = "The TIMx_CH1, CH2, CH3 pins are connected to TI1 input"] - pub const XOR: Self = Self(0x01); + pub struct Crcnext(pub u8); + impl Crcnext { + #[doc = "Next transmit value is from Tx buffer"] + pub const TXBUFFER: Self = Self(0); + #[doc = "Next transmit value is from Tx CRC register"] + pub const CRC: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etp(pub u8); - impl Etp { - #[doc = "ETR is noninverted, active at high level or rising edge"] - pub const NOTINVERTED: Self = Self(0); - #[doc = "ETR is inverted, active at low level or falling edge"] - pub const INVERTED: Self = Self(0x01); + pub struct LdmaTx(pub u8); + impl LdmaTx { + #[doc = "Number of data to transfer for transmit is even"] + pub const EVEN: Self = Self(0); + #[doc = "Number of data to transfer for transmit is odd"] + pub const ODD: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ckd(pub u8); - impl Ckd { - #[doc = "t_DTS = t_CK_INT"] - pub const DIV1: Self = Self(0); - #[doc = "t_DTS = 2 × t_CK_INT"] - pub const DIV2: Self = Self(0x01); - #[doc = "t_DTS = 4 × t_CK_INT"] - pub const DIV4: Self = Self(0x02); + pub struct Ds(pub u8); + impl Ds { + #[doc = "4-bit"] + pub const FOURBIT: Self = Self(0x03); + #[doc = "5-bit"] + pub const FIVEBIT: Self = Self(0x04); + #[doc = "6-bit"] + pub const SIXBIT: Self = Self(0x05); + #[doc = "7-bit"] + pub const SEVENBIT: Self = Self(0x06); + #[doc = "8-bit"] + pub const EIGHTBIT: Self = Self(0x07); + #[doc = "9-bit"] + pub const NINEBIT: Self = Self(0x08); + #[doc = "10-bit"] + pub const TENBIT: Self = Self(0x09); + #[doc = "11-bit"] + pub const ELEVENBIT: Self = Self(0x0a); + #[doc = "12-bit"] + pub const TWELVEBIT: Self = Self(0x0b); + #[doc = "13-bit"] + pub const THIRTEENBIT: Self = Self(0x0c); + #[doc = "14-bit"] + pub const FOURTEENBIT: Self = Self(0x0d); + #[doc = "15-bit"] + pub const FIFTEENBIT: Self = Self(0x0e); + #[doc = "16-bit"] + pub const SIXTEENBIT: Self = Self(0x0f); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sms(pub u8); - impl Sms { - #[doc = "Slave mode disabled - if CEN = ‘1 then the prescaler is clocked directly by the internal clock."] - pub const DISABLED: Self = Self(0); - #[doc = "Encoder mode 1 - Counter counts up/down on TI2FP1 edge depending on TI1FP2 level."] - pub const ENCODER_MODE_1: Self = Self(0x01); - #[doc = "Encoder mode 2 - Counter counts up/down on TI1FP2 edge depending on TI2FP1 level."] - pub const ENCODER_MODE_2: Self = Self(0x02); - #[doc = "Encoder mode 3 - Counter counts up/down on both TI1FP1 and TI2FP2 edges depending on the level of the other input."] - pub const ENCODER_MODE_3: Self = Self(0x03); - #[doc = "Reset Mode - Rising edge of the selected trigger input (TRGI) reinitializes the counter and generates an update of the registers."] - pub const RESET_MODE: Self = Self(0x04); - #[doc = "Gated Mode - The counter clock is enabled when the trigger input (TRGI) is high. The counter stops (but is not reset) as soon as the trigger becomes low. Both start and stop of the counter are controlled."] - pub const GATED_MODE: Self = Self(0x05); - #[doc = "Trigger Mode - The counter starts at a rising edge of the trigger TRGI (but it is not reset). Only the start of the counter is controlled."] - pub const TRIGGER_MODE: Self = Self(0x06); - #[doc = "External Clock Mode 1 - Rising edges of the selected trigger (TRGI) clock the counter."] - pub const EXT_CLOCK_MODE: Self = Self(0x07); + pub struct LdmaRx(pub u8); + impl LdmaRx { + #[doc = "Number of data to transfer for receive is even"] + pub const EVEN: Self = Self(0); + #[doc = "Number of data to transfer for receive is odd"] + pub const ODD: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ossi(pub u8); - impl Ossi { - #[doc = "When inactive, OC/OCN outputs are disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "When inactive, OC/OCN outputs are forced to idle level"] - pub const IDLELEVEL: Self = Self(0x01); + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRSTEDGE: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECONDEDGE: Self = Self(0x01); } } } -pub mod exti_v1 { +pub mod dma_v1 { use crate::generic::*; - #[doc = "External interrupt/event controller"] + #[doc = "Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers"] #[derive(Copy, Clone)] - pub struct Exti(pub *mut u8); - unsafe impl Send for Exti {} - unsafe impl Sync for Exti {} - impl Exti { - #[doc = "Interrupt mask register (EXTI_IMR)"] - pub fn imr(self) -> Reg { + pub struct Ch(pub *mut u8); + unsafe impl Send for Ch {} + unsafe impl Sync for Ch {} + impl Ch { + #[doc = "DMA channel configuration register (DMA_CCR)"] + pub fn cr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "Event mask register (EXTI_EMR)"] - pub fn emr(self) -> Reg { + #[doc = "DMA channel 1 number of data register"] + pub fn ndtr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "Rising Trigger selection register (EXTI_RTSR)"] - pub fn rtsr(self) -> Reg { + #[doc = "DMA channel 1 peripheral address register"] + pub fn par(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "Falling Trigger selection register (EXTI_FTSR)"] - pub fn ftsr(self) -> Reg { + #[doc = "DMA channel 1 memory address register"] + pub fn mar(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[doc = "Software interrupt event register (EXTI_SWIER)"] - pub fn swier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Pending register (EXTI_PR)"] - pub fn pr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mr(pub u8); - impl Mr { - #[doc = "Interrupt request line is masked"] - pub const MASKED: Self = Self(0); - #[doc = "Interrupt request line is unmasked"] - pub const UNMASKED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Prw(pub u8); - impl Prw { - #[doc = "Clears pending bit"] - pub const CLEAR: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tr(pub u8); - impl Tr { - #[doc = "Falling edge trigger is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Falling edge trigger is enabled"] - pub const ENABLED: Self = Self(0x01); + #[doc = "DMA controller"] + #[derive(Copy, Clone)] + pub struct Dma(pub *mut u8); + unsafe impl Send for Dma {} + unsafe impl Sync for Dma {} + impl Dma { + #[doc = "DMA interrupt status register (DMA_ISR)"] + pub fn isr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Prr(pub u8); - impl Prr { - #[doc = "No trigger request occurred"] - pub const NOTPENDING: Self = Self(0); - #[doc = "Selected trigger request occurred"] - pub const PENDING: Self = Self(0x01); + #[doc = "DMA interrupt flag clear register (DMA_IFCR)"] + pub fn ifcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Swierw(pub u8); - impl Swierw { - #[doc = "Generates an interrupt request"] - pub const PEND: Self = Self(0x01); + #[doc = "Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers"] + pub fn ch(self, n: usize) -> Ch { + assert!(n < 7usize); + unsafe { Ch(self.0.add(8usize + n * 20usize)) } } } pub mod regs { use crate::generic::*; - #[doc = "Falling Trigger selection register (EXTI_FTSR)"] + #[doc = "DMA channel configuration register (DMA_CCR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ftsr(pub u32); - impl Ftsr { - #[doc = "Falling trigger event configuration of line 0"] - pub fn tr(&self, n: usize) -> super::vals::Tr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Tr(val as u8) - } - #[doc = "Falling trigger event configuration of line 0"] - pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + pub struct Cr(pub u32); + impl Cr { + #[doc = "Channel enable"] + pub const fn en(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - } - impl Default for Ftsr { - fn default() -> Ftsr { - Ftsr(0) + #[doc = "Channel enable"] + pub fn set_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - } - #[doc = "Rising Trigger selection register (EXTI_RTSR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rtsr(pub u32); - impl Rtsr { - #[doc = "Rising trigger event configuration of line 0"] - pub fn tr(&self, n: usize) -> super::vals::Tr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Tr(val as u8) + #[doc = "Transfer complete interrupt enable"] + pub const fn tcie(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "Rising trigger event configuration of line 0"] - pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Transfer complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - } - impl Default for Rtsr { - fn default() -> Rtsr { - Rtsr(0) + #[doc = "Half Transfer interrupt enable"] + pub const fn htie(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - } - #[doc = "Software interrupt event register (EXTI_SWIER)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Swier(pub u32); - impl Swier { - #[doc = "Software Interrupt on line 0"] - pub fn swier(&self, n: usize) -> bool { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Half Transfer interrupt enable"] + pub fn set_htie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Transfer error interrupt enable"] + pub const fn teie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Software Interrupt on line 0"] - pub fn set_swier(&mut self, n: usize, val: bool) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Transfer error interrupt enable"] + pub fn set_teie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - } - impl Default for Swier { - fn default() -> Swier { - Swier(0) + #[doc = "Data transfer direction"] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Dir(val as u8) } - } - #[doc = "Event mask register (EXTI_EMR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Emr(pub u32); - impl Emr { - #[doc = "Event Mask on line 0"] - pub fn mr(&self, n: usize) -> super::vals::Mr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Mr(val as u8) + #[doc = "Data transfer direction"] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Event Mask on line 0"] - pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Circular mode"] + pub const fn circ(&self) -> super::vals::Circ { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Circ(val as u8) } - } - impl Default for Emr { - fn default() -> Emr { - Emr(0) + #[doc = "Circular mode"] + pub fn set_circ(&mut self, val: super::vals::Circ) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - } - #[doc = "Interrupt mask register (EXTI_IMR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Imr(pub u32); - impl Imr { - #[doc = "Interrupt Mask on line 0"] - pub fn mr(&self, n: usize) -> super::vals::Mr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Mr(val as u8) + #[doc = "Peripheral increment mode"] + pub const fn pinc(&self) -> super::vals::Inc { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Inc(val as u8) } - #[doc = "Interrupt Mask on line 0"] - pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Peripheral increment mode"] + pub fn set_pinc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - } - impl Default for Imr { - fn default() -> Imr { - Imr(0) + #[doc = "Memory increment mode"] + pub const fn minc(&self) -> super::vals::Inc { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Inc(val as u8) } - } - #[doc = "Pending register (EXTI_PR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pr(pub u32); - impl Pr { - #[doc = "Pending bit 0"] - pub fn pr(&self, n: usize) -> bool { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "Memory increment mode"] + pub fn set_minc(&mut self, val: super::vals::Inc) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "Pending bit 0"] - pub fn set_pr(&mut self, n: usize, val: bool) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Peripheral size"] + pub const fn psize(&self) -> super::vals::Size { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Size(val as u8) } - } - impl Default for Pr { - fn default() -> Pr { - Pr(0) + #[doc = "Peripheral size"] + pub fn set_psize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); } - } - } -} -pub mod spi_v2 { - use crate::generic::*; - #[doc = "Serial peripheral interface"] - #[derive(Copy, Clone)] - pub struct Spi(pub *mut u8); - unsafe impl Send for Spi {} - unsafe impl Sync for Spi {} - impl Spi { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "CRC polynomial register"] - pub fn crcpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "RX CRC register"] - pub fn rxcrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "TX CRC register"] - pub fn txcrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "RX CRC register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rxcrcr(pub u32); - impl Rxcrcr { - #[doc = "Rx CRC register"] - pub const fn rx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "Memory size"] + pub const fn msize(&self) -> super::vals::Size { + let val = (self.0 >> 10usize) & 0x03; + super::vals::Size(val as u8) } - #[doc = "Rx CRC register"] - pub fn set_rx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Memory size"] + pub fn set_msize(&mut self, val: super::vals::Size) { + self.0 = (self.0 & !(0x03 << 10usize)) | (((val.0 as u32) & 0x03) << 10usize); } - } - impl Default for Rxcrcr { - fn default() -> Rxcrcr { - Rxcrcr(0) + #[doc = "Channel Priority level"] + pub const fn pl(&self) -> super::vals::Pl { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Pl(val as u8) } - } - #[doc = "TX CRC register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Txcrcr(pub u32); - impl Txcrcr { - #[doc = "Tx CRC register"] - pub const fn tx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "Channel Priority level"] + pub fn set_pl(&mut self, val: super::vals::Pl) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); } - #[doc = "Tx CRC register"] - pub fn set_tx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Memory to memory mode"] + pub const fn mem2mem(&self) -> super::vals::Memmem { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Memmem(val as u8) + } + #[doc = "Memory to memory mode"] + pub fn set_mem2mem(&mut self, val: super::vals::Memmem) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } } - impl Default for Txcrcr { - fn default() -> Txcrcr { - Txcrcr(0) + impl Default for Cr { + fn default() -> Cr { + Cr(0) } } - #[doc = "data register"] + #[doc = "DMA channel 1 number of data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dr(pub u32); - impl Dr { - #[doc = "Data register"] - pub const fn dr(&self) -> u16 { + pub struct Ndtr(pub u32); + impl Ndtr { + #[doc = "Number of data to transfer"] + pub const fn ndt(&self) -> u16 { let val = (self.0 >> 0usize) & 0xffff; val as u16 } - #[doc = "Data register"] - pub fn set_dr(&mut self, val: u16) { + #[doc = "Number of data to transfer"] + pub fn set_ndt(&mut self, val: u16) { self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Dr { - fn default() -> Dr { - Dr(0) + impl Default for Ndtr { + fn default() -> Ndtr { + Ndtr(0) } } - #[doc = "status register"] + #[doc = "DMA interrupt flag clear register (DMA_IFCR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Receive buffer not empty"] - pub const fn rxne(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Receive buffer not empty"] - pub fn set_rxne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Transmit buffer empty"] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Transmit buffer empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "CRC error flag"] - pub const fn crcerr(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "CRC error flag"] - pub fn set_crcerr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Mode fault"] - pub const fn modf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + pub struct Ifcr(pub u32); + impl Ifcr { + #[doc = "Channel 1 Global interrupt clear"] + pub fn cgif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Mode fault"] - pub fn set_modf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Channel 1 Global interrupt clear"] + pub fn set_cgif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Overrun flag"] - pub const fn ovr(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Channel 1 Transfer Complete clear"] + pub fn ctcif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Overrun flag"] - pub fn set_ovr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Channel 1 Transfer Complete clear"] + pub fn set_ctcif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Busy flag"] - pub const fn bsy(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Channel 1 Half Transfer clear"] + pub fn chtif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Busy flag"] - pub fn set_bsy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Channel 1 Half Transfer clear"] + pub fn set_chtif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Frame format error"] - pub const fn fre(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Channel 1 Transfer Error clear"] + pub fn cteif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Frame format error"] - pub fn set_fre(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "FIFO reception level"] - pub const fn frlvl(&self) -> u8 { - let val = (self.0 >> 9usize) & 0x03; - val as u8 - } - #[doc = "FIFO reception level"] - pub fn set_frlvl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 9usize)) | (((val as u32) & 0x03) << 9usize); - } - #[doc = "FIFO Transmission Level"] - pub const fn ftlvl(&self) -> u8 { - let val = (self.0 >> 11usize) & 0x03; - val as u8 - } - #[doc = "FIFO Transmission Level"] - pub fn set_ftlvl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val as u32) & 0x03) << 11usize); + #[doc = "Channel 1 Transfer Error clear"] + pub fn set_cteif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Sr { - fn default() -> Sr { - Sr(0) + impl Default for Ifcr { + fn default() -> Ifcr { + Ifcr(0) } } - #[doc = "control register 2"] + #[doc = "DMA interrupt status register (DMA_ISR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Rx buffer DMA enable"] - pub const fn rxdmaen(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + pub struct Isr(pub u32); + impl Isr { + #[doc = "Channel 1 Global interrupt flag"] + pub fn gif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Rx buffer DMA enable"] - pub fn set_rxdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Channel 1 Global interrupt flag"] + pub fn set_gif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Tx buffer DMA enable"] - pub const fn txdmaen(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "Channel 1 Transfer Complete flag"] + pub fn tcif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Tx buffer DMA enable"] - pub fn set_txdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Channel 1 Transfer Complete flag"] + pub fn set_tcif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "SS output enable"] - pub const fn ssoe(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "Channel 1 Half Transfer Complete flag"] + pub fn htif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "SS output enable"] - pub fn set_ssoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Channel 1 Half Transfer Complete flag"] + pub fn set_htif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "NSS pulse management"] - pub const fn nssp(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "Channel 1 Transfer Error flag"] + pub fn teif(&self, n: usize) -> bool { + assert!(n < 7usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "NSS pulse management"] - pub fn set_nssp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Frame format"] - pub const fn frf(&self) -> super::vals::Frf { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Frf(val as u8) - } - #[doc = "Frame format"] - pub fn set_frf(&mut self, val: super::vals::Frf) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "Error interrupt enable"] - pub const fn errie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "Channel 1 Transfer Error flag"] + pub fn set_teif(&mut self, n: usize, val: bool) { + assert!(n < 7usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Error interrupt enable"] - pub fn set_errie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "RX buffer not empty interrupt enable"] - pub const fn rxneie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "RX buffer not empty interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Tx buffer empty interrupt enable"] - pub const fn txeie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Tx buffer empty interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Data size"] - pub const fn ds(&self) -> super::vals::Ds { - let val = (self.0 >> 8usize) & 0x0f; - super::vals::Ds(val as u8) - } - #[doc = "Data size"] - pub fn set_ds(&mut self, val: super::vals::Ds) { - self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); - } - #[doc = "FIFO reception threshold"] - pub const fn frxth(&self) -> super::vals::Frxth { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Frxth(val as u8) - } - #[doc = "FIFO reception threshold"] - pub fn set_frxth(&mut self, val: super::vals::Frxth) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "Last DMA transfer for reception"] - pub const fn ldma_rx(&self) -> super::vals::LdmaRx { - let val = (self.0 >> 13usize) & 0x01; - super::vals::LdmaRx(val as u8) - } - #[doc = "Last DMA transfer for reception"] - pub fn set_ldma_rx(&mut self, val: super::vals::LdmaRx) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "Last DMA transfer for transmission"] - pub const fn ldma_tx(&self) -> super::vals::LdmaTx { - let val = (self.0 >> 14usize) & 0x01; - super::vals::LdmaTx(val as u8) - } - #[doc = "Last DMA transfer for transmission"] - pub fn set_ldma_tx(&mut self, val: super::vals::LdmaTx) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) - } - } - #[doc = "CRC polynomial register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crcpr(pub u32); - impl Crcpr { - #[doc = "CRC polynomial register"] - pub const fn crcpoly(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "CRC polynomial register"] - pub fn set_crcpoly(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } - } - impl Default for Crcpr { - fn default() -> Crcpr { - Crcpr(0) - } - } - #[doc = "control register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Cpha(val as u8) - } - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Cpol(val as u8) - } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "Master selection"] - pub const fn mstr(&self) -> super::vals::Mstr { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Mstr(val as u8) - } - #[doc = "Master selection"] - pub fn set_mstr(&mut self, val: super::vals::Mstr) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "Baud rate control"] - pub const fn br(&self) -> super::vals::Br { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Br(val as u8) - } - #[doc = "Baud rate control"] - pub fn set_br(&mut self, val: super::vals::Br) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); - } - #[doc = "SPI enable"] - pub const fn spe(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "SPI enable"] - pub fn set_spe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Frame format"] - pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Lsbfirst(val as u8) - } - #[doc = "Frame format"] - pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "Internal slave select"] - pub const fn ssi(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Internal slave select"] - pub fn set_ssi(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Software slave management"] - pub const fn ssm(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Software slave management"] - pub fn set_ssm(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Receive only"] - pub const fn rxonly(&self) -> super::vals::Rxonly { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Rxonly(val as u8) - } - #[doc = "Receive only"] - pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "CRC length"] - pub const fn crcl(&self) -> super::vals::Crcl { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Crcl(val as u8) - } - #[doc = "CRC length"] - pub fn set_crcl(&mut self, val: super::vals::Crcl) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "CRC transfer next"] - pub const fn crcnext(&self) -> super::vals::Crcnext { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Crcnext(val as u8) - } - #[doc = "CRC transfer next"] - pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "Hardware CRC calculation enable"] - pub const fn crcen(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "Hardware CRC calculation enable"] - pub fn set_crcen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "Output enable in bidirectional mode"] - pub const fn bidioe(&self) -> super::vals::Bidioe { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Bidioe(val as u8) - } - #[doc = "Output enable in bidirectional mode"] - pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "Bidirectional data mode enable"] - pub const fn bidimode(&self) -> super::vals::Bidimode { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Bidimode(val as u8) - } - #[doc = "Bidirectional data mode enable"] - pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) + } + impl Default for Isr { + fn default() -> Isr { + Isr(0) } } } @@ -6211,245 +4905,323 @@ pub mod spi_v2 { use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Br(pub u8); - impl Br { - #[doc = "f_PCLK / 2"] - pub const DIV2: Self = Self(0); - #[doc = "f_PCLK / 4"] - pub const DIV4: Self = Self(0x01); - #[doc = "f_PCLK / 8"] - pub const DIV8: Self = Self(0x02); - #[doc = "f_PCLK / 16"] - pub const DIV16: Self = Self(0x03); - #[doc = "f_PCLK / 32"] - pub const DIV32: Self = Self(0x04); - #[doc = "f_PCLK / 64"] - pub const DIV64: Self = Self(0x05); - #[doc = "f_PCLK / 128"] - pub const DIV128: Self = Self(0x06); - #[doc = "f_PCLK / 256"] - pub const DIV256: Self = Self(0x07); + pub struct Circ(pub u8); + impl Circ { + #[doc = "Circular buffer disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Circular buffer enabled"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct LdmaRx(pub u8); - impl LdmaRx { - #[doc = "Number of data to transfer for receive is even"] - pub const EVEN: Self = Self(0); - #[doc = "Number of data to transfer for receive is odd"] - pub const ODD: Self = Self(0x01); + pub struct Inc(pub u8); + impl Inc { + #[doc = "Increment mode disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Increment mode enabled"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "CK to 0 when idle"] - pub const IDLELOW: Self = Self(0); - #[doc = "CK to 1 when idle"] - pub const IDLEHIGH: Self = Self(0x01); + pub struct Size(pub u8); + impl Size { + #[doc = "8-bit size"] + pub const BITS8: Self = Self(0); + #[doc = "16-bit size"] + pub const BITS16: Self = Self(0x01); + #[doc = "32-bit size"] + pub const BITS32: Self = Self(0x02); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ftlvlr(pub u8); - impl Ftlvlr { - #[doc = "Tx FIFO Empty"] - pub const EMPTY: Self = Self(0); - #[doc = "Tx 1/4 FIFO"] - pub const QUARTER: Self = Self(0x01); - #[doc = "Tx 1/2 FIFO"] - pub const HALF: Self = Self(0x02); - #[doc = "Tx FIFO full"] - pub const FULL: Self = Self(0x03); + pub struct Dir(pub u8); + impl Dir { + #[doc = "Read from peripheral"] + pub const FROMPERIPHERAL: Self = Self(0); + #[doc = "Read from memory"] + pub const FROMMEMORY: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidioe(pub u8); - impl Bidioe { - #[doc = "Output disabled (receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0); - #[doc = "Output enabled (transmit-only mode)"] - pub const OUTPUTENABLED: Self = Self(0x01); + pub struct Pl(pub u8); + impl Pl { + #[doc = "Low priority"] + pub const LOW: Self = Self(0); + #[doc = "Medium priority"] + pub const MEDIUM: Self = Self(0x01); + #[doc = "High priority"] + pub const HIGH: Self = Self(0x02); + #[doc = "Very high priority"] + pub const VERYHIGH: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidimode(pub u8); - impl Bidimode { - #[doc = "2-line unidirectional data mode selected"] - pub const UNIDIRECTIONAL: Self = Self(0); - #[doc = "1-line bidirectional data mode selected"] - pub const BIDIRECTIONAL: Self = Self(0x01); + pub struct Memmem(pub u8); + impl Memmem { + #[doc = "Memory to memory mode disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Memory to memory mode enabled"] + pub const ENABLED: Self = Self(0x01); } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct LdmaTx(pub u8); - impl LdmaTx { - #[doc = "Number of data to transfer for transmit is even"] - pub const EVEN: Self = Self(0); - #[doc = "Number of data to transfer for transmit is odd"] - pub const ODD: Self = Self(0x01); + } +} +pub mod timer_v1 { + use crate::generic::*; + #[doc = "General purpose 16-bit timer"] + #[derive(Copy, Clone)] + pub struct TimGp16(pub *mut u8); + unsafe impl Send for TimGp16 {} + unsafe impl Sync for TimGp16 {} + impl TimGp16 { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRSTEDGE: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECONDEDGE: Self = Self(0x01); + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frxth(pub u8); - impl Frxth { - #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/2 (16-bit)"] - pub const HALF: Self = Self(0); - #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/4 (8-bit)"] - pub const QUARTER: Self = Self(0x01); + #[doc = "slave mode control register"] + pub fn smcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frer(pub u8); - impl Frer { - #[doc = "No frame format error"] - pub const NOERROR: Self = Self(0); - #[doc = "A frame format error occurred"] - pub const ERROR: Self = Self(0x01); + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ds(pub u8); - impl Ds { - #[doc = "4-bit"] - pub const FOURBIT: Self = Self(0x03); - #[doc = "5-bit"] - pub const FIVEBIT: Self = Self(0x04); - #[doc = "6-bit"] - pub const SIXBIT: Self = Self(0x05); - #[doc = "7-bit"] - pub const SEVENBIT: Self = Self(0x06); - #[doc = "8-bit"] - pub const EIGHTBIT: Self = Self(0x07); - #[doc = "9-bit"] - pub const NINEBIT: Self = Self(0x08); - #[doc = "10-bit"] - pub const TENBIT: Self = Self(0x09); - #[doc = "11-bit"] - pub const ELEVENBIT: Self = Self(0x0a); - #[doc = "12-bit"] - pub const TWELVEBIT: Self = Self(0x0b); - #[doc = "13-bit"] - pub const THIRTEENBIT: Self = Self(0x0c); - #[doc = "14-bit"] - pub const FOURTEENBIT: Self = Self(0x0d); - #[doc = "15-bit"] - pub const FIFTEENBIT: Self = Self(0x0e); - #[doc = "16-bit"] - pub const SIXTEENBIT: Self = Self(0x0f); + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frf(pub u8); - impl Frf { - #[doc = "SPI Motorola mode"] - pub const MOTOROLA: Self = Self(0); - #[doc = "SPI TI mode"] - pub const TI: Self = Self(0x01); + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsbfirst(pub u8); - impl Lsbfirst { - #[doc = "Data is transmitted/received with the MSB first"] - pub const MSBFIRST: Self = Self(0); - #[doc = "Data is transmitted/received with the LSB first"] - pub const LSBFIRST: Self = Self(0x01); + #[doc = "capture/compare mode register 1 (input mode)"] + pub fn ccmr_input(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcl(pub u8); - impl Crcl { - #[doc = "8-bit CRC length"] - pub const EIGHTBIT: Self = Self(0); - #[doc = "16-bit CRC length"] - pub const SIXTEENBIT: Self = Self(0x01); + #[doc = "capture/compare mode register 1 (output mode)"] + pub fn ccmr_output(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcnext(pub u8); - impl Crcnext { - #[doc = "Next transmit value is from Tx buffer"] - pub const TXBUFFER: Self = Self(0); - #[doc = "Next transmit value is from Tx CRC register"] - pub const CRC: Self = Self(0x01); + #[doc = "capture/compare enable register"] + pub fn ccer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frlvlr(pub u8); - impl Frlvlr { - #[doc = "Rx FIFO Empty"] - pub const EMPTY: Self = Self(0); - #[doc = "Rx 1/4 FIFO"] - pub const QUARTER: Self = Self(0x01); - #[doc = "Rx 1/2 FIFO"] - pub const HALF: Self = Self(0x02); - #[doc = "Rx FIFO full"] - pub const FULL: Self = Self(0x03); + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxonly(pub u8); - impl Rxonly { - #[doc = "Full duplex (Transmit and receive)"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Output disabled (Receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0x01); + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mstr(pub u8); - impl Mstr { - #[doc = "Slave configuration"] - pub const SLAVE: Self = Self(0); - #[doc = "Master configuration"] - pub const MASTER: Self = Self(0x01); + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "capture/compare register"] + pub fn ccr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + } + #[doc = "DMA control register"] + pub fn dcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "DMA address for full transfer"] + pub fn dmar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } } } -} -pub mod spi_v1 { - use crate::generic::*; - #[doc = "Serial peripheral interface"] + #[doc = "General purpose 32-bit timer"] #[derive(Copy, Clone)] - pub struct Spi(pub *mut u8); - unsafe impl Send for Spi {} - unsafe impl Sync for Spi {} - impl Spi { + pub struct TimGp32(pub *mut u8); + unsafe impl Send for TimGp32 {} + unsafe impl Sync for TimGp32 {} + impl TimGp32 { #[doc = "control register 1"] - pub fn cr1(self) -> Reg { + pub fn cr1(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } #[doc = "control register 2"] - pub fn cr2(self) -> Reg { + pub fn cr2(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "status register"] - pub fn sr(self) -> Reg { + #[doc = "slave mode control register"] + pub fn smcr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "data register"] - pub fn dr(self) -> Reg { + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[doc = "CRC polynomial register"] - pub fn crcpr(self) -> Reg { + #[doc = "status register"] + pub fn sr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[doc = "RX CRC register"] - pub fn rxcrcr(self) -> Reg { + #[doc = "event generation register"] + pub fn egr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[doc = "TX CRC register"] - pub fn txcrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } + #[doc = "capture/compare mode register 1 (input mode)"] + pub fn ccmr_input(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare mode register 1 (output mode)"] + pub fn ccmr_output(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare enable register"] + pub fn ccer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "capture/compare register"] + pub fn ccr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + } + #[doc = "DMA control register"] + pub fn dcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "DMA address for full transfer"] + pub fn dmar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + } + #[doc = "Advanced-timers"] + #[derive(Copy, Clone)] + pub struct TimAdv(pub *mut u8); + unsafe impl Send for TimAdv {} + unsafe impl Sync for TimAdv {} + impl TimAdv { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "slave mode control register"] + pub fn smcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "capture/compare mode register 1 (input mode)"] + pub fn ccmr_input(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare mode register 1 (output mode)"] + pub fn ccmr_output(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } + } + #[doc = "capture/compare enable register"] + pub fn ccer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "repetition counter register"] + pub fn rcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } + } + #[doc = "capture/compare register"] + pub fn ccr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } + } + #[doc = "break and dead-time register"] + pub fn bdtr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(68usize)) } + } + #[doc = "DMA control register"] + pub fn dcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "DMA address for full transfer"] + pub fn dmar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + } + #[doc = "Basic timer"] + #[derive(Copy, Clone)] + pub struct TimBasic(pub *mut u8); + unsafe impl Send for TimBasic {} + unsafe impl Sync for TimBasic {} + impl TimBasic { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "DMA/Interrupt enable register"] + pub fn dier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "event generation register"] + pub fn egr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "counter"] + pub fn cnt(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "prescaler"] + pub fn psc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "auto-reload register"] + pub fn arr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } } } pub mod regs { @@ -6457,2836 +5229,2641 @@ pub mod spi_v1 { #[doc = "status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Receive buffer not empty"] - pub const fn rxne(&self) -> bool { + pub struct SrGp(pub u32); + impl SrGp { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Receive buffer not empty"] - pub fn set_rxne(&mut self, val: bool) { + #[doc = "Update interrupt flag"] + pub fn set_uif(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Transmit buffer empty"] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Transmit buffer empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "CRC error flag"] - pub const fn crcerr(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "Capture/compare 1 interrupt flag"] + pub fn ccif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "CRC error flag"] - pub fn set_crcerr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Capture/compare 1 interrupt flag"] + pub fn set_ccif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Mode fault"] - pub const fn modf(&self) -> bool { + #[doc = "COM interrupt flag"] + pub const fn comif(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Mode fault"] - pub fn set_modf(&mut self, val: bool) { + #[doc = "COM interrupt flag"] + pub fn set_comif(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Overrun flag"] - pub const fn ovr(&self) -> bool { + #[doc = "Trigger interrupt flag"] + pub const fn tif(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Overrun flag"] - pub fn set_ovr(&mut self, val: bool) { + #[doc = "Trigger interrupt flag"] + pub fn set_tif(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Busy flag"] - pub const fn bsy(&self) -> bool { + #[doc = "Break interrupt flag"] + pub const fn bif(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Busy flag"] - pub fn set_bsy(&mut self, val: bool) { + #[doc = "Break interrupt flag"] + pub fn set_bif(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "TI frame format error"] - pub const fn fre(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn ccof(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "TI frame format error"] - pub fn set_fre(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn set_ccof(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Sr { - fn default() -> Sr { - Sr(0) + impl Default for SrGp { + fn default() -> SrGp { + SrGp(0) } } - #[doc = "control register 2"] + #[doc = "event generation register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Rx buffer DMA enable"] - pub const fn rxdmaen(&self) -> bool { + pub struct EgrBasic(pub u32); + impl EgrBasic { + #[doc = "Update generation"] + pub const fn ug(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Rx buffer DMA enable"] - pub fn set_rxdmaen(&mut self, val: bool) { + #[doc = "Update generation"] + pub fn set_ug(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Tx buffer DMA enable"] - pub const fn txdmaen(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Tx buffer DMA enable"] - pub fn set_txdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "SS output enable"] - pub const fn ssoe(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "SS output enable"] - pub fn set_ssoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Frame format"] - pub const fn frf(&self) -> super::vals::Frf { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Frf(val as u8) - } - #[doc = "Frame format"] - pub fn set_frf(&mut self, val: super::vals::Frf) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "Error interrupt enable"] - pub const fn errie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Error interrupt enable"] - pub fn set_errie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "RX buffer not empty interrupt enable"] - pub const fn rxneie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "RX buffer not empty interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Tx buffer empty interrupt enable"] - pub const fn txeie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Tx buffer empty interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) + impl Default for EgrBasic { + fn default() -> EgrBasic { + EgrBasic(0) } } - #[doc = "data register"] + #[doc = "DMA address for full transfer"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dr(pub u32); - impl Dr { - #[doc = "Data register"] - pub const fn dr(&self) -> u16 { + pub struct Dmar(pub u32); + impl Dmar { + #[doc = "DMA register for burst accesses"] + pub const fn dmab(&self) -> u16 { let val = (self.0 >> 0usize) & 0xffff; val as u16 } - #[doc = "Data register"] - pub fn set_dr(&mut self, val: u16) { + #[doc = "DMA register for burst accesses"] + pub fn set_dmab(&mut self, val: u16) { self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Dr { - fn default() -> Dr { - Dr(0) + impl Default for Dmar { + fn default() -> Dmar { + Dmar(0) } } - #[doc = "RX CRC register"] + #[doc = "capture/compare mode register 1 (input mode)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rxcrcr(pub u32); - impl Rxcrcr { - #[doc = "Rx CRC register"] - pub const fn rx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct CcmrInput(pub u32); + impl CcmrInput { + #[doc = "Capture/Compare 1 selection"] + pub fn ccs(&self, n: usize) -> super::vals::CcmrInputCcs { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + super::vals::CcmrInputCcs(val as u8) } - #[doc = "Rx CRC register"] - pub fn set_rx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Capture/Compare 1 selection"] + pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrInputCcs) { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + } + #[doc = "Input capture 1 prescaler"] + pub fn icpsc(&self, n: usize) -> u8 { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + val as u8 + } + #[doc = "Input capture 1 prescaler"] + pub fn set_icpsc(&mut self, n: usize, val: u8) { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val as u32) & 0x03) << offs); + } + #[doc = "Input capture 1 filter"] + pub fn icf(&self, n: usize) -> super::vals::Icf { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + let val = (self.0 >> offs) & 0x0f; + super::vals::Icf(val as u8) + } + #[doc = "Input capture 1 filter"] + pub fn set_icf(&mut self, n: usize, val: super::vals::Icf) { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); } } - impl Default for Rxcrcr { - fn default() -> Rxcrcr { - Rxcrcr(0) + impl Default for CcmrInput { + fn default() -> CcmrInput { + CcmrInput(0) } } - #[doc = "CRC polynomial register"] + #[doc = "repetition counter register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crcpr(pub u32); - impl Crcpr { - #[doc = "CRC polynomial register"] - pub const fn crcpoly(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Rcr(pub u32); + impl Rcr { + #[doc = "Repetition counter value"] + pub const fn rep(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "CRC polynomial register"] - pub fn set_crcpoly(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Repetition counter value"] + pub fn set_rep(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } } - impl Default for Crcpr { - fn default() -> Crcpr { - Crcpr(0) + impl Default for Rcr { + fn default() -> Rcr { + Rcr(0) } } - #[doc = "control register 1"] + #[doc = "event generation register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { + pub struct EgrGp(pub u32); + impl EgrGp { + #[doc = "Update generation"] + pub const fn ug(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::Cpha(val as u8) - } - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Cpol(val as u8) + val != 0 } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "Update generation"] + pub fn set_ug(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Master selection"] - pub const fn mstr(&self) -> super::vals::Mstr { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Mstr(val as u8) + #[doc = "Capture/compare 1 generation"] + pub fn ccg(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Master selection"] - pub fn set_mstr(&mut self, val: super::vals::Mstr) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Capture/compare 1 generation"] + pub fn set_ccg(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Baud rate control"] - pub const fn br(&self) -> super::vals::Br { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Br(val as u8) + #[doc = "Capture/Compare control update generation"] + pub const fn comg(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "Baud rate control"] - pub fn set_br(&mut self, val: super::vals::Br) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + #[doc = "Capture/Compare control update generation"] + pub fn set_comg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "SPI enable"] - pub const fn spe(&self) -> bool { + #[doc = "Trigger generation"] + pub const fn tg(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "SPI enable"] - pub fn set_spe(&mut self, val: bool) { + #[doc = "Trigger generation"] + pub fn set_tg(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Frame format"] - pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { + #[doc = "Break generation"] + pub const fn bg(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; - super::vals::Lsbfirst(val as u8) - } - #[doc = "Frame format"] - pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "Internal slave select"] - pub const fn ssi(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Internal slave select"] - pub fn set_ssi(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Software slave management"] - pub const fn ssm(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + #[doc = "Break generation"] + pub fn set_bg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + } + impl Default for EgrGp { + fn default() -> EgrGp { + EgrGp(0) + } + } + #[doc = "counter"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cnt16(pub u32); + impl Cnt16 { + #[doc = "counter value"] + pub const fn cnt(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "counter value"] + pub fn set_cnt(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + } + impl Default for Cnt16 { + fn default() -> Cnt16 { + Cnt16(0) + } + } + #[doc = "DMA/Interrupt enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct DierAdv(pub u32); + impl DierAdv { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Software slave management"] - pub fn set_ssm(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "Update interrupt enable"] + pub fn set_uie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Receive only"] - pub const fn rxonly(&self) -> super::vals::Rxonly { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Rxonly(val as u8) + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn ccie(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Receive only"] - pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn set_ccie(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Data frame format"] - pub const fn dff(&self) -> super::vals::Dff { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Dff(val as u8) + #[doc = "COM interrupt enable"] + pub const fn comie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "Data frame format"] - pub fn set_dff(&mut self, val: super::vals::Dff) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + #[doc = "COM interrupt enable"] + pub fn set_comie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "CRC transfer next"] - pub const fn crcnext(&self) -> super::vals::Crcnext { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Crcnext(val as u8) + #[doc = "Trigger interrupt enable"] + pub const fn tie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "CRC transfer next"] - pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "Trigger interrupt enable"] + pub fn set_tie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Hardware CRC calculation enable"] - pub const fn crcen(&self) -> bool { + #[doc = "Break interrupt enable"] + pub const fn bie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Break interrupt enable"] + pub fn set_bie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Update DMA request enable"] + pub const fn ude(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Update DMA request enable"] + pub fn set_ude(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn ccde(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn set_ccde(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "COM DMA request enable"] + pub const fn comde(&self) -> bool { let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "Hardware CRC calculation enable"] - pub fn set_crcen(&mut self, val: bool) { + #[doc = "COM DMA request enable"] + pub fn set_comde(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Output enable in bidirectional mode"] - pub const fn bidioe(&self) -> super::vals::Bidioe { + #[doc = "Trigger DMA request enable"] + pub const fn tde(&self) -> bool { let val = (self.0 >> 14usize) & 0x01; - super::vals::Bidioe(val as u8) - } - #[doc = "Output enable in bidirectional mode"] - pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "Bidirectional data mode enable"] - pub const fn bidimode(&self) -> super::vals::Bidimode { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Bidimode(val as u8) + val != 0 } - #[doc = "Bidirectional data mode enable"] - pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "Trigger DMA request enable"] + pub fn set_tde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) + impl Default for DierAdv { + fn default() -> DierAdv { + DierAdv(0) } } - #[doc = "TX CRC register"] + #[doc = "control register 2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Txcrcr(pub u32); - impl Txcrcr { - #[doc = "Tx CRC register"] - pub const fn tx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Cr2Adv(pub u32); + impl Cr2Adv { + #[doc = "Capture/compare preloaded control"] + pub const fn ccpc(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Tx CRC register"] - pub fn set_tx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Capture/compare preloaded control"] + pub fn set_ccpc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - } - impl Default for Txcrcr { - fn default() -> Txcrcr { - Txcrcr(0) + #[doc = "Capture/compare control update selection"] + pub const fn ccus(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Capture/compare control update selection"] + pub fn set_ccus(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Capture/compare DMA selection"] + pub const fn ccds(&self) -> super::vals::Ccds { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ccds(val as u8) + } + #[doc = "Capture/compare DMA selection"] + pub fn set_ccds(&mut self, val: super::vals::Ccds) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) + } + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "TI1 selection"] + pub const fn ti1s(&self) -> super::vals::Tis { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Tis(val as u8) + } + #[doc = "TI1 selection"] + pub fn set_ti1s(&mut self, val: super::vals::Tis) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "Output Idle state 1"] + pub fn ois(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 8usize + n * 2usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Output Idle state 1"] + pub fn set_ois(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 8usize + n * 2usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Output Idle state 1"] + pub const fn ois1n(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 1"] + pub fn set_ois1n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Output Idle state 2"] + pub const fn ois2n(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 2"] + pub fn set_ois2n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Output Idle state 3"] + pub const fn ois3n(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Output Idle state 3"] + pub fn set_ois3n(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxonly(pub u8); - impl Rxonly { - #[doc = "Full duplex (Transmit and receive)"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Output disabled (Receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Iscfg(pub u8); - impl Iscfg { - #[doc = "Slave - transmit"] - pub const SLAVETX: Self = Self(0); - #[doc = "Slave - receive"] - pub const SLAVERX: Self = Self(0x01); - #[doc = "Master - transmit"] - pub const MASTERTX: Self = Self(0x02); - #[doc = "Master - receive"] - pub const MASTERRX: Self = Self(0x03); + impl Default for Cr2Adv { + fn default() -> Cr2Adv { + Cr2Adv(0) + } } + #[doc = "control register 2"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dff(pub u8); - impl Dff { - #[doc = "8-bit data frame format is selected for transmission/reception"] - pub const EIGHTBIT: Self = Self(0); - #[doc = "16-bit data frame format is selected for transmission/reception"] - pub const SIXTEENBIT: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Basic(pub u32); + impl Cr2Basic { + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) + } + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidioe(pub u8); - impl Bidioe { - #[doc = "Output disabled (receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0); - #[doc = "Output enabled (transmit-only mode)"] - pub const OUTPUTENABLED: Self = Self(0x01); + impl Default for Cr2Basic { + fn default() -> Cr2Basic { + Cr2Basic(0) + } } + #[doc = "auto-reload register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRSTEDGE: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECONDEDGE: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Arr16(pub u32); + impl Arr16 { + #[doc = "Auto-reload value"] + pub const fn arr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Auto-reload value"] + pub fn set_arr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcnext(pub u8); - impl Crcnext { - #[doc = "Next transmit value is from Tx buffer"] - pub const TXBUFFER: Self = Self(0); - #[doc = "Next transmit value is from Tx CRC register"] - pub const CRC: Self = Self(0x01); + impl Default for Arr16 { + fn default() -> Arr16 { + Arr16(0) + } } + #[doc = "capture/compare enable register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "CK to 0 when idle"] - pub const IDLELOW: Self = Self(0); - #[doc = "CK to 1 when idle"] - pub const IDLEHIGH: Self = Self(0x01); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcerGp(pub u32); + impl CcerGp { + #[doc = "Capture/Compare 1 output enable"] + pub fn cce(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output enable"] + pub fn set_cce(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccnp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccnp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsbfirst(pub u8); - impl Lsbfirst { - #[doc = "Data is transmitted/received with the MSB first"] - pub const MSBFIRST: Self = Self(0); - #[doc = "Data is transmitted/received with the LSB first"] - pub const LSBFIRST: Self = Self(0x01); + impl Default for CcerGp { + fn default() -> CcerGp { + CcerGp(0) + } } + #[doc = "slave mode control register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Br(pub u8); - impl Br { - #[doc = "f_PCLK / 2"] - pub const DIV2: Self = Self(0); - #[doc = "f_PCLK / 4"] - pub const DIV4: Self = Self(0x01); - #[doc = "f_PCLK / 8"] - pub const DIV8: Self = Self(0x02); - #[doc = "f_PCLK / 16"] - pub const DIV16: Self = Self(0x03); - #[doc = "f_PCLK / 32"] - pub const DIV32: Self = Self(0x04); - #[doc = "f_PCLK / 64"] - pub const DIV64: Self = Self(0x05); - #[doc = "f_PCLK / 128"] - pub const DIV128: Self = Self(0x06); - #[doc = "f_PCLK / 256"] - pub const DIV256: Self = Self(0x07); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Smcr(pub u32); + impl Smcr { + #[doc = "Slave mode selection"] + pub const fn sms(&self) -> super::vals::Sms { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Sms(val as u8) + } + #[doc = "Slave mode selection"] + pub fn set_sms(&mut self, val: super::vals::Sms) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "Trigger selection"] + pub const fn ts(&self) -> super::vals::Ts { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Ts(val as u8) + } + #[doc = "Trigger selection"] + pub fn set_ts(&mut self, val: super::vals::Ts) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "Master/Slave mode"] + pub const fn msm(&self) -> super::vals::Msm { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Msm(val as u8) + } + #[doc = "Master/Slave mode"] + pub fn set_msm(&mut self, val: super::vals::Msm) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "External trigger filter"] + pub const fn etf(&self) -> super::vals::Etf { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Etf(val as u8) + } + #[doc = "External trigger filter"] + pub fn set_etf(&mut self, val: super::vals::Etf) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + } + #[doc = "External trigger prescaler"] + pub const fn etps(&self) -> super::vals::Etps { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Etps(val as u8) + } + #[doc = "External trigger prescaler"] + pub fn set_etps(&mut self, val: super::vals::Etps) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "External clock enable"] + pub const fn ece(&self) -> super::vals::Ece { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Ece(val as u8) + } + #[doc = "External clock enable"] + pub fn set_ece(&mut self, val: super::vals::Ece) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "External trigger polarity"] + pub const fn etp(&self) -> super::vals::Etp { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Etp(val as u8) + } + #[doc = "External trigger polarity"] + pub fn set_etp(&mut self, val: super::vals::Etp) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidimode(pub u8); - impl Bidimode { - #[doc = "2-line unidirectional data mode selected"] - pub const UNIDIRECTIONAL: Self = Self(0); - #[doc = "1-line bidirectional data mode selected"] - pub const BIDIRECTIONAL: Self = Self(0x01); + impl Default for Smcr { + fn default() -> Smcr { + Smcr(0) + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mstr(pub u8); - impl Mstr { - #[doc = "Slave configuration"] - pub const SLAVE: Self = Self(0); - #[doc = "Master configuration"] - pub const MASTER: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frer(pub u8); - impl Frer { - #[doc = "No frame format error"] - pub const NOERROR: Self = Self(0); - #[doc = "A frame format error occurred"] - pub const ERROR: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frf(pub u8); - impl Frf { - #[doc = "SPI Motorola mode"] - pub const MOTOROLA: Self = Self(0); - #[doc = "SPI TI mode"] - pub const TI: Self = Self(0x01); - } - } -} -pub mod i2c_v3 { - use crate::generic::*; - #[doc = "I2C"] - #[derive(Copy, Clone)] - pub struct I2c1(pub *mut u8); - unsafe impl Send for I2c1 {} - unsafe impl Sync for I2c1 {} - impl I2c1 { - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] - pub fn oar1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] - pub fn oar2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Access: No wait states"] - pub fn timingr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] - pub fn timeoutr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "Access: No wait states"] - pub fn isr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "Access: No wait states"] - pub fn icr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "Access: No wait states"] - pub fn pecr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "Access: No wait states"] - pub fn rxdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "Access: No wait states"] - pub fn txdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Reload(pub u8); - impl Reload { - #[doc = "The transfer is completed after the NBYTES data transfer (STOP or RESTART will follow)"] - pub const COMPLETED: Self = Self(0); - #[doc = "The transfer is not completed after the NBYTES data transfer (NBYTES will be reloaded)"] - pub const NOTCOMPLETED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Add(pub u8); - impl Add { - #[doc = "The master operates in 7-bit addressing mode"] - pub const BIT7: Self = Self(0); - #[doc = "The master operates in 10-bit addressing mode"] - pub const BIT10: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Oamsk(pub u8); - impl Oamsk { - #[doc = "No mask"] - pub const NOMASK: Self = Self(0); - #[doc = "OA2[1] -is masked and don’t care. Only OA2[7:2] -are compared"] - pub const MASK1: Self = Self(0x01); - #[doc = "OA2[2:1] -are masked and don’t care. Only OA2[7:3] -are compared"] - pub const MASK2: Self = Self(0x02); - #[doc = "OA2[3:1] -are masked and don’t care. Only OA2[7:4] -are compared"] - pub const MASK3: Self = Self(0x03); - #[doc = "OA2[4:1] -are masked and don’t care. Only OA2[7:5] -are compared"] - pub const MASK4: Self = Self(0x04); - #[doc = "OA2[5:1] -are masked and don’t care. Only OA2[7:6] -are compared"] - pub const MASK5: Self = Self(0x05); - #[doc = "OA2[6:1] -are masked and don’t care. Only OA2[7] -is compared."] - pub const MASK6: Self = Self(0x06); - #[doc = "OA2[7:1] -are masked and don’t care. No comparison is done, and all (except reserved) 7-bit received addresses are acknowledged"] - pub const MASK7: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Nack(pub u8); - impl Nack { - #[doc = "an ACK is sent after current received byte"] - pub const ACK: Self = Self(0); - #[doc = "a NACK is sent after current received byte"] - pub const NACK: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Headr(pub u8); - impl Headr { - #[doc = "The master sends the complete 10 bit slave address read sequence"] - pub const COMPLETE: Self = Self(0); - #[doc = "The master only sends the 1st 7 bits of the 10 bit address, followed by Read direction"] - pub const PARTIAL: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct RdWrn(pub u8); - impl RdWrn { - #[doc = "Master requests a write transfer"] - pub const WRITE: Self = Self(0); - #[doc = "Master requests a read transfer"] - pub const READ: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pecerr(pub u8); - impl Pecerr { - #[doc = "Received PEC does match with PEC register"] - pub const MATCH: Self = Self(0); - #[doc = "Received PEC does not match with PEC register"] - pub const NOMATCH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dnf(pub u8); - impl Dnf { - #[doc = "Digital filter disabled"] - pub const NOFILTER: Self = Self(0); - #[doc = "Digital filter enabled and filtering capability up to 1 tI2CCLK"] - pub const FILTER1: Self = Self(0x01); - #[doc = "Digital filter enabled and filtering capability up to 2 tI2CCLK"] - pub const FILTER2: Self = Self(0x02); - #[doc = "Digital filter enabled and filtering capability up to 3 tI2CCLK"] - pub const FILTER3: Self = Self(0x03); - #[doc = "Digital filter enabled and filtering capability up to 4 tI2CCLK"] - pub const FILTER4: Self = Self(0x04); - #[doc = "Digital filter enabled and filtering capability up to 5 tI2CCLK"] - pub const FILTER5: Self = Self(0x05); - #[doc = "Digital filter enabled and filtering capability up to 6 tI2CCLK"] - pub const FILTER6: Self = Self(0x06); - #[doc = "Digital filter enabled and filtering capability up to 7 tI2CCLK"] - pub const FILTER7: Self = Self(0x07); - #[doc = "Digital filter enabled and filtering capability up to 8 tI2CCLK"] - pub const FILTER8: Self = Self(0x08); - #[doc = "Digital filter enabled and filtering capability up to 9 tI2CCLK"] - pub const FILTER9: Self = Self(0x09); - #[doc = "Digital filter enabled and filtering capability up to 10 tI2CCLK"] - pub const FILTER10: Self = Self(0x0a); - #[doc = "Digital filter enabled and filtering capability up to 11 tI2CCLK"] - pub const FILTER11: Self = Self(0x0b); - #[doc = "Digital filter enabled and filtering capability up to 12 tI2CCLK"] - pub const FILTER12: Self = Self(0x0c); - #[doc = "Digital filter enabled and filtering capability up to 13 tI2CCLK"] - pub const FILTER13: Self = Self(0x0d); - #[doc = "Digital filter enabled and filtering capability up to 14 tI2CCLK"] - pub const FILTER14: Self = Self(0x0e); - #[doc = "Digital filter enabled and filtering capability up to 15 tI2CCLK"] - pub const FILTER15: Self = Self(0x0f); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Start(pub u8); - impl Start { - #[doc = "No Start generation"] - pub const NOSTART: Self = Self(0); - #[doc = "Restart/Start generation"] - pub const START: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Write transfer, slave enters receiver mode"] - pub const WRITE: Self = Self(0); - #[doc = "Read transfer, slave enters transmitter mode"] - pub const READ: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Oamode(pub u8); - impl Oamode { - #[doc = "Own address 1 is a 7-bit address"] - pub const BIT7: Self = Self(0); - #[doc = "Own address 1 is a 10-bit address"] - pub const BIT10: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Stop(pub u8); - impl Stop { - #[doc = "No Stop generation"] - pub const NOSTOP: Self = Self(0); - #[doc = "Stop generation after current byte transfer"] - pub const STOP: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Autoend(pub u8); - impl Autoend { - #[doc = "Software end mode: TC flag is set when NBYTES data are transferred, stretching SCL low"] - pub const SOFTWARE: Self = Self(0); - #[doc = "Automatic end mode: a STOP condition is automatically sent when NBYTES data are transferred"] - pub const AUTOMATIC: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pecbyte(pub u8); - impl Pecbyte { - #[doc = "No PEC transfer"] - pub const NOPEC: Self = Self(0); - #[doc = "PEC transmission/reception is requested"] - pub const PEC: Self = Self(0x01); - } - } - pub mod regs { - use crate::generic::*; - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + #[doc = "DMA/Interrupt enable register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Slave address bit 0 (master mode) In 7-bit addressing mode (ADD10 = 0): This bit is dont care In 10-bit addressing mode (ADD10 = 1): This bit should be written with bit 0 of the slave address to be sent Note: Changing these bits when the START bit is set is not allowed."] - pub const fn sadd(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x03ff; - val as u16 + pub struct DierGp(pub u32); + impl DierGp { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Slave address bit 0 (master mode) In 7-bit addressing mode (ADD10 = 0): This bit is dont care In 10-bit addressing mode (ADD10 = 1): This bit should be written with bit 0 of the slave address to be sent Note: Changing these bits when the START bit is set is not allowed."] - pub fn set_sadd(&mut self, val: u16) { - self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + #[doc = "Update interrupt enable"] + pub fn set_uie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Transfer direction (master mode) Note: Changing this bit when the START bit is set is not allowed."] - pub const fn rd_wrn(&self) -> super::vals::RdWrn { - let val = (self.0 >> 10usize) & 0x01; - super::vals::RdWrn(val as u8) + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn ccie(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Transfer direction (master mode) Note: Changing this bit when the START bit is set is not allowed."] - pub fn set_rd_wrn(&mut self, val: super::vals::RdWrn) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "Capture/Compare 1 interrupt enable"] + pub fn set_ccie(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "10-bit addressing mode (master mode) Note: Changing this bit when the START bit is set is not allowed."] - pub const fn add10(&self) -> super::vals::Add { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Add(val as u8) + #[doc = "Trigger interrupt enable"] + pub const fn tie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "10-bit addressing mode (master mode) Note: Changing this bit when the START bit is set is not allowed."] - pub fn set_add10(&mut self, val: super::vals::Add) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + #[doc = "Trigger interrupt enable"] + pub fn set_tie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "10-bit address header only read direction (master receiver mode) Note: Changing this bit when the START bit is set is not allowed."] - pub const fn head10r(&self) -> super::vals::Headr { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Headr(val as u8) + #[doc = "Update DMA request enable"] + pub const fn ude(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "10-bit address header only read direction (master receiver mode) Note: Changing this bit when the START bit is set is not allowed."] - pub fn set_head10r(&mut self, val: super::vals::Headr) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "Update DMA request enable"] + pub fn set_ude(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Start generation This bit is set by software, and cleared by hardware after the Start followed by the address sequence is sent, by an arbitration loss, by a timeout error detection, or when PE = 0. It can also be cleared by software by writing 1 to the ADDRCF bit in the I2C_ICR register. If the I2C is already in master mode with AUTOEND = 0, setting this bit generates a Repeated Start condition when RELOAD=0, after the end of the NBYTES transfer. Otherwise setting this bit will generate a START condition once the bus is free. Note: Writing 0 to this bit has no effect. The START bit can be set even if the bus is BUSY or I2C is in slave mode. This bit has no effect when RELOAD is set."] - pub const fn start(&self) -> super::vals::Start { - let val = (self.0 >> 13usize) & 0x01; - super::vals::Start(val as u8) + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn ccde(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Start generation This bit is set by software, and cleared by hardware after the Start followed by the address sequence is sent, by an arbitration loss, by a timeout error detection, or when PE = 0. It can also be cleared by software by writing 1 to the ADDRCF bit in the I2C_ICR register. If the I2C is already in master mode with AUTOEND = 0, setting this bit generates a Repeated Start condition when RELOAD=0, after the end of the NBYTES transfer. Otherwise setting this bit will generate a START condition once the bus is free. Note: Writing 0 to this bit has no effect. The START bit can be set even if the bus is BUSY or I2C is in slave mode. This bit has no effect when RELOAD is set."] - pub fn set_start(&mut self, val: super::vals::Start) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + #[doc = "Capture/Compare 1 DMA request enable"] + pub fn set_ccde(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Stop generation (master mode) The bit is set by software, cleared by hardware when a Stop condition is detected, or when PE = 0. In Master Mode: Note: Writing 0 to this bit has no effect."] - pub const fn stop(&self) -> super::vals::Stop { + #[doc = "Trigger DMA request enable"] + pub const fn tde(&self) -> bool { let val = (self.0 >> 14usize) & 0x01; - super::vals::Stop(val as u8) + val != 0 } - #[doc = "Stop generation (master mode) The bit is set by software, cleared by hardware when a Stop condition is detected, or when PE = 0. In Master Mode: Note: Writing 0 to this bit has no effect."] - pub fn set_stop(&mut self, val: super::vals::Stop) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "Trigger DMA request enable"] + pub fn set_tde(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "NACK generation (slave mode) The bit is set by software, cleared by hardware when the NACK is sent, or when a STOP condition or an Address matched is received, or when PE=0. Note: Writing 0 to this bit has no effect. This bit is used in slave mode only: in master receiver mode, NACK is automatically generated after last byte preceding STOP or RESTART condition, whatever the NACK bit value. When an overrun occurs in slave receiver NOSTRETCH mode, a NACK is automatically generated whatever the NACK bit value. When hardware PEC checking is enabled (PECBYTE=1), the PEC acknowledge value does not depend on the NACK value."] - pub const fn nack(&self) -> super::vals::Nack { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Nack(val as u8) + } + impl Default for DierGp { + fn default() -> DierGp { + DierGp(0) } - #[doc = "NACK generation (slave mode) The bit is set by software, cleared by hardware when the NACK is sent, or when a STOP condition or an Address matched is received, or when PE=0. Note: Writing 0 to this bit has no effect. This bit is used in slave mode only: in master receiver mode, NACK is automatically generated after last byte preceding STOP or RESTART condition, whatever the NACK bit value. When an overrun occurs in slave receiver NOSTRETCH mode, a NACK is automatically generated whatever the NACK bit value. When hardware PEC checking is enabled (PECBYTE=1), the PEC acknowledge value does not depend on the NACK value."] - pub fn set_nack(&mut self, val: super::vals::Nack) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "capture/compare mode register 2 (output mode)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcmrOutput(pub u32); + impl CcmrOutput { + #[doc = "Capture/Compare 3 selection"] + pub fn ccs(&self, n: usize) -> super::vals::CcmrOutputCcs { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + let val = (self.0 >> offs) & 0x03; + super::vals::CcmrOutputCcs(val as u8) } - #[doc = "Number of bytes The number of bytes to be transmitted/received is programmed there. This field is dont care in slave mode with SBC=0. Note: Changing these bits when the START bit is set is not allowed."] - pub const fn nbytes(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; - val as u8 + #[doc = "Capture/Compare 3 selection"] + pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrOutputCcs) { + assert!(n < 2usize); + let offs = 0usize + n * 8usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "Number of bytes The number of bytes to be transmitted/received is programmed there. This field is dont care in slave mode with SBC=0. Note: Changing these bits when the START bit is set is not allowed."] - pub fn set_nbytes(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + #[doc = "Output compare 3 fast enable"] + pub fn ocfe(&self, n: usize) -> bool { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "NBYTES reload mode This bit is set and cleared by software."] - pub const fn reload(&self) -> super::vals::Reload { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Reload(val as u8) + #[doc = "Output compare 3 fast enable"] + pub fn set_ocfe(&mut self, n: usize, val: bool) { + assert!(n < 2usize); + let offs = 2usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "NBYTES reload mode This bit is set and cleared by software."] - pub fn set_reload(&mut self, val: super::vals::Reload) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + #[doc = "Output compare 3 preload enable"] + pub fn ocpe(&self, n: usize) -> super::vals::Ocpe { + assert!(n < 2usize); + let offs = 3usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Ocpe(val as u8) } - #[doc = "Automatic end mode (master mode) This bit is set and cleared by software. Note: This bit has no effect in slave mode or when the RELOAD bit is set."] - pub const fn autoend(&self) -> super::vals::Autoend { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Autoend(val as u8) + #[doc = "Output compare 3 preload enable"] + pub fn set_ocpe(&mut self, n: usize, val: super::vals::Ocpe) { + assert!(n < 2usize); + let offs = 3usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Automatic end mode (master mode) This bit is set and cleared by software. Note: This bit has no effect in slave mode or when the RELOAD bit is set."] - pub fn set_autoend(&mut self, val: super::vals::Autoend) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + #[doc = "Output compare 3 mode"] + pub fn ocm(&self, n: usize) -> super::vals::Ocm { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + let val = (self.0 >> offs) & 0x07; + super::vals::Ocm(val as u8) } - #[doc = "Packet error checking byte This bit is set by software, and cleared by hardware when the PEC is transferred, or when a STOP condition or an Address matched is received, also when PE=0. Note: Writing 0 to this bit has no effect. This bit has no effect when RELOAD is set. This bit has no effect is slave mode when SBC=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn pecbyte(&self) -> super::vals::Pecbyte { - let val = (self.0 >> 26usize) & 0x01; - super::vals::Pecbyte(val as u8) + #[doc = "Output compare 3 mode"] + pub fn set_ocm(&mut self, n: usize, val: super::vals::Ocm) { + assert!(n < 2usize); + let offs = 4usize + n * 8usize; + self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); } - #[doc = "Packet error checking byte This bit is set by software, and cleared by hardware when the PEC is transferred, or when a STOP condition or an Address matched is received, also when PE=0. Note: Writing 0 to this bit has no effect. This bit has no effect when RELOAD is set. This bit has no effect is slave mode when SBC=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_pecbyte(&mut self, val: super::vals::Pecbyte) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + #[doc = "Output compare 3 clear enable"] + pub fn occe(&self, n: usize) -> bool { + assert!(n < 2usize); + let offs = 7usize + n * 8usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Output compare 3 clear enable"] + pub fn set_occe(&mut self, n: usize, val: bool) { + assert!(n < 2usize); + let offs = 7usize + n * 8usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) + impl Default for CcmrOutput { + fn default() -> CcmrOutput { + CcmrOutput(0) } } - #[doc = "Access: No wait states"] + #[doc = "DMA control register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Timingr(pub u32); - impl Timingr { - #[doc = "SCL low period (master mode) This field is used to generate the SCL low period in master mode. tSCLL = (SCLL+1) x tPRESC Note: SCLL is also used to generate tBUF and tSU:STA timings."] - pub const fn scll(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "SCL low period (master mode) This field is used to generate the SCL low period in master mode. tSCLL = (SCLL+1) x tPRESC Note: SCLL is also used to generate tBUF and tSU:STA timings."] - pub fn set_scll(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - #[doc = "SCL high period (master mode) This field is used to generate the SCL high period in master mode. tSCLH = (SCLH+1) x tPRESC Note: SCLH is also used to generate tSU:STO and tHD:STA timing."] - pub const fn sclh(&self) -> u8 { - let val = (self.0 >> 8usize) & 0xff; + pub struct Dcr(pub u32); + impl Dcr { + #[doc = "DMA base address"] + pub const fn dba(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x1f; val as u8 } - #[doc = "SCL high period (master mode) This field is used to generate the SCL high period in master mode. tSCLH = (SCLH+1) x tPRESC Note: SCLH is also used to generate tSU:STO and tHD:STA timing."] - pub fn set_sclh(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); + #[doc = "DMA base address"] + pub fn set_dba(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 0usize)) | (((val as u32) & 0x1f) << 0usize); } - #[doc = "Data hold time This field is used to generate the delay tSDADEL between SCL falling edge and SDA edge. In master mode and in slave mode with NOSTRETCH = 0, the SCL line is stretched low during tSDADEL. tSDADEL= SDADEL x tPRESC Note: SDADEL is used to generate tHD:DAT timing."] - pub const fn sdadel(&self) -> u8 { - let val = (self.0 >> 16usize) & 0x0f; + #[doc = "DMA burst length"] + pub const fn dbl(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x1f; val as u8 } - #[doc = "Data hold time This field is used to generate the delay tSDADEL between SCL falling edge and SDA edge. In master mode and in slave mode with NOSTRETCH = 0, the SCL line is stretched low during tSDADEL. tSDADEL= SDADEL x tPRESC Note: SDADEL is used to generate tHD:DAT timing."] - pub fn set_sdadel(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 16usize)) | (((val as u32) & 0x0f) << 16usize); - } - #[doc = "Data setup time This field is used to generate a delay tSCLDEL between SDA edge and SCL rising edge. In master mode and in slave mode with NOSTRETCH = 0, the SCL line is stretched low during tSCLDEL. tSCLDEL = (SCLDEL+1) x tPRESC Note: tSCLDEL is used to generate tSU:DAT timing."] - pub const fn scldel(&self) -> u8 { - let val = (self.0 >> 20usize) & 0x0f; - val as u8 + #[doc = "DMA burst length"] + pub fn set_dbl(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); } - #[doc = "Data setup time This field is used to generate a delay tSCLDEL between SDA edge and SCL rising edge. In master mode and in slave mode with NOSTRETCH = 0, the SCL line is stretched low during tSCLDEL. tSCLDEL = (SCLDEL+1) x tPRESC Note: tSCLDEL is used to generate tSU:DAT timing."] - pub fn set_scldel(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 20usize)) | (((val as u32) & 0x0f) << 20usize); + } + impl Default for Dcr { + fn default() -> Dcr { + Dcr(0) } - #[doc = "Timing prescaler This field is used to prescale I2CCLK in order to generate the clock period tPRESC used for data setup and hold counters (refer to I2C timings on page9) and for SCL high and low level counters (refer to I2C master initialization on page24). tPRESC = (PRESC+1) x tI2CCLK"] - pub const fn presc(&self) -> u8 { - let val = (self.0 >> 28usize) & 0x0f; - val as u8 + } + #[doc = "capture/compare register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ccr16(pub u32); + impl Ccr16 { + #[doc = "Capture/Compare 1 value"] + pub const fn ccr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "Timing prescaler This field is used to prescale I2CCLK in order to generate the clock period tPRESC used for data setup and hold counters (refer to I2C timings on page9) and for SCL high and low level counters (refer to I2C master initialization on page24). tPRESC = (PRESC+1) x tI2CCLK"] - pub fn set_presc(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 28usize)) | (((val as u32) & 0x0f) << 28usize); + #[doc = "Capture/Compare 1 value"] + pub fn set_ccr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Timingr { - fn default() -> Timingr { - Timingr(0) + impl Default for Ccr16 { + fn default() -> Ccr16 { + Ccr16(0) } } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + #[doc = "break and dead-time register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Oar2(pub u32); - impl Oar2 { - #[doc = "Interface address bits 7:1 of address Note: These bits can be written only when OA2EN=0."] - pub const fn oa2(&self) -> u8 { - let val = (self.0 >> 1usize) & 0x7f; + pub struct Bdtr(pub u32); + impl Bdtr { + #[doc = "Dead-time generator setup"] + pub const fn dtg(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; val as u8 } - #[doc = "Interface address bits 7:1 of address Note: These bits can be written only when OA2EN=0."] - pub fn set_oa2(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 1usize)) | (((val as u32) & 0x7f) << 1usize); - } - #[doc = "Own Address 2 masks Note: These bits can be written only when OA2EN=0. As soon as OA2MSK is not equal to 0, the reserved I2C addresses (0b0000xxx and 0b1111xxx) are not acknowledged even if the comparison matches."] - pub const fn oa2msk(&self) -> super::vals::Oamsk { - let val = (self.0 >> 8usize) & 0x07; - super::vals::Oamsk(val as u8) + #[doc = "Dead-time generator setup"] + pub fn set_dtg(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "Own Address 2 masks Note: These bits can be written only when OA2EN=0. As soon as OA2MSK is not equal to 0, the reserved I2C addresses (0b0000xxx and 0b1111xxx) are not acknowledged even if the comparison matches."] - pub fn set_oa2msk(&mut self, val: super::vals::Oamsk) { - self.0 = (self.0 & !(0x07 << 8usize)) | (((val.0 as u32) & 0x07) << 8usize); - } - #[doc = "Own Address 2 enable"] - pub const fn oa2en(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 - } - #[doc = "Own Address 2 enable"] - pub fn set_oa2en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); - } - } - impl Default for Oar2 { - fn default() -> Oar2 { - Oar2(0) - } - } - #[doc = "Access: No wait states"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Isr(pub u32); - impl Isr { - #[doc = "Transmit data register empty (transmitters) This bit is set by hardware when the I2C_TXDR register is empty. It is cleared when the next data to be sent is written in the I2C_TXDR register. This bit can be written to 1 by software in order to flush the transmit data register I2C_TXDR. Note: This bit is set by hardware when PE=0."] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Transmit data register empty (transmitters) This bit is set by hardware when the I2C_TXDR register is empty. It is cleared when the next data to be sent is written in the I2C_TXDR register. This bit can be written to 1 by software in order to flush the transmit data register I2C_TXDR. Note: This bit is set by hardware when PE=0."] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Transmit interrupt status (transmitters) This bit is set by hardware when the I2C_TXDR register is empty and the data to be transmitted must be written in the I2C_TXDR register. It is cleared when the next data to be sent is written in the I2C_TXDR register. This bit can be written to 1 by software when NOSTRETCH=1 only, in order to generate a TXIS event (interrupt if TXIE=1 or DMA request if TXDMAEN=1). Note: This bit is cleared by hardware when PE=0."] - pub const fn txis(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Transmit interrupt status (transmitters) This bit is set by hardware when the I2C_TXDR register is empty and the data to be transmitted must be written in the I2C_TXDR register. It is cleared when the next data to be sent is written in the I2C_TXDR register. This bit can be written to 1 by software when NOSTRETCH=1 only, in order to generate a TXIS event (interrupt if TXIE=1 or DMA request if TXDMAEN=1). Note: This bit is cleared by hardware when PE=0."] - pub fn set_txis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Receive data register not empty (receivers) This bit is set by hardware when the received data is copied into the I2C_RXDR register, and is ready to be read. It is cleared when I2C_RXDR is read. Note: This bit is cleared by hardware when PE=0."] - pub const fn rxne(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Receive data register not empty (receivers) This bit is set by hardware when the received data is copied into the I2C_RXDR register, and is ready to be read. It is cleared when I2C_RXDR is read. Note: This bit is cleared by hardware when PE=0."] - pub fn set_rxne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Address matched (slave mode) This bit is set by hardware as soon as the received slave address matched with one of the enabled slave addresses. It is cleared by software by setting ADDRCF bit. Note: This bit is cleared by hardware when PE=0."] - pub const fn addr(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Address matched (slave mode) This bit is set by hardware as soon as the received slave address matched with one of the enabled slave addresses. It is cleared by software by setting ADDRCF bit. Note: This bit is cleared by hardware when PE=0."] - pub fn set_addr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Not Acknowledge received flag This flag is set by hardware when a NACK is received after a byte transmission. It is cleared by software by setting the NACKCF bit. Note: This bit is cleared by hardware when PE=0."] - pub const fn nackf(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "Not Acknowledge received flag This flag is set by hardware when a NACK is received after a byte transmission. It is cleared by software by setting the NACKCF bit. Note: This bit is cleared by hardware when PE=0."] - pub fn set_nackf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Stop detection flag This flag is set by hardware when a Stop condition is detected on the bus and the peripheral is involved in this transfer: either as a master, provided that the STOP condition is generated by the peripheral. or as a slave, provided that the peripheral has been addressed previously during this transfer. It is cleared by software by setting the STOPCF bit. Note: This bit is cleared by hardware when PE=0."] - pub const fn stopf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Stop detection flag This flag is set by hardware when a Stop condition is detected on the bus and the peripheral is involved in this transfer: either as a master, provided that the STOP condition is generated by the peripheral. or as a slave, provided that the peripheral has been addressed previously during this transfer. It is cleared by software by setting the STOPCF bit. Note: This bit is cleared by hardware when PE=0."] - pub fn set_stopf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Transfer Complete (master mode) This flag is set by hardware when RELOAD=0, AUTOEND=0 and NBYTES data have been transferred. It is cleared by software when START bit or STOP bit is set. Note: This bit is cleared by hardware when PE=0."] - pub const fn tc(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Transfer Complete (master mode) This flag is set by hardware when RELOAD=0, AUTOEND=0 and NBYTES data have been transferred. It is cleared by software when START bit or STOP bit is set. Note: This bit is cleared by hardware when PE=0."] - pub fn set_tc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Transfer Complete Reload This flag is set by hardware when RELOAD=1 and NBYTES data have been transferred. It is cleared by software when NBYTES is written to a non-zero value. Note: This bit is cleared by hardware when PE=0. This flag is only for master mode, or for slave mode when the SBC bit is set."] - pub const fn tcr(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Transfer Complete Reload This flag is set by hardware when RELOAD=1 and NBYTES data have been transferred. It is cleared by software when NBYTES is written to a non-zero value. Note: This bit is cleared by hardware when PE=0. This flag is only for master mode, or for slave mode when the SBC bit is set."] - pub fn set_tcr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Bus error This flag is set by hardware when a misplaced Start or Stop condition is detected whereas the peripheral is involved in the transfer. The flag is not set during the address phase in slave mode. It is cleared by software by setting BERRCF bit. Note: This bit is cleared by hardware when PE=0."] - pub const fn berr(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Bus error This flag is set by hardware when a misplaced Start or Stop condition is detected whereas the peripheral is involved in the transfer. The flag is not set during the address phase in slave mode. It is cleared by software by setting BERRCF bit. Note: This bit is cleared by hardware when PE=0."] - pub fn set_berr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Arbitration lost This flag is set by hardware in case of arbitration loss. It is cleared by software by setting the ARLOCF bit. Note: This bit is cleared by hardware when PE=0."] - pub const fn arlo(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 + #[doc = "Lock configuration"] + pub const fn lock(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x03; + val as u8 } - #[doc = "Arbitration lost This flag is set by hardware in case of arbitration loss. It is cleared by software by setting the ARLOCF bit. Note: This bit is cleared by hardware when PE=0."] - pub fn set_arlo(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "Lock configuration"] + pub fn set_lock(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); } - #[doc = "Overrun/Underrun (slave mode) This flag is set by hardware in slave mode with NOSTRETCH=1, when an overrun/underrun error occurs. It is cleared by software by setting the OVRCF bit. Note: This bit is cleared by hardware when PE=0."] - pub const fn ovr(&self) -> bool { + #[doc = "Off-state selection for Idle mode"] + pub const fn ossi(&self) -> super::vals::Ossi { let val = (self.0 >> 10usize) & 0x01; - val != 0 + super::vals::Ossi(val as u8) } - #[doc = "Overrun/Underrun (slave mode) This flag is set by hardware in slave mode with NOSTRETCH=1, when an overrun/underrun error occurs. It is cleared by software by setting the OVRCF bit. Note: This bit is cleared by hardware when PE=0."] - pub fn set_ovr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "Off-state selection for Idle mode"] + pub fn set_ossi(&mut self, val: super::vals::Ossi) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "PEC Error in reception This flag is set by hardware when the received PEC does not match with the PEC register content. A NACK is automatically sent after the wrong PEC reception. It is cleared by software by setting the PECCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn pecerr(&self) -> super::vals::Pecerr { + #[doc = "Off-state selection for Run mode"] + pub const fn ossr(&self) -> super::vals::Ossr { let val = (self.0 >> 11usize) & 0x01; - super::vals::Pecerr(val as u8) + super::vals::Ossr(val as u8) } - #[doc = "PEC Error in reception This flag is set by hardware when the received PEC does not match with the PEC register content. A NACK is automatically sent after the wrong PEC reception. It is cleared by software by setting the PECCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_pecerr(&mut self, val: super::vals::Pecerr) { + #[doc = "Off-state selection for Run mode"] + pub fn set_ossr(&mut self, val: super::vals::Ossr) { self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "Timeout or tLOW detection flag This flag is set by hardware when a timeout or extended clock timeout occurred. It is cleared by software by setting the TIMEOUTCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn timeout(&self) -> bool { + #[doc = "Break enable"] + pub const fn bke(&self) -> bool { let val = (self.0 >> 12usize) & 0x01; val != 0 } - #[doc = "Timeout or tLOW detection flag This flag is set by hardware when a timeout or extended clock timeout occurred. It is cleared by software by setting the TIMEOUTCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_timeout(&mut self, val: bool) { + #[doc = "Break enable"] + pub fn set_bke(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "SMBus alert This flag is set by hardware when SMBHEN=1 (SMBus host configuration), ALERTEN=1 and a SMBALERT event (falling edge) is detected on SMBA pin. It is cleared by software by setting the ALERTCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn alert(&self) -> bool { + #[doc = "Break polarity"] + pub const fn bkp(&self) -> bool { let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "SMBus alert This flag is set by hardware when SMBHEN=1 (SMBus host configuration), ALERTEN=1 and a SMBALERT event (falling edge) is detected on SMBA pin. It is cleared by software by setting the ALERTCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_alert(&mut self, val: bool) { + #[doc = "Break polarity"] + pub fn set_bkp(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Bus busy This flag indicates that a communication is in progress on the bus. It is set by hardware when a START condition is detected. It is cleared by hardware when a Stop condition is detected, or when PE=0."] - pub const fn busy(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; + #[doc = "Automatic output enable"] + pub const fn aoe(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; val != 0 } - #[doc = "Bus busy This flag indicates that a communication is in progress on the bus. It is set by hardware when a START condition is detected. It is cleared by hardware when a Stop condition is detected, or when PE=0."] - pub fn set_busy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); - } - #[doc = "Transfer direction (Slave mode) This flag is updated when an address match event occurs (ADDR=1)."] - pub const fn dir(&self) -> super::vals::Dir { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Dir(val as u8) - } - #[doc = "Transfer direction (Slave mode) This flag is updated when an address match event occurs (ADDR=1)."] - pub fn set_dir(&mut self, val: super::vals::Dir) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "Automatic output enable"] + pub fn set_aoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "Address match code (Slave mode) These bits are updated with the received address when an address match event occurs (ADDR = 1). In the case of a 10-bit address, ADDCODE provides the 10-bit header followed by the 2 MSBs of the address."] - pub const fn addcode(&self) -> u8 { - let val = (self.0 >> 17usize) & 0x7f; - val as u8 + #[doc = "Main output enable"] + pub const fn moe(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 } - #[doc = "Address match code (Slave mode) These bits are updated with the received address when an address match event occurs (ADDR = 1). In the case of a 10-bit address, ADDCODE provides the 10-bit header followed by the 2 MSBs of the address."] - pub fn set_addcode(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 17usize)) | (((val as u32) & 0x7f) << 17usize); + #[doc = "Main output enable"] + pub fn set_moe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } } - impl Default for Isr { - fn default() -> Isr { - Isr(0) + impl Default for Bdtr { + fn default() -> Bdtr { + Bdtr(0) } } - #[doc = "Access: No wait states"] + #[doc = "status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Txdr(pub u32); - impl Txdr { - #[doc = "8-bit transmit data Data byte to be transmitted to the I2C bus. Note: These bits can be written only when TXE=1."] - pub const fn txdata(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + pub struct SrBasic(pub u32); + impl SrBasic { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "8-bit transmit data Data byte to be transmitted to the I2C bus. Note: These bits can be written only when TXE=1."] - pub fn set_txdata(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "Update interrupt flag"] + pub fn set_uif(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } } - impl Default for Txdr { - fn default() -> Txdr { - Txdr(0) + impl Default for SrBasic { + fn default() -> SrBasic { + SrBasic(0) } } - #[doc = "Access: No wait states"] + #[doc = "DMA/Interrupt enable register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Icr(pub u32); - impl Icr { - #[doc = "Address matched flag clear Writing 1 to this bit clears the ADDR flag in the I2C_ISR register. Writing 1 to this bit also clears the START bit in the I2C_CR2 register."] - pub const fn addrcf(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Address matched flag clear Writing 1 to this bit clears the ADDR flag in the I2C_ISR register. Writing 1 to this bit also clears the START bit in the I2C_CR2 register."] - pub fn set_addrcf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Not Acknowledge flag clear Writing 1 to this bit clears the ACKF flag in I2C_ISR register."] - pub const fn nackcf(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "Not Acknowledge flag clear Writing 1 to this bit clears the ACKF flag in I2C_ISR register."] - pub fn set_nackcf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Stop detection flag clear Writing 1 to this bit clears the STOPF flag in the I2C_ISR register."] - pub const fn stopcf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + pub struct DierBasic(pub u32); + impl DierBasic { + #[doc = "Update interrupt enable"] + pub const fn uie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Stop detection flag clear Writing 1 to this bit clears the STOPF flag in the I2C_ISR register."] - pub fn set_stopcf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Update interrupt enable"] + pub fn set_uie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Bus error flag clear Writing 1 to this bit clears the BERRF flag in the I2C_ISR register."] - pub const fn berrcf(&self) -> bool { + #[doc = "Update DMA request enable"] + pub const fn ude(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Bus error flag clear Writing 1 to this bit clears the BERRF flag in the I2C_ISR register."] - pub fn set_berrcf(&mut self, val: bool) { + #[doc = "Update DMA request enable"] + pub fn set_ude(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Arbitration Lost flag clear Writing 1 to this bit clears the ARLO flag in the I2C_ISR register."] - pub const fn arlocf(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Arbitration Lost flag clear Writing 1 to this bit clears the ARLO flag in the I2C_ISR register."] - pub fn set_arlocf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Overrun/Underrun flag clear Writing 1 to this bit clears the OVR flag in the I2C_ISR register."] - pub const fn ovrcf(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "Overrun/Underrun flag clear Writing 1 to this bit clears the OVR flag in the I2C_ISR register."] - pub fn set_ovrcf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + impl Default for DierBasic { + fn default() -> DierBasic { + DierBasic(0) } - #[doc = "PEC Error flag clear Writing 1 to this bit clears the PECERR flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn peccf(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + } + #[doc = "control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1Gp(pub u32); + impl Cr1Gp { + #[doc = "Counter enable"] + pub const fn cen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "PEC Error flag clear Writing 1 to this bit clears the PECERR flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_peccf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "Counter enable"] + pub fn set_cen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Timeout detection flag clear Writing 1 to this bit clears the TIMEOUT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn timoutcf(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "Update disable"] + pub const fn udis(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Timeout detection flag clear Writing 1 to this bit clears the TIMEOUT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_timoutcf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "Alert flag clear Writing 1 to this bit clears the ALERT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn alertcf(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 + #[doc = "Update disable"] + pub fn set_udis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Alert flag clear Writing 1 to this bit clears the ALERT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_alertcf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "Update request source"] + pub const fn urs(&self) -> super::vals::Urs { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Urs(val as u8) } - } - impl Default for Icr { - fn default() -> Icr { - Icr(0) + #[doc = "Update request source"] + pub fn set_urs(&mut self, val: super::vals::Urs) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Timeoutr(pub u32); - impl Timeoutr { - #[doc = "Bus Timeout A This field is used to configure: The SCL low timeout condition tTIMEOUT when TIDLE=0 tTIMEOUT= (TIMEOUTA+1) x 2048 x tI2CCLK The bus idle condition (both SCL and SDA high) when TIDLE=1 tIDLE= (TIMEOUTA+1) x 4 x tI2CCLK Note: These bits can be written only when TIMOUTEN=0."] - pub const fn timeouta(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + #[doc = "One-pulse mode"] + pub const fn opm(&self) -> super::vals::Opm { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Opm(val as u8) } - #[doc = "Bus Timeout A This field is used to configure: The SCL low timeout condition tTIMEOUT when TIDLE=0 tTIMEOUT= (TIMEOUTA+1) x 2048 x tI2CCLK The bus idle condition (both SCL and SDA high) when TIDLE=1 tIDLE= (TIMEOUTA+1) x 4 x tI2CCLK Note: These bits can be written only when TIMOUTEN=0."] - pub fn set_timeouta(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "One-pulse mode"] + pub fn set_opm(&mut self, val: super::vals::Opm) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Idle clock timeout detection Note: This bit can be written only when TIMOUTEN=0."] - pub const fn tidle(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 + #[doc = "Direction"] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Dir(val as u8) } - #[doc = "Idle clock timeout detection Note: This bit can be written only when TIMOUTEN=0."] - pub fn set_tidle(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "Direction"] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Clock timeout enable"] - pub const fn timouten(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 + #[doc = "Center-aligned mode selection"] + pub const fn cms(&self) -> super::vals::Cms { + let val = (self.0 >> 5usize) & 0x03; + super::vals::Cms(val as u8) } - #[doc = "Clock timeout enable"] - pub fn set_timouten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "Center-aligned mode selection"] + pub fn set_cms(&mut self, val: super::vals::Cms) { + self.0 = (self.0 & !(0x03 << 5usize)) | (((val.0 as u32) & 0x03) << 5usize); } - #[doc = "Bus timeout B This field is used to configure the cumulative clock extension timeout: In master mode, the master cumulative clock low extend time (tLOW:MEXT) is detected In slave mode, the slave cumulative clock low extend time (tLOW:SEXT) is detected tLOW:EXT= (TIMEOUTB+1) x 2048 x tI2CCLK Note: These bits can be written only when TEXTEN=0."] - pub const fn timeoutb(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "Auto-reload preload enable"] + pub const fn arpe(&self) -> super::vals::Arpe { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Arpe(val as u8) } - #[doc = "Bus timeout B This field is used to configure the cumulative clock extension timeout: In master mode, the master cumulative clock low extend time (tLOW:MEXT) is detected In slave mode, the slave cumulative clock low extend time (tLOW:SEXT) is detected tLOW:EXT= (TIMEOUTB+1) x 2048 x tI2CCLK Note: These bits can be written only when TEXTEN=0."] - pub fn set_timeoutb(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "Auto-reload preload enable"] + pub fn set_arpe(&mut self, val: super::vals::Arpe) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "Extended clock timeout enable"] - pub const fn texten(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; - val != 0 + #[doc = "Clock division"] + pub const fn ckd(&self) -> super::vals::Ckd { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Ckd(val as u8) } - #[doc = "Extended clock timeout enable"] - pub fn set_texten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + #[doc = "Clock division"] + pub fn set_ckd(&mut self, val: super::vals::Ckd) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); } } - impl Default for Timeoutr { - fn default() -> Timeoutr { - Timeoutr(0) + impl Default for Cr1Gp { + fn default() -> Cr1Gp { + Cr1Gp(0) } } - #[doc = "Access: No wait states"] + #[doc = "prescaler"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rxdr(pub u32); - impl Rxdr { - #[doc = "8-bit receive data Data byte received from the I2C bus."] - pub const fn rxdata(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + pub struct Psc(pub u32); + impl Psc { + #[doc = "Prescaler value"] + pub const fn psc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "8-bit receive data Data byte received from the I2C bus."] - pub fn set_rxdata(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "Prescaler value"] + pub fn set_psc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Rxdr { - fn default() -> Rxdr { - Rxdr(0) + impl Default for Psc { + fn default() -> Psc { + Psc(0) } } - #[doc = "Access: No wait states"] + #[doc = "counter"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pecr(pub u32); - impl Pecr { - #[doc = "Packet error checking register This field contains the internal PEC when PECEN=1. The PEC is cleared by hardware when PE=0."] - pub const fn pec(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + pub struct Cnt32(pub u32); + impl Cnt32 { + #[doc = "counter value"] + pub const fn cnt(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Packet error checking register This field contains the internal PEC when PECEN=1. The PEC is cleared by hardware when PE=0."] - pub fn set_pec(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "counter value"] + pub fn set_cnt(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Pecr { - fn default() -> Pecr { - Pecr(0) + impl Default for Cnt32 { + fn default() -> Cnt32 { + Cnt32(0) } } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + #[doc = "capture/compare register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Oar1(pub u32); - impl Oar1 { - #[doc = "Interface address 7-bit addressing mode: dont care 10-bit addressing mode: bits 9:8 of address Note: These bits can be written only when OA1EN=0. OA1[7:1]: Interface address Bits 7:1 of address Note: These bits can be written only when OA1EN=0. OA1[0]: Interface address 7-bit addressing mode: dont care 10-bit addressing mode: bit 0 of address Note: This bit can be written only when OA1EN=0."] - pub const fn oa1(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x03ff; - val as u16 - } - #[doc = "Interface address 7-bit addressing mode: dont care 10-bit addressing mode: bits 9:8 of address Note: These bits can be written only when OA1EN=0. OA1[7:1]: Interface address Bits 7:1 of address Note: These bits can be written only when OA1EN=0. OA1[0]: Interface address 7-bit addressing mode: dont care 10-bit addressing mode: bit 0 of address Note: This bit can be written only when OA1EN=0."] - pub fn set_oa1(&mut self, val: u16) { - self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); - } - #[doc = "Own Address 1 10-bit mode Note: This bit can be written only when OA1EN=0."] - pub const fn oa1mode(&self) -> super::vals::Oamode { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Oamode(val as u8) - } - #[doc = "Own Address 1 10-bit mode Note: This bit can be written only when OA1EN=0."] - pub fn set_oa1mode(&mut self, val: super::vals::Oamode) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "Own Address 1 enable"] - pub const fn oa1en(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 + pub struct Ccr32(pub u32); + impl Ccr32 { + #[doc = "Capture/Compare 1 value"] + pub const fn ccr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Own Address 1 enable"] - pub fn set_oa1en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "Capture/Compare 1 value"] + pub fn set_ccr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Oar1 { - fn default() -> Oar1 { - Oar1(0) + impl Default for Ccr32 { + fn default() -> Ccr32 { + Ccr32(0) } } - #[doc = "Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK."] + #[doc = "status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Peripheral enable Note: When PE=0, the I2C SCL and SDA lines are released. Internal state machines and status bits are put back to their reset value. When cleared, PE must be kept low for at least 3 APB clock cycles."] - pub const fn pe(&self) -> bool { + pub struct SrAdv(pub u32); + impl SrAdv { + #[doc = "Update interrupt flag"] + pub const fn uif(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Peripheral enable Note: When PE=0, the I2C SCL and SDA lines are released. Internal state machines and status bits are put back to their reset value. When cleared, PE must be kept low for at least 3 APB clock cycles."] - pub fn set_pe(&mut self, val: bool) { + #[doc = "Update interrupt flag"] + pub fn set_uif(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "TX Interrupt enable"] - pub const fn txie(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "TX Interrupt enable"] - pub fn set_txie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "RX Interrupt enable"] - pub const fn rxie(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "RX Interrupt enable"] - pub fn set_rxie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Address match Interrupt enable (slave only)"] - pub const fn addrie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Address match Interrupt enable (slave only)"] - pub fn set_addrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Not acknowledge received Interrupt enable"] - pub const fn nackie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "Capture/compare 1 interrupt flag"] + pub fn ccif(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Not acknowledge received Interrupt enable"] - pub fn set_nackie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Capture/compare 1 interrupt flag"] + pub fn set_ccif(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "STOP detection Interrupt enable"] - pub const fn stopie(&self) -> bool { + #[doc = "COM interrupt flag"] + pub const fn comif(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "STOP detection Interrupt enable"] - pub fn set_stopie(&mut self, val: bool) { + #[doc = "COM interrupt flag"] + pub fn set_comif(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Transfer Complete interrupt enable Note: Any of these events will generate an interrupt: Transfer Complete (TC) Transfer Complete Reload (TCR)"] - pub const fn tcie(&self) -> bool { + #[doc = "Trigger interrupt flag"] + pub const fn tif(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Transfer Complete interrupt enable Note: Any of these events will generate an interrupt: Transfer Complete (TC) Transfer Complete Reload (TCR)"] - pub fn set_tcie(&mut self, val: bool) { + #[doc = "Trigger interrupt flag"] + pub fn set_tif(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Error interrupts enable Note: Any of these errors generate an interrupt: Arbitration Loss (ARLO) Bus Error detection (BERR) Overrun/Underrun (OVR) Timeout detection (TIMEOUT) PEC error detection (PECERR) Alert pin event detection (ALERT)"] - pub const fn errie(&self) -> bool { + #[doc = "Break interrupt flag"] + pub const fn bif(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Error interrupts enable Note: Any of these errors generate an interrupt: Arbitration Loss (ARLO) Bus Error detection (BERR) Overrun/Underrun (OVR) Timeout detection (TIMEOUT) PEC error detection (PECERR) Alert pin event detection (ALERT)"] - pub fn set_errie(&mut self, val: bool) { + #[doc = "Break interrupt flag"] + pub fn set_bif(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Digital noise filter These bits are used to configure the digital noise filter on SDA and SCL input. The digital filter will filter spikes with a length of up to DNF[3:0] -* tI2CCLK ... Note: If the analog filter is also enabled, the digital filter is added to the analog filter. This filter can only be programmed when the I2C is disabled (PE = 0)."] - pub const fn dnf(&self) -> super::vals::Dnf { - let val = (self.0 >> 8usize) & 0x0f; - super::vals::Dnf(val as u8) - } - #[doc = "Digital noise filter These bits are used to configure the digital noise filter on SDA and SCL input. The digital filter will filter spikes with a length of up to DNF[3:0] -* tI2CCLK ... Note: If the analog filter is also enabled, the digital filter is added to the analog filter. This filter can only be programmed when the I2C is disabled (PE = 0)."] - pub fn set_dnf(&mut self, val: super::vals::Dnf) { - self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); - } - #[doc = "Analog noise filter OFF Note: This bit can only be programmed when the I2C is disabled (PE = 0)."] - pub const fn anfoff(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn ccof(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Analog noise filter OFF Note: This bit can only be programmed when the I2C is disabled (PE = 0)."] - pub fn set_anfoff(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "DMA transmission requests enable"] - pub const fn txdmaen(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 + #[doc = "Capture/Compare 1 overcapture flag"] + pub fn set_ccof(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 9usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "DMA transmission requests enable"] - pub fn set_txdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + impl Default for SrAdv { + fn default() -> SrAdv { + SrAdv(0) } - #[doc = "DMA reception requests enable"] - pub const fn rxdmaen(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; + } + #[doc = "capture/compare enable register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct CcerAdv(pub u32); + impl CcerAdv { + #[doc = "Capture/Compare 1 output enable"] + pub fn cce(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "DMA reception requests enable"] - pub fn set_rxdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "Capture/Compare 1 output enable"] + pub fn set_cce(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Slave byte control This bit is used to enable hardware byte control in slave mode."] - pub const fn sbc(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Slave byte control This bit is used to enable hardware byte control in slave mode."] - pub fn set_sbc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Clock stretching disable This bit is used to disable clock stretching in slave mode. It must be kept cleared in master mode. Note: This bit can only be programmed when the I2C is disabled (PE = 0)."] - pub const fn nostretch(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; + #[doc = "Capture/Compare 1 complementary output enable"] + pub fn ccne(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Clock stretching disable This bit is used to disable clock stretching in slave mode. It must be kept cleared in master mode. Note: This bit can only be programmed when the I2C is disabled (PE = 0)."] - pub fn set_nostretch(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "Capture/Compare 1 complementary output enable"] + pub fn set_ccne(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Wakeup from Stop mode enable Note: If the Wakeup from Stop mode feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation. Note: WUPEN can be set only when DNF = 0000"] - pub const fn wupen(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; + #[doc = "Capture/Compare 1 output Polarity"] + pub fn ccnp(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Wakeup from Stop mode enable Note: If the Wakeup from Stop mode feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation. Note: WUPEN can be set only when DNF = 0000"] - pub fn set_wupen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "Capture/Compare 1 output Polarity"] + pub fn set_ccnp(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 3usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "General call enable"] - pub const fn gcen(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; + } + impl Default for CcerAdv { + fn default() -> CcerAdv { + CcerAdv(0) + } + } + #[doc = "event generation register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct EgrAdv(pub u32); + impl EgrAdv { + #[doc = "Update generation"] + pub const fn ug(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "General call enable"] - pub fn set_gcen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "Update generation"] + pub fn set_ug(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "SMBus Host address enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn smbhen(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; + #[doc = "Capture/compare 1 generation"] + pub fn ccg(&self, n: usize) -> bool { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "SMBus Host address enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_smbhen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + #[doc = "Capture/compare 1 generation"] + pub fn set_ccg(&mut self, n: usize, val: bool) { + assert!(n < 4usize); + let offs = 1usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "SMBus Device Default address enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn smbden(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; + #[doc = "Capture/Compare control update generation"] + pub const fn comg(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "SMBus Device Default address enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_smbden(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "Capture/Compare control update generation"] + pub fn set_comg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "SMBus alert enable Device mode (SMBHEN=0): Host mode (SMBHEN=1): Note: When ALERTEN=0, the SMBA pin can be used as a standard GPIO. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn alerten(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; + #[doc = "Trigger generation"] + pub const fn tg(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "SMBus alert enable Device mode (SMBHEN=0): Host mode (SMBHEN=1): Note: When ALERTEN=0, the SMBA pin can be used as a standard GPIO. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_alerten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "Trigger generation"] + pub fn set_tg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "PEC enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub const fn pecen(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; + #[doc = "Break generation"] + pub const fn bg(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "PEC enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation."] - pub fn set_pecen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "Break generation"] + pub fn set_bg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) + impl Default for EgrAdv { + fn default() -> EgrAdv { + EgrAdv(0) } } - } -} -pub mod gpio_v2 { - use crate::generic::*; - #[doc = "General-purpose I/Os"] - #[derive(Copy, Clone)] - pub struct Gpio(pub *mut u8); - unsafe impl Send for Gpio {} - unsafe impl Sync for Gpio {} - impl Gpio { - #[doc = "GPIO port mode register"] - pub fn moder(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "GPIO port output type register"] - pub fn otyper(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "GPIO port output speed register"] - pub fn ospeedr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "GPIO port pull-up/pull-down register"] - pub fn pupdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } + #[doc = "auto-reload register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Arr32(pub u32); + impl Arr32 { + #[doc = "Auto-reload value"] + pub const fn arr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Auto-reload value"] + pub fn set_arr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } } - #[doc = "GPIO port input data register"] - pub fn idr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } + impl Default for Arr32 { + fn default() -> Arr32 { + Arr32(0) + } } - #[doc = "GPIO port output data register"] - pub fn odr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + #[doc = "control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1Basic(pub u32); + impl Cr1Basic { + #[doc = "Counter enable"] + pub const fn cen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Counter enable"] + pub fn set_cen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Update disable"] + pub const fn udis(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Update disable"] + pub fn set_udis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Update request source"] + pub const fn urs(&self) -> super::vals::Urs { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Urs(val as u8) + } + #[doc = "Update request source"] + pub fn set_urs(&mut self, val: super::vals::Urs) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "One-pulse mode"] + pub const fn opm(&self) -> super::vals::Opm { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Opm(val as u8) + } + #[doc = "One-pulse mode"] + pub fn set_opm(&mut self, val: super::vals::Opm) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Auto-reload preload enable"] + pub const fn arpe(&self) -> super::vals::Arpe { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Arpe(val as u8) + } + #[doc = "Auto-reload preload enable"] + pub fn set_arpe(&mut self, val: super::vals::Arpe) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } } - #[doc = "GPIO port bit set/reset register"] - pub fn bsrr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } + impl Default for Cr1Basic { + fn default() -> Cr1Basic { + Cr1Basic(0) + } } - #[doc = "GPIO port configuration lock register"] - pub fn lckr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2Gp(pub u32); + impl Cr2Gp { + #[doc = "Capture/compare DMA selection"] + pub const fn ccds(&self) -> super::vals::Ccds { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ccds(val as u8) + } + #[doc = "Capture/compare DMA selection"] + pub fn set_ccds(&mut self, val: super::vals::Ccds) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "Master mode selection"] + pub const fn mms(&self) -> super::vals::Mms { + let val = (self.0 >> 4usize) & 0x07; + super::vals::Mms(val as u8) + } + #[doc = "Master mode selection"] + pub fn set_mms(&mut self, val: super::vals::Mms) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + } + #[doc = "TI1 selection"] + pub const fn ti1s(&self) -> super::vals::Tis { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Tis(val as u8) + } + #[doc = "TI1 selection"] + pub fn set_ti1s(&mut self, val: super::vals::Tis) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } } - #[doc = "GPIO alternate function register (low, high)"] - pub fn afr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(32usize + n * 4usize)) } + impl Default for Cr2Gp { + fn default() -> Cr2Gp { + Cr2Gp(0) + } } } pub mod vals { use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ospeedr(pub u8); - impl Ospeedr { - #[doc = "Low speed"] - pub const LOWSPEED: Self = Self(0); - #[doc = "Medium speed"] - pub const MEDIUMSPEED: Self = Self(0x01); - #[doc = "High speed"] - pub const HIGHSPEED: Self = Self(0x02); - #[doc = "Very high speed"] - pub const VERYHIGHSPEED: Self = Self(0x03); + pub struct Ocm(pub u8); + impl Ocm { + #[doc = "The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the outputs"] + pub const FROZEN: Self = Self(0); + #[doc = "Set channel to active level on match. OCyREF signal is forced high when the counter matches the capture/compare register"] + pub const ACTIVEONMATCH: Self = Self(0x01); + #[doc = "Set channel to inactive level on match. OCyREF signal is forced low when the counter matches the capture/compare register"] + pub const INACTIVEONMATCH: Self = Self(0x02); + #[doc = "OCyREF toggles when TIMx_CNT=TIMx_CCRy"] + pub const TOGGLE: Self = Self(0x03); + #[doc = "OCyREF is forced low"] + pub const FORCEINACTIVE: Self = Self(0x04); + #[doc = "OCyREF is forced high"] + pub const FORCEACTIVE: Self = Self(0x05); + #[doc = "In upcounting, channel is active as long as TIMx_CNTTIMx_CCRy else active"] + pub const PWMMODE1: Self = Self(0x06); + #[doc = "Inversely to PwmMode1"] + pub const PWMMODE2: Self = Self(0x07); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pupdr(pub u8); - impl Pupdr { - #[doc = "No pull-up, pull-down"] - pub const FLOATING: Self = Self(0); - #[doc = "Pull-up"] - pub const PULLUP: Self = Self(0x01); - #[doc = "Pull-down"] - pub const PULLDOWN: Self = Self(0x02); + pub struct Urs(pub u8); + impl Urs { + #[doc = "Any of counter overflow/underflow, setting UG, or update through slave mode, generates an update interrupt or DMA request"] + pub const ANYEVENT: Self = Self(0); + #[doc = "Only counter overflow/underflow generates an update interrupt or DMA request"] + pub const COUNTERONLY: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lck(pub u8); - impl Lck { - #[doc = "Port configuration not locked"] - pub const UNLOCKED: Self = Self(0); - #[doc = "Port configuration locked"] - pub const LOCKED: Self = Self(0x01); + pub struct CcmrInputCcs(pub u8); + impl CcmrInputCcs { + #[doc = "CCx channel is configured as input, normal mapping: ICx mapped to TIx"] + pub const TI4: Self = Self(0x01); + #[doc = "CCx channel is configured as input, alternate mapping (switches 1 with 2, 3 with 4)"] + pub const TI3: Self = Self(0x02); + #[doc = "CCx channel is configured as input, ICx is mapped on TRC"] + pub const TRC: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Odr(pub u8); - impl Odr { - #[doc = "Set output to logic low"] - pub const LOW: Self = Self(0); - #[doc = "Set output to logic high"] - pub const HIGH: Self = Self(0x01); + pub struct Ckd(pub u8); + impl Ckd { + #[doc = "t_DTS = t_CK_INT"] + pub const DIV1: Self = Self(0); + #[doc = "t_DTS = 2 × t_CK_INT"] + pub const DIV2: Self = Self(0x01); + #[doc = "t_DTS = 4 × t_CK_INT"] + pub const DIV4: Self = Self(0x02); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bsw(pub u8); - impl Bsw { - #[doc = "Sets the corresponding ODRx bit"] - pub const SET: Self = Self(0x01); + pub struct Etps(pub u8); + impl Etps { + #[doc = "Prescaler OFF"] + pub const DIV1: Self = Self(0); + #[doc = "ETRP frequency divided by 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "ETRP frequency divided by 4"] + pub const DIV4: Self = Self(0x02); + #[doc = "ETRP frequency divided by 8"] + pub const DIV8: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lckk(pub u8); - impl Lckk { - #[doc = "Port configuration lock key not active"] - pub const NOTACTIVE: Self = Self(0); - #[doc = "Port configuration lock key active"] - pub const ACTIVE: Self = Self(0x01); + pub struct Ocpe(pub u8); + impl Ocpe { + #[doc = "Preload register on CCR2 disabled. New values written to CCR2 are taken into account immediately"] + pub const DISABLED: Self = Self(0); + #[doc = "Preload register on CCR2 enabled. Preload value is loaded into active register on each update event"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Brw(pub u8); - impl Brw { - #[doc = "Resets the corresponding ODRx bit"] - pub const RESET: Self = Self(0x01); + pub struct Cms(pub u8); + impl Cms { + #[doc = "The counter counts up or down depending on the direction bit"] + pub const EDGEALIGNED: Self = Self(0); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting down."] + pub const CENTERALIGNED1: Self = Self(0x01); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting up."] + pub const CENTERALIGNED2: Self = Self(0x02); + #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set both when the counter is counting up or down."] + pub const CENTERALIGNED3: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ot(pub u8); - impl Ot { - #[doc = "Output push-pull (reset state)"] - pub const PUSHPULL: Self = Self(0); - #[doc = "Output open-drain"] - pub const OPENDRAIN: Self = Self(0x01); + pub struct Opm(pub u8); + impl Opm { + #[doc = "Counter is not stopped at update event"] + pub const DISABLED: Self = Self(0); + #[doc = "Counter stops counting at the next update event (clearing the CEN bit)"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Afr(pub u8); - impl Afr { - #[doc = "AF0"] - pub const AF0: Self = Self(0); - #[doc = "AF1"] - pub const AF1: Self = Self(0x01); - #[doc = "AF2"] - pub const AF2: Self = Self(0x02); - #[doc = "AF3"] - pub const AF3: Self = Self(0x03); - #[doc = "AF4"] - pub const AF4: Self = Self(0x04); - #[doc = "AF5"] - pub const AF5: Self = Self(0x05); - #[doc = "AF6"] - pub const AF6: Self = Self(0x06); - #[doc = "AF7"] - pub const AF7: Self = Self(0x07); - #[doc = "AF8"] - pub const AF8: Self = Self(0x08); - #[doc = "AF9"] - pub const AF9: Self = Self(0x09); - #[doc = "AF10"] - pub const AF10: Self = Self(0x0a); - #[doc = "AF11"] - pub const AF11: Self = Self(0x0b); - #[doc = "AF12"] - pub const AF12: Self = Self(0x0c); - #[doc = "AF13"] - pub const AF13: Self = Self(0x0d); - #[doc = "AF14"] - pub const AF14: Self = Self(0x0e); - #[doc = "AF15"] - pub const AF15: Self = Self(0x0f); + pub struct Ece(pub u8); + impl Ece { + #[doc = "External clock mode 2 disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "External clock mode 2 enabled. The counter is clocked by any active edge on the ETRF signal."] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Moder(pub u8); - impl Moder { - #[doc = "Input mode (reset state)"] - pub const INPUT: Self = Self(0); - #[doc = "General purpose output mode"] - pub const OUTPUT: Self = Self(0x01); - #[doc = "Alternate function mode"] - pub const ALTERNATE: Self = Self(0x02); - #[doc = "Analog mode"] - pub const ANALOG: Self = Self(0x03); + pub struct Ossi(pub u8); + impl Ossi { + #[doc = "When inactive, OC/OCN outputs are disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "When inactive, OC/OCN outputs are forced to idle level"] + pub const IDLELEVEL: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Idr(pub u8); - impl Idr { - #[doc = "Input is logic low"] - pub const LOW: Self = Self(0); - #[doc = "Input is logic high"] - pub const HIGH: Self = Self(0x01); + pub struct Etp(pub u8); + impl Etp { + #[doc = "ETR is noninverted, active at high level or rising edge"] + pub const NOTINVERTED: Self = Self(0); + #[doc = "ETR is inverted, active at low level or falling edge"] + pub const INVERTED: Self = Self(0x01); } - } - pub mod regs { - use crate::generic::*; - #[doc = "GPIO port output data register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Odr(pub u32); - impl Odr { - #[doc = "Port output data (y = 0..15)"] - pub fn odr(&self, n: usize) -> super::vals::Odr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Odr(val as u8) - } - #[doc = "Port output data (y = 0..15)"] - pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - } - impl Default for Odr { - fn default() -> Odr { - Odr(0) - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Tis(pub u8); + impl Tis { + #[doc = "The TIMx_CH1 pin is connected to TI1 input"] + pub const NORMAL: Self = Self(0); + #[doc = "The TIMx_CH1, CH2, CH3 pins are connected to TI1 input"] + pub const XOR: Self = Self(0x01); } - #[doc = "GPIO alternate function register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Afr(pub u32); - impl Afr { - #[doc = "Alternate function selection for port x bit y (y = 0..15)"] - pub fn afr(&self, n: usize) -> super::vals::Afr { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - super::vals::Afr(val as u8) - } - #[doc = "Alternate function selection for port x bit y (y = 0..15)"] - pub fn set_afr(&mut self, n: usize, val: super::vals::Afr) { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); - } - } - impl Default for Afr { - fn default() -> Afr { - Afr(0) - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct CcmrOutputCcs(pub u8); + impl CcmrOutputCcs { + #[doc = "CCx channel is configured as output"] + pub const OUTPUT: Self = Self(0); } - #[doc = "GPIO port bit set/reset register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bsrr(pub u32); - impl Bsrr { - #[doc = "Port x set bit y (y= 0..15)"] - pub fn bs(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Port x set bit y (y= 0..15)"] - pub fn set_bs(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Port x set bit y (y= 0..15)"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Port x set bit y (y= 0..15)"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - } - impl Default for Bsrr { - fn default() -> Bsrr { - Bsrr(0) - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Arpe(pub u8); + impl Arpe { + #[doc = "TIMx_APRR register is not buffered"] + pub const DISABLED: Self = Self(0); + #[doc = "TIMx_APRR register is buffered"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "GPIO port output speed register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ospeedr(pub u32); - impl Ospeedr { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn ospeedr(&self, n: usize) -> super::vals::Ospeedr { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Ospeedr(val as u8) - } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_ospeedr(&mut self, n: usize, val: super::vals::Ospeedr) { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - } - impl Default for Ospeedr { - fn default() -> Ospeedr { - Ospeedr(0) - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Etf(pub u8); + impl Etf { + #[doc = "No filter, sampling is done at fDTS"] + pub const NOFILTER: Self = Self(0); + #[doc = "fSAMPLING=fCK_INT, N=2"] + pub const FCK_INT_N2: Self = Self(0x01); + #[doc = "fSAMPLING=fCK_INT, N=4"] + pub const FCK_INT_N4: Self = Self(0x02); + #[doc = "fSAMPLING=fCK_INT, N=8"] + pub const FCK_INT_N8: Self = Self(0x03); + #[doc = "fSAMPLING=fDTS/2, N=6"] + pub const FDTS_DIV2_N6: Self = Self(0x04); + #[doc = "fSAMPLING=fDTS/2, N=8"] + pub const FDTS_DIV2_N8: Self = Self(0x05); + #[doc = "fSAMPLING=fDTS/4, N=6"] + pub const FDTS_DIV4_N6: Self = Self(0x06); + #[doc = "fSAMPLING=fDTS/4, N=8"] + pub const FDTS_DIV4_N8: Self = Self(0x07); + #[doc = "fSAMPLING=fDTS/8, N=6"] + pub const FDTS_DIV8_N6: Self = Self(0x08); + #[doc = "fSAMPLING=fDTS/8, N=8"] + pub const FDTS_DIV8_N8: Self = Self(0x09); + #[doc = "fSAMPLING=fDTS/16, N=5"] + pub const FDTS_DIV16_N5: Self = Self(0x0a); + #[doc = "fSAMPLING=fDTS/16, N=6"] + pub const FDTS_DIV16_N6: Self = Self(0x0b); + #[doc = "fSAMPLING=fDTS/16, N=8"] + pub const FDTS_DIV16_N8: Self = Self(0x0c); + #[doc = "fSAMPLING=fDTS/32, N=5"] + pub const FDTS_DIV32_N5: Self = Self(0x0d); + #[doc = "fSAMPLING=fDTS/32, N=6"] + pub const FDTS_DIV32_N6: Self = Self(0x0e); + #[doc = "fSAMPLING=fDTS/32, N=8"] + pub const FDTS_DIV32_N8: Self = Self(0x0f); } - #[doc = "GPIO port mode register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Moder(pub u32); - impl Moder { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn moder(&self, n: usize) -> super::vals::Moder { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Moder(val as u8) - } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_moder(&mut self, n: usize, val: super::vals::Moder) { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - } - impl Default for Moder { - fn default() -> Moder { - Moder(0) - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dir(pub u8); + impl Dir { + #[doc = "Counter used as upcounter"] + pub const UP: Self = Self(0); + #[doc = "Counter used as downcounter"] + pub const DOWN: Self = Self(0x01); } - #[doc = "GPIO port output type register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Otyper(pub u32); - impl Otyper { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn ot(&self, n: usize) -> super::vals::Ot { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Ot(val as u8) - } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_ot(&mut self, n: usize, val: super::vals::Ot) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - } - impl Default for Otyper { - fn default() -> Otyper { - Otyper(0) - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Icf(pub u8); + impl Icf { + #[doc = "No filter, sampling is done at fDTS"] + pub const NOFILTER: Self = Self(0); + #[doc = "fSAMPLING=fCK_INT, N=2"] + pub const FCK_INT_N2: Self = Self(0x01); + #[doc = "fSAMPLING=fCK_INT, N=4"] + pub const FCK_INT_N4: Self = Self(0x02); + #[doc = "fSAMPLING=fCK_INT, N=8"] + pub const FCK_INT_N8: Self = Self(0x03); + #[doc = "fSAMPLING=fDTS/2, N=6"] + pub const FDTS_DIV2_N6: Self = Self(0x04); + #[doc = "fSAMPLING=fDTS/2, N=8"] + pub const FDTS_DIV2_N8: Self = Self(0x05); + #[doc = "fSAMPLING=fDTS/4, N=6"] + pub const FDTS_DIV4_N6: Self = Self(0x06); + #[doc = "fSAMPLING=fDTS/4, N=8"] + pub const FDTS_DIV4_N8: Self = Self(0x07); + #[doc = "fSAMPLING=fDTS/8, N=6"] + pub const FDTS_DIV8_N6: Self = Self(0x08); + #[doc = "fSAMPLING=fDTS/8, N=8"] + pub const FDTS_DIV8_N8: Self = Self(0x09); + #[doc = "fSAMPLING=fDTS/16, N=5"] + pub const FDTS_DIV16_N5: Self = Self(0x0a); + #[doc = "fSAMPLING=fDTS/16, N=6"] + pub const FDTS_DIV16_N6: Self = Self(0x0b); + #[doc = "fSAMPLING=fDTS/16, N=8"] + pub const FDTS_DIV16_N8: Self = Self(0x0c); + #[doc = "fSAMPLING=fDTS/32, N=5"] + pub const FDTS_DIV32_N5: Self = Self(0x0d); + #[doc = "fSAMPLING=fDTS/32, N=6"] + pub const FDTS_DIV32_N6: Self = Self(0x0e); + #[doc = "fSAMPLING=fDTS/32, N=8"] + pub const FDTS_DIV32_N8: Self = Self(0x0f); } - #[doc = "GPIO port configuration lock register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Lckr(pub u32); - impl Lckr { - #[doc = "Port x lock bit y (y= 0..15)"] - pub fn lck(&self, n: usize) -> super::vals::Lck { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Lck(val as u8) - } - #[doc = "Port x lock bit y (y= 0..15)"] - pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "Port x lock bit y (y= 0..15)"] - pub const fn lckk(&self) -> super::vals::Lckk { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Lckk(val as u8) - } - #[doc = "Port x lock bit y (y= 0..15)"] - pub fn set_lckk(&mut self, val: super::vals::Lckk) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Msm(pub u8); + impl Msm { + #[doc = "No action"] + pub const NOSYNC: Self = Self(0); + #[doc = "The effect of an event on the trigger input (TRGI) is delayed to allow a perfect synchronization between the current timer and its slaves (through TRGO). It is useful if we want to synchronize several timers on a single external event."] + pub const SYNC: Self = Self(0x01); } - impl Default for Lckr { - fn default() -> Lckr { - Lckr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sms(pub u8); + impl Sms { + #[doc = "Slave mode disabled - if CEN = ‘1 then the prescaler is clocked directly by the internal clock."] + pub const DISABLED: Self = Self(0); + #[doc = "Encoder mode 1 - Counter counts up/down on TI2FP1 edge depending on TI1FP2 level."] + pub const ENCODER_MODE_1: Self = Self(0x01); + #[doc = "Encoder mode 2 - Counter counts up/down on TI1FP2 edge depending on TI2FP1 level."] + pub const ENCODER_MODE_2: Self = Self(0x02); + #[doc = "Encoder mode 3 - Counter counts up/down on both TI1FP1 and TI2FP2 edges depending on the level of the other input."] + pub const ENCODER_MODE_3: Self = Self(0x03); + #[doc = "Reset Mode - Rising edge of the selected trigger input (TRGI) reinitializes the counter and generates an update of the registers."] + pub const RESET_MODE: Self = Self(0x04); + #[doc = "Gated Mode - The counter clock is enabled when the trigger input (TRGI) is high. The counter stops (but is not reset) as soon as the trigger becomes low. Both start and stop of the counter are controlled."] + pub const GATED_MODE: Self = Self(0x05); + #[doc = "Trigger Mode - The counter starts at a rising edge of the trigger TRGI (but it is not reset). Only the start of the counter is controlled."] + pub const TRIGGER_MODE: Self = Self(0x06); + #[doc = "External Clock Mode 1 - Rising edges of the selected trigger (TRGI) clock the counter."] + pub const EXT_CLOCK_MODE: Self = Self(0x07); } - #[doc = "GPIO port pull-up/pull-down register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pupdr(pub u32); - impl Pupdr { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn pupdr(&self, n: usize) -> super::vals::Pupdr { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Pupdr(val as u8) - } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_pupdr(&mut self, n: usize, val: super::vals::Pupdr) { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ts(pub u8); + impl Ts { + #[doc = "Internal Trigger 0 (ITR0)"] + pub const ITR0: Self = Self(0); + #[doc = "Internal Trigger 1 (ITR1)"] + pub const ITR1: Self = Self(0x01); + #[doc = "Internal Trigger 2 (ITR2)"] + pub const ITR2: Self = Self(0x02); + #[doc = "TI1 Edge Detector (TI1F_ED)"] + pub const TI1F_ED: Self = Self(0x04); + #[doc = "Filtered Timer Input 1 (TI1FP1)"] + pub const TI1FP1: Self = Self(0x05); + #[doc = "Filtered Timer Input 2 (TI2FP2)"] + pub const TI2FP2: Self = Self(0x06); + #[doc = "External Trigger input (ETRF)"] + pub const ETRF: Self = Self(0x07); } - impl Default for Pupdr { - fn default() -> Pupdr { - Pupdr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ossr(pub u8); + impl Ossr { + #[doc = "When inactive, OC/OCN outputs are disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "When inactive, OC/OCN outputs are enabled with their inactive level"] + pub const IDLELEVEL: Self = Self(0x01); } - #[doc = "GPIO port input data register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idr(pub u32); - impl Idr { - #[doc = "Port input data (y = 0..15)"] - pub fn idr(&self, n: usize) -> super::vals::Idr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Idr(val as u8) - } - #[doc = "Port input data (y = 0..15)"] - pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mms(pub u8); + impl Mms { + #[doc = "The UG bit from the TIMx_EGR register is used as trigger output"] + pub const RESET: Self = Self(0); + #[doc = "The counter enable signal, CNT_EN, is used as trigger output"] + pub const ENABLE: Self = Self(0x01); + #[doc = "The update event is selected as trigger output"] + pub const UPDATE: Self = Self(0x02); + #[doc = "The trigger output send a positive pulse when the CC1IF flag it to be set, as soon as a capture or a compare match occurred"] + pub const COMPAREPULSE: Self = Self(0x03); + #[doc = "OC1REF signal is used as trigger output"] + pub const COMPAREOC1: Self = Self(0x04); + #[doc = "OC2REF signal is used as trigger output"] + pub const COMPAREOC2: Self = Self(0x05); + #[doc = "OC3REF signal is used as trigger output"] + pub const COMPAREOC3: Self = Self(0x06); + #[doc = "OC4REF signal is used as trigger output"] + pub const COMPAREOC4: Self = Self(0x07); } - impl Default for Idr { - fn default() -> Idr { - Idr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ccds(pub u8); + impl Ccds { + #[doc = "CCx DMA request sent when CCx event occurs"] + pub const ONCOMPARE: Self = Self(0); + #[doc = "CCx DMA request sent when update event occurs"] + pub const ONUPDATE: Self = Self(0x01); } } } -pub mod syscfg_h7 { +pub mod usart_v1 { use crate::generic::*; - #[doc = "System configuration controller"] + #[doc = "Universal synchronous asynchronous receiver transmitter"] #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "peripheral mode configuration register"] - pub fn pmcr(self) -> Reg { + pub struct Usart(pub *mut u8); + unsafe impl Send for Usart {} + unsafe impl Sync for Usart {} + impl Usart { + #[doc = "Status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Data register"] + pub fn dr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "external interrupt configuration register 1"] - pub fn exticr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + #[doc = "Baud rate register"] + pub fn brr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "compensation cell control/status register"] - pub fn cccsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } + #[doc = "Control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[doc = "SYSCFG compensation cell value register"] - pub fn ccvr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } + #[doc = "Control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[doc = "SYSCFG compensation cell code register"] - pub fn cccr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } + #[doc = "Control register 3"] + pub fn cr3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[doc = "SYSCFG power control register"] - pub fn pwrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } + #[doc = "Guard time and prescaler register"] + pub fn gtpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } } - #[doc = "SYSCFG package register"] - pub fn pkgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(292usize)) } + } + #[doc = "Universal asynchronous receiver transmitter"] + #[derive(Copy, Clone)] + pub struct Uart(pub *mut u8); + unsafe impl Send for Uart {} + unsafe impl Sync for Uart {} + impl Uart { + #[doc = "Status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "SYSCFG user register 0"] - pub fn ur0(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(768usize)) } + #[doc = "Data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "SYSCFG user register 2"] - pub fn ur2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(776usize)) } + #[doc = "Baud rate register"] + pub fn brr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "SYSCFG user register 3"] - pub fn ur3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(780usize)) } + #[doc = "Control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[doc = "SYSCFG user register 4"] - pub fn ur4(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(784usize)) } + #[doc = "Control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[doc = "SYSCFG user register 5"] - pub fn ur5(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(788usize)) } + #[doc = "Control register 3"] + pub fn cr3(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[doc = "SYSCFG user register 6"] - pub fn ur6(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(792usize)) } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lbdl(pub u8); + impl Lbdl { + #[doc = "10-bit break detection"] + pub const LBDL10: Self = Self(0); + #[doc = "11-bit break detection"] + pub const LBDL11: Self = Self(0x01); } - #[doc = "SYSCFG user register 7"] - pub fn ur7(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(796usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Wake(pub u8); + impl Wake { + #[doc = "USART wakeup on idle line"] + pub const IDLELINE: Self = Self(0); + #[doc = "USART wakeup on address mark"] + pub const ADDRESSMARK: Self = Self(0x01); } - #[doc = "SYSCFG user register 8"] - pub fn ur8(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(800usize)) } - } - #[doc = "SYSCFG user register 9"] - pub fn ur9(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(804usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hdsel(pub u8); + impl Hdsel { + #[doc = "Half duplex mode is not selected"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Half duplex mode is selected"] + pub const HALFDUPLEX: Self = Self(0x01); } - #[doc = "SYSCFG user register 10"] - pub fn ur10(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(808usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Stop(pub u8); + impl Stop { + #[doc = "1 stop bit"] + pub const STOP1: Self = Self(0); + #[doc = "0.5 stop bits"] + pub const STOP0P5: Self = Self(0x01); + #[doc = "2 stop bits"] + pub const STOP2: Self = Self(0x02); + #[doc = "1.5 stop bits"] + pub const STOP1P5: Self = Self(0x03); } - #[doc = "SYSCFG user register 11"] - pub fn ur11(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(812usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rwu(pub u8); + impl Rwu { + #[doc = "Receiver in active mode"] + pub const ACTIVE: Self = Self(0); + #[doc = "Receiver in mute mode"] + pub const MUTE: Self = Self(0x01); } - #[doc = "SYSCFG user register 12"] - pub fn ur12(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(816usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ps(pub u8); + impl Ps { + #[doc = "Even parity"] + pub const EVEN: Self = Self(0); + #[doc = "Odd parity"] + pub const ODD: Self = Self(0x01); } - #[doc = "SYSCFG user register 13"] - pub fn ur13(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(820usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRST: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECOND: Self = Self(0x01); } - #[doc = "SYSCFG user register 14"] - pub fn ur14(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(824usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sbk(pub u8); + impl Sbk { + #[doc = "No break character is transmitted"] + pub const NOBREAK: Self = Self(0); + #[doc = "Break character transmitted"] + pub const BREAK: Self = Self(0x01); } - #[doc = "SYSCFG user register 15"] - pub fn ur15(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(828usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct M(pub u8); + impl M { + #[doc = "8 data bits"] + pub const M8: Self = Self(0); + #[doc = "9 data bits"] + pub const M9: Self = Self(0x01); } - #[doc = "SYSCFG user register 16"] - pub fn ur16(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(832usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "Steady low value on CK pin outside transmission window"] + pub const LOW: Self = Self(0); + #[doc = "Steady high value on CK pin outside transmission window"] + pub const HIGH: Self = Self(0x01); } - #[doc = "SYSCFG user register 17"] - pub fn ur17(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(836usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Irlp(pub u8); + impl Irlp { + #[doc = "Normal mode"] + pub const NORMAL: Self = Self(0); + #[doc = "Low-power mode"] + pub const LOWPOWER: Self = Self(0x01); } } pub mod regs { use crate::generic::*; - #[doc = "SYSCFG user register 13"] + #[doc = "Baud rate register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur13(pub u32); - impl Ur13 { - #[doc = "Secured DTCM RAM Size"] - pub const fn sdrs(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; + pub struct Brr(pub u32); + impl Brr { + #[doc = "fraction of USARTDIV"] + pub const fn div_fraction(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; val as u8 } - #[doc = "Secured DTCM RAM Size"] - pub fn set_sdrs(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + #[doc = "fraction of USARTDIV"] + pub fn set_div_fraction(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "D1 Standby reset"] - pub const fn d1sbrst(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "mantissa of USARTDIV"] + pub const fn div_mantissa(&self) -> u16 { + let val = (self.0 >> 4usize) & 0x0fff; + val as u16 } - #[doc = "D1 Standby reset"] - pub fn set_d1sbrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "mantissa of USARTDIV"] + pub fn set_div_mantissa(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 4usize)) | (((val as u32) & 0x0fff) << 4usize); } } - impl Default for Ur13 { - fn default() -> Ur13 { - Ur13(0) + impl Default for Brr { + fn default() -> Brr { + Brr(0) } } - #[doc = "SYSCFG user register 9"] + #[doc = "Data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur9(pub u32); - impl Ur9 { - #[doc = "Write protection for flash bank 2"] - pub const fn wrpn_2(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "Write protection for flash bank 2"] - pub fn set_wrpn_2(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - #[doc = "Protected area start address for bank 2"] - pub const fn pa_beg_2(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; + pub struct Dr(pub u32); + impl Dr { + #[doc = "Data value"] + pub const fn dr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; val as u16 } - #[doc = "Protected area start address for bank 2"] - pub fn set_pa_beg_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "Data value"] + pub fn set_dr(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); } } - impl Default for Ur9 { - fn default() -> Ur9 { - Ur9(0) + impl Default for Dr { + fn default() -> Dr { + Dr(0) } } - #[doc = "SYSCFG compensation cell code register"] + #[doc = "Control register 3"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cccr(pub u32); - impl Cccr { - #[doc = "NMOS compensation code"] - pub const fn ncc(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + pub struct Cr3Usart(pub u32); + impl Cr3Usart { + #[doc = "Error interrupt enable"] + pub const fn eie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "NMOS compensation code"] - pub fn set_ncc(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "Error interrupt enable"] + pub fn set_eie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "PMOS compensation code"] - pub const fn pcc(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "IrDA mode enable"] + pub const fn iren(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "PMOS compensation code"] - pub fn set_pcc(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "IrDA mode enable"] + pub fn set_iren(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - } - impl Default for Cccr { - fn default() -> Cccr { - Cccr(0) + #[doc = "IrDA low-power"] + pub const fn irlp(&self) -> super::vals::Irlp { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Irlp(val as u8) } - } - #[doc = "SYSCFG compensation cell value register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccvr(pub u32); - impl Ccvr { - #[doc = "NMOS compensation value"] - pub const fn ncv(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + #[doc = "IrDA low-power"] + pub fn set_irlp(&mut self, val: super::vals::Irlp) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "NMOS compensation value"] - pub fn set_ncv(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "Half-duplex selection"] + pub const fn hdsel(&self) -> super::vals::Hdsel { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Hdsel(val as u8) } - #[doc = "PMOS compensation value"] - pub const fn pcv(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "Half-duplex selection"] + pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "PMOS compensation value"] - pub fn set_pcv(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "Smartcard NACK enable"] + pub const fn nack(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - } - impl Default for Ccvr { - fn default() -> Ccvr { - Ccvr(0) + #[doc = "Smartcard NACK enable"] + pub fn set_nack(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - } - #[doc = "SYSCFG user register 10"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur10(pub u32); - impl Ur10 { - #[doc = "Protected area end address for bank 2"] - pub const fn pa_end_2(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + #[doc = "Smartcard mode enable"] + pub const fn scen(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "Protected area end address for bank 2"] - pub fn set_pa_end_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "Smartcard mode enable"] + pub fn set_scen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Secured area start address for bank 2"] - pub const fn sa_beg_2(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "DMA enable receiver"] + pub const fn dmar(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "Secured area start address for bank 2"] - pub fn set_sa_beg_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "DMA enable receiver"] + pub fn set_dmar(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - } - impl Default for Ur10 { - fn default() -> Ur10 { - Ur10(0) + #[doc = "DMA enable transmitter"] + pub const fn dmat(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 } - } - #[doc = "SYSCFG user register 12"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur12(pub u32); - impl Ur12 { - #[doc = "Secure mode"] - pub const fn secure(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "DMA enable transmitter"] + pub fn set_dmat(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "RTS enable"] + pub const fn rtse(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Secure mode"] - pub fn set_secure(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "RTS enable"] + pub fn set_rtse(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "CTS enable"] + pub const fn ctse(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "CTS enable"] + pub fn set_ctse(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "CTS interrupt enable"] + pub const fn ctsie(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "CTS interrupt enable"] + pub fn set_ctsie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } } - impl Default for Ur12 { - fn default() -> Ur12 { - Ur12(0) + impl Default for Cr3Usart { + fn default() -> Cr3Usart { + Cr3Usart(0) } } - #[doc = "SYSCFG user register 17"] + #[doc = "Status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur17(pub u32); - impl Ur17 { - #[doc = "I/O high speed / low voltage"] - pub const fn io_hslv(&self) -> bool { + pub struct Sr(pub u32); + impl Sr { + #[doc = "Parity error"] + pub const fn pe(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "I/O high speed / low voltage"] - pub fn set_io_hslv(&mut self, val: bool) { + #[doc = "Parity error"] + pub fn set_pe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - } - impl Default for Ur17 { - fn default() -> Ur17 { - Ur17(0) + #[doc = "Framing error"] + pub const fn fe(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - } - #[doc = "SYSCFG power control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pwrcr(pub u32); - impl Pwrcr { - #[doc = "Overdrive enable"] - pub const fn oden(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + #[doc = "Framing error"] + pub fn set_fe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Overdrive enable"] - pub fn set_oden(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "Noise error flag"] + pub const fn ne(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - } - impl Default for Pwrcr { - fn default() -> Pwrcr { - Pwrcr(0) + #[doc = "Noise error flag"] + pub fn set_ne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - } - #[doc = "SYSCFG user register 5"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur5(pub u32); - impl Ur5 { - #[doc = "Mass erase secured area disabled for bank 1"] - pub const fn mesad_1(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Overrun error"] + pub const fn ore(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Mass erase secured area disabled for bank 1"] - pub fn set_mesad_1(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Overrun error"] + pub fn set_ore(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Write protection for flash bank 1"] - pub const fn wrpn_1(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; - val as u8 + #[doc = "IDLE line detected"] + pub const fn idle(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - #[doc = "Write protection for flash bank 1"] - pub fn set_wrpn_1(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + #[doc = "IDLE line detected"] + pub fn set_idle(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - } - impl Default for Ur5 { - fn default() -> Ur5 { - Ur5(0) + #[doc = "Read data register not empty"] + pub const fn rxne(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - } - #[doc = "external interrupt configuration register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI x configuration (x = 4 to 7)"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 + #[doc = "Read data register not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "EXTI x configuration (x = 4 to 7)"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + #[doc = "Transmission complete"] + pub const fn tc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) + #[doc = "Transmission complete"] + pub fn set_tc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - } - #[doc = "SYSCFG user register 4"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur4(pub u32); - impl Ur4 { - #[doc = "Mass Erase Protected Area Disabled for bank 1"] - pub const fn mepad_1(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "Transmit data register empty"] + pub const fn txe(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Mass Erase Protected Area Disabled for bank 1"] - pub fn set_mepad_1(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "Transmit data register empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "LIN break detection flag"] + pub const fn lbd(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "LIN break detection flag"] + pub fn set_lbd(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } } - impl Default for Ur4 { - fn default() -> Ur4 { - Ur4(0) + impl Default for Sr { + fn default() -> Sr { + Sr(0) } } - #[doc = "SYSCFG user register 7"] + #[doc = "Control register 3"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur7(pub u32); - impl Ur7 { - #[doc = "Secured area start address for bank 1"] - pub const fn sa_beg_1(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 - } - #[doc = "Secured area start address for bank 1"] - pub fn set_sa_beg_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + pub struct Cr3(pub u32); + impl Cr3 { + #[doc = "Error interrupt enable"] + pub const fn eie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Secured area end address for bank 1"] - pub const fn sa_end_1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "Error interrupt enable"] + pub fn set_eie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Secured area end address for bank 1"] - pub fn set_sa_end_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "IrDA mode enable"] + pub const fn iren(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "IrDA mode enable"] + pub fn set_iren(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "IrDA low-power"] + pub const fn irlp(&self) -> super::vals::Irlp { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Irlp(val as u8) + } + #[doc = "IrDA low-power"] + pub fn set_irlp(&mut self, val: super::vals::Irlp) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "Half-duplex selection"] + pub const fn hdsel(&self) -> super::vals::Hdsel { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Hdsel(val as u8) + } + #[doc = "Half-duplex selection"] + pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "DMA enable receiver"] + pub const fn dmar(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "DMA enable receiver"] + pub fn set_dmar(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "DMA enable transmitter"] + pub const fn dmat(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "DMA enable transmitter"] + pub fn set_dmat(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } } - impl Default for Ur7 { - fn default() -> Ur7 { - Ur7(0) + impl Default for Cr3 { + fn default() -> Cr3 { + Cr3(0) } } - #[doc = "SYSCFG user register 14"] + #[doc = "Control register 2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur14(pub u32); - impl Ur14 { - #[doc = "D1 Stop Reset"] - pub const fn d1stprst(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + pub struct Cr2Usart(pub u32); + impl Cr2Usart { + #[doc = "Address of the USART node"] + pub const fn add(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "Address of the USART node"] + pub fn set_add(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "lin break detection length"] + pub const fn lbdl(&self) -> super::vals::Lbdl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lbdl(val as u8) + } + #[doc = "lin break detection length"] + pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "LIN break detection interrupt enable"] + pub const fn lbdie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "D1 Stop Reset"] - pub fn set_d1stprst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "LIN break detection interrupt enable"] + pub fn set_lbdie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Last bit clock pulse"] + pub const fn lbcl(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Last bit clock pulse"] + pub fn set_lbcl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Cpha(val as u8) + } + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Cpol(val as u8) + } + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "Clock enable"] + pub const fn clken(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Clock enable"] + pub fn set_clken(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "STOP bits"] + pub const fn stop(&self) -> super::vals::Stop { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Stop(val as u8) + } + #[doc = "STOP bits"] + pub fn set_stop(&mut self, val: super::vals::Stop) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + } + #[doc = "LIN mode enable"] + pub const fn linen(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "LIN mode enable"] + pub fn set_linen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } } - impl Default for Ur14 { - fn default() -> Ur14 { - Ur14(0) + impl Default for Cr2Usart { + fn default() -> Cr2Usart { + Cr2Usart(0) } } - #[doc = "peripheral mode configuration register"] + #[doc = "Status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pmcr(pub u32); - impl Pmcr { - #[doc = "I2C1 Fm+"] - pub const fn i2c1fmp(&self) -> bool { + pub struct SrUsart(pub u32); + impl SrUsart { + #[doc = "Parity error"] + pub const fn pe(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "I2C1 Fm+"] - pub fn set_i2c1fmp(&mut self, val: bool) { + #[doc = "Parity error"] + pub fn set_pe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "I2C2 Fm+"] - pub const fn i2c2fmp(&self) -> bool { + #[doc = "Framing error"] + pub const fn fe(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "I2C2 Fm+"] - pub fn set_i2c2fmp(&mut self, val: bool) { + #[doc = "Framing error"] + pub fn set_fe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "I2C3 Fm+"] - pub const fn i2c3fmp(&self) -> bool { + #[doc = "Noise error flag"] + pub const fn ne(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "I2C3 Fm+"] - pub fn set_i2c3fmp(&mut self, val: bool) { + #[doc = "Noise error flag"] + pub fn set_ne(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "I2C4 Fm+"] - pub const fn i2c4fmp(&self) -> bool { + #[doc = "Overrun error"] + pub const fn ore(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "I2C4 Fm+"] - pub fn set_i2c4fmp(&mut self, val: bool) { + #[doc = "Overrun error"] + pub fn set_ore(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "PB(6) Fm+"] - pub const fn pb6fmp(&self) -> bool { + #[doc = "IDLE line detected"] + pub const fn idle(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "PB(6) Fm+"] - pub fn set_pb6fmp(&mut self, val: bool) { + #[doc = "IDLE line detected"] + pub fn set_idle(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "PB(7) Fast Mode Plus"] - pub const fn pb7fmp(&self) -> bool { + #[doc = "Read data register not empty"] + pub const fn rxne(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "PB(7) Fast Mode Plus"] - pub fn set_pb7fmp(&mut self, val: bool) { + #[doc = "Read data register not empty"] + pub fn set_rxne(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "PB(8) Fast Mode Plus"] - pub const fn pb8fmp(&self) -> bool { + #[doc = "Transmission complete"] + pub const fn tc(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "PB(8) Fast Mode Plus"] - pub fn set_pb8fmp(&mut self, val: bool) { + #[doc = "Transmission complete"] + pub fn set_tc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "PB(9) Fm+"] - pub const fn pb9fmp(&self) -> bool { + #[doc = "Transmit data register empty"] + pub const fn txe(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "PB(9) Fm+"] - pub fn set_pb9fmp(&mut self, val: bool) { + #[doc = "Transmit data register empty"] + pub fn set_txe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Booster Enable"] - pub const fn booste(&self) -> bool { + #[doc = "LIN break detection flag"] + pub const fn lbd(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Booster Enable"] - pub fn set_booste(&mut self, val: bool) { + #[doc = "LIN break detection flag"] + pub fn set_lbd(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Analog switch supply voltage selection"] - pub const fn boostvddsel(&self) -> bool { + #[doc = "CTS flag"] + pub const fn cts(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "Analog switch supply voltage selection"] - pub fn set_boostvddsel(&mut self, val: bool) { + #[doc = "CTS flag"] + pub fn set_cts(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Ethernet PHY Interface Selection"] - pub const fn epis(&self) -> u8 { - let val = (self.0 >> 21usize) & 0x07; - val as u8 - } - #[doc = "Ethernet PHY Interface Selection"] - pub fn set_epis(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 21usize)) | (((val as u32) & 0x07) << 21usize); + } + impl Default for SrUsart { + fn default() -> SrUsart { + SrUsart(0) } - #[doc = "PA0 Switch Open"] - pub const fn pa0so(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 + } + #[doc = "Control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Send break"] + pub const fn sbk(&self) -> super::vals::Sbk { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Sbk(val as u8) } - #[doc = "PA0 Switch Open"] - pub fn set_pa0so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "Send break"] + pub fn set_sbk(&mut self, val: super::vals::Sbk) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "PA1 Switch Open"] - pub const fn pa1so(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + #[doc = "Receiver wakeup"] + pub const fn rwu(&self) -> super::vals::Rwu { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Rwu(val as u8) } - #[doc = "PA1 Switch Open"] - pub fn set_pa1so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "Receiver wakeup"] + pub fn set_rwu(&mut self, val: super::vals::Rwu) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "PC2 Switch Open"] - pub const fn pc2so(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; + #[doc = "Receiver enable"] + pub const fn re(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "PC2 Switch Open"] - pub fn set_pc2so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "Receiver enable"] + pub fn set_re(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "PC3 Switch Open"] - pub const fn pc3so(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; + #[doc = "Transmitter enable"] + pub const fn te(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "PC3 Switch Open"] - pub fn set_pc3so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "Transmitter enable"] + pub fn set_te(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - } - impl Default for Pmcr { - fn default() -> Pmcr { - Pmcr(0) + #[doc = "IDLE interrupt enable"] + pub const fn idleie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - } - #[doc = "SYSCFG user register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur2(pub u32); - impl Ur2 { - #[doc = "BOR_LVL Brownout Reset Threshold Level"] - pub const fn borh(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; - val as u8 + #[doc = "IDLE interrupt enable"] + pub fn set_idleie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "BOR_LVL Brownout Reset Threshold Level"] - pub fn set_borh(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + #[doc = "RXNE interrupt enable"] + pub const fn rxneie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 } - #[doc = "Boot Address 0"] - pub const fn boot_add0(&self) -> u16 { - let val = (self.0 >> 16usize) & 0xffff; - val as u16 + #[doc = "RXNE interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Boot Address 0"] - pub fn set_boot_add0(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + #[doc = "Transmission complete interrupt enable"] + pub const fn tcie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - } - impl Default for Ur2 { - fn default() -> Ur2 { - Ur2(0) + #[doc = "Transmission complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - } - #[doc = "SYSCFG user register 0"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur0(pub u32); - impl Ur0 { - #[doc = "Bank Swap"] - pub const fn bks(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "TXE interrupt enable"] + pub const fn txeie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Bank Swap"] - pub fn set_bks(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "TXE interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Readout protection"] - pub const fn rdp(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; - val as u8 + #[doc = "PE interrupt enable"] + pub const fn peie(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "Readout protection"] - pub fn set_rdp(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + #[doc = "PE interrupt enable"] + pub fn set_peie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - } - impl Default for Ur0 { - fn default() -> Ur0 { - Ur0(0) + #[doc = "Parity selection"] + pub const fn ps(&self) -> super::vals::Ps { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ps(val as u8) } - } - #[doc = "SYSCFG user register 6"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur6(pub u32); - impl Ur6 { - #[doc = "Protected area start address for bank 1"] - pub const fn pa_beg_1(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + #[doc = "Parity selection"] + pub fn set_ps(&mut self, val: super::vals::Ps) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Protected area start address for bank 1"] - pub fn set_pa_beg_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "Parity control enable"] + pub const fn pce(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 } - #[doc = "Protected area end address for bank 1"] - pub const fn pa_end_1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "Parity control enable"] + pub fn set_pce(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "Protected area end address for bank 1"] - pub fn set_pa_end_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "Wakeup method"] + pub const fn wake(&self) -> super::vals::Wake { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Wake(val as u8) } - } - impl Default for Ur6 { - fn default() -> Ur6 { - Ur6(0) + #[doc = "Wakeup method"] + pub fn set_wake(&mut self, val: super::vals::Wake) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - } - #[doc = "SYSCFG user register 11"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur11(pub u32); - impl Ur11 { - #[doc = "Secured area end address for bank 2"] - pub const fn sa_end_2(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + #[doc = "Word length"] + pub const fn m(&self) -> super::vals::M { + let val = (self.0 >> 12usize) & 0x01; + super::vals::M(val as u8) } - #[doc = "Secured area end address for bank 2"] - pub fn set_sa_end_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "Word length"] + pub fn set_m(&mut self, val: super::vals::M) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Independent Watchdog 1 mode"] - pub const fn iwdg1m(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "USART enable"] + pub const fn ue(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "Independent Watchdog 1 mode"] - pub fn set_iwdg1m(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "USART enable"] + pub fn set_ue(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } } - impl Default for Ur11 { - fn default() -> Ur11 { - Ur11(0) + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) } } - #[doc = "SYSCFG user register 16"] + #[doc = "Control register 2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur16(pub u32); - impl Ur16 { - #[doc = "Freeze independent watchdog in Stop mode"] - pub const fn fziwdgstp(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Freeze independent watchdog in Stop mode"] - pub fn set_fziwdgstp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Address of the USART node"] + pub const fn add(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 } - #[doc = "Private key programmed"] - pub const fn pkp(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "Address of the USART node"] + pub fn set_add(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); } - #[doc = "Private key programmed"] - pub fn set_pkp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - } - impl Default for Ur16 { - fn default() -> Ur16 { - Ur16(0) - } - } - #[doc = "compensation cell control/status register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cccsr(pub u32); - impl Cccsr { - #[doc = "enable"] - pub const fn en(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "enable"] - pub fn set_en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Code selection"] - pub const fn cs(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "lin break detection length"] + pub const fn lbdl(&self) -> super::vals::Lbdl { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lbdl(val as u8) } - #[doc = "Code selection"] - pub fn set_cs(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "lin break detection length"] + pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Compensation cell ready flag"] - pub const fn ready(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "LIN break detection interrupt enable"] + pub const fn lbdie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Compensation cell ready flag"] - pub fn set_ready(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "High-speed at low-voltage"] - pub const fn hslv(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "LIN break detection interrupt enable"] + pub fn set_lbdie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "High-speed at low-voltage"] - pub fn set_hslv(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "STOP bits"] + pub const fn stop(&self) -> super::vals::Stop { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Stop(val as u8) } - } - impl Default for Cccsr { - fn default() -> Cccsr { - Cccsr(0) + #[doc = "STOP bits"] + pub fn set_stop(&mut self, val: super::vals::Stop) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); } - } - #[doc = "SYSCFG user register 15"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur15(pub u32); - impl Ur15 { - #[doc = "Freeze independent watchdog in Standby mode"] - pub const fn fziwdgstb(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "LIN mode enable"] + pub const fn linen(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; val != 0 } - #[doc = "Freeze independent watchdog in Standby mode"] - pub fn set_fziwdgstb(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "LIN mode enable"] + pub fn set_linen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } } - impl Default for Ur15 { - fn default() -> Ur15 { - Ur15(0) + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) } } - #[doc = "SYSCFG package register"] + #[doc = "Guard time and prescaler register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pkgr(pub u32); - impl Pkgr { - #[doc = "Package"] - pub const fn pkg(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; + pub struct Gtpr(pub u32); + impl Gtpr { + #[doc = "Prescaler value"] + pub const fn psc(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; val as u8 } - #[doc = "Package"] - pub fn set_pkg(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); - } - } - impl Default for Pkgr { - fn default() -> Pkgr { - Pkgr(0) - } - } - #[doc = "SYSCFG user register 3"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur3(pub u32); - impl Ur3 { - #[doc = "Boot Address 1"] - pub const fn boot_add1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0xffff; - val as u16 - } - #[doc = "Boot Address 1"] - pub fn set_boot_add1(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); - } - } - impl Default for Ur3 { - fn default() -> Ur3 { - Ur3(0) - } - } - #[doc = "SYSCFG user register 8"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur8(pub u32); - impl Ur8 { - #[doc = "Mass erase protected area disabled for bank 2"] - pub const fn mepad_2(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Mass erase protected area disabled for bank 2"] - pub fn set_mepad_2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Prescaler value"] + pub fn set_psc(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "Mass erase secured area disabled for bank 2"] - pub const fn mesad_2(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "Guard time value"] + pub const fn gt(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; + val as u8 } - #[doc = "Mass erase secured area disabled for bank 2"] - pub fn set_mesad_2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "Guard time value"] + pub fn set_gt(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); } } - impl Default for Ur8 { - fn default() -> Ur8 { - Ur8(0) + impl Default for Gtpr { + fn default() -> Gtpr { + Gtpr(0) } } } @@ -9401,1490 +7978,1507 @@ pub mod rng_v1 { } } } -pub mod syscfg_f4 { +pub mod sdmmc_v2 { use crate::generic::*; - #[doc = "System configuration controller"] + #[doc = "SDMMC"] #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "memory remap register"] - pub fn memrm(self) -> Reg { + pub struct Sdmmc(pub *mut u8); + unsafe impl Send for Sdmmc {} + unsafe impl Sync for Sdmmc {} + impl Sdmmc { + #[doc = "SDMMC power control register"] + pub fn power(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "peripheral mode configuration register"] - pub fn pmc(self) -> Reg { + #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] + pub fn clkcr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "external interrupt configuration register"] - pub fn exticr(self, n: usize) -> Reg { + #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] + pub fn argr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] + pub fn cmdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "SDMMC command response register"] + pub fn respcmdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + pub fn respr(self, n: usize) -> Reg { assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + unsafe { Reg::from_ptr(self.0.add(20usize + n * 4usize)) } } - #[doc = "Compensation cell control register"] - pub fn cmpcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } + #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] + pub fn dtimer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] + pub fn dlenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] + pub fn dctrl(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] + pub fn dcntr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } + } + #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] + pub fn star(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(52usize)) } + } + #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] + pub fn icr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(56usize)) } + } + #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] + pub fn maskr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(60usize)) } + } + #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] + pub fn acktimer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(64usize)) } + } + #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] + pub fn idmactrlr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(80usize)) } + } + #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] + pub fn idmabsizer(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(84usize)) } + } + #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] + pub fn idmabase0r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(88usize)) } + } + #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] + pub fn idmabase1r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(92usize)) } + } + #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] + pub fn fifor(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(128usize)) } + } + #[doc = "SDMMC IP version register"] + pub fn ver(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(1012usize)) } + } + #[doc = "SDMMC IP identification register"] + pub fn id(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(1016usize)) } } } pub mod regs { use crate::generic::*; - #[doc = "memory remap register"] + #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Memrm(pub u32); - impl Memrm { - #[doc = "Memory mapping selection"] - pub const fn mem_mode(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x07; - val as u8 - } - #[doc = "Memory mapping selection"] - pub fn set_mem_mode(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); + pub struct Idmabase0r(pub u32); + impl Idmabase0r { + #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] + pub const fn idmabase0(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Flash bank mode selection"] - pub const fn fb_mode(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] + pub fn set_idmabase0(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "Flash bank mode selection"] - pub fn set_fb_mode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + impl Default for Idmabase0r { + fn default() -> Idmabase0r { + Idmabase0r(0) } - #[doc = "FMC memory mapping swap"] - pub const fn swp_fmc(&self) -> u8 { - let val = (self.0 >> 10usize) & 0x03; + } + #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmabsizer(pub u32); + impl Idmabsizer { + #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmabndt(&self) -> u8 { + let val = (self.0 >> 5usize) & 0xff; val as u8 } - #[doc = "FMC memory mapping swap"] - pub fn set_swp_fmc(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 10usize)) | (((val as u32) & 0x03) << 10usize); + #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmabndt(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 5usize)) | (((val as u32) & 0xff) << 5usize); } } - impl Default for Memrm { - fn default() -> Memrm { - Memrm(0) + impl Default for Idmabsizer { + fn default() -> Idmabsizer { + Idmabsizer(0) } } - #[doc = "Compensation cell control register"] + #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cmpcr(pub u32); - impl Cmpcr { - #[doc = "Compensation cell power-down"] - pub const fn cmp_pd(&self) -> bool { + pub struct Maskr(pub u32); + impl Maskr { + #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] + pub const fn ccrcfailie(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Compensation cell power-down"] - pub fn set_cmp_pd(&mut self, val: bool) { + #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] + pub fn set_ccrcfailie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "READY"] - pub const fn ready(&self) -> bool { + #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] + pub const fn dcrcfailie(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] + pub fn set_dcrcfailie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] + pub const fn ctimeoutie(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] + pub fn set_ctimeoutie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] + pub const fn dtimeoutie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] + pub fn set_dtimeoutie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] + pub const fn txunderrie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] + pub fn set_txunderrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] + pub const fn rxoverrie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] + pub fn set_rxoverrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] + pub const fn cmdrendie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] + pub fn set_cmdrendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] + pub const fn cmdsentie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] + pub fn set_cmdsentie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] + pub const fn dataendie(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "READY"] - pub fn set_ready(&mut self, val: bool) { + #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] + pub fn set_dataendie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - } - impl Default for Cmpcr { - fn default() -> Cmpcr { - Cmpcr(0) + #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] + pub const fn dholdie(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 } - } - #[doc = "peripheral mode configuration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pmc(pub u32); - impl Pmc { - #[doc = "ADC1DC2"] - pub const fn adc1dc2(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] + pub fn set_dholdie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] + pub const fn dbckendie(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "ADC1DC2"] - pub fn set_adc1dc2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] + pub fn set_dbckendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "ADC2DC2"] - pub const fn adc2dc2(&self) -> bool { + #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] + pub const fn dabortie(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] + pub fn set_dabortie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] + pub const fn txfifoheie(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] + pub fn set_txfifoheie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] + pub const fn rxfifohfie(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] + pub fn set_rxfifohfie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] + pub const fn rxfifofie(&self) -> bool { let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "ADC2DC2"] - pub fn set_adc2dc2(&mut self, val: bool) { + #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] + pub fn set_rxfifofie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "ADC3DC2"] - pub const fn adc3dc2(&self) -> bool { + #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] + pub const fn txfifoeie(&self) -> bool { let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "ADC3DC2"] - pub fn set_adc3dc2(&mut self, val: bool) { + #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] + pub fn set_txfifoeie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "Ethernet PHY interface selection"] - pub const fn mii_rmii_sel(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; + #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] + pub const fn busyd0endie(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "Ethernet PHY interface selection"] - pub fn set_mii_rmii_sel(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] + pub fn set_busyd0endie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - } - impl Default for Pmc { - fn default() -> Pmc { - Pmc(0) + #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] + pub const fn sdioitie(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 } - } - #[doc = "external interrupt configuration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI x configuration"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 - } - #[doc = "EXTI x configuration"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); - } - } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) - } - } - } -} -pub mod usart_v2 { - use crate::generic::*; - #[doc = "Universal synchronous asynchronous receiver transmitter"] - #[derive(Copy, Clone)] - pub struct Usart(pub *mut u8); - unsafe impl Send for Usart {} - unsafe impl Sync for Usart {} - impl Usart { - #[doc = "Control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "Control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "Control register 3"] - pub fn cr3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Baud rate register"] - pub fn brr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Guard time and prescaler register"] - pub fn gtpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Receiver timeout register"] - pub fn rtor(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "Request register"] - pub fn rqr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "Interrupt & status register"] - pub fn isr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "Interrupt flag clear register"] - pub fn icr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "Receive data register"] - pub fn rdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "Transmit data register"] - pub fn tdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Abrmod(pub u8); - impl Abrmod { - #[doc = "Measurement of the start bit is used to detect the baud rate"] - pub const START: Self = Self(0); - #[doc = "Falling edge to falling edge measurement"] - pub const EDGE: Self = Self(0x01); - #[doc = "0x7F frame detection"] - pub const FRAME7F: Self = Self(0x02); - #[doc = "0x55 frame detection"] - pub const FRAME55: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Wake(pub u8); - impl Wake { - #[doc = "Idle line"] - pub const IDLE: Self = Self(0); - #[doc = "Address mask"] - pub const ADDRESS: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Wus(pub u8); - impl Wus { - #[doc = "WUF active on address match"] - pub const ADDRESS: Self = Self(0); - #[doc = "WuF active on Start bit detection"] - pub const START: Self = Self(0x02); - #[doc = "WUF active on RXNE"] - pub const RXNE: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxfrq(pub u8); - impl Rxfrq { - #[doc = "clears the RXNE flag. This allows to discard the received data without reading it, and avoid an overrun condition"] - pub const DISCARD: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lbdl(pub u8); - impl Lbdl { - #[doc = "10-bit break detection"] - pub const BIT10: Self = Self(0); - #[doc = "11-bit break detection"] - pub const BIT11: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sbkrq(pub u8); - impl Sbkrq { - #[doc = "sets the SBKF flag and request to send a BREAK on the line, as soon as the transmit machine is available"] - pub const BREAK: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRST: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECOND: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Onebit(pub u8); - impl Onebit { - #[doc = "Three sample bit method"] - pub const SAMPLE3: Self = Self(0); - #[doc = "One sample bit method"] - pub const SAMPLE1: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Datainv(pub u8); - impl Datainv { - #[doc = "Logical data from the data register are send/received in positive/direct logic"] - pub const POSITIVE: Self = Self(0); - #[doc = "Logical data from the data register are send/received in negative/inverse logic"] - pub const NEGATIVE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxinv(pub u8); - impl Rxinv { - #[doc = "RX pin signal works using the standard logic levels"] - pub const STANDARD: Self = Self(0); - #[doc = "RX pin signal values are inverted"] - pub const INVERTED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Over(pub u8); - impl Over { - #[doc = "Oversampling by 16"] - pub const OVERSAMPLING16: Self = Self(0); - #[doc = "Oversampling by 8"] - pub const OVERSAMPLING8: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Stop(pub u8); - impl Stop { - #[doc = "1 stop bit"] - pub const STOP1: Self = Self(0); - #[doc = "0.5 stop bit"] - pub const STOP0P5: Self = Self(0x01); - #[doc = "2 stop bit"] - pub const STOP2: Self = Self(0x02); - #[doc = "1.5 stop bit"] - pub const STOP1P5: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Txinv(pub u8); - impl Txinv { - #[doc = "TX pin signal works using the standard logic levels"] - pub const STANDARD: Self = Self(0); - #[doc = "TX pin signal values are inverted"] - pub const INVERTED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Addm(pub u8); - impl Addm { - #[doc = "4-bit address detection"] - pub const BIT4: Self = Self(0); - #[doc = "7-bit address detection"] - pub const BIT7: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ddre(pub u8); - impl Ddre { - #[doc = "DMA is not disabled in case of reception error"] - pub const NOTDISABLED: Self = Self(0); - #[doc = "DMA is disabled following a reception error"] - pub const DISABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ovrdis(pub u8); - impl Ovrdis { - #[doc = "Overrun Error Flag, ORE, is set when received data is not read before receiving new data"] - pub const ENABLED: Self = Self(0); - #[doc = "Overrun functionality is disabled. If new data is received while the RXNE flag is still set the ORE flag is not set and the new received data overwrites the previous content of the RDR register"] - pub const DISABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct M0(pub u8); - impl M0 { - #[doc = "1 start bit, 8 data bits, n stop bits"] - pub const BIT8: Self = Self(0); - #[doc = "1 start bit, 9 data bits, n stop bits"] - pub const BIT9: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dep(pub u8); - impl Dep { - #[doc = "DE signal is active high"] - pub const HIGH: Self = Self(0); - #[doc = "DE signal is active low"] - pub const LOW: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Irlp(pub u8); - impl Irlp { - #[doc = "Normal mode"] - pub const NORMAL: Self = Self(0); - #[doc = "Low-power mode"] - pub const LOWPOWER: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hdsel(pub u8); - impl Hdsel { - #[doc = "Half duplex mode is not selected"] - pub const NOTSELECTED: Self = Self(0); - #[doc = "Half duplex mode is selected"] - pub const SELECTED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Msbfirst(pub u8); - impl Msbfirst { - #[doc = "data is transmitted/received with data bit 0 first, following the start bit"] - pub const LSB: Self = Self(0); - #[doc = "data is transmitted/received with MSB (bit 7/8/9) first, following the start bit"] - pub const MSB: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Txfrq(pub u8); - impl Txfrq { - #[doc = "Set the TXE flags. This allows to discard the transmit data"] - pub const DISCARD: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ps(pub u8); - impl Ps { - #[doc = "Even parity"] - pub const EVEN: Self = Self(0); - #[doc = "Odd parity"] - pub const ODD: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct M1(pub u8); - impl M1 { - #[doc = "Use M0 to set the data bits"] - pub const M0: Self = Self(0); - #[doc = "1 start bit, 7 data bits, n stop bits"] - pub const BIT7: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lbcl(pub u8); - impl Lbcl { - #[doc = "The clock pulse of the last data bit is not output to the CK pin"] - pub const NOTOUTPUT: Self = Self(0); - #[doc = "The clock pulse of the last data bit is output to the CK pin"] - pub const OUTPUT: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "Steady low value on CK pin outside transmission window"] - pub const LOW: Self = Self(0); - #[doc = "Steady high value on CK pin outside transmission window"] - pub const HIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Swap(pub u8); - impl Swap { - #[doc = "TX/RX pins are used as defined in standard pinout"] - pub const STANDARD: Self = Self(0); - #[doc = "The TX and RX pins functions are swapped"] - pub const SWAPPED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Abrrq(pub u8); - impl Abrrq { - #[doc = "resets the ABRF flag in the USART_ISR and request an automatic baud rate measurement on the next received data frame"] - pub const REQUEST: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mmrq(pub u8); - impl Mmrq { - #[doc = "Puts the USART in mute mode and sets the RWU flag"] - pub const MUTE: Self = Self(0x01); - } - } - pub mod regs { - use crate::generic::*; - #[doc = "Request register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rqr(pub u32); - impl Rqr { - #[doc = "Auto baud rate request"] - pub const fn abrrq(&self) -> super::vals::Abrrq { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Abrrq(val as u8) - } - #[doc = "Auto baud rate request"] - pub fn set_abrrq(&mut self, val: super::vals::Abrrq) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Send break request"] - pub const fn sbkrq(&self) -> super::vals::Sbkrq { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Sbkrq(val as u8) - } - #[doc = "Send break request"] - pub fn set_sbkrq(&mut self, val: super::vals::Sbkrq) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "Mute mode request"] - pub const fn mmrq(&self) -> super::vals::Mmrq { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Mmrq(val as u8) + #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] + pub fn set_sdioitie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Mute mode request"] - pub fn set_mmrq(&mut self, val: super::vals::Mmrq) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] + pub const fn ackfailie(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 } - #[doc = "Receive data flush request"] - pub const fn rxfrq(&self) -> super::vals::Rxfrq { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Rxfrq(val as u8) + #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] + pub fn set_ackfailie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "Receive data flush request"] - pub fn set_rxfrq(&mut self, val: super::vals::Rxfrq) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] + pub const fn acktimeoutie(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 } - #[doc = "Transmit data flush request"] - pub const fn txfrq(&self) -> super::vals::Txfrq { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Txfrq(val as u8) + #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] + pub fn set_acktimeoutie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "Transmit data flush request"] - pub fn set_txfrq(&mut self, val: super::vals::Txfrq) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] + pub const fn vswendie(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 } - } - impl Default for Rqr { - fn default() -> Rqr { - Rqr(0) + #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] + pub fn set_vswendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - } - #[doc = "Receiver timeout register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rtor(pub u32); - impl Rtor { - #[doc = "Receiver timeout value"] - pub const fn rto(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x00ff_ffff; - val as u32 + #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] + pub const fn ckstopie(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 } - #[doc = "Receiver timeout value"] - pub fn set_rto(&mut self, val: u32) { - self.0 = - (self.0 & !(0x00ff_ffff << 0usize)) | (((val as u32) & 0x00ff_ffff) << 0usize); + #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] + pub fn set_ckstopie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "Block Length"] - pub const fn blen(&self) -> u8 { - let val = (self.0 >> 24usize) & 0xff; - val as u8 + #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] + pub const fn idmabtcie(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 } - #[doc = "Block Length"] - pub fn set_blen(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 24usize)) | (((val as u32) & 0xff) << 24usize); + #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] + pub fn set_idmabtcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } } - impl Default for Rtor { - fn default() -> Rtor { - Rtor(0) + impl Default for Maskr { + fn default() -> Maskr { + Maskr(0) } } - #[doc = "Control register 1"] + #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "USART enable"] - pub const fn ue(&self) -> bool { + pub struct Star(pub u32); + impl Star { + #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn ccrcfail(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "USART enable"] - pub fn set_ue(&mut self, val: bool) { + #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_ccrcfail(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "USART enable in Stop mode"] - pub const fn uesm(&self) -> bool { + #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dcrcfail(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "USART enable in Stop mode"] - pub fn set_uesm(&mut self, val: bool) { + #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dcrcfail(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Receiver enable"] - pub const fn re(&self) -> bool { + #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] + pub const fn ctimeout(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Receiver enable"] - pub fn set_re(&mut self, val: bool) { + #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] + pub fn set_ctimeout(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Transmitter enable"] - pub const fn te(&self) -> bool { + #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dtimeout(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Transmitter enable"] - pub fn set_te(&mut self, val: bool) { + #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dtimeout(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "IDLE interrupt enable"] - pub const fn idleie(&self) -> bool { + #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn txunderr(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "IDLE interrupt enable"] - pub fn set_idleie(&mut self, val: bool) { + #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_txunderr(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "RXNE interrupt enable"] - pub const fn rxneie(&self) -> bool { + #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn rxoverr(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "RXNE interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { + #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_rxoverr(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Transmission complete interrupt enable"] - pub const fn tcie(&self) -> bool { + #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn cmdrend(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Transmission complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { + #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_cmdrend(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "interrupt enable"] - pub const fn txeie(&self) -> bool { + #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn cmdsent(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { + #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_cmdsent(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "PE interrupt enable"] - pub const fn peie(&self) -> bool { + #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dataend(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "PE interrupt enable"] - pub fn set_peie(&mut self, val: bool) { + #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dataend(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Parity selection"] - pub const fn ps(&self) -> super::vals::Ps { + #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dhold(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; - super::vals::Ps(val as u8) + val != 0 } - #[doc = "Parity selection"] - pub fn set_ps(&mut self, val: super::vals::Ps) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dhold(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Parity control enable"] - pub const fn pce(&self) -> bool { + #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dbckend(&self) -> bool { let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "Parity control enable"] - pub fn set_pce(&mut self, val: bool) { + #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dbckend(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "Receiver wakeup method"] - pub const fn wake(&self) -> bool { + #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn dabort(&self) -> bool { let val = (self.0 >> 11usize) & 0x01; val != 0 } - #[doc = "Receiver wakeup method"] - pub fn set_wake(&mut self, val: bool) { + #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_dabort(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "Word length"] - pub const fn m0(&self) -> super::vals::M0 { - let val = (self.0 >> 12usize) & 0x01; - super::vals::M0(val as u8) - } - #[doc = "Word length"] - pub fn set_m0(&mut self, val: super::vals::M0) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "Word length"] - pub const fn m1(&self) -> super::vals::M1 { + #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub const fn dpsmact(&self) -> bool { let val = (self.0 >> 12usize) & 0x01; - super::vals::M1(val as u8) + val != 0 } - #[doc = "Word length"] - pub fn set_m1(&mut self, val: super::vals::M1) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub fn set_dpsmact(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "Mute mode enable"] - pub const fn mme(&self) -> bool { + #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub const fn cpsmact(&self) -> bool { let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "Mute mode enable"] - pub fn set_mme(&mut self, val: bool) { + #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] + pub fn set_cpsmact(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Character match interrupt enable"] - pub const fn cmie(&self) -> bool { + #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] + pub const fn txfifohe(&self) -> bool { let val = (self.0 >> 14usize) & 0x01; val != 0 } - #[doc = "Character match interrupt enable"] - pub fn set_cmie(&mut self, val: bool) { + #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] + pub fn set_txfifohe(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "Oversampling mode"] - pub fn over(&self, n: usize) -> super::vals::Over { - assert!(n < 1usize); - let offs = 15usize + n * 0usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Over(val as u8) + #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] + pub const fn rxfifohf(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 } - #[doc = "Oversampling mode"] - pub fn set_over(&mut self, n: usize, val: super::vals::Over) { - assert!(n < 1usize); - let offs = 15usize + n * 0usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] + pub fn set_rxfifohf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "Driver Enable deassertion time"] - pub const fn dedt(&self) -> u8 { - let val = (self.0 >> 16usize) & 0x1f; - val as u8 + #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] + pub const fn txfifof(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "Driver Enable deassertion time"] - pub fn set_dedt(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 16usize)) | (((val as u32) & 0x1f) << 16usize); + #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] + pub fn set_txfifof(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Driver Enable assertion time"] - pub const fn deat(&self) -> u8 { - let val = (self.0 >> 21usize) & 0x1f; - val as u8 + #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] + pub const fn rxfifof(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 } - #[doc = "Driver Enable assertion time"] - pub fn set_deat(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 21usize)) | (((val as u32) & 0x1f) << 21usize); + #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] + pub fn set_rxfifof(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "Receiver timeout interrupt enable"] - pub const fn rtoie(&self) -> bool { + #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] + pub const fn txfifoe(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 + } + #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] + pub fn set_txfifoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] + pub const fn rxfifoe(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] + pub fn set_rxfifoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] + pub const fn busyd0(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 + } + #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] + pub fn set_busyd0(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + } + #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn busyd0end(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 + } + #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_busyd0end(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn sdioit(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_sdioit(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn ackfail(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 + } + #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_ackfail(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn acktimeout(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_acktimeout(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn vswend(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_vswend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn ckstop(&self) -> bool { let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "Receiver timeout interrupt enable"] - pub fn set_rtoie(&mut self, val: bool) { + #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_ckstop(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "End of Block interrupt enable"] - pub const fn eobie(&self) -> bool { + #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn idmate(&self) -> bool { let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "End of Block interrupt enable"] - pub fn set_eobie(&mut self, val: bool) { + #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_idmate(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } + #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub const fn idmabtc(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; + val != 0 + } + #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] + pub fn set_idmabtc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) + impl Default for Star { + fn default() -> Star { + Star(0) } } - #[doc = "Control register 3"] + #[doc = "SDMMC IP identification register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr3(pub u32); - impl Cr3 { - #[doc = "Error interrupt enable"] - pub const fn eie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Error interrupt enable"] - pub fn set_eie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "IrDA mode enable"] - pub const fn iren(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + pub struct Id(pub u32); + impl Id { + #[doc = "SDMMC IP identification."] + pub const fn ip_id(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "IrDA mode enable"] - pub fn set_iren(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "SDMMC IP identification."] + pub fn set_ip_id(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "IrDA low-power"] - pub const fn irlp(&self) -> super::vals::Irlp { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Irlp(val as u8) + } + impl Default for Id { + fn default() -> Id { + Id(0) } - #[doc = "IrDA low-power"] - pub fn set_irlp(&mut self, val: super::vals::Irlp) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Argr(pub u32); + impl Argr { + #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] + pub const fn cmdarg(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Half-duplex selection"] - pub const fn hdsel(&self) -> super::vals::Hdsel { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Hdsel(val as u8) + #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] + pub fn set_cmdarg(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "Half-duplex selection"] - pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + impl Default for Argr { + fn default() -> Argr { + Argr(0) } - #[doc = "Smartcard NACK enable"] - pub const fn nack(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + } + #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dctrl(pub u32); + impl Dctrl { + #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] + pub const fn dten(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Smartcard NACK enable"] - pub fn set_nack(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] + pub fn set_dten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Smartcard mode enable"] - pub const fn scen(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn dtdir(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Smartcard mode enable"] - pub fn set_scen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_dtdir(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "DMA enable receiver"] - pub const fn dmar(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn dtmode(&self) -> u8 { + let val = (self.0 >> 2usize) & 0x03; + val as u8 } - #[doc = "DMA enable receiver"] - pub fn set_dmar(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_dtmode(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 2usize)) | (((val as u32) & 0x03) << 2usize); } - #[doc = "DMA enable transmitter"] - pub const fn dmat(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] + pub const fn dblocksize(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 } - #[doc = "DMA enable transmitter"] - pub fn set_dmat(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] + pub fn set_dblocksize(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); } - #[doc = "RTS enable"] - pub const fn rtse(&self) -> bool { + #[doc = "Read wait start. If this bit is set, read wait operation starts."] + pub const fn rwstart(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "RTS enable"] - pub fn set_rtse(&mut self, val: bool) { + #[doc = "Read wait start. If this bit is set, read wait operation starts."] + pub fn set_rwstart(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "CTS enable"] - pub const fn ctse(&self) -> bool { + #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] + pub const fn rwstop(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "CTS enable"] - pub fn set_ctse(&mut self, val: bool) { + #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] + pub fn set_rwstop(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "CTS interrupt enable"] - pub const fn ctsie(&self) -> bool { + #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn rwmod(&self) -> bool { let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "CTS interrupt enable"] - pub fn set_ctsie(&mut self, val: bool) { + #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_rwmod(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "One sample bit method enable"] - pub const fn onebit(&self) -> super::vals::Onebit { + #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] + pub const fn sdioen(&self) -> bool { let val = (self.0 >> 11usize) & 0x01; - super::vals::Onebit(val as u8) + val != 0 } - #[doc = "One sample bit method enable"] - pub fn set_onebit(&mut self, val: super::vals::Onebit) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] + pub fn set_sdioen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "Overrun Disable"] - pub const fn ovrdis(&self) -> super::vals::Ovrdis { + #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn bootacken(&self) -> bool { let val = (self.0 >> 12usize) & 0x01; - super::vals::Ovrdis(val as u8) + val != 0 } - #[doc = "Overrun Disable"] - pub fn set_ovrdis(&mut self, val: super::vals::Ovrdis) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_bootacken(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "DMA Disable on Reception Error"] - pub const fn ddre(&self) -> bool { + #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] + pub const fn fiforst(&self) -> bool { let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "DMA Disable on Reception Error"] - pub fn set_ddre(&mut self, val: bool) { + #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] + pub fn set_fiforst(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Driver enable mode"] - pub const fn dem(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "Driver enable mode"] - pub fn set_dem(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - #[doc = "Driver enable polarity selection"] - pub const fn dep(&self) -> super::vals::Dep { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Dep(val as u8) - } - #[doc = "Driver enable polarity selection"] - pub fn set_dep(&mut self, val: super::vals::Dep) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Smartcard auto-retry count"] - pub const fn scarcnt(&self) -> u8 { - let val = (self.0 >> 17usize) & 0x07; - val as u8 - } - #[doc = "Smartcard auto-retry count"] - pub fn set_scarcnt(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 17usize)) | (((val as u32) & 0x07) << 17usize); - } - #[doc = "Wakeup from Stop mode interrupt flag selection"] - pub const fn wus(&self) -> super::vals::Wus { - let val = (self.0 >> 20usize) & 0x03; - super::vals::Wus(val as u8) - } - #[doc = "Wakeup from Stop mode interrupt flag selection"] - pub fn set_wus(&mut self, val: super::vals::Wus) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); - } - #[doc = "Wakeup from Stop mode interrupt enable"] - pub const fn wufie(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 - } - #[doc = "Wakeup from Stop mode interrupt enable"] - pub fn set_wufie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } } - impl Default for Cr3 { - fn default() -> Cr3 { - Cr3(0) + impl Default for Dctrl { + fn default() -> Dctrl { + Dctrl(0) } } - #[doc = "Interrupt & status register"] + #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ixr(pub u32); - impl Ixr { - #[doc = "Parity error"] - pub const fn pe(&self) -> bool { + pub struct Icr(pub u32); + impl Icr { + #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] + pub const fn ccrcfailc(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Parity error"] - pub fn set_pe(&mut self, val: bool) { + #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] + pub fn set_ccrcfailc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Framing error"] - pub const fn fe(&self) -> bool { + #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] + pub const fn dcrcfailc(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Framing error"] - pub fn set_fe(&mut self, val: bool) { + #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] + pub fn set_dcrcfailc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Noise detected flag"] - pub const fn nf(&self) -> bool { + #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] + pub const fn ctimeoutc(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Noise detected flag"] - pub fn set_nf(&mut self, val: bool) { + #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] + pub fn set_ctimeoutc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Overrun error"] - pub const fn ore(&self) -> bool { + #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] + pub const fn dtimeoutc(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Overrun error"] - pub fn set_ore(&mut self, val: bool) { + #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] + pub fn set_dtimeoutc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Idle line detected"] - pub const fn idle(&self) -> bool { + #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] + pub const fn txunderrc(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Idle line detected"] - pub fn set_idle(&mut self, val: bool) { + #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] + pub fn set_txunderrc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Read data register not empty"] - pub const fn rxne(&self) -> bool { + #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] + pub const fn rxoverrc(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Read data register not empty"] - pub fn set_rxne(&mut self, val: bool) { + #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] + pub fn set_rxoverrc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Transmission complete"] - pub const fn tc(&self) -> bool { + #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] + pub const fn cmdrendc(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Transmission complete"] - pub fn set_tc(&mut self, val: bool) { + #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] + pub fn set_cmdrendc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Transmit data register empty"] - pub const fn txe(&self) -> bool { + #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] + pub const fn cmdsentc(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Transmit data register empty"] - pub fn set_txe(&mut self, val: bool) { + #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] + pub fn set_cmdsentc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "LIN break detection flag"] - pub const fn lbdf(&self) -> bool { + #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] + pub const fn dataendc(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "LIN break detection flag"] - pub fn set_lbdf(&mut self, val: bool) { + #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] + pub fn set_dataendc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "CTS interrupt flag"] - pub const fn ctsif(&self) -> bool { + #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] + pub const fn dholdc(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "CTS interrupt flag"] - pub fn set_ctsif(&mut self, val: bool) { + #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] + pub fn set_dholdc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "CTS flag"] - pub const fn cts(&self) -> bool { + #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] + pub const fn dbckendc(&self) -> bool { let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "CTS flag"] - pub fn set_cts(&mut self, val: bool) { + #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] + pub fn set_dbckendc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "Receiver timeout"] - pub const fn rtof(&self) -> bool { + #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] + pub const fn dabortc(&self) -> bool { let val = (self.0 >> 11usize) & 0x01; val != 0 } - #[doc = "Receiver timeout"] - pub fn set_rtof(&mut self, val: bool) { + #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] + pub fn set_dabortc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "End of block flag"] - pub const fn eobf(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "End of block flag"] - pub fn set_eobf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "Auto baud rate error"] - pub const fn abre(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "Auto baud rate error"] - pub fn set_abre(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - #[doc = "Auto baud rate flag"] - pub const fn abrf(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; + #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] + pub const fn busyd0endc(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "Auto baud rate flag"] - pub fn set_abrf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] + pub fn set_busyd0endc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Busy flag"] - pub const fn busy(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] + pub const fn sdioitc(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "Busy flag"] - pub fn set_busy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] + pub fn set_sdioitc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "character match flag"] - pub const fn cmf(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; + #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] + pub const fn ackfailc(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "character match flag"] - pub fn set_cmf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] + pub fn set_ackfailc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "Send break flag"] - pub const fn sbkf(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; + #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] + pub const fn acktimeoutc(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Send break flag"] - pub fn set_sbkf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] + pub fn set_acktimeoutc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "Receiver wakeup from Mute mode"] - pub const fn rwu(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; + #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] + pub const fn vswendc(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "Receiver wakeup from Mute mode"] - pub fn set_rwu(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] + pub fn set_vswendc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "Wakeup from Stop mode flag"] - pub const fn wuf(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; + #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] + pub const fn ckstopc(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "Wakeup from Stop mode flag"] - pub fn set_wuf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] + pub fn set_ckstopc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "Transmit enable acknowledge flag"] - pub const fn teack(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; + #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] + pub const fn idmatec(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "Transmit enable acknowledge flag"] - pub fn set_teack(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] + pub fn set_idmatec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - #[doc = "Receive enable acknowledge flag"] - pub const fn reack(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; + #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] + pub const fn idmabtcc(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; val != 0 } - #[doc = "Receive enable acknowledge flag"] - pub fn set_reack(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] + pub fn set_idmabtcc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } } - impl Default for Ixr { - fn default() -> Ixr { - Ixr(0) + impl Default for Icr { + fn default() -> Icr { + Icr(0) } } - #[doc = "Control register 2"] + #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "7-bit Address Detection/4-bit Address Detection"] - pub fn addm(&self, n: usize) -> super::vals::Addm { - assert!(n < 1usize); - let offs = 4usize + n * 0usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Addm(val as u8) - } - #[doc = "7-bit Address Detection/4-bit Address Detection"] - pub fn set_addm(&mut self, n: usize, val: super::vals::Addm) { - assert!(n < 1usize); - let offs = 4usize + n * 0usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + pub struct Dlenr(pub u32); + impl Dlenr { + #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] + pub const fn datalength(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 } - #[doc = "LIN break detection length"] - pub const fn lbdl(&self) -> super::vals::Lbdl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lbdl(val as u8) + #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] + pub fn set_datalength(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); } - #[doc = "LIN break detection length"] - pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + impl Default for Dlenr { + fn default() -> Dlenr { + Dlenr(0) } - #[doc = "LIN break detection interrupt enable"] - pub const fn lbdie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + } + #[doc = "SDMMC command response register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Respcmdr(pub u32); + impl Respcmdr { + #[doc = "Response command index"] + pub const fn respcmd(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x3f; + val as u8 } - #[doc = "LIN break detection interrupt enable"] - pub fn set_lbdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Response command index"] + pub fn set_respcmd(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); } - #[doc = "Last bit clock pulse"] - pub const fn lbcl(&self) -> super::vals::Lbcl { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Lbcl(val as u8) + } + impl Default for Respcmdr { + fn default() -> Respcmdr { + Respcmdr(0) } - #[doc = "Last bit clock pulse"] - pub fn set_lbcl(&mut self, val: super::vals::Lbcl) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Fifor(pub u32); + impl Fifor { + #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] + pub const fn fifodata(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Cpha(val as u8) + #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] + pub fn set_fifodata(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + impl Default for Fifor { + fn default() -> Fifor { + Fifor(0) } - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Cpol(val as u8) + } + #[doc = "SDMMC power control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Power(pub u32); + impl Power { + #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] + pub const fn pwrctrl(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x03; + val as u8 } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] + pub fn set_pwrctrl(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); } - #[doc = "Clock enable"] - pub const fn clken(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] + pub const fn vswitch(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Clock enable"] - pub fn set_clken(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - #[doc = "STOP bits"] - pub const fn stop(&self) -> super::vals::Stop { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Stop(val as u8) - } - #[doc = "STOP bits"] - pub fn set_stop(&mut self, val: super::vals::Stop) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); + #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] + pub fn set_vswitch(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "LIN mode enable"] - pub const fn linen(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] + pub const fn vswitchen(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "LIN mode enable"] - pub fn set_linen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - #[doc = "Swap TX/RX pins"] - pub const fn swap(&self) -> super::vals::Swap { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Swap(val as u8) - } - #[doc = "Swap TX/RX pins"] - pub fn set_swap(&mut self, val: super::vals::Swap) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "RX pin active level inversion"] - pub const fn rxinv(&self) -> super::vals::Rxinv { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Rxinv(val as u8) - } - #[doc = "RX pin active level inversion"] - pub fn set_rxinv(&mut self, val: super::vals::Rxinv) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "TX pin active level inversion"] - pub const fn txinv(&self) -> super::vals::Txinv { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Txinv(val as u8) - } - #[doc = "TX pin active level inversion"] - pub fn set_txinv(&mut self, val: super::vals::Txinv) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "Binary data inversion"] - pub const fn datainv(&self) -> super::vals::Datainv { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Datainv(val as u8) - } - #[doc = "Binary data inversion"] - pub fn set_datainv(&mut self, val: super::vals::Datainv) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "Most significant bit first"] - pub const fn msbfirst(&self) -> super::vals::Msbfirst { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Msbfirst(val as u8) - } - #[doc = "Most significant bit first"] - pub fn set_msbfirst(&mut self, val: super::vals::Msbfirst) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] + pub fn set_vswitchen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Auto baud rate enable"] - pub const fn abren(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; + #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] + pub const fn dirpol(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Auto baud rate enable"] - pub fn set_abren(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] + pub fn set_dirpol(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Auto baud rate mode"] - pub const fn abrmod(&self) -> super::vals::Abrmod { - let val = (self.0 >> 21usize) & 0x03; - super::vals::Abrmod(val as u8) + } + impl Default for Power { + fn default() -> Power { + Power(0) } - #[doc = "Auto baud rate mode"] - pub fn set_abrmod(&mut self, val: super::vals::Abrmod) { - self.0 = (self.0 & !(0x03 << 21usize)) | (((val.0 as u32) & 0x03) << 21usize); + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp4r(pub u32); + impl Resp4r { + #[doc = "see Table404."] + pub const fn cardstatus4(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Receiver timeout enable"] - pub const fn rtoen(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + #[doc = "see Table404."] + pub fn set_cardstatus4(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "Receiver timeout enable"] - pub fn set_rtoen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + impl Default for Resp4r { + fn default() -> Resp4r { + Resp4r(0) } - #[doc = "Address of the USART node"] - pub const fn add(&self) -> u8 { - let val = (self.0 >> 24usize) & 0xff; - val as u8 + } + #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmabase1r(pub u32); + impl Idmabase1r { + #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] + pub const fn idmabase1(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Address of the USART node"] - pub fn set_add(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 24usize)) | (((val as u32) & 0xff) << 24usize); + #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] +are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] + pub fn set_idmabase1(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) + impl Default for Idmabase1r { + fn default() -> Idmabase1r { + Idmabase1r(0) } } - #[doc = "Data register"] + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dr(pub u32); - impl Dr { - #[doc = "data value"] - pub const fn dr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x01ff; - val as u16 + pub struct Resp3r(pub u32); + impl Resp3r { + #[doc = "see Table404."] + pub const fn cardstatus3(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "data value"] - pub fn set_dr(&mut self, val: u16) { - self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + #[doc = "see Table404."] + pub fn set_cardstatus3(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Dr { - fn default() -> Dr { - Dr(0) + impl Default for Resp3r { + fn default() -> Resp3r { + Resp3r(0) } } - #[doc = "Baud rate register"] + #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Brr(pub u32); - impl Brr { - #[doc = "mantissa of USARTDIV"] - pub const fn brr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Dcntr(pub u32); + impl Dcntr { + #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] + pub const fn datacount(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 } - #[doc = "mantissa of USARTDIV"] - pub fn set_brr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] + pub fn set_datacount(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); } } - impl Default for Brr { - fn default() -> Brr { - Brr(0) + impl Default for Dcntr { + fn default() -> Dcntr { + Dcntr(0) } } - #[doc = "Guard time and prescaler register"] + #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Gtpr(pub u32); - impl Gtpr { - #[doc = "Prescaler value"] - pub const fn psc(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; + pub struct Cmdr(pub u32); + impl Cmdr { + #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] + pub const fn cmdindex(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x3f; val as u8 } - #[doc = "Prescaler value"] - pub fn set_psc(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] + pub fn set_cmdindex(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); } - #[doc = "Guard time value"] - pub const fn gt(&self) -> u8 { - let val = (self.0 >> 8usize) & 0xff; + #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] + pub const fn cmdtrans(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] + pub fn set_cmdtrans(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] + pub const fn cmdstop(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] + pub fn set_cmdstop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] + pub const fn waitresp(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x03; val as u8 } - #[doc = "Guard time value"] - pub fn set_gt(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); + #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] + pub fn set_waitresp(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + } + #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] + pub const fn waitint(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] + pub fn set_waitint(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] + pub const fn waitpend(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] + pub fn set_waitpend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } + #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] + pub const fn cpsmen(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] + pub fn set_cpsmen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] + pub const fn dthold(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] + pub fn set_dthold(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] + pub const fn bootmode(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 + } + #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] + pub fn set_bootmode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "Enable boot mode procedure."] + pub const fn booten(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Enable boot mode procedure."] + pub fn set_booten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] + pub const fn cmdsuspend(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] + pub fn set_cmdsuspend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Gtpr { - fn default() -> Gtpr { - Gtpr(0) + impl Default for Cmdr { + fn default() -> Cmdr { + Cmdr(0) } } - } -} -pub mod generic { - use core::marker::PhantomData; - #[derive(Copy, Clone)] - pub struct RW; - #[derive(Copy, Clone)] - pub struct R; - #[derive(Copy, Clone)] - pub struct W; - mod sealed { - use super::*; - pub trait Access {} - impl Access for R {} - impl Access for W {} - impl Access for RW {} - } - pub trait Access: sealed::Access + Copy {} - impl Access for R {} - impl Access for W {} - impl Access for RW {} - pub trait Read: Access {} - impl Read for RW {} - impl Read for R {} - pub trait Write: Access {} - impl Write for RW {} - impl Write for W {} - #[derive(Copy, Clone)] - pub struct Reg { - ptr: *mut u8, - phantom: PhantomData<*mut (T, A)>, - } - unsafe impl Send for Reg {} - unsafe impl Sync for Reg {} - impl Reg { - pub fn from_ptr(ptr: *mut u8) -> Self { - Self { - ptr, - phantom: PhantomData, + #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Dtimer(pub u32); + impl Dtimer { + #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] + pub const fn datatime(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] + pub fn set_datatime(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - pub fn ptr(&self) -> *mut T { - self.ptr as _ + impl Default for Dtimer { + fn default() -> Dtimer { + Dtimer(0) + } } - } - impl Reg { - pub unsafe fn read(&self) -> T { - (self.ptr as *mut T).read_volatile() + #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idmactrlr(pub u32); + impl Idmactrlr { + #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmaen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub const fn idmabmode(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] + pub fn set_idmabmode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] + pub const fn idmabact(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] + pub fn set_idmabact(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } } - } -<<<<<<< HEAD - impl Reg { - pub unsafe fn write_value(&self, val: T) { - (self.ptr as *mut T).write_volatile(val) + impl Default for Idmactrlr { + fn default() -> Idmactrlr { + Idmactrlr(0) + } } - } - impl Reg { - pub unsafe fn write(&self, f: impl FnOnce(&mut T) -> R) -> R { - let mut val = Default::default(); - let res = f(&mut val); - self.write_value(val); - res + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp1r(pub u32); + impl Resp1r { + #[doc = "see Table 432"] + pub const fn cardstatus1(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "see Table 432"] + pub fn set_cardstatus1(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } } - } - impl Reg { - pub unsafe fn modify(&self, f: impl FnOnce(&mut T) -> R) -> R { - let mut val = self.read(); - let res = f(&mut val); - self.write_value(val); - res + impl Default for Resp1r { + fn default() -> Resp1r { + Resp1r(0) + } + } + #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Acktimer(pub u32); + impl Acktimer { + #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] + pub const fn acktime(&self) -> u32 { + let val = (self.0 >> 0usize) & 0x01ff_ffff; + val as u32 + } + #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] + pub fn set_acktime(&mut self, val: u32) { + self.0 = + (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + } + } + impl Default for Acktimer { + fn default() -> Acktimer { + Acktimer(0) + } + } + #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Clkcr(pub u32); + impl Clkcr { + #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] + pub const fn clkdiv(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x03ff; + val as u16 + } + #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] + pub fn set_clkdiv(&mut self, val: u16) { + self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + } + #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] + pub const fn pwrsav(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] + pub fn set_pwrsav(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn widbus(&self) -> u8 { + let val = (self.0 >> 14usize) & 0x03; + val as u8 + } + #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_widbus(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); + } + #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] + pub const fn negedge(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 + } + #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] + pub fn set_negedge(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] + pub const fn hwfc_en(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 + } + #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] + pub fn set_hwfc_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] + pub const fn ddr(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 + } + #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] + pub fn set_ddr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn busspeed(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 + } + #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_busspeed(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + } + #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub const fn selclkrx(&self) -> u8 { + let val = (self.0 >> 20usize) & 0x03; + val as u8 + } + #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] + pub fn set_selclkrx(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); + } + } + impl Default for Clkcr { + fn default() -> Clkcr { + Clkcr(0) + } + } + #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Resp2r(pub u32); + impl Resp2r { + #[doc = "see Table404."] + pub const fn cardstatus2(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "see Table404."] + pub fn set_cardstatus2(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Resp2r { + fn default() -> Resp2r { + Resp2r(0) + } + } + #[doc = "SDMMC IP version register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ver(pub u32); + impl Ver { + #[doc = "IP minor revision number."] + pub const fn minrev(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x0f; + val as u8 + } + #[doc = "IP minor revision number."] + pub fn set_minrev(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + } + #[doc = "IP major revision number."] + pub const fn majrev(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x0f; + val as u8 + } + #[doc = "IP major revision number."] + pub fn set_majrev(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + } + } + impl Default for Ver { + fn default() -> Ver { + Ver(0) + } } } } @@ -10949,255 +9543,101 @@ pub mod spi_v3 { unsafe { Reg::from_ptr(self.0.add(76usize)) } } } - pub mod vals { + pub mod regs { use crate::generic::*; + #[doc = "Interrupt/Status Flags Clear Register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mbr(pub u8); - impl Mbr { - #[doc = "f_spi_ker_ck / 2"] - pub const DIV2: Self = Self(0); - #[doc = "f_spi_ker_ck / 4"] - pub const DIV4: Self = Self(0x01); - #[doc = "f_spi_ker_ck / 8"] - pub const DIV8: Self = Self(0x02); - #[doc = "f_spi_ker_ck / 16"] - pub const DIV16: Self = Self(0x03); - #[doc = "f_spi_ker_ck / 32"] - pub const DIV32: Self = Self(0x04); - #[doc = "f_spi_ker_ck / 64"] - pub const DIV64: Self = Self(0x05); - #[doc = "f_spi_ker_ck / 128"] - pub const DIV128: Self = Self(0x06); - #[doc = "f_spi_ker_ck / 256"] - pub const DIV256: Self = Self(0x07); + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ifcr(pub u32); + impl Ifcr { + #[doc = "End Of Transfer flag clear"] + pub const fn eotc(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 + } + #[doc = "End Of Transfer flag clear"] + pub fn set_eotc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + #[doc = "Transmission Transfer Filled flag clear"] + pub const fn txtfc(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "Transmission Transfer Filled flag clear"] + pub fn set_txtfc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Underrun flag clear"] + pub const fn udrc(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Underrun flag clear"] + pub fn set_udrc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Overrun flag clear"] + pub const fn ovrc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Overrun flag clear"] + pub fn set_ovrc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "CRC Error flag clear"] + pub const fn crcec(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "CRC Error flag clear"] + pub fn set_crcec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "TI frame format error flag clear"] + pub const fn tifrec(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "TI frame format error flag clear"] + pub fn set_tifrec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Mode Fault flag clear"] + pub const fn modfc(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Mode Fault flag clear"] + pub fn set_modfc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "TSERFC flag clear"] + pub const fn tserfc(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "TSERFC flag clear"] + pub fn set_tserfc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "SUSPend flag clear"] + pub const fn suspc(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 + } + #[doc = "SUSPend flag clear"] + pub fn set_suspc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Master(pub u8); - impl Master { - #[doc = "Slave configuration"] - pub const SLAVE: Self = Self(0); - #[doc = "Master configuration"] - pub const MASTER: Self = Self(0x01); + impl Default for Ifcr { + fn default() -> Ifcr { + Ifcr(0) + } } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Udrdet(pub u8); - impl Udrdet { - #[doc = "Underrun is detected at begin of data frame"] - pub const STARTOFFRAME: Self = Self(0); - #[doc = "Underrun is detected at end of last data frame"] - pub const ENDOFFRAME: Self = Self(0x01); - #[doc = "Underrun is detected at begin of active SS signal"] - pub const STARTOFSLAVESELECT: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ssiop(pub u8); - impl Ssiop { - #[doc = "Low level is active for SS signal"] - pub const ACTIVELOW: Self = Self(0); - #[doc = "High level is active for SS signal"] - pub const ACTIVEHIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fthlv(pub u8); - impl Fthlv { - #[doc = "1 frame"] - pub const ONEFRAME: Self = Self(0); - #[doc = "2 frames"] - pub const TWOFRAMES: Self = Self(0x01); - #[doc = "3 frames"] - pub const THREEFRAMES: Self = Self(0x02); - #[doc = "4 frames"] - pub const FOURFRAMES: Self = Self(0x03); - #[doc = "5 frames"] - pub const FIVEFRAMES: Self = Self(0x04); - #[doc = "6 frames"] - pub const SIXFRAMES: Self = Self(0x05); - #[doc = "7 frames"] - pub const SEVENFRAMES: Self = Self(0x06); - #[doc = "8 frames"] - pub const EIGHTFRAMES: Self = Self(0x07); - #[doc = "9 frames"] - pub const NINEFRAMES: Self = Self(0x08); - #[doc = "10 frames"] - pub const TENFRAMES: Self = Self(0x09); - #[doc = "11 frames"] - pub const ELEVENFRAMES: Self = Self(0x0a); - #[doc = "12 frames"] - pub const TWELVEFRAMES: Self = Self(0x0b); - #[doc = "13 frames"] - pub const THIRTEENFRAMES: Self = Self(0x0c); - #[doc = "14 frames"] - pub const FOURTEENFRAMES: Self = Self(0x0d); - #[doc = "15 frames"] - pub const FIFTEENFRAMES: Self = Self(0x0e); - #[doc = "16 frames"] - pub const SIXTEENFRAMES: Self = Self(0x0f); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxwne(pub u8); - impl Rxwne { - #[doc = "Less than 32-bit data frame received"] - pub const LESSTHAN32: Self = Self(0); - #[doc = "At least 32-bit data frame received"] - pub const ATLEAST32: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Comm(pub u8); - impl Comm { - #[doc = "Full duplex"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Simplex transmitter only"] - pub const TRANSMITTER: Self = Self(0x01); - #[doc = "Simplex receiver only"] - pub const RECEIVER: Self = Self(0x02); - #[doc = "Half duplex"] - pub const HALFDUPLEX: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hddir(pub u8); - impl Hddir { - #[doc = "Receiver in half duplex mode"] - pub const RECEIVER: Self = Self(0); - #[doc = "Transmitter in half duplex mode"] - pub const TRANSMITTER: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crc(pub u8); - impl Crc { - #[doc = "Full size (33/17 bit) CRC polynomial is not used"] - pub const DISABLED: Self = Self(0); - #[doc = "Full size (33/17 bit) CRC polynomial is used"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Datfmt(pub u8); - impl Datfmt { - #[doc = "The data inside RXDR and TXDR are right aligned"] - pub const RIGHTALIGNED: Self = Self(0); - #[doc = "The data inside RXDR and TXDR are left aligned"] - pub const LEFTALIGNED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sp(pub u8); - impl Sp { - #[doc = "Motorola SPI protocol"] - pub const MOTOROLA: Self = Self(0); - #[doc = "TI SPI protocol"] - pub const TI: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Afcntr(pub u8); - impl Afcntr { - #[doc = "Peripheral takes no control of GPIOs while disabled"] - pub const NOTCONTROLLED: Self = Self(0); - #[doc = "Peripheral controls GPIOs while disabled"] - pub const CONTROLLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ssom(pub u8); - impl Ssom { - #[doc = "SS is asserted until data transfer complete"] - pub const ASSERTED: Self = Self(0); - #[doc = "Data frames interleaved with SS not asserted during MIDI"] - pub const NOTASSERTED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Udrcfg(pub u8); - impl Udrcfg { - #[doc = "Slave sends a constant underrun pattern"] - pub const CONSTANT: Self = Self(0); - #[doc = "Slave repeats last received data frame from master"] - pub const REPEATRECEIVED: Self = Self(0x01); - #[doc = "Slave repeats last transmitted data frame"] - pub const REPEATTRANSMITTED: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tcrcini(pub u8); - impl Tcrcini { - #[doc = "All zeros TX CRC initialization pattern"] - pub const ALLZEROS: Self = Self(0); - #[doc = "All ones TX CRC initialization pattern"] - pub const ALLONES: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRSTEDGE: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECONDEDGE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "CK to 0 when idle"] - pub const IDLELOW: Self = Self(0); - #[doc = "CK to 1 when idle"] - pub const IDLEHIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rcrcini(pub u8); - impl Rcrcini { - #[doc = "All zeros RX CRC initialization pattern"] - pub const ALLZEROS: Self = Self(0); - #[doc = "All ones RX CRC initialization pattern"] - pub const ALLONES: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Datlen(pub u8); - impl Datlen { - #[doc = "16 bit data length"] - pub const BITS16: Self = Self(0); - #[doc = "24 bit data length"] - pub const BITS24: Self = Self(0x01); - #[doc = "32 bit data length"] - pub const BITS32: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxplvl(pub u8); - impl Rxplvl { - #[doc = "Zero frames beyond packing ratio available"] - pub const ZEROFRAMES: Self = Self(0); - #[doc = "One frame beyond packing ratio available"] - pub const ONEFRAME: Self = Self(0x01); - #[doc = "Two frame beyond packing ratio available"] - pub const TWOFRAMES: Self = Self(0x02); - #[doc = "Three frame beyond packing ratio available"] - pub const THREEFRAMES: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsbfrst(pub u8); - impl Lsbfrst { - #[doc = "Data is transmitted/received with the MSB first"] - pub const MSBFIRST: Self = Self(0); - #[doc = "Data is transmitted/received with the LSB first"] - pub const LSBFIRST: Self = Self(0x01); - } - } - pub mod regs { - use crate::generic::*; - #[doc = "Underrun Data Register"] + #[doc = "Underrun Data Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] pub struct Udrdr(pub u32); @@ -11218,6 +9658,27 @@ pub mod spi_v3 { Udrdr(0) } } + #[doc = "Receiver CRC Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rxcrc(pub u32); + impl Rxcrc { + #[doc = "CRC register for receiver"] + pub const fn rxcrc(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "CRC register for receiver"] + pub fn set_rxcrc(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + } + } + impl Default for Rxcrc { + fn default() -> Rxcrc { + Rxcrc(0) + } + } #[doc = "Transmitter CRC Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] @@ -11239,117 +9700,164 @@ pub mod spi_v3 { Txcrc(0) } } - #[doc = "Polynomial Register"] + #[doc = "Transmit Data Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crcpoly(pub u32); - impl Crcpoly { - #[doc = "CRC polynomial register"] - pub const fn crcpoly(&self) -> u32 { + pub struct Txdr(pub u32); + impl Txdr { + #[doc = "Transmit data register"] + pub const fn txdr(&self) -> u32 { let val = (self.0 >> 0usize) & 0xffff_ffff; val as u32 } - #[doc = "CRC polynomial register"] - pub fn set_crcpoly(&mut self, val: u32) { + #[doc = "Transmit data register"] + pub fn set_txdr(&mut self, val: u32) { self.0 = (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Crcpoly { - fn default() -> Crcpoly { - Crcpoly(0) + impl Default for Txdr { + fn default() -> Txdr { + Txdr(0) } } - #[doc = "configuration register 1"] + #[doc = "Interrupt Enable Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfg1(pub u32); - impl Cfg1 { - #[doc = "Number of bits in at single SPI data frame"] - pub const fn dsize(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x1f; - val as u8 + pub struct Ier(pub u32); + impl Ier { + #[doc = "RXP Interrupt Enable"] + pub const fn rxpie(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Number of bits in at single SPI data frame"] - pub fn set_dsize(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 0usize)) | (((val as u32) & 0x1f) << 0usize); + #[doc = "RXP Interrupt Enable"] + pub fn set_rxpie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "threshold level"] - pub const fn fthlv(&self) -> super::vals::Fthlv { - let val = (self.0 >> 5usize) & 0x0f; - super::vals::Fthlv(val as u8) + #[doc = "TXP interrupt enable"] + pub const fn txpie(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "threshold level"] - pub fn set_fthlv(&mut self, val: super::vals::Fthlv) { - self.0 = (self.0 & !(0x0f << 5usize)) | (((val.0 as u32) & 0x0f) << 5usize); + #[doc = "TXP interrupt enable"] + pub fn set_txpie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Behavior of slave transmitter at underrun condition"] - pub const fn udrcfg(&self) -> super::vals::Udrcfg { - let val = (self.0 >> 9usize) & 0x03; - super::vals::Udrcfg(val as u8) + #[doc = "DXP interrupt enabled"] + pub const fn dxpie(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "Behavior of slave transmitter at underrun condition"] - pub fn set_udrcfg(&mut self, val: super::vals::Udrcfg) { - self.0 = (self.0 & !(0x03 << 9usize)) | (((val.0 as u32) & 0x03) << 9usize); + #[doc = "DXP interrupt enabled"] + pub fn set_dxpie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Detection of underrun condition at slave transmitter"] - pub const fn udrdet(&self) -> super::vals::Udrdet { - let val = (self.0 >> 11usize) & 0x03; - super::vals::Udrdet(val as u8) + #[doc = "EOT, SUSP and TXC interrupt enable"] + pub const fn eotie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - #[doc = "Detection of underrun condition at slave transmitter"] - pub fn set_udrdet(&mut self, val: super::vals::Udrdet) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + #[doc = "EOT, SUSP and TXC interrupt enable"] + pub fn set_eotie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Rx DMA stream enable"] - pub const fn rxdmaen(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "TXTFIE interrupt enable"] + pub const fn txtfie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Rx DMA stream enable"] - pub fn set_rxdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "TXTFIE interrupt enable"] + pub fn set_txtfie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Tx DMA stream enable"] - pub const fn txdmaen(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; + #[doc = "UDR interrupt enable"] + pub const fn udrie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Tx DMA stream enable"] - pub fn set_txdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "UDR interrupt enable"] + pub fn set_udrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Length of CRC frame to be transacted and compared"] - pub const fn crcsize(&self) -> u8 { - let val = (self.0 >> 16usize) & 0x1f; - val as u8 + #[doc = "OVR interrupt enable"] + pub const fn ovrie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "Length of CRC frame to be transacted and compared"] - pub fn set_crcsize(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 16usize)) | (((val as u32) & 0x1f) << 16usize); + #[doc = "OVR interrupt enable"] + pub fn set_ovrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Hardware CRC computation enable"] - pub const fn crcen(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; + #[doc = "CRC Interrupt enable"] + pub const fn crceie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Hardware CRC computation enable"] - pub fn set_crcen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "CRC Interrupt enable"] + pub fn set_crceie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Master baud rate"] - pub const fn mbr(&self) -> super::vals::Mbr { - let val = (self.0 >> 28usize) & 0x07; - super::vals::Mbr(val as u8) + #[doc = "TIFRE interrupt enable"] + pub const fn tifreie(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "Master baud rate"] - pub fn set_mbr(&mut self, val: super::vals::Mbr) { - self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); + #[doc = "TIFRE interrupt enable"] + pub fn set_tifreie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Mode Fault interrupt enable"] + pub const fn modfie(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 + } + #[doc = "Mode Fault interrupt enable"] + pub fn set_modfie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Additional number of transactions reload interrupt enable"] + pub const fn tserfie(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Additional number of transactions reload interrupt enable"] + pub fn set_tserfie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } } - impl Default for Cfg1 { - fn default() -> Cfg1 { - Cfg1(0) + impl Default for Ier { + fn default() -> Ier { + Ier(0) + } + } + #[doc = "control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Number of data at current transfer"] + pub const fn tsize(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 + } + #[doc = "Number of data at current transfer"] + pub fn set_tsize(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + } + #[doc = "Number of data transfer extension to be reload into TSIZE just when a previous"] + pub const fn tser(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 + } + #[doc = "Number of data transfer extension to be reload into TSIZE just when a previous"] + pub fn set_tser(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + } + } + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) } } #[doc = "configuration register 2"] @@ -11489,2026 +9997,2577 @@ pub mod spi_v3 { Cfg2(0) } } - #[doc = "control register 2"] + #[doc = "Status Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Number of data at current transfer"] - pub const fn tsize(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Sr(pub u32); + impl Sr { + #[doc = "Rx-Packet available"] + pub const fn rxp(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Number of data at current transfer"] - pub fn set_tsize(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Rx-Packet available"] + pub fn set_rxp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Number of data transfer extension to be reload into TSIZE just when a previous"] - pub const fn tser(&self) -> u16 { - let val = (self.0 >> 16usize) & 0xffff; - val as u16 + #[doc = "Tx-Packet space available"] + pub const fn txp(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "Number of data transfer extension to be reload into TSIZE just when a previous"] - pub fn set_tser(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + #[doc = "Tx-Packet space available"] + pub fn set_txp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) + #[doc = "Duplex Packet"] + pub const fn dxp(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - } - #[doc = "Receive Data Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rxdr(pub u32); - impl Rxdr { - #[doc = "Receive data register"] - pub const fn rxdr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "Duplex Packet"] + pub fn set_dxp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Receive data register"] - pub fn set_rxdr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "End Of Transfer"] + pub const fn eot(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - } - impl Default for Rxdr { - fn default() -> Rxdr { - Rxdr(0) + #[doc = "End Of Transfer"] + pub fn set_eot(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - } - #[doc = "Interrupt Enable Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ier(pub u32); - impl Ier { - #[doc = "RXP Interrupt Enable"] - pub const fn rxpie(&self) -> bool { -======= - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioilpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "Transmission Transfer Filled"] + pub const fn txtf(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiojlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + #[doc = "Transmission Transfer Filled"] + pub fn set_txtf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "Underrun at slave transmission mode"] + pub const fn udr(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; + val != 0 + } + #[doc = "Underrun at slave transmission mode"] + pub fn set_udr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + } + #[doc = "Overrun"] + pub const fn ovr(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "Overrun"] + pub fn set_ovr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "CRC Error"] + pub const fn crce(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "CRC Error"] + pub fn set_crce(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "TI frame format error"] + pub const fn tifre(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "TI frame format error"] + pub fn set_tifre(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Mode Fault"] + pub const fn modf(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + val != 0 } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiojlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "Mode Fault"] + pub fn set_modf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioklpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + #[doc = "Additional number of SPI data to be transacted was reload"] + pub const fn tserf(&self) -> bool { let val = (self.0 >> 10usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + val != 0 } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioklpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "Additional number of SPI data to be transacted was reload"] + pub fn set_tserf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "CRC peripheral clock enable during CSleep mode"] - pub const fn crclpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + #[doc = "SUSPend"] + pub const fn susp(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 } - #[doc = "CRC peripheral clock enable during CSleep mode"] - pub fn set_crclpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + #[doc = "SUSPend"] + pub fn set_susp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "BDMA Clock Enable During CSleep Mode"] - pub const fn bdmalpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + #[doc = "TxFIFO transmission complete"] + pub const fn txc(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 } - #[doc = "BDMA Clock Enable During CSleep Mode"] - pub fn set_bdmalpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + #[doc = "TxFIFO transmission complete"] + pub fn set_txc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn adc3lpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + #[doc = "RxFIFO Packing LeVeL"] + pub const fn rxplvl(&self) -> super::vals::Rxplvl { + let val = (self.0 >> 13usize) & 0x03; + super::vals::Rxplvl(val as u8) } - #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_adc3lpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + #[doc = "RxFIFO Packing LeVeL"] + pub fn set_rxplvl(&mut self, val: super::vals::Rxplvl) { + self.0 = (self.0 & !(0x03 << 13usize)) | (((val.0 as u32) & 0x03) << 13usize); } - #[doc = "Backup RAM Clock Enable During CSleep Mode"] - pub const fn bkpramlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + #[doc = "RxFIFO Word Not Empty"] + pub const fn rxwne(&self) -> super::vals::Rxwne { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Rxwne(val as u8) } - #[doc = "Backup RAM Clock Enable During CSleep Mode"] - pub fn set_bkpramlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + #[doc = "RxFIFO Word Not Empty"] + pub fn set_rxwne(&mut self, val: super::vals::Rxwne) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "SRAM4 Clock Enable During CSleep Mode"] - pub const fn sram4lpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) + #[doc = "Number of data frames remaining in current TSIZE session"] + pub const fn ctsize(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 } - #[doc = "SRAM4 Clock Enable During CSleep Mode"] - pub fn set_sram4lpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + #[doc = "Number of data frames remaining in current TSIZE session"] + pub fn set_ctsize(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); } } - impl Default for Ahb4lpenr { - fn default() -> Ahb4lpenr { - Ahb4lpenr(0) + impl Default for Sr { + fn default() -> Sr { + Sr(0) } } - #[doc = "RCC AHB3 Clock Register"] + #[doc = "control register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb3enr(pub u32); - impl Ahb3enr { - #[doc = "MDMA Peripheral Clock Enable"] - pub const fn mdmaen(&self) -> super::vals::Ahb3enrMdmaen { + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Serial Peripheral Enable"] + pub const fn spe(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb3enrMdmaen(val as u8) + val != 0 } - #[doc = "MDMA Peripheral Clock Enable"] - pub fn set_mdmaen(&mut self, val: super::vals::Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Serial Peripheral Enable"] + pub fn set_spe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "DMA2D Peripheral Clock Enable"] - pub const fn dma2den(&self) -> super::vals::Ahb3enrMdmaen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Ahb3enrMdmaen(val as u8) + #[doc = "Master automatic SUSP in Receive mode"] + pub const fn masrx(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "DMA2D Peripheral Clock Enable"] - pub fn set_dma2den(&mut self, val: super::vals::Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "Master automatic SUSP in Receive mode"] + pub fn set_masrx(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "JPGDEC Peripheral Clock Enable"] - pub const fn jpgdecen(&self) -> super::vals::Ahb3enrMdmaen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb3enrMdmaen(val as u8) + #[doc = "Master transfer start"] + pub const fn cstart(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 } - #[doc = "JPGDEC Peripheral Clock Enable"] - pub fn set_jpgdecen(&mut self, val: super::vals::Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Master transfer start"] + pub fn set_cstart(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "FMC Peripheral Clocks Enable"] - pub const fn fmcen(&self) -> super::vals::Ahb3enrMdmaen { + #[doc = "Master SUSPend request"] + pub const fn csusp(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 + } + #[doc = "Master SUSPend request"] + pub fn set_csusp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "Rx/Tx direction at Half-duplex mode"] + pub const fn hddir(&self) -> super::vals::Hddir { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Hddir(val as u8) + } + #[doc = "Rx/Tx direction at Half-duplex mode"] + pub fn set_hddir(&mut self, val: super::vals::Hddir) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "Internal SS signal input level"] + pub const fn ssi(&self) -> bool { let val = (self.0 >> 12usize) & 0x01; - super::vals::Ahb3enrMdmaen(val as u8) + val != 0 } - #[doc = "FMC Peripheral Clocks Enable"] - pub fn set_fmcen(&mut self, val: super::vals::Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "Internal SS signal input level"] + pub fn set_ssi(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] - pub const fn qspien(&self) -> super::vals::Ahb3enrMdmaen { + #[doc = "32-bit CRC polynomial configuration"] + pub const fn crc33_17(&self) -> super::vals::Crc { + let val = (self.0 >> 13usize) & 0x01; + super::vals::Crc(val as u8) + } + #[doc = "32-bit CRC polynomial configuration"] + pub fn set_crc33_17(&mut self, val: super::vals::Crc) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "CRC calculation initialization pattern control for receiver"] + pub const fn rcrcini(&self) -> super::vals::Rcrcini { let val = (self.0 >> 14usize) & 0x01; - super::vals::Ahb3enrMdmaen(val as u8) + super::vals::Rcrcini(val as u8) } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] - pub fn set_qspien(&mut self, val: super::vals::Ahb3enrMdmaen) { + #[doc = "CRC calculation initialization pattern control for receiver"] + pub fn set_rcrcini(&mut self, val: super::vals::Rcrcini) { self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] - pub const fn sdmmc1en(&self) -> super::vals::Ahb3enrMdmaen { + #[doc = "CRC calculation initialization pattern control for transmitter"] + pub const fn tcrcini(&self) -> super::vals::Tcrcini { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Tcrcini(val as u8) + } + #[doc = "CRC calculation initialization pattern control for transmitter"] + pub fn set_tcrcini(&mut self, val: super::vals::Tcrcini) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Locking the AF configuration of associated IOs"] + pub const fn iolock(&self) -> bool { let val = (self.0 >> 16usize) & 0x01; - super::vals::Ahb3enrMdmaen(val as u8) + val != 0 } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] - pub fn set_sdmmc1en(&mut self, val: super::vals::Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "Locking the AF configuration of associated IOs"] + pub fn set_iolock(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } } - impl Default for Ahb3enr { - fn default() -> Ahb3enr { - Ahb3enr(0) + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) } } - #[doc = "RCC CSI configuration register"] + #[doc = "Receive Data Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Csicfgr(pub u32); - impl Csicfgr { - #[doc = "CSI clock calibration"] - pub const fn csical(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x01ff; - val as u16 + pub struct Rxdr(pub u32); + impl Rxdr { + #[doc = "Receive data register"] + pub const fn rxdr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "CSI clock calibration"] - pub fn set_csical(&mut self, val: u16) { - self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + #[doc = "Receive data register"] + pub fn set_rxdr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } - #[doc = "CSI clock trimming"] - pub const fn csitrim(&self) -> u8 { - let val = (self.0 >> 24usize) & 0x3f; - val as u8 + } + impl Default for Rxdr { + fn default() -> Rxdr { + Rxdr(0) } - #[doc = "CSI clock trimming"] - pub fn set_csitrim(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 24usize)) | (((val as u32) & 0x3f) << 24usize); + } + #[doc = "Polynomial Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Crcpoly(pub u32); + impl Crcpoly { + #[doc = "CRC polynomial register"] + pub const fn crcpoly(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 + } + #[doc = "CRC polynomial register"] + pub fn set_crcpoly(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Csicfgr { - fn default() -> Csicfgr { - Csicfgr(0) + impl Default for Crcpoly { + fn default() -> Crcpoly { + Crcpoly(0) } } - #[doc = "RCC AHB2 Sleep Clock Register"] + #[doc = "configuration register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb2lpenr(pub u32); - impl C1Ahb2lpenr { - #[doc = "DCMI peripheral clock enable during csleep mode"] - pub const fn dcmilpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) + pub struct Cfg1(pub u32); + impl Cfg1 { + #[doc = "Number of bits in at single SPI data frame"] + pub const fn dsize(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x1f; + val as u8 } - #[doc = "DCMI peripheral clock enable during csleep mode"] - pub fn set_dcmilpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Number of bits in at single SPI data frame"] + pub fn set_dsize(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 0usize)) | (((val as u32) & 0x1f) << 0usize); } - #[doc = "CRYPT peripheral clock enable during CSleep mode"] - pub const fn cryptlpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) + #[doc = "threshold level"] + pub const fn fthlv(&self) -> super::vals::Fthlv { + let val = (self.0 >> 5usize) & 0x0f; + super::vals::Fthlv(val as u8) } - #[doc = "CRYPT peripheral clock enable during CSleep mode"] - pub fn set_cryptlpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "threshold level"] + pub fn set_fthlv(&mut self, val: super::vals::Fthlv) { + self.0 = (self.0 & !(0x0f << 5usize)) | (((val.0 as u32) & 0x0f) << 5usize); } - #[doc = "HASH peripheral clock enable during CSleep mode"] - pub const fn hashlpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) + #[doc = "Behavior of slave transmitter at underrun condition"] + pub const fn udrcfg(&self) -> super::vals::Udrcfg { + let val = (self.0 >> 9usize) & 0x03; + super::vals::Udrcfg(val as u8) } - #[doc = "HASH peripheral clock enable during CSleep mode"] - pub fn set_hashlpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Behavior of slave transmitter at underrun condition"] + pub fn set_udrcfg(&mut self, val: super::vals::Udrcfg) { + self.0 = (self.0 & !(0x03 << 9usize)) | (((val.0 as u32) & 0x03) << 9usize); } - #[doc = "RNG peripheral clock enable during CSleep mode"] - pub const fn rnglpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) + #[doc = "Detection of underrun condition at slave transmitter"] + pub const fn udrdet(&self) -> super::vals::Udrdet { + let val = (self.0 >> 11usize) & 0x03; + super::vals::Udrdet(val as u8) } - #[doc = "RNG peripheral clock enable during CSleep mode"] - pub fn set_rnglpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + #[doc = "Detection of underrun condition at slave transmitter"] + pub fn set_udrdet(&mut self, val: super::vals::Udrdet) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); } - #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] - pub const fn sdmmc2lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) + #[doc = "Rx DMA stream enable"] + pub const fn rxdmaen(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 } - #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] - pub fn set_sdmmc2lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "Rx DMA stream enable"] + pub fn set_rxdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "SRAM1 Clock Enable During CSleep Mode"] - pub const fn sram1lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) + #[doc = "Tx DMA stream enable"] + pub const fn txdmaen(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 } - #[doc = "SRAM1 Clock Enable During CSleep Mode"] - pub fn set_sram1lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + #[doc = "Tx DMA stream enable"] + pub fn set_txdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "SRAM2 Clock Enable During CSleep Mode"] - pub const fn sram2lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) + #[doc = "Length of CRC frame to be transacted and compared"] + pub const fn crcsize(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x1f; + val as u8 } - #[doc = "SRAM2 Clock Enable During CSleep Mode"] - pub fn set_sram2lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + #[doc = "Length of CRC frame to be transacted and compared"] + pub fn set_crcsize(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 16usize)) | (((val as u32) & 0x1f) << 16usize); } - #[doc = "SRAM3 Clock Enable During CSleep Mode"] - pub const fn sram3lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) + #[doc = "Hardware CRC computation enable"] + pub const fn crcen(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 } - #[doc = "SRAM3 Clock Enable During CSleep Mode"] - pub fn set_sram3lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + #[doc = "Hardware CRC computation enable"] + pub fn set_crcen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + } + #[doc = "Master baud rate"] + pub const fn mbr(&self) -> super::vals::Mbr { + let val = (self.0 >> 28usize) & 0x07; + super::vals::Mbr(val as u8) + } + #[doc = "Master baud rate"] + pub fn set_mbr(&mut self, val: super::vals::Mbr) { + self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); } } - impl Default for C1Ahb2lpenr { - fn default() -> C1Ahb2lpenr { - C1Ahb2lpenr(0) + impl Default for Cfg1 { + fn default() -> Cfg1 { + Cfg1(0) } } -======= - pub mod regs { + } + pub mod vals { use crate::generic::*; - #[doc = "RCC APB4 Sleep Clock Register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb4lpenr(pub u32); - impl C1Apb4lpenr { - #[doc = "SYSCFG peripheral clock enable during CSleep mode"] - pub const fn syscfglpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "SYSCFG peripheral clock enable during CSleep mode"] - pub fn set_syscfglpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lpuart1lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lpuart1lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi6lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi6lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim2lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim2lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim3lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim3lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim5lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim5lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] - pub const fn comp12lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] - pub fn set_comp12lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "VREF peripheral clock enable during CSleep mode"] - pub const fn vreflpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "VREF peripheral clock enable during CSleep mode"] - pub fn set_vreflpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sp(pub u8); + impl Sp { + #[doc = "Motorola SPI protocol"] + pub const MOTOROLA: Self = Self(0); + #[doc = "TI SPI protocol"] + pub const TI: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Udrdet(pub u8); + impl Udrdet { + #[doc = "Underrun is detected at begin of data frame"] + pub const STARTOFFRAME: Self = Self(0); + #[doc = "Underrun is detected at end of last data frame"] + pub const ENDOFFRAME: Self = Self(0x01); + #[doc = "Underrun is detected at begin of active SS signal"] + pub const STARTOFSLAVESELECT: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Master(pub u8); + impl Master { + #[doc = "Slave configuration"] + pub const SLAVE: Self = Self(0); + #[doc = "Master configuration"] + pub const MASTER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rxwne(pub u8); + impl Rxwne { + #[doc = "Less than 32-bit data frame received"] + pub const LESSTHAN32: Self = Self(0); + #[doc = "At least 32-bit data frame received"] + pub const ATLEAST32: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Fthlv(pub u8); + impl Fthlv { + #[doc = "1 frame"] + pub const ONEFRAME: Self = Self(0); + #[doc = "2 frames"] + pub const TWOFRAMES: Self = Self(0x01); + #[doc = "3 frames"] + pub const THREEFRAMES: Self = Self(0x02); + #[doc = "4 frames"] + pub const FOURFRAMES: Self = Self(0x03); + #[doc = "5 frames"] + pub const FIVEFRAMES: Self = Self(0x04); + #[doc = "6 frames"] + pub const SIXFRAMES: Self = Self(0x05); + #[doc = "7 frames"] + pub const SEVENFRAMES: Self = Self(0x06); + #[doc = "8 frames"] + pub const EIGHTFRAMES: Self = Self(0x07); + #[doc = "9 frames"] + pub const NINEFRAMES: Self = Self(0x08); + #[doc = "10 frames"] + pub const TENFRAMES: Self = Self(0x09); + #[doc = "11 frames"] + pub const ELEVENFRAMES: Self = Self(0x0a); + #[doc = "12 frames"] + pub const TWELVEFRAMES: Self = Self(0x0b); + #[doc = "13 frames"] + pub const THIRTEENFRAMES: Self = Self(0x0c); + #[doc = "14 frames"] + pub const FOURTEENFRAMES: Self = Self(0x0d); + #[doc = "15 frames"] + pub const FIFTEENFRAMES: Self = Self(0x0e); + #[doc = "16 frames"] + pub const SIXTEENFRAMES: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hddir(pub u8); + impl Hddir { + #[doc = "Receiver in half duplex mode"] + pub const RECEIVER: Self = Self(0); + #[doc = "Transmitter in half duplex mode"] + pub const TRANSMITTER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rxplvl(pub u8); + impl Rxplvl { + #[doc = "Zero frames beyond packing ratio available"] + pub const ZEROFRAMES: Self = Self(0); + #[doc = "One frame beyond packing ratio available"] + pub const ONEFRAME: Self = Self(0x01); + #[doc = "Two frame beyond packing ratio available"] + pub const TWOFRAMES: Self = Self(0x02); + #[doc = "Three frame beyond packing ratio available"] + pub const THREEFRAMES: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsbfrst(pub u8); + impl Lsbfrst { + #[doc = "Data is transmitted/received with the MSB first"] + pub const MSBFIRST: Self = Self(0); + #[doc = "Data is transmitted/received with the LSB first"] + pub const LSBFIRST: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Udrcfg(pub u8); + impl Udrcfg { + #[doc = "Slave sends a constant underrun pattern"] + pub const CONSTANT: Self = Self(0); + #[doc = "Slave repeats last received data frame from master"] + pub const REPEATRECEIVED: Self = Self(0x01); + #[doc = "Slave repeats last transmitted data frame"] + pub const REPEATTRANSMITTED: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Datlen(pub u8); + impl Datlen { + #[doc = "16 bit data length"] + pub const BITS16: Self = Self(0); + #[doc = "24 bit data length"] + pub const BITS24: Self = Self(0x01); + #[doc = "32 bit data length"] + pub const BITS32: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "CK to 0 when idle"] + pub const IDLELOW: Self = Self(0); + #[doc = "CK to 1 when idle"] + pub const IDLEHIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ssom(pub u8); + impl Ssom { + #[doc = "SS is asserted until data transfer complete"] + pub const ASSERTED: Self = Self(0); + #[doc = "Data frames interleaved with SS not asserted during MIDI"] + pub const NOTASSERTED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ssiop(pub u8); + impl Ssiop { + #[doc = "Low level is active for SS signal"] + pub const ACTIVELOW: Self = Self(0); + #[doc = "High level is active for SS signal"] + pub const ACTIVEHIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Comm(pub u8); + impl Comm { + #[doc = "Full duplex"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Simplex transmitter only"] + pub const TRANSMITTER: Self = Self(0x01); + #[doc = "Simplex receiver only"] + pub const RECEIVER: Self = Self(0x02); + #[doc = "Half duplex"] + pub const HALFDUPLEX: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Datfmt(pub u8); + impl Datfmt { + #[doc = "The data inside RXDR and TXDR are right aligned"] + pub const RIGHTALIGNED: Self = Self(0); + #[doc = "The data inside RXDR and TXDR are left aligned"] + pub const LEFTALIGNED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Tcrcini(pub u8); + impl Tcrcini { + #[doc = "All zeros TX CRC initialization pattern"] + pub const ALLZEROS: Self = Self(0); + #[doc = "All ones TX CRC initialization pattern"] + pub const ALLONES: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Afcntr(pub u8); + impl Afcntr { + #[doc = "Peripheral takes no control of GPIOs while disabled"] + pub const NOTCONTROLLED: Self = Self(0); + #[doc = "Peripheral controls GPIOs while disabled"] + pub const CONTROLLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mbr(pub u8); + impl Mbr { + #[doc = "f_spi_ker_ck / 2"] + pub const DIV2: Self = Self(0); + #[doc = "f_spi_ker_ck / 4"] + pub const DIV4: Self = Self(0x01); + #[doc = "f_spi_ker_ck / 8"] + pub const DIV8: Self = Self(0x02); + #[doc = "f_spi_ker_ck / 16"] + pub const DIV16: Self = Self(0x03); + #[doc = "f_spi_ker_ck / 32"] + pub const DIV32: Self = Self(0x04); + #[doc = "f_spi_ker_ck / 64"] + pub const DIV64: Self = Self(0x05); + #[doc = "f_spi_ker_ck / 128"] + pub const DIV128: Self = Self(0x06); + #[doc = "f_spi_ker_ck / 256"] + pub const DIV256: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crc(pub u8); + impl Crc { + #[doc = "Full size (33/17 bit) CRC polynomial is not used"] + pub const DISABLED: Self = Self(0); + #[doc = "Full size (33/17 bit) CRC polynomial is used"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rcrcini(pub u8); + impl Rcrcini { + #[doc = "All zeros RX CRC initialization pattern"] + pub const ALLZEROS: Self = Self(0); + #[doc = "All ones RX CRC initialization pattern"] + pub const ALLONES: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRSTEDGE: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECONDEDGE: Self = Self(0x01); + } + } +} +pub mod spi_v1 { + use crate::generic::*; + #[doc = "Serial peripheral interface"] + #[derive(Copy, Clone)] + pub struct Spi(pub *mut u8); + unsafe impl Send for Spi {} + unsafe impl Sync for Spi {} + impl Spi { + #[doc = "control register 1"] + pub fn cr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "control register 2"] + pub fn cr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "status register"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "data register"] + pub fn dr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "CRC polynomial register"] + pub fn crcpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "RX CRC register"] + pub fn rxcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "TX CRC register"] + pub fn txcrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "RX CRC register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rxcrcr(pub u32); + impl Rxcrcr { + #[doc = "Rx CRC register"] + pub const fn rx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "RTC APB Clock Enable During CSleep Mode"] - pub const fn rtcapblpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) + #[doc = "Rx CRC register"] + pub fn set_rx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } - #[doc = "RTC APB Clock Enable During CSleep Mode"] - pub fn set_rtcapblpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + impl Default for Rxcrcr { + fn default() -> Rxcrcr { + Rxcrcr(0) } - #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "CRC polynomial register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Crcpr(pub u32); + impl Crcpr { + #[doc = "CRC polynomial register"] + pub const fn crcpoly(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + #[doc = "CRC polynomial register"] + pub fn set_crcpoly(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for C1Apb4lpenr { - fn default() -> C1Apb4lpenr { - C1Apb4lpenr(0) + impl Default for Crcpr { + fn default() -> Crcpr { + Crcpr(0) } } - #[doc = "RCC APB1 Clock Register"] + #[doc = "control register 2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb1henr(pub u32); - impl C1Apb1henr { - #[doc = "Clock Recovery System peripheral clock enable"] - pub const fn crsen(&self) -> super::vals::C1Apb1henrCrsen { + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Rx buffer DMA enable"] + pub const fn rxdmaen(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "Rx buffer DMA enable"] + pub fn set_rxdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Tx buffer DMA enable"] + pub const fn txdmaen(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) + val != 0 } - #[doc = "Clock Recovery System peripheral clock enable"] - pub fn set_crsen(&mut self, val: super::vals::C1Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "Tx buffer DMA enable"] + pub fn set_txdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "SWPMI Peripheral Clocks Enable"] - pub const fn swpen(&self) -> super::vals::C1Apb1henrCrsen { + #[doc = "SS output enable"] + pub const fn ssoe(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) + val != 0 } - #[doc = "SWPMI Peripheral Clocks Enable"] - pub fn set_swpen(&mut self, val: super::vals::C1Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "SS output enable"] + pub fn set_ssoe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "OPAMP peripheral clock enable"] - pub const fn opampen(&self) -> super::vals::C1Apb1henrCrsen { + #[doc = "Frame format"] + pub const fn frf(&self) -> super::vals::Frf { let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) + super::vals::Frf(val as u8) } - #[doc = "OPAMP peripheral clock enable"] - pub fn set_opampen(&mut self, val: super::vals::C1Apb1henrCrsen) { + #[doc = "Frame format"] + pub fn set_frf(&mut self, val: super::vals::Frf) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "MDIOS peripheral clock enable"] - pub const fn mdiosen(&self) -> super::vals::C1Apb1henrCrsen { + #[doc = "Error interrupt enable"] + pub const fn errie(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) + val != 0 } - #[doc = "MDIOS peripheral clock enable"] - pub fn set_mdiosen(&mut self, val: super::vals::C1Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Error interrupt enable"] + pub fn set_errie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "FDCAN Peripheral Clocks Enable"] - pub const fn fdcanen(&self) -> super::vals::C1Apb1henrCrsen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) + #[doc = "RX buffer not empty interrupt enable"] + pub const fn rxneie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "FDCAN Peripheral Clocks Enable"] - pub fn set_fdcanen(&mut self, val: super::vals::C1Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "RX buffer not empty interrupt enable"] + pub fn set_rxneie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Tx buffer empty interrupt enable"] + pub const fn txeie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "Tx buffer empty interrupt enable"] + pub fn set_txeie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } } - impl Default for C1Apb1henr { - fn default() -> C1Apb1henr { - C1Apb1henr(0) + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) } } - #[doc = "RCC PLL2 Fractional Divider Register"] + #[doc = "TX CRC register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll2fracr(pub u32); - impl Pll2fracr { - #[doc = "Fractional part of the multiplication factor for PLL VCO"] - pub const fn fracn2(&self) -> u16 { - let val = (self.0 >> 3usize) & 0x1fff; + pub struct Txcrcr(pub u32); + impl Txcrcr { + #[doc = "Tx CRC register"] + pub const fn tx_crc(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; val as u16 } - #[doc = "Fractional part of the multiplication factor for PLL VCO"] - pub fn set_fracn2(&mut self, val: u16) { - self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); + #[doc = "Tx CRC register"] + pub fn set_tx_crc(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Pll2fracr { - fn default() -> Pll2fracr { - Pll2fracr(0) + impl Default for Txcrcr { + fn default() -> Txcrcr { + Txcrcr(0) } } ->>>>>>> c084e70 (Update generated code) - #[doc = "RCC APB2 Peripheral Reset Register"] + #[doc = "status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb2rstr(pub u32); - impl Apb2rstr { - #[doc = "TIM1 block reset"] - pub const fn tim1rst(&self) -> super::vals::Tim1rst { + pub struct Sr(pub u32); + impl Sr { + #[doc = "Receive buffer not empty"] + pub const fn rxne(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::Tim1rst(val as u8) + val != 0 } - #[doc = "TIM1 block reset"] - pub fn set_tim1rst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Receive buffer not empty"] + pub fn set_rxne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "TIM8 block reset"] - pub const fn tim8rst(&self) -> super::vals::Tim1rst { + #[doc = "Transmit buffer empty"] + pub const fn txe(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; - super::vals::Tim1rst(val as u8) + val != 0 } - #[doc = "TIM8 block reset"] - pub fn set_tim8rst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "Transmit buffer empty"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "USART1 block reset"] - pub const fn usart1rst(&self) -> super::vals::Tim1rst { + #[doc = "CRC error flag"] + pub const fn crcerr(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; - super::vals::Tim1rst(val as u8) - } - #[doc = "USART1 block reset"] - pub fn set_usart1rst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "USART6 block reset"] - pub const fn usart6rst(&self) -> super::vals::Tim1rst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Tim1rst(val as u8) - } - #[doc = "USART6 block reset"] - pub fn set_usart6rst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "SPI1 block reset"] - pub const fn spi1rst(&self) -> super::vals::Tim1rst { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Tim1rst(val as u8) - } - #[doc = "SPI1 block reset"] - pub fn set_spi1rst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "SPI4 block reset"] - pub const fn spi4rst(&self) -> super::vals::Tim1rst { - let val = (self.0 >> 13usize) & 0x01; - super::vals::Tim1rst(val as u8) - } - #[doc = "SPI4 block reset"] - pub fn set_spi4rst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "TIM15 block reset"] - pub const fn tim15rst(&self) -> super::vals::Tim1rst { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Tim1rst(val as u8) - } - #[doc = "TIM15 block reset"] - pub fn set_tim15rst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "TIM16 block reset"] - pub const fn tim16rst(&self) -> super::vals::Tim1rst { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Tim1rst(val as u8) - } - #[doc = "TIM16 block reset"] - pub fn set_tim16rst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "TIM17 block reset"] - pub const fn tim17rst(&self) -> super::vals::Tim1rst { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Tim1rst(val as u8) - } - #[doc = "TIM17 block reset"] - pub fn set_tim17rst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "SPI5 block reset"] - pub const fn spi5rst(&self) -> super::vals::Tim1rst { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Tim1rst(val as u8) - } - #[doc = "SPI5 block reset"] - pub fn set_spi5rst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "SAI1 block reset"] - pub const fn sai1rst(&self) -> super::vals::Tim1rst { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Tim1rst(val as u8) - } - #[doc = "SAI1 block reset"] - pub fn set_sai1rst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "SAI2 block reset"] - pub const fn sai2rst(&self) -> super::vals::Tim1rst { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Tim1rst(val as u8) - } - #[doc = "SAI2 block reset"] - pub fn set_sai2rst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "SAI3 block reset"] - pub const fn sai3rst(&self) -> super::vals::Tim1rst { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Tim1rst(val as u8) - } - #[doc = "SAI3 block reset"] - pub fn set_sai3rst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "DFSDM1 block reset"] - pub const fn dfsdm1rst(&self) -> super::vals::Tim1rst { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Tim1rst(val as u8) - } - #[doc = "DFSDM1 block reset"] - pub fn set_dfsdm1rst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "HRTIM block reset"] - pub const fn hrtimrst(&self) -> super::vals::Tim1rst { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Tim1rst(val as u8) - } - #[doc = "HRTIM block reset"] - pub fn set_hrtimrst(&mut self, val: super::vals::Tim1rst) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } -<<<<<<< HEAD - } - impl Default for Apb2rstr { - fn default() -> Apb2rstr { - Apb2rstr(0) - } - } - #[doc = "RCC Reset Status Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rsr(pub u32); - impl Rsr { - #[doc = "Remove reset flag"] - pub const fn rmvf(&self) -> super::vals::RsrRmvf { - let val = (self.0 >> 16usize) & 0x01; - super::vals::RsrRmvf(val as u8) - } - #[doc = "Remove reset flag"] - pub fn set_rmvf(&mut self, val: super::vals::RsrRmvf) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "CPU reset flag"] - pub const fn cpurstf(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 - } - #[doc = "CPU reset flag"] - pub fn set_cpurstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "D1 domain power switch reset flag"] - pub const fn d1rstf(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 - } - #[doc = "D1 domain power switch reset flag"] - pub fn set_d1rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); - } - #[doc = "D2 domain power switch reset flag"] - pub const fn d2rstf(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 - } - #[doc = "D2 domain power switch reset flag"] - pub fn set_d2rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); - } - #[doc = "BOR reset flag"] - pub const fn borrstf(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 - } - #[doc = "BOR reset flag"] - pub fn set_borrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); - } - #[doc = "Pin reset flag (NRST)"] - pub const fn pinrstf(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 - } - #[doc = "Pin reset flag (NRST)"] - pub fn set_pinrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - #[doc = "POR/PDR reset flag"] - pub const fn porrstf(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "POR/PDR reset flag"] - pub fn set_porrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "CRC error flag"] + pub fn set_crcerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "System reset from CPU reset flag"] - pub const fn sftrstf(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; + #[doc = "Mode fault"] + pub const fn modf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "System reset from CPU reset flag"] - pub fn set_sftrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "Mode fault"] + pub fn set_modf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Independent Watchdog reset flag"] - pub const fn iwdg1rstf(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; + #[doc = "Overrun flag"] + pub const fn ovr(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Independent Watchdog reset flag"] - pub fn set_iwdg1rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "Overrun flag"] + pub fn set_ovr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Window Watchdog reset flag"] - pub const fn wwdg1rstf(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; + #[doc = "Busy flag"] + pub const fn bsy(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Window Watchdog reset flag"] - pub fn set_wwdg1rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "Busy flag"] + pub fn set_bsy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] - pub const fn lpwrrstf(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; + #[doc = "TI frame format error"] + pub const fn fre(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] - pub fn set_lpwrrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + #[doc = "TI frame format error"] + pub fn set_fre(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } } - impl Default for Rsr { - fn default() -> Rsr { - Rsr(0) + impl Default for Sr { + fn default() -> Sr { + Sr(0) } } - #[doc = "RCC APB4 Sleep Clock Register"] + #[doc = "control register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb4lpenr(pub u32); - impl Apb4lpenr { - #[doc = "SYSCFG peripheral clock enable during CSleep mode"] - pub const fn syscfglpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + pub struct Cr1(pub u32); + impl Cr1 { + #[doc = "Clock phase"] + pub const fn cpha(&self) -> super::vals::Cpha { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Cpha(val as u8) + } + #[doc = "Clock phase"] + pub fn set_cpha(&mut self, val: super::vals::Cpha) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "Clock polarity"] + pub const fn cpol(&self) -> super::vals::Cpol { let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) + super::vals::Cpol(val as u8) } - #[doc = "SYSCFG peripheral clock enable during CSleep mode"] - pub fn set_syscfglpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + #[doc = "Clock polarity"] + pub fn set_cpol(&mut self, val: super::vals::Cpol) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lpuart1lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) + #[doc = "Master selection"] + pub const fn mstr(&self) -> super::vals::Mstr { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Mstr(val as u8) } - #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lpuart1lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Master selection"] + pub fn set_mstr(&mut self, val: super::vals::Mstr) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi6lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) + #[doc = "Baud rate control"] + pub const fn br(&self) -> super::vals::Br { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Br(val as u8) } - #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi6lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Baud rate control"] + pub fn set_br(&mut self, val: super::vals::Br) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); } - #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + #[doc = "SPI enable"] + pub const fn spe(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "SPI enable"] + pub fn set_spe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Frame format"] + pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { let val = (self.0 >> 7usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) + super::vals::Lsbfirst(val as u8) } - #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + #[doc = "Frame format"] + pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim2lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + #[doc = "Internal slave select"] + pub const fn ssi(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Internal slave select"] + pub fn set_ssi(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Software slave management"] + pub const fn ssm(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) + val != 0 } - #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim2lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "Software slave management"] + pub fn set_ssm(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim3lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + #[doc = "Receive only"] + pub const fn rxonly(&self) -> super::vals::Rxonly { let val = (self.0 >> 10usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) + super::vals::Rxonly(val as u8) } - #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim3lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + #[doc = "Receive only"] + pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + #[doc = "Data frame format"] + pub const fn dff(&self) -> super::vals::Dff { let val = (self.0 >> 11usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) + super::vals::Dff(val as u8) } - #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + #[doc = "Data frame format"] + pub fn set_dff(&mut self, val: super::vals::Dff) { self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim5lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + #[doc = "CRC transfer next"] + pub const fn crcnext(&self) -> super::vals::Crcnext { let val = (self.0 >> 12usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) + super::vals::Crcnext(val as u8) } - #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim5lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + #[doc = "CRC transfer next"] + pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] - pub const fn comp12lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + #[doc = "Hardware CRC calculation enable"] + pub const fn crcen(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 + } + #[doc = "Hardware CRC calculation enable"] + pub fn set_crcen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + } + #[doc = "Output enable in bidirectional mode"] + pub const fn bidioe(&self) -> super::vals::Bidioe { let val = (self.0 >> 14usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) + super::vals::Bidioe(val as u8) } - #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] - pub fn set_comp12lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + #[doc = "Output enable in bidirectional mode"] + pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "VREF peripheral clock enable during CSleep mode"] - pub const fn vreflpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + #[doc = "Bidirectional data mode enable"] + pub const fn bidimode(&self) -> super::vals::Bidimode { let val = (self.0 >> 15usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) + super::vals::Bidimode(val as u8) } - #[doc = "VREF peripheral clock enable during CSleep mode"] - pub fn set_vreflpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + #[doc = "Bidirectional data mode enable"] + pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "RTC APB Clock Enable During CSleep Mode"] - pub const fn rtcapblpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "RTC APB Clock Enable During CSleep Mode"] - pub fn set_rtcapblpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } } - impl Default for Apb4lpenr { - fn default() -> Apb4lpenr { - Apb4lpenr(0) + impl Default for Cr1 { + fn default() -> Cr1 { + Cr1(0) } } - #[doc = "RCC AHB3 Reset Register"] + #[doc = "data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb3rstr(pub u32); - impl Ahb3rstr { - #[doc = "MDMA block reset"] - pub const fn mdmarst(&self) -> super::vals::Mdmarst { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Mdmarst(val as u8) - } - #[doc = "MDMA block reset"] - pub fn set_mdmarst(&mut self, val: super::vals::Mdmarst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2D block reset"] - pub const fn dma2drst(&self) -> super::vals::Mdmarst { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Mdmarst(val as u8) - } - #[doc = "DMA2D block reset"] - pub fn set_dma2drst(&mut self, val: super::vals::Mdmarst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "JPGDEC block reset"] - pub const fn jpgdecrst(&self) -> super::vals::Mdmarst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Mdmarst(val as u8) - } - #[doc = "JPGDEC block reset"] - pub fn set_jpgdecrst(&mut self, val: super::vals::Mdmarst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FMC block reset"] - pub const fn fmcrst(&self) -> super::vals::Mdmarst { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Mdmarst(val as u8) - } - #[doc = "FMC block reset"] - pub fn set_fmcrst(&mut self, val: super::vals::Mdmarst) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "QUADSPI and QUADSPI delay block reset"] - pub const fn qspirst(&self) -> super::vals::Mdmarst { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Mdmarst(val as u8) - } - #[doc = "QUADSPI and QUADSPI delay block reset"] - pub fn set_qspirst(&mut self, val: super::vals::Mdmarst) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SDMMC1 and SDMMC1 delay block reset"] - pub const fn sdmmc1rst(&self) -> super::vals::Mdmarst { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Mdmarst(val as u8) - } - #[doc = "SDMMC1 and SDMMC1 delay block reset"] - pub fn set_sdmmc1rst(&mut self, val: super::vals::Mdmarst) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "CPU reset"] - pub const fn cpurst(&self) -> super::vals::Mdmarst { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Mdmarst(val as u8) + pub struct Dr(pub u32); + impl Dr { + #[doc = "Data register"] + pub const fn dr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "CPU reset"] - pub fn set_cpurst(&mut self, val: super::vals::Mdmarst) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + #[doc = "Data register"] + pub fn set_dr(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } } - impl Default for Ahb3rstr { - fn default() -> Ahb3rstr { - Ahb3rstr(0) + impl Default for Dr { + fn default() -> Dr { + Dr(0) } } - #[doc = "RCC APB2 Clock Register"] + } + pub mod vals { + use crate::generic::*; #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb2enr(pub u32); - impl Apb2enr { - #[doc = "TIM1 peripheral clock enable"] - pub const fn tim1en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "TIM1 peripheral clock enable"] - pub fn set_tim1en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM8 peripheral clock enable"] - pub const fn tim8en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "TIM8 peripheral clock enable"] - pub fn set_tim8en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "USART1 Peripheral Clocks Enable"] - pub const fn usart1en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "USART1 Peripheral Clocks Enable"] - pub fn set_usart1en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "USART6 Peripheral Clocks Enable"] - pub const fn usart6en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "USART6 Peripheral Clocks Enable"] - pub fn set_usart6en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "SPI1 Peripheral Clocks Enable"] - pub const fn spi1en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "SPI1 Peripheral Clocks Enable"] - pub fn set_spi1en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "SPI4 Peripheral Clocks Enable"] - pub const fn spi4en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 13usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "SPI4 Peripheral Clocks Enable"] - pub fn set_spi4en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "TIM15 peripheral clock enable"] - pub const fn tim15en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "TIM15 peripheral clock enable"] - pub fn set_tim15en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "TIM16 peripheral clock enable"] - pub const fn tim16en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "TIM16 peripheral clock enable"] - pub fn set_tim16en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "TIM17 peripheral clock enable"] - pub const fn tim17en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "TIM17 peripheral clock enable"] - pub fn set_tim17en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "SPI5 Peripheral Clocks Enable"] - pub const fn spi5en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "SPI5 Peripheral Clocks Enable"] - pub fn set_spi5en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "SAI1 Peripheral Clocks Enable"] - pub const fn sai1en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dff(pub u8); + impl Dff { + #[doc = "8-bit data frame format is selected for transmission/reception"] + pub const EIGHTBIT: Self = Self(0); + #[doc = "16-bit data frame format is selected for transmission/reception"] + pub const SIXTEENBIT: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crcnext(pub u8); + impl Crcnext { + #[doc = "Next transmit value is from Tx buffer"] + pub const TXBUFFER: Self = Self(0); + #[doc = "Next transmit value is from Tx CRC register"] + pub const CRC: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bidioe(pub u8); + impl Bidioe { + #[doc = "Output disabled (receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0); + #[doc = "Output enabled (transmit-only mode)"] + pub const OUTPUTENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frf(pub u8); + impl Frf { + #[doc = "SPI Motorola mode"] + pub const MOTOROLA: Self = Self(0); + #[doc = "SPI TI mode"] + pub const TI: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mstr(pub u8); + impl Mstr { + #[doc = "Slave configuration"] + pub const SLAVE: Self = Self(0); + #[doc = "Master configuration"] + pub const MASTER: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpha(pub u8); + impl Cpha { + #[doc = "The first clock transition is the first data capture edge"] + pub const FIRSTEDGE: Self = Self(0); + #[doc = "The second clock transition is the first data capture edge"] + pub const SECONDEDGE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Iscfg(pub u8); + impl Iscfg { + #[doc = "Slave - transmit"] + pub const SLAVETX: Self = Self(0); + #[doc = "Slave - receive"] + pub const SLAVERX: Self = Self(0x01); + #[doc = "Master - transmit"] + pub const MASTERTX: Self = Self(0x02); + #[doc = "Master - receive"] + pub const MASTERRX: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsbfirst(pub u8); + impl Lsbfirst { + #[doc = "Data is transmitted/received with the MSB first"] + pub const MSBFIRST: Self = Self(0); + #[doc = "Data is transmitted/received with the LSB first"] + pub const LSBFIRST: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cpol(pub u8); + impl Cpol { + #[doc = "CK to 0 when idle"] + pub const IDLELOW: Self = Self(0); + #[doc = "CK to 1 when idle"] + pub const IDLEHIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rxonly(pub u8); + impl Rxonly { + #[doc = "Full duplex (Transmit and receive)"] + pub const FULLDUPLEX: Self = Self(0); + #[doc = "Output disabled (Receive-only mode)"] + pub const OUTPUTDISABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Br(pub u8); + impl Br { + #[doc = "f_PCLK / 2"] + pub const DIV2: Self = Self(0); + #[doc = "f_PCLK / 4"] + pub const DIV4: Self = Self(0x01); + #[doc = "f_PCLK / 8"] + pub const DIV8: Self = Self(0x02); + #[doc = "f_PCLK / 16"] + pub const DIV16: Self = Self(0x03); + #[doc = "f_PCLK / 32"] + pub const DIV32: Self = Self(0x04); + #[doc = "f_PCLK / 64"] + pub const DIV64: Self = Self(0x05); + #[doc = "f_PCLK / 128"] + pub const DIV128: Self = Self(0x06); + #[doc = "f_PCLK / 256"] + pub const DIV256: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bidimode(pub u8); + impl Bidimode { + #[doc = "2-line unidirectional data mode selected"] + pub const UNIDIRECTIONAL: Self = Self(0); + #[doc = "1-line bidirectional data mode selected"] + pub const BIDIRECTIONAL: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Frer(pub u8); + impl Frer { + #[doc = "No frame format error"] + pub const NOERROR: Self = Self(0); + #[doc = "A frame format error occurred"] + pub const ERROR: Self = Self(0x01); + } + } +} +pub mod gpio_v1 { + use crate::generic::*; + #[doc = "General purpose I/O"] + #[derive(Copy, Clone)] + pub struct Gpio(pub *mut u8); + unsafe impl Send for Gpio {} + unsafe impl Sync for Gpio {} + impl Gpio { + #[doc = "Port configuration register low (GPIOn_CRL)"] + pub fn cr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } + } + #[doc = "Port input data register (GPIOn_IDR)"] + pub fn idr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Port output data register (GPIOn_ODR)"] + pub fn odr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Port bit set/reset register (GPIOn_BSRR)"] + pub fn bsrr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Port bit reset register (GPIOn_BRR)"] + pub fn brr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "Port configuration lock register"] + pub fn lckr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "Port bit set/reset register (GPIOn_BSRR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Bsrr(pub u32); + impl Bsrr { + #[doc = "Set bit"] + pub fn bs(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "SAI1 Peripheral Clocks Enable"] - pub fn set_sai1en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + #[doc = "Set bit"] + pub fn set_bs(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "SAI2 Peripheral Clocks Enable"] - pub const fn sai2en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) + #[doc = "Reset bit"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "SAI2 Peripheral Clocks Enable"] - pub fn set_sai2en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + #[doc = "Reset bit"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "SAI3 Peripheral Clocks Enable"] - pub const fn sai3en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) + } + impl Default for Bsrr { + fn default() -> Bsrr { + Bsrr(0) } - #[doc = "SAI3 Peripheral Clocks Enable"] - pub fn set_sai3en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "Port output data register (GPIOn_ODR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Odr(pub u32); + impl Odr { + #[doc = "Port output data"] + pub fn odr(&self, n: usize) -> super::vals::Odr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Odr(val as u8) } - #[doc = "DFSDM1 Peripheral Clocks Enable"] - pub const fn dfsdm1en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) + #[doc = "Port output data"] + pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "DFSDM1 Peripheral Clocks Enable"] - pub fn set_dfsdm1en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + impl Default for Odr { + fn default() -> Odr { + Odr(0) } - #[doc = "HRTIM peripheral clock enable"] - pub const fn hrtimen(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "Port bit reset register (GPIOn_BRR)"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Brr(pub u32); + impl Brr { + #[doc = "Reset bit"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "HRTIM peripheral clock enable"] - pub fn set_hrtimen(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + #[doc = "Reset bit"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Apb2enr { - fn default() -> Apb2enr { - Apb2enr(0) + impl Default for Brr { + fn default() -> Brr { + Brr(0) } } - #[doc = "RCC APB1 Clock Register"] + #[doc = "Port configuration register (GPIOn_CRx)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1henr(pub u32); - impl Apb1henr { - #[doc = "Clock Recovery System peripheral clock enable"] - pub const fn crsen(&self) -> super::vals::Apb1henrCrsen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb1henrCrsen(val as u8) - } - #[doc = "Clock Recovery System peripheral clock enable"] - pub fn set_crsen(&mut self, val: super::vals::Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + pub struct Cr(pub u32); + impl Cr { + #[doc = "Port n mode bits"] + pub fn mode(&self, n: usize) -> super::vals::Mode { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Mode(val as u8) } - #[doc = "SWPMI Peripheral Clocks Enable"] - pub const fn swpen(&self) -> super::vals::Apb1henrCrsen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Apb1henrCrsen(val as u8) + #[doc = "Port n mode bits"] + pub fn set_mode(&mut self, n: usize, val: super::vals::Mode) { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "SWPMI Peripheral Clocks Enable"] - pub fn set_swpen(&mut self, val: super::vals::Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Port n configuration bits"] + pub fn cnf(&self, n: usize) -> super::vals::Cnf { + assert!(n < 8usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Cnf(val as u8) } - #[doc = "OPAMP peripheral clock enable"] - pub const fn opampen(&self) -> super::vals::Apb1henrCrsen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Apb1henrCrsen(val as u8) + #[doc = "Port n configuration bits"] + pub fn set_cnf(&mut self, n: usize, val: super::vals::Cnf) { + assert!(n < 8usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "OPAMP peripheral clock enable"] - pub fn set_opampen(&mut self, val: super::vals::Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + impl Default for Cr { + fn default() -> Cr { + Cr(0) } - #[doc = "MDIOS peripheral clock enable"] - pub const fn mdiosen(&self) -> super::vals::Apb1henrCrsen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb1henrCrsen(val as u8) + } + #[doc = "Port configuration lock register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Lckr(pub u32); + impl Lckr { + #[doc = "Port A Lock bit"] + pub fn lck(&self, n: usize) -> super::vals::Lck { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lck(val as u8) } - #[doc = "MDIOS peripheral clock enable"] - pub fn set_mdiosen(&mut self, val: super::vals::Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + #[doc = "Port A Lock bit"] + pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "FDCAN Peripheral Clocks Enable"] - pub const fn fdcanen(&self) -> super::vals::Apb1henrCrsen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Apb1henrCrsen(val as u8) + #[doc = "Lock key"] + pub const fn lckk(&self) -> super::vals::Lckk { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Lckk(val as u8) } - #[doc = "FDCAN Peripheral Clocks Enable"] - pub fn set_fdcanen(&mut self, val: super::vals::Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + #[doc = "Lock key"] + pub fn set_lckk(&mut self, val: super::vals::Lckk) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } } - impl Default for Apb1henr { - fn default() -> Apb1henr { - Apb1henr(0) + impl Default for Lckr { + fn default() -> Lckr { + Lckr(0) } } - #[doc = "RCC Clock Source Interrupt Clear Register"] + #[doc = "Port input data register (GPIOn_IDR)"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cicr(pub u32); - impl Cicr { - #[doc = "LSI ready Interrupt Clear"] - pub const fn lsirdyc(&self) -> super::vals::Lsirdyc { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Lsirdyc(val as u8) - } - #[doc = "LSI ready Interrupt Clear"] - pub fn set_lsirdyc(&mut self, val: super::vals::Lsirdyc) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "LSE ready Interrupt Clear"] - pub const fn lserdyc(&self) -> super::vals::Lsirdyc { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Lsirdyc(val as u8) + pub struct Idr(pub u32); + impl Idr { + #[doc = "Port input data"] + pub fn idr(&self, n: usize) -> super::vals::Idr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Idr(val as u8) } - #[doc = "LSE ready Interrupt Clear"] - pub fn set_lserdyc(&mut self, val: super::vals::Lsirdyc) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "Port input data"] + pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "HSI ready Interrupt Clear"] - pub const fn hsirdyc(&self) -> super::vals::Lsirdyc { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Lsirdyc(val as u8) + } + impl Default for Idr { + fn default() -> Idr { + Idr(0) } - #[doc = "HSI ready Interrupt Clear"] - pub fn set_hsirdyc(&mut self, val: super::vals::Lsirdyc) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cnf(pub u8); + impl Cnf { + #[doc = "Analog mode / Push-Pull mode"] + pub const PUSHPULL: Self = Self(0); + #[doc = "Floating input (reset state) / Open Drain-Mode"] + pub const OPENDRAIN: Self = Self(0x01); + #[doc = "Input with pull-up/pull-down / Alternate Function Push-Pull Mode"] + pub const ALTPUSHPULL: Self = Self(0x02); + #[doc = "Alternate Function Open-Drain Mode"] + pub const ALTOPENDRAIN: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mode(pub u8); + impl Mode { + #[doc = "Input mode (reset state)"] + pub const INPUT: Self = Self(0); + #[doc = "Output mode 10 MHz"] + pub const OUTPUT: Self = Self(0x01); + #[doc = "Output mode 2 MHz"] + pub const OUTPUT2: Self = Self(0x02); + #[doc = "Output mode 50 MHz"] + pub const OUTPUT50: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Brw(pub u8); + impl Brw { + #[doc = "No action on the corresponding ODx bit"] + pub const NOACTION: Self = Self(0); + #[doc = "Reset the ODx bit"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Idr(pub u8); + impl Idr { + #[doc = "Input is logic low"] + pub const LOW: Self = Self(0); + #[doc = "Input is logic high"] + pub const HIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bsw(pub u8); + impl Bsw { + #[doc = "No action on the corresponding ODx bit"] + pub const NOACTION: Self = Self(0); + #[doc = "Sets the corresponding ODRx bit"] + pub const SET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Odr(pub u8); + impl Odr { + #[doc = "Set output to logic low"] + pub const LOW: Self = Self(0); + #[doc = "Set output to logic high"] + pub const HIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lckk(pub u8); + impl Lckk { + #[doc = "Port configuration lock key not active"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Port configuration lock key active"] + pub const ACTIVE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lck(pub u8); + impl Lck { + #[doc = "Port configuration not locked"] + pub const UNLOCKED: Self = Self(0); + #[doc = "Port configuration locked"] + pub const LOCKED: Self = Self(0x01); + } + } +} +pub mod gpio_v2 { + use crate::generic::*; + #[doc = "General-purpose I/Os"] + #[derive(Copy, Clone)] + pub struct Gpio(pub *mut u8); + unsafe impl Send for Gpio {} + unsafe impl Sync for Gpio {} + impl Gpio { + #[doc = "GPIO port mode register"] + pub fn moder(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "GPIO port output type register"] + pub fn otyper(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "GPIO port output speed register"] + pub fn ospeedr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "GPIO port pull-up/pull-down register"] + pub fn pupdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "GPIO port input data register"] + pub fn idr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "GPIO port output data register"] + pub fn odr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "GPIO port bit set/reset register"] + pub fn bsrr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "GPIO port configuration lock register"] + pub fn lckr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "GPIO alternate function register (low, high)"] + pub fn afr(self, n: usize) -> Reg { + assert!(n < 2usize); + unsafe { Reg::from_ptr(self.0.add(32usize + n * 4usize)) } + } + } + pub mod vals { + use crate::generic::*; + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pupdr(pub u8); + impl Pupdr { + #[doc = "No pull-up, pull-down"] + pub const FLOATING: Self = Self(0); + #[doc = "Pull-up"] + pub const PULLUP: Self = Self(0x01); + #[doc = "Pull-down"] + pub const PULLDOWN: Self = Self(0x02); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ot(pub u8); + impl Ot { + #[doc = "Output push-pull (reset state)"] + pub const PUSHPULL: Self = Self(0); + #[doc = "Output open-drain"] + pub const OPENDRAIN: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Afr(pub u8); + impl Afr { + #[doc = "AF0"] + pub const AF0: Self = Self(0); + #[doc = "AF1"] + pub const AF1: Self = Self(0x01); + #[doc = "AF2"] + pub const AF2: Self = Self(0x02); + #[doc = "AF3"] + pub const AF3: Self = Self(0x03); + #[doc = "AF4"] + pub const AF4: Self = Self(0x04); + #[doc = "AF5"] + pub const AF5: Self = Self(0x05); + #[doc = "AF6"] + pub const AF6: Self = Self(0x06); + #[doc = "AF7"] + pub const AF7: Self = Self(0x07); + #[doc = "AF8"] + pub const AF8: Self = Self(0x08); + #[doc = "AF9"] + pub const AF9: Self = Self(0x09); + #[doc = "AF10"] + pub const AF10: Self = Self(0x0a); + #[doc = "AF11"] + pub const AF11: Self = Self(0x0b); + #[doc = "AF12"] + pub const AF12: Self = Self(0x0c); + #[doc = "AF13"] + pub const AF13: Self = Self(0x0d); + #[doc = "AF14"] + pub const AF14: Self = Self(0x0e); + #[doc = "AF15"] + pub const AF15: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ospeedr(pub u8); + impl Ospeedr { + #[doc = "Low speed"] + pub const LOWSPEED: Self = Self(0); + #[doc = "Medium speed"] + pub const MEDIUMSPEED: Self = Self(0x01); + #[doc = "High speed"] + pub const HIGHSPEED: Self = Self(0x02); + #[doc = "Very high speed"] + pub const VERYHIGHSPEED: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Brw(pub u8); + impl Brw { + #[doc = "Resets the corresponding ODRx bit"] + pub const RESET: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lckk(pub u8); + impl Lckk { + #[doc = "Port configuration lock key not active"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Port configuration lock key active"] + pub const ACTIVE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Odr(pub u8); + impl Odr { + #[doc = "Set output to logic low"] + pub const LOW: Self = Self(0); + #[doc = "Set output to logic high"] + pub const HIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Moder(pub u8); + impl Moder { + #[doc = "Input mode (reset state)"] + pub const INPUT: Self = Self(0); + #[doc = "General purpose output mode"] + pub const OUTPUT: Self = Self(0x01); + #[doc = "Alternate function mode"] + pub const ALTERNATE: Self = Self(0x02); + #[doc = "Analog mode"] + pub const ANALOG: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lck(pub u8); + impl Lck { + #[doc = "Port configuration not locked"] + pub const UNLOCKED: Self = Self(0); + #[doc = "Port configuration locked"] + pub const LOCKED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Idr(pub u8); + impl Idr { + #[doc = "Input is logic low"] + pub const LOW: Self = Self(0); + #[doc = "Input is logic high"] + pub const HIGH: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Bsw(pub u8); + impl Bsw { + #[doc = "Sets the corresponding ODRx bit"] + pub const SET: Self = Self(0x01); + } + } + pub mod regs { + use crate::generic::*; + #[doc = "GPIO port output type register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Otyper(pub u32); + impl Otyper { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn ot(&self, n: usize) -> super::vals::Ot { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Ot(val as u8) } - #[doc = "HSE ready Interrupt Clear"] - pub const fn hserdyc(&self) -> super::vals::Lsirdyc { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Lsirdyc(val as u8) + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_ot(&mut self, n: usize, val: super::vals::Ot) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "HSE ready Interrupt Clear"] - pub fn set_hserdyc(&mut self, val: super::vals::Lsirdyc) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + impl Default for Otyper { + fn default() -> Otyper { + Otyper(0) } - #[doc = "CSI ready Interrupt Clear"] - pub const fn hse_ready_interrupt_clear(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + } + #[doc = "GPIO alternate function register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Afr(pub u32); + impl Afr { + #[doc = "Alternate function selection for port x bit y (y = 0..15)"] + pub fn afr(&self, n: usize) -> super::vals::Afr { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; + super::vals::Afr(val as u8) } - #[doc = "CSI ready Interrupt Clear"] - pub fn set_hse_ready_interrupt_clear(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Alternate function selection for port x bit y (y = 0..15)"] + pub fn set_afr(&mut self, n: usize, val: super::vals::Afr) { + assert!(n < 8usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); } - #[doc = "RC48 ready Interrupt Clear"] - pub const fn hsi48rdyc(&self) -> super::vals::Lsirdyc { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lsirdyc(val as u8) + } + impl Default for Afr { + fn default() -> Afr { + Afr(0) } - #[doc = "RC48 ready Interrupt Clear"] - pub fn set_hsi48rdyc(&mut self, val: super::vals::Lsirdyc) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "GPIO port output speed register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ospeedr(pub u32); + impl Ospeedr { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn ospeedr(&self, n: usize) -> super::vals::Ospeedr { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Ospeedr(val as u8) } - #[doc = "PLL1 ready Interrupt Clear"] - pub fn pllrdyc(&self, n: usize) -> super::vals::Lsirdyc { - assert!(n < 3usize); - let offs = 6usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Lsirdyc(val as u8) + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_ospeedr(&mut self, n: usize, val: super::vals::Ospeedr) { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "PLL1 ready Interrupt Clear"] - pub fn set_pllrdyc(&mut self, n: usize, val: super::vals::Lsirdyc) { - assert!(n < 3usize); - let offs = 6usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + impl Default for Ospeedr { + fn default() -> Ospeedr { + Ospeedr(0) } - #[doc = "LSE clock security system Interrupt Clear"] - pub const fn lsecssc(&self) -> super::vals::Lsirdyc { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Lsirdyc(val as u8) + } + #[doc = "GPIO port configuration lock register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Lckr(pub u32); + impl Lckr { + #[doc = "Port x lock bit y (y= 0..15)"] + pub fn lck(&self, n: usize) -> super::vals::Lck { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lck(val as u8) } - #[doc = "LSE clock security system Interrupt Clear"] - pub fn set_lsecssc(&mut self, val: super::vals::Lsirdyc) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "Port x lock bit y (y= 0..15)"] + pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "HSE clock security system Interrupt Clear"] - pub const fn hsecssc(&self) -> super::vals::Lsirdyc { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Lsirdyc(val as u8) + #[doc = "Port x lock bit y (y= 0..15)"] + pub const fn lckk(&self) -> super::vals::Lckk { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Lckk(val as u8) } - #[doc = "HSE clock security system Interrupt Clear"] - pub fn set_hsecssc(&mut self, val: super::vals::Lsirdyc) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "Port x lock bit y (y= 0..15)"] + pub fn set_lckk(&mut self, val: super::vals::Lckk) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } } - impl Default for Cicr { - fn default() -> Cicr { - Cicr(0) + impl Default for Lckr { + fn default() -> Lckr { + Lckr(0) } } - #[doc = "RCC APB2 Sleep Clock Register"] + #[doc = "GPIO port mode register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb2lpenr(pub u32); - impl Apb2lpenr { - #[doc = "TIM1 peripheral clock enable during CSleep mode"] - pub const fn tim1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM1 peripheral clock enable during CSleep mode"] - pub fn set_tim1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + pub struct Moder(pub u32); + impl Moder { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn moder(&self, n: usize) -> super::vals::Moder { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Moder(val as u8) } - #[doc = "TIM8 peripheral clock enable during CSleep mode"] - pub const fn tim8lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_moder(&mut self, n: usize, val: super::vals::Moder) { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "TIM8 peripheral clock enable during CSleep mode"] - pub fn set_tim8lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + impl Default for Moder { + fn default() -> Moder { + Moder(0) } - #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "GPIO port output data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Odr(pub u32); + impl Odr { + #[doc = "Port output data (y = 0..15)"] + pub fn odr(&self, n: usize) -> super::vals::Odr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Odr(val as u8) } - #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "Port output data (y = 0..15)"] + pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart6lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) + } + impl Default for Odr { + fn default() -> Odr { + Odr(0) } - #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart6lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "GPIO port pull-up/pull-down register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pupdr(pub u32); + impl Pupdr { + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn pupdr(&self, n: usize) -> super::vals::Pupdr { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Pupdr(val as u8) } - #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) + #[doc = "Port x configuration bits (y = 0..15)"] + pub fn set_pupdr(&mut self, n: usize, val: super::vals::Pupdr) { + assert!(n < 16usize); + let offs = 0usize + n * 2usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + impl Default for Pupdr { + fn default() -> Pupdr { + Pupdr(0) } - #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi4lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 13usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi4lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "TIM15 peripheral clock enable during CSleep mode"] - pub const fn tim15lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM15 peripheral clock enable during CSleep mode"] - pub fn set_tim15lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "TIM16 peripheral clock enable during CSleep mode"] - pub const fn tim16lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM16 peripheral clock enable during CSleep mode"] - pub fn set_tim16lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "TIM17 peripheral clock enable during CSleep mode"] - pub const fn tim17lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM17 peripheral clock enable during CSleep mode"] - pub fn set_tim17lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi5lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi5lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai2lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai2lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai3lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai3lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn dfsdm1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_dfsdm1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "HRTIM peripheral clock enable during CSleep mode"] - pub const fn hrtimlpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) + } + #[doc = "GPIO port input data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idr(pub u32); + impl Idr { + #[doc = "Port input data (y = 0..15)"] + pub fn idr(&self, n: usize) -> super::vals::Idr { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Idr(val as u8) } - #[doc = "HRTIM peripheral clock enable during CSleep mode"] - pub fn set_hrtimlpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + #[doc = "Port input data (y = 0..15)"] + pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Apb2lpenr { - fn default() -> Apb2lpenr { - Apb2lpenr(0) + impl Default for Idr { + fn default() -> Idr { + Idr(0) } } - #[doc = "RCC Global Control Register"] + #[doc = "GPIO port bit set/reset register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Gcr(pub u32); - impl Gcr { - #[doc = "WWDG1 reset scope control"] - pub const fn ww1rsc(&self) -> super::vals::Ww1rsc { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ww1rsc(val as u8) + pub struct Bsrr(pub u32); + impl Bsrr { + #[doc = "Port x set bit y (y= 0..15)"] + pub fn bs(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "WWDG1 reset scope control"] - pub fn set_ww1rsc(&mut self, val: super::vals::Ww1rsc) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Port x set bit y (y= 0..15)"] + pub fn set_bs(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + } + #[doc = "Port x set bit y (y= 0..15)"] + pub fn br(&self, n: usize) -> bool { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 + } + #[doc = "Port x set bit y (y= 0..15)"] + pub fn set_br(&mut self, n: usize, val: bool) { + assert!(n < 16usize); + let offs = 16usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Gcr { - fn default() -> Gcr { - Gcr(0) + impl Default for Bsrr { + fn default() -> Bsrr { + Bsrr(0) } } - #[doc = "RCC APB1 Low Sleep Clock Register"] + } +} +pub mod syscfg_l4 { + use crate::generic::*; + #[doc = "System configuration controller"] + #[derive(Copy, Clone)] + pub struct Syscfg(pub *mut u8); + unsafe impl Send for Syscfg {} + unsafe impl Sync for Syscfg {} + impl Syscfg { + #[doc = "memory remap register"] + pub fn memrmp(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "configuration register 1"] + pub fn cfgr1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "external interrupt configuration register 1"] + pub fn exticr(self, n: usize) -> Reg { + assert!(n < 4usize); + unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } + } + #[doc = "SCSR"] + pub fn scsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "CFGR2"] + pub fn cfgr2(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "SWPR"] + pub fn swpr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "SKR"] + pub fn skr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "CFGR2"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1llpenr(pub u32); - impl Apb1llpenr { - #[doc = "TIM2 peripheral clock enable during CSleep mode"] - pub const fn tim2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + pub struct Cfgr2(pub u32); + impl Cfgr2 { + #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] + pub const fn cll(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + val != 0 } - #[doc = "TIM2 peripheral clock enable during CSleep mode"] - pub fn set_tim2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] + pub fn set_cll(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "TIM3 peripheral clock enable during CSleep mode"] - pub const fn tim3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + #[doc = "SRAM2 parity lock bit"] + pub const fn spl(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + val != 0 } - #[doc = "TIM3 peripheral clock enable during CSleep mode"] - pub fn set_tim3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "SRAM2 parity lock bit"] + pub fn set_spl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "TIM4 peripheral clock enable during CSleep mode"] - pub const fn tim4lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + #[doc = "PVD lock enable bit"] + pub const fn pvdl(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + val != 0 } - #[doc = "TIM4 peripheral clock enable during CSleep mode"] - pub fn set_tim4lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "PVD lock enable bit"] + pub fn set_pvdl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "TIM5 peripheral clock enable during CSleep mode"] - pub const fn tim5lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + #[doc = "ECC Lock"] + pub const fn eccl(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM5 peripheral clock enable during CSleep mode"] - pub fn set_tim5lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "TIM6 peripheral clock enable during CSleep mode"] - pub const fn tim6lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM6 peripheral clock enable during CSleep mode"] - pub fn set_tim6lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "TIM7 peripheral clock enable during CSleep mode"] - pub const fn tim7lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM7 peripheral clock enable during CSleep mode"] - pub fn set_tim7lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "TIM12 peripheral clock enable during CSleep mode"] - pub const fn tim12lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM12 peripheral clock enable during CSleep mode"] - pub fn set_tim12lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "TIM13 peripheral clock enable during CSleep mode"] - pub const fn tim13lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + val != 0 } - #[doc = "TIM13 peripheral clock enable during CSleep mode"] - pub fn set_tim13lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "ECC Lock"] + pub fn set_eccl(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "TIM14 peripheral clock enable during CSleep mode"] - pub const fn tim14lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + #[doc = "SRAM2 parity error flag"] + pub const fn spf(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM14 peripheral clock enable during CSleep mode"] - pub fn set_tim14lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + val != 0 } - #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim1lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + #[doc = "SRAM2 parity error flag"] + pub fn set_spf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim1lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + impl Default for Cfgr2 { + fn default() -> Cfgr2 { + Cfgr2(0) } - #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "configuration register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cfgr1(pub u32); + impl Cfgr1 { + #[doc = "Firewall disable"] + pub const fn fwdis(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "Firewall disable"] + pub fn set_fwdis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + #[doc = "I/O analog switch voltage booster enable"] + pub const fn boosten(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "I/O analog switch voltage booster enable"] + pub fn set_boosten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] - pub const fn spdifrxlpen(&self) -> super::vals::Apb1llpenrTim2lpen { + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] + pub const fn i2c_pb6_fmp(&self) -> bool { let val = (self.0 >> 16usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + val != 0 } - #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spdifrxlpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] + pub fn set_i2c_pb6_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] + pub const fn i2c_pb7_fmp(&self) -> bool { let val = (self.0 >> 17usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + val != 0 } - #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] + pub fn set_i2c_pb7_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] + pub const fn i2c_pb8_fmp(&self) -> bool { let val = (self.0 >> 18usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + val != 0 } - #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] + pub fn set_i2c_pb8_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart4lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] + pub const fn i2c_pb9_fmp(&self) -> bool { let val = (self.0 >> 19usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + val != 0 } - #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart4lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] + pub fn set_i2c_pb9_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart5lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + #[doc = "I2C1 Fast-mode Plus driving capability activation"] + pub const fn i2c1_fmp(&self) -> bool { let val = (self.0 >> 20usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + val != 0 } - #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart5lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + #[doc = "I2C1 Fast-mode Plus driving capability activation"] + pub fn set_i2c1_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c1lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + #[doc = "I2C2 Fast-mode Plus driving capability activation"] + pub const fn i2c2_fmp(&self) -> bool { let val = (self.0 >> 21usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + val != 0 } - #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c1lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + #[doc = "I2C2 Fast-mode Plus driving capability activation"] + pub fn set_i2c2_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + #[doc = "I2C3 Fast-mode Plus driving capability activation"] + pub const fn i2c3_fmp(&self) -> bool { let val = (self.0 >> 22usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] - pub const fn ceclpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] - pub fn set_ceclpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] - pub const fn dac12lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] - pub fn set_dac12lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart7lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + val != 0 } - #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart7lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + #[doc = "I2C3 Fast-mode Plus driving capability activation"] + pub fn set_i2c3_fmp(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart8lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) + #[doc = "Floating Point Unit interrupts enable bits"] + pub const fn fpu_ie(&self) -> u8 { + let val = (self.0 >> 26usize) & 0x3f; + val as u8 } - #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart8lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + #[doc = "Floating Point Unit interrupts enable bits"] + pub fn set_fpu_ie(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 26usize)) | (((val as u32) & 0x3f) << 26usize); } } - impl Default for Apb1llpenr { - fn default() -> Apb1llpenr { - Apb1llpenr(0) + impl Default for Cfgr1 { + fn default() -> Cfgr1 { + Cfgr1(0) } } - #[doc = "RCC Clock Recovery RC Register"] + #[doc = "SWPR"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crrcr(pub u32); - impl Crrcr { - #[doc = "Internal RC 48 MHz clock calibration"] - pub const fn hsi48cal(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x03ff; - val as u16 + pub struct Swpr(pub u32); + impl Swpr { + #[doc = "SRAWM2 write protection."] + pub fn pwp(&self, n: usize) -> bool { + assert!(n < 32usize); + let offs = 0usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + val != 0 } - #[doc = "Internal RC 48 MHz clock calibration"] - pub fn set_hsi48cal(&mut self, val: u16) { - self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + #[doc = "SRAWM2 write protection."] + pub fn set_pwp(&mut self, n: usize, val: bool) { + assert!(n < 32usize); + let offs = 0usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } } - impl Default for Crrcr { - fn default() -> Crrcr { - Crrcr(0) + impl Default for Swpr { + fn default() -> Swpr { + Swpr(0) } } - #[doc = "RCC Internal Clock Source Calibration Register"] + #[doc = "memory remap register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Icscr(pub u32); - impl Icscr { - #[doc = "HSI clock calibration"] - pub const fn hsical(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + pub struct Memrmp(pub u32); + impl Memrmp { + #[doc = "Memory mapping selection"] + pub const fn mem_mode(&self) -> u8 { + let val = (self.0 >> 0usize) & 0x07; + val as u8 } - #[doc = "HSI clock calibration"] - pub fn set_hsical(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "Memory mapping selection"] + pub fn set_mem_mode(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); } - #[doc = "HSI clock trimming"] - pub const fn hsitrim(&self) -> u8 { - let val = (self.0 >> 12usize) & 0x3f; - val as u8 + #[doc = "QUADSPI memory mapping swap"] + pub const fn qfs(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - #[doc = "HSI clock trimming"] - pub fn set_hsitrim(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 12usize)) | (((val as u32) & 0x3f) << 12usize); + #[doc = "QUADSPI memory mapping swap"] + pub fn set_qfs(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "CSI clock calibration"] - pub const fn csical(&self) -> u8 { - let val = (self.0 >> 18usize) & 0xff; - val as u8 + #[doc = "Flash Bank mode selection"] + pub const fn fb_mode(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 } - #[doc = "CSI clock calibration"] - pub fn set_csical(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 18usize)) | (((val as u32) & 0xff) << 18usize); + #[doc = "Flash Bank mode selection"] + pub fn set_fb_mode(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "CSI clock trimming"] - pub const fn csitrim(&self) -> u8 { - let val = (self.0 >> 26usize) & 0x1f; + } + impl Default for Memrmp { + fn default() -> Memrmp { + Memrmp(0) + } + } + #[doc = "external interrupt configuration register 4"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Exticr(pub u32); + impl Exticr { + #[doc = "EXTI12 configuration bits"] + pub fn exti(&self, n: usize) -> u8 { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x0f; val as u8 } - #[doc = "CSI clock trimming"] - pub fn set_csitrim(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 26usize)) | (((val as u32) & 0x1f) << 26usize); + #[doc = "EXTI12 configuration bits"] + pub fn set_exti(&mut self, n: usize, val: u8) { + assert!(n < 4usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); } } - impl Default for Icscr { - fn default() -> Icscr { - Icscr(0) + impl Default for Exticr { + fn default() -> Exticr { + Exticr(0) } } - #[doc = "RCC AHB2 Clock Register"] + #[doc = "SCSR"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb2enr(pub u32); - impl Ahb2enr { - #[doc = "DCMI peripheral clock"] - pub const fn dcmien(&self) -> super::vals::Ahb2enrDcmien { + pub struct Scsr(pub u32); + impl Scsr { + #[doc = "SRAM2 Erase"] + pub const fn sram2er(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) + val != 0 } - #[doc = "DCMI peripheral clock"] - pub fn set_dcmien(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "SRAM2 Erase"] + pub fn set_sram2er(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "CRYPT peripheral clock enable"] - pub const fn crypten(&self) -> super::vals::Ahb2enrDcmien { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) + #[doc = "SRAM2 busy by erase operation"] + pub const fn sram2bsy(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "CRYPT peripheral clock enable"] - pub fn set_crypten(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "SRAM2 busy by erase operation"] + pub fn set_sram2bsy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "HASH peripheral clock enable"] - pub const fn hashen(&self) -> super::vals::Ahb2enrDcmien { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) + } + impl Default for Scsr { + fn default() -> Scsr { + Scsr(0) } - #[doc = "HASH peripheral clock enable"] - pub fn set_hashen(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "SKR"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Skr(pub u32); + impl Skr { + #[doc = "SRAM2 write protection key for software erase"] + pub const fn key(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "RNG peripheral clocks enable"] - pub const fn rngen(&self) -> super::vals::Ahb2enrDcmien { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) + #[doc = "SRAM2 write protection key for software erase"] + pub fn set_key(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "RNG peripheral clocks enable"] - pub fn set_rngen(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + impl Default for Skr { + fn default() -> Skr { + Skr(0) } - #[doc = "SDMMC2 and SDMMC2 delay clock enable"] - pub const fn sdmmc2en(&self) -> super::vals::Ahb2enrDcmien { + } + } +} +pub mod dbgmcu_h7 { + use crate::generic::*; + #[doc = "Debug support"] + #[derive(Copy, Clone)] + pub struct Dbgmcu(pub *mut u8); + unsafe impl Send for Dbgmcu {} + unsafe impl Sync for Dbgmcu {} + impl Dbgmcu { + #[doc = "Identity code"] + pub fn idc(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Configuration register"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "APB3 peripheral freeze register"] + pub fn apb3fz1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(52usize)) } + } + #[doc = "APB1L peripheral freeze register"] + pub fn apb1lfz1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(60usize)) } + } + #[doc = "APB2 peripheral freeze register"] + pub fn apb2fz1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + #[doc = "APB4 peripheral freeze register"] + pub fn apb4fz1(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(84usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "Identity code"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Idc(pub u32); + impl Idc { + #[doc = "Device ID"] + pub const fn dev_id(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "Device ID"] + pub fn set_dev_id(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "Revision ID"] + pub const fn rev_id(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 + } + #[doc = "Revision ID"] + pub fn set_rev_id(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + } + } + impl Default for Idc { + fn default() -> Idc { + Idc(0) + } + } + #[doc = "APB4 peripheral freeze register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb4fz1(pub u32); + impl Apb4fz1 { + #[doc = "I2C4 SMBUS timeout stop in debug mode"] + pub const fn i2c4(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "I2C4 SMBUS timeout stop in debug mode"] + pub fn set_i2c4(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "LPTIM2 stop in debug mode"] + pub const fn lptim2(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) + val != 0 } - #[doc = "SDMMC2 and SDMMC2 delay clock enable"] - pub fn set_sdmmc2en(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "LPTIM2 stop in debug mode"] + pub fn set_lptim2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "SRAM1 block enable"] - pub const fn sram1en(&self) -> super::vals::Ahb2enrDcmien { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) + #[doc = "LPTIM3 stop in debug mode"] + pub const fn lptim3(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 } - #[doc = "SRAM1 block enable"] - pub fn set_sram1en(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + #[doc = "LPTIM3 stop in debug mode"] + pub fn set_lptim3(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "SRAM2 block enable"] - pub const fn sram2en(&self) -> super::vals::Ahb2enrDcmien { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) + #[doc = "LPTIM4 stop in debug mode"] + pub const fn lptim4(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 } - #[doc = "SRAM2 block enable"] - pub fn set_sram2en(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + #[doc = "LPTIM4 stop in debug mode"] + pub fn set_lptim4(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "SRAM3 block enable"] - pub const fn sram3en(&self) -> super::vals::Ahb2enrDcmien { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) + #[doc = "LPTIM5 stop in debug mode"] + pub const fn lptim5(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 } - #[doc = "SRAM3 block enable"] - pub fn set_sram3en(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); + #[doc = "LPTIM5 stop in debug mode"] + pub fn set_lptim5(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - } - impl Default for Ahb2enr { - fn default() -> Ahb2enr { - Ahb2enr(0) + #[doc = "RTC stop in debug mode"] + pub const fn rtc(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - } - #[doc = "RCC APB3 Peripheral Reset Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb3rstr(pub u32); - impl Apb3rstr { - #[doc = "LTDC block reset"] - pub const fn ltdcrst(&self) -> super::vals::Ltdcrst { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ltdcrst(val as u8) + #[doc = "RTC stop in debug mode"] + pub fn set_rtc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "LTDC block reset"] - pub fn set_ltdcrst(&mut self, val: super::vals::Ltdcrst) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Independent watchdog for D1 stop in debug mode"] + pub const fn iwdg1(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; + val != 0 + } + #[doc = "Independent watchdog for D1 stop in debug mode"] + pub fn set_iwdg1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } } - impl Default for Apb3rstr { - fn default() -> Apb3rstr { - Apb3rstr(0) + impl Default for Apb4fz1 { + fn default() -> Apb4fz1 { + Apb4fz1(0) } } - #[doc = "clock control register"] + #[doc = "APB1L peripheral freeze register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Internal high-speed clock enable"] - pub const fn hsion(&self) -> super::vals::Hsion { + pub struct Apb1lfz1(pub u32); + impl Apb1lfz1 { + #[doc = "TIM2 stop in debug mode"] + pub const fn tim2(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::Hsion(val as u8) + val != 0 } - #[doc = "Internal high-speed clock enable"] - pub fn set_hsion(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "TIM2 stop in debug mode"] + pub fn set_tim2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "High Speed Internal clock enable in Stop mode"] - pub const fn hsikeron(&self) -> super::vals::Hsion { + #[doc = "TIM3 stop in debug mode"] + pub const fn tim3(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; - super::vals::Hsion(val as u8) + val != 0 } - #[doc = "High Speed Internal clock enable in Stop mode"] - pub fn set_hsikeron(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "TIM3 stop in debug mode"] + pub fn set_tim3(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "HSI clock ready flag"] - pub const fn hsirdy(&self) -> bool { + #[doc = "TIM4 stop in debug mode"] + pub const fn tim4(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "HSI clock ready flag"] - pub fn set_hsirdy(&mut self, val: bool) { + #[doc = "TIM4 stop in debug mode"] + pub fn set_tim4(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "HSI clock divider"] - pub const fn hsidiv(&self) -> super::vals::Hsidiv { - let val = (self.0 >> 3usize) & 0x03; - super::vals::Hsidiv(val as u8) + #[doc = "TIM5 stop in debug mode"] + pub const fn tim5(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - #[doc = "HSI clock divider"] - pub fn set_hsidiv(&mut self, val: super::vals::Hsidiv) { - self.0 = (self.0 & !(0x03 << 3usize)) | (((val.0 as u32) & 0x03) << 3usize); + #[doc = "TIM5 stop in debug mode"] + pub fn set_tim5(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "HSI divider flag"] - pub const fn hsidivf(&self) -> bool { + #[doc = "TIM6 stop in debug mode"] + pub const fn tim6(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 + } + #[doc = "TIM6 stop in debug mode"] + pub fn set_tim6(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + } + #[doc = "TIM7 stop in debug mode"] + pub const fn tim7(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "HSI divider flag"] - pub fn set_hsidivf(&mut self, val: bool) { + #[doc = "TIM7 stop in debug mode"] + pub fn set_tim7(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "CSI clock enable"] - pub const fn csion(&self) -> super::vals::Hsion { + #[doc = "TIM12 stop in debug mode"] + pub const fn tim12(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "TIM12 stop in debug mode"] + pub fn set_tim12(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "TIM13 stop in debug mode"] + pub const fn tim13(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; - super::vals::Hsion(val as u8) + val != 0 } - #[doc = "CSI clock enable"] - pub fn set_csion(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "TIM13 stop in debug mode"] + pub fn set_tim13(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "CSI clock ready flag"] - pub const fn csirdy(&self) -> bool { + #[doc = "TIM14 stop in debug mode"] + pub const fn tim14(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "CSI clock ready flag"] - pub fn set_csirdy(&mut self, val: bool) { + #[doc = "TIM14 stop in debug mode"] + pub fn set_tim14(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "CSI clock enable in Stop mode"] - pub const fn csikeron(&self) -> super::vals::Hsion { + #[doc = "LPTIM1 stop in debug mode"] + pub const fn lptim1(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; - super::vals::Hsion(val as u8) - } - #[doc = "CSI clock enable in Stop mode"] - pub fn set_csikeron(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "RC48 clock enable"] - pub const fn hsi48on(&self) -> super::vals::Hsion { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Hsion(val as u8) + val != 0 } - #[doc = "RC48 clock enable"] - pub fn set_hsi48on(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "LPTIM1 stop in debug mode"] + pub fn set_lptim1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "RC48 clock ready flag"] - pub const fn hsi48rdy(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "I2C1 SMBUS timeout stop in debug mode"] + pub const fn i2c1(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "RC48 clock ready flag"] - pub fn set_hsi48rdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "I2C1 SMBUS timeout stop in debug mode"] + pub fn set_i2c1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "D1 domain clocks ready flag"] - pub const fn d1ckrdy(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "I2C2 SMBUS timeout stop in debug mode"] + pub const fn i2c2(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "D1 domain clocks ready flag"] - pub fn set_d1ckrdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "I2C2 SMBUS timeout stop in debug mode"] + pub fn set_i2c2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "D2 domain clocks ready flag"] - pub const fn d2ckrdy(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; + #[doc = "I2C3 SMBUS timeout stop in debug mode"] + pub const fn i2c3(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "D2 domain clocks ready flag"] - pub fn set_d2ckrdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); - } - #[doc = "HSE clock enable"] - pub const fn hseon(&self) -> super::vals::Hsion { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Hsion(val as u8) + #[doc = "I2C3 SMBUS timeout stop in debug mode"] + pub fn set_i2c3(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "HSE clock enable"] - pub fn set_hseon(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + impl Default for Apb1lfz1 { + fn default() -> Apb1lfz1 { + Apb1lfz1(0) } - #[doc = "HSE clock ready flag"] - pub const fn hserdy(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; + } + #[doc = "Configuration register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr(pub u32); + impl Cr { + #[doc = "Allow debug in D1 Sleep mode"] + pub const fn dbgsleep_d1(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "HSE clock ready flag"] - pub fn set_hserdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "HSE clock bypass"] - pub const fn hsebyp(&self) -> super::vals::Hsebyp { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Hsebyp(val as u8) - } - #[doc = "HSE clock bypass"] - pub fn set_hsebyp(&mut self, val: super::vals::Hsebyp) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + #[doc = "Allow debug in D1 Sleep mode"] + pub fn set_dbgsleep_d1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "HSE Clock Security System enable"] - pub const fn hsecsson(&self) -> super::vals::Hsion { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Hsion(val as u8) + #[doc = "Allow debug in D1 Stop mode"] + pub const fn dbgstop_d1(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "HSE Clock Security System enable"] - pub fn set_hsecsson(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + #[doc = "Allow debug in D1 Stop mode"] + pub fn set_dbgstop_d1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "PLL1 enable"] - pub const fn pll1on(&self) -> super::vals::Hsion { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Hsion(val as u8) + #[doc = "Allow debug in D1 Standby mode"] + pub const fn dbgstby_d1(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - #[doc = "PLL1 enable"] - pub fn set_pll1on(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + #[doc = "Allow debug in D1 Standby mode"] + pub fn set_dbgstby_d1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "PLL1 clock ready flag"] - pub const fn pll1rdy(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; + #[doc = "Trace clock enable enable"] + pub const fn traceclken(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; val != 0 } - #[doc = "PLL1 clock ready flag"] - pub fn set_pll1rdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "Trace clock enable enable"] + pub fn set_traceclken(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "PLL2 enable"] - pub const fn pll2on(&self) -> super::vals::Hsion { - let val = (self.0 >> 26usize) & 0x01; - super::vals::Hsion(val as u8) + #[doc = "D1 debug clock enable enable"] + pub const fn d1dbgcken(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 } - #[doc = "PLL2 enable"] - pub fn set_pll2on(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + #[doc = "D1 debug clock enable enable"] + pub fn set_d1dbgcken(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "PLL2 clock ready flag"] - pub const fn pll2rdy(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; + #[doc = "D3 debug clock enable enable"] + pub const fn d3dbgcken(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "PLL2 clock ready flag"] - pub fn set_pll2rdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "D3 debug clock enable enable"] + pub fn set_d3dbgcken(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "PLL3 enable"] - pub const fn pll3on(&self) -> super::vals::Hsion { + #[doc = "External trigger output enable"] + pub const fn trgoen(&self) -> bool { let val = (self.0 >> 28usize) & 0x01; - super::vals::Hsion(val as u8) - } - #[doc = "PLL3 enable"] - pub fn set_pll3on(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "PLL3 clock ready flag"] - pub const fn pll3rdy(&self) -> bool { - let val = (self.0 >> 29usize) & 0x01; val != 0 } - #[doc = "PLL3 clock ready flag"] - pub fn set_pll3rdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); + #[doc = "External trigger output enable"] + pub fn set_trgoen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } } impl Default for Cr { @@ -13516,21956 +12575,3209 @@ pub mod spi_v3 { Cr(0) } } - #[doc = "RCC PLL1 Fractional Divider Register"] + #[doc = "APB3 peripheral freeze register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll1fracr(pub u32); - impl Pll1fracr { - #[doc = "Fractional part of the multiplication factor for PLL1 VCO"] - pub const fn fracn1(&self) -> u16 { - let val = (self.0 >> 3usize) & 0x1fff; - val as u16 + pub struct Apb3fz1(pub u32); + impl Apb3fz1 { + #[doc = "WWDG1 stop in debug mode"] + pub const fn wwdg1(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "Fractional part of the multiplication factor for PLL1 VCO"] - pub fn set_fracn1(&mut self, val: u16) { - self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); + #[doc = "WWDG1 stop in debug mode"] + pub fn set_wwdg1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } } - impl Default for Pll1fracr { - fn default() -> Pll1fracr { - Pll1fracr(0) + impl Default for Apb3fz1 { + fn default() -> Apb3fz1 { + Apb3fz1(0) } } - #[doc = "RCC Reset Status Register"] + #[doc = "APB2 peripheral freeze register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Rsr(pub u32); - impl C1Rsr { - #[doc = "Remove reset flag"] - pub const fn rmvf(&self) -> super::vals::C1RsrRmvf { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1RsrRmvf(val as u8) + pub struct Apb2fz1(pub u32); + impl Apb2fz1 { + #[doc = "TIM1 stop in debug mode"] + pub const fn tim1(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Remove reset flag"] - pub fn set_rmvf(&mut self, val: super::vals::C1RsrRmvf) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "TIM1 stop in debug mode"] + pub fn set_tim1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "CPU reset flag"] - pub const fn cpurstf(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; + #[doc = "TIM8 stop in debug mode"] + pub const fn tim8(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "CPU reset flag"] - pub fn set_cpurstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "TIM8 stop in debug mode"] + pub fn set_tim8(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "D1 domain power switch reset flag"] - pub const fn d1rstf(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; + #[doc = "TIM15 stop in debug mode"] + pub const fn tim15(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "D1 domain power switch reset flag"] - pub fn set_d1rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "TIM15 stop in debug mode"] + pub fn set_tim15(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "D2 domain power switch reset flag"] - pub const fn d2rstf(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; + #[doc = "TIM16 stop in debug mode"] + pub const fn tim16(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "D2 domain power switch reset flag"] - pub fn set_d2rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + #[doc = "TIM16 stop in debug mode"] + pub fn set_tim16(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "BOR reset flag"] - pub const fn borrstf(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; + #[doc = "TIM17 stop in debug mode"] + pub const fn tim17(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "BOR reset flag"] - pub fn set_borrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "TIM17 stop in debug mode"] + pub fn set_tim17(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "Pin reset flag (NRST)"] - pub const fn pinrstf(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; + #[doc = "HRTIM stop in debug mode"] + pub const fn hrtim(&self) -> bool { + let val = (self.0 >> 29usize) & 0x01; val != 0 } - #[doc = "Pin reset flag (NRST)"] - pub fn set_pinrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - #[doc = "POR/PDR reset flag"] - pub const fn porrstf(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 - } - #[doc = "POR/PDR reset flag"] - pub fn set_porrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); - } - #[doc = "System reset from CPU reset flag"] - pub const fn sftrstf(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 - } - #[doc = "System reset from CPU reset flag"] - pub fn set_sftrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); - } - #[doc = "Independent Watchdog reset flag"] - pub const fn iwdg1rstf(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 - } - #[doc = "Independent Watchdog reset flag"] - pub fn set_iwdg1rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); - } - #[doc = "Window Watchdog reset flag"] - pub const fn wwdg1rstf(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 - } - #[doc = "Window Watchdog reset flag"] - pub fn set_wwdg1rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); - } - #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] - pub const fn lpwrrstf(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; - val != 0 - } - #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] - pub fn set_lpwrrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + #[doc = "HRTIM stop in debug mode"] + pub fn set_hrtim(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); } } - impl Default for C1Rsr { - fn default() -> C1Rsr { - C1Rsr(0) + impl Default for Apb2fz1 { + fn default() -> Apb2fz1 { + Apb2fz1(0) } } - #[doc = "RCC APB4 Peripheral Reset Register"] + } +} +pub mod rcc_l0 { + use crate::generic::*; + #[doc = "Reset and clock control"] + #[derive(Copy, Clone)] + pub struct Rcc(pub *mut u8); + unsafe impl Send for Rcc {} + unsafe impl Sync for Rcc {} + impl Rcc { + #[doc = "Clock control register"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Internal clock sources calibration register"] + pub fn icscr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "Clock recovery RC register"] + pub fn crrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "Clock configuration register"] + pub fn cfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "Clock interrupt enable register"] + pub fn cier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "Clock interrupt flag register"] + pub fn cifr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(20usize)) } + } + #[doc = "Clock interrupt clear register"] + pub fn cicr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "GPIO reset register"] + pub fn ioprstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "AHB peripheral reset register"] + pub fn ahbrstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "APB2 peripheral reset register"] + pub fn apb2rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "APB1 peripheral reset register"] + pub fn apb1rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "GPIO clock enable register"] + pub fn iopenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "AHB peripheral clock enable register"] + pub fn ahbenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } + } + #[doc = "APB2 peripheral clock enable register"] + pub fn apb2enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(52usize)) } + } + #[doc = "APB1 peripheral clock enable register"] + pub fn apb1enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(56usize)) } + } + #[doc = "GPIO clock enable in sleep mode register"] + pub fn iopsmen(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(60usize)) } + } + #[doc = "AHB peripheral clock enable in sleep mode register"] + pub fn ahbsmenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(64usize)) } + } + #[doc = "APB2 peripheral clock enable in sleep mode register"] + pub fn apb2smenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(68usize)) } + } + #[doc = "APB1 peripheral clock enable in sleep mode register"] + pub fn apb1smenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(72usize)) } + } + #[doc = "Clock configuration register"] + pub fn ccipr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + #[doc = "Control and status register"] + pub fn csr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(80usize)) } + } + } + pub mod vals { + use crate::generic::*; #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb4rstr(pub u32); - impl Apb4rstr { - #[doc = "SYSCFG block reset"] - pub const fn syscfgrst(&self) -> super::vals::Syscfgrst { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Syscfgrst(val as u8) - } - #[doc = "SYSCFG block reset"] - pub fn set_syscfgrst(&mut self, val: super::vals::Syscfgrst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "LPUART1 block reset"] - pub const fn lpuart1rst(&self) -> super::vals::Syscfgrst { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Syscfgrst(val as u8) - } - #[doc = "LPUART1 block reset"] - pub fn set_lpuart1rst(&mut self, val: super::vals::Syscfgrst) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "SPI6 block reset"] - pub const fn spi6rst(&self) -> super::vals::Syscfgrst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Syscfgrst(val as u8) - } - #[doc = "SPI6 block reset"] - pub fn set_spi6rst(&mut self, val: super::vals::Syscfgrst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "I2C4 block reset"] - pub const fn i2c4rst(&self) -> super::vals::Syscfgrst { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Syscfgrst(val as u8) - } - #[doc = "I2C4 block reset"] - pub fn set_i2c4rst(&mut self, val: super::vals::Syscfgrst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "LPTIM2 block reset"] - pub const fn lptim2rst(&self) -> super::vals::Syscfgrst { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Syscfgrst(val as u8) - } - #[doc = "LPTIM2 block reset"] - pub fn set_lptim2rst(&mut self, val: super::vals::Syscfgrst) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "LPTIM3 block reset"] - pub const fn lptim3rst(&self) -> super::vals::Syscfgrst { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Syscfgrst(val as u8) - } - #[doc = "LPTIM3 block reset"] - pub fn set_lptim3rst(&mut self, val: super::vals::Syscfgrst) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "LPTIM4 block reset"] - pub const fn lptim4rst(&self) -> super::vals::Syscfgrst { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Syscfgrst(val as u8) - } - #[doc = "LPTIM4 block reset"] - pub fn set_lptim4rst(&mut self, val: super::vals::Syscfgrst) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "LPTIM5 block reset"] - pub const fn lptim5rst(&self) -> super::vals::Syscfgrst { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Syscfgrst(val as u8) - } - #[doc = "LPTIM5 block reset"] - pub fn set_lptim5rst(&mut self, val: super::vals::Syscfgrst) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "COMP12 Blocks Reset"] - pub const fn comp12rst(&self) -> super::vals::Syscfgrst { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Syscfgrst(val as u8) - } - #[doc = "COMP12 Blocks Reset"] - pub fn set_comp12rst(&mut self, val: super::vals::Syscfgrst) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "VREF block reset"] - pub const fn vrefrst(&self) -> super::vals::Syscfgrst { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Syscfgrst(val as u8) - } - #[doc = "VREF block reset"] - pub fn set_vrefrst(&mut self, val: super::vals::Syscfgrst) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "SAI4 block reset"] - pub const fn sai4rst(&self) -> super::vals::Syscfgrst { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Syscfgrst(val as u8) - } - #[doc = "SAI4 block reset"] - pub fn set_sai4rst(&mut self, val: super::vals::Syscfgrst) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcpre(pub u8); + impl Rtcpre { + #[doc = "HSE divided by 2"] + pub const DIV2: Self = Self(0); + #[doc = "HSE divided by 4"] + pub const DIV4: Self = Self(0x01); + #[doc = "HSE divided by 8"] + pub const DIV8: Self = Self(0x02); + #[doc = "HSE divided by 16"] + pub const DIV16: Self = Self(0x03); } - impl Default for Apb4rstr { - fn default() -> Apb4rstr { - Apb4rstr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csshsecw(pub u8); + impl Csshsecw { + #[doc = "Clear interrupt flag"] + pub const CLEAR: Self = Self(0x01); } - #[doc = "RCC PLLs Configuration Register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pllcfgr(pub u32); - impl Pllcfgr { - #[doc = "PLL1 fractional latch enable"] - pub fn pllfracen(&self, n: usize) -> super::vals::Pll1fracen { - assert!(n < 3usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Pll1fracen(val as u8) - } - #[doc = "PLL1 fractional latch enable"] - pub fn set_pllfracen(&mut self, n: usize, val: super::vals::Pll1fracen) { - assert!(n < 3usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "PLL1 VCO selection"] - pub fn pllvcosel(&self, n: usize) -> super::vals::Pll1vcosel { - assert!(n < 3usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Pll1vcosel(val as u8) - } - #[doc = "PLL1 VCO selection"] - pub fn set_pllvcosel(&mut self, n: usize, val: super::vals::Pll1vcosel) { - assert!(n < 3usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "PLL1 input frequency range"] - pub fn pllrge(&self, n: usize) -> super::vals::Pll1rge { - assert!(n < 3usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Pll1rge(val as u8) - } - #[doc = "PLL1 input frequency range"] - pub fn set_pllrge(&mut self, n: usize, val: super::vals::Pll1rge) { - assert!(n < 3usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - #[doc = "PLL1 DIVP divider output enable"] - pub fn divpen(&self, n: usize) -> super::vals::Divp1en { - assert!(n < 3usize); - let offs = 16usize + n * 3usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Divp1en(val as u8) - } - #[doc = "PLL1 DIVP divider output enable"] - pub fn set_divpen(&mut self, n: usize, val: super::vals::Divp1en) { - assert!(n < 3usize); - let offs = 16usize + n * 3usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "PLL1 DIVQ divider output enable"] - pub fn divqen(&self, n: usize) -> super::vals::Divp1en { - assert!(n < 3usize); - let offs = 17usize + n * 3usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Divp1en(val as u8) - } - #[doc = "PLL1 DIVQ divider output enable"] - pub fn set_divqen(&mut self, n: usize, val: super::vals::Divp1en) { - assert!(n < 3usize); - let offs = 17usize + n * 3usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "PLL1 DIVR divider output enable"] - pub fn divren(&self, n: usize) -> super::vals::Divp1en { - assert!(n < 3usize); - let offs = 18usize + n * 3usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Divp1en(val as u8) - } - #[doc = "PLL1 DIVR divider output enable"] - pub fn set_divren(&mut self, n: usize, val: super::vals::Divp1en) { - assert!(n < 3usize); - let offs = 18usize + n * 3usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Plldiv(pub u8); + impl Plldiv { + #[doc = "PLLVCO / 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "PLLVCO / 3"] + pub const DIV3: Self = Self(0x02); + #[doc = "PLLVCO / 4"] + pub const DIV4: Self = Self(0x03); } - impl Default for Pllcfgr { - fn default() -> Pllcfgr { - Pllcfgr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crypsmen(pub u8); + impl Crypsmen { + #[doc = "Crypto clock disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "Crypto clock enabled in Sleep mode"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "RCC PLL2 Dividers Configuration Register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll2divr(pub u32); - impl Pll2divr { - #[doc = "Multiplication factor for PLL1 VCO"] - pub const fn divn2(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x01ff; - val as u16 - } - #[doc = "Multiplication factor for PLL1 VCO"] - pub fn set_divn2(&mut self, val: u16) { - self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); - } - #[doc = "PLL1 DIVP division factor"] - pub const fn divp2(&self) -> u8 { - let val = (self.0 >> 9usize) & 0x7f; - val as u8 - } - #[doc = "PLL1 DIVP division factor"] - pub fn set_divp2(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 9usize)) | (((val as u32) & 0x7f) << 9usize); - } - #[doc = "PLL1 DIVQ division factor"] - pub const fn divq2(&self) -> u8 { - let val = (self.0 >> 16usize) & 0x7f; - val as u8 - } - #[doc = "PLL1 DIVQ division factor"] - pub fn set_divq2(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); - } - #[doc = "PLL1 DIVR division factor"] - pub const fn divr2(&self) -> u8 { - let val = (self.0 >> 24usize) & 0x7f; - val as u8 - } - #[doc = "PLL1 DIVR division factor"] - pub fn set_divr2(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rmvfw(pub u8); + impl Rmvfw { + #[doc = "Clears the reset flag"] + pub const CLEAR: Self = Self(0x01); } - impl Default for Pll2divr { - fn default() -> Pll2divr { - Pll2divr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mifsmen(pub u8); + impl Mifsmen { + #[doc = "NVM interface clock disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "NVM interface clock enabled in Sleep mode"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "RCC Domain 3 Clock Configuration Register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D3cfgr(pub u32); - impl D3cfgr { - #[doc = "D3 domain APB4 prescaler"] - pub const fn d3ppre(&self) -> super::vals::D3ppre { - let val = (self.0 >> 4usize) & 0x07; - super::vals::D3ppre(val as u8) - } - #[doc = "D3 domain APB4 prescaler"] - pub fn set_d3ppre(&mut self, val: super::vals::D3ppre) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptimsmen(pub u8); + impl Lptimsmen { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); } - impl Default for D3cfgr { - fn default() -> D3cfgr { - D3cfgr(0) - } - } - #[doc = "RCC AHB4 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb4enr(pub u32); - impl C1Ahb4enr { - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioaen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioaen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioben(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioben(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiocen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiocen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioden(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioden(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioeen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioeen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiofen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiofen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiogen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiogen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiohen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiohen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioien(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioien(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiojen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiojen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioken(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioken(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "CRC peripheral clock enable"] - pub const fn crcen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "CRC peripheral clock enable"] - pub fn set_crcen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "BDMA and DMAMUX2 Clock Enable"] - pub const fn bdmaen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "BDMA and DMAMUX2 Clock Enable"] - pub fn set_bdmaen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "ADC3 Peripheral Clocks Enable"] - pub const fn adc3en(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "ADC3 Peripheral Clocks Enable"] - pub fn set_adc3en(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "HSEM peripheral clock enable"] - pub const fn hsemen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 25usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "HSEM peripheral clock enable"] - pub fn set_hsemen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "Backup RAM Clock Enable"] - pub const fn bkpramen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "Backup RAM Clock Enable"] - pub fn set_bkpramen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - } - impl Default for C1Ahb4enr { - fn default() -> C1Ahb4enr { - C1Ahb4enr(0) - } - } - #[doc = "RCC AHB3 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb3lpenr(pub u32); - impl C1Ahb3lpenr { - #[doc = "MDMA Clock Enable During CSleep Mode"] - pub const fn mdmalpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } -<<<<<<< HEAD - #[doc = "RXP Interrupt Enable"] - pub fn set_rxpie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "TXP interrupt enable"] - pub const fn txpie(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "TXP interrupt enable"] - pub fn set_txpie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "DXP interrupt enabled"] - pub const fn dxpie(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "DXP interrupt enabled"] - pub fn set_dxpie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "EOT, SUSP and TXC interrupt enable"] - pub const fn eotie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "EOT, SUSP and TXC interrupt enable"] - pub fn set_eotie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "TXTFIE interrupt enable"] - pub const fn txtfie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "TXTFIE interrupt enable"] - pub fn set_txtfie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "UDR interrupt enable"] - pub const fn udrie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "UDR interrupt enable"] - pub fn set_udrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "OVR interrupt enable"] - pub const fn ovrie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "OVR interrupt enable"] - pub fn set_ovrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "CRC Interrupt enable"] - pub const fn crceie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "CRC Interrupt enable"] - pub fn set_crceie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "TIFRE interrupt enable"] - pub const fn tifreie(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "TIFRE interrupt enable"] - pub fn set_tifreie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Mode Fault interrupt enable"] - pub const fn modfie(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Mode Fault interrupt enable"] - pub fn set_modfie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Additional number of transactions reload interrupt enable"] - pub const fn tserfie(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "Additional number of transactions reload interrupt enable"] - pub fn set_tserfie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - } - impl Default for Ier { - fn default() -> Ier { - Ier(0) - } - } - #[doc = "control register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Serial Peripheral Enable"] - pub const fn spe(&self) -> bool { -======= - #[doc = "MDMA Clock Enable During CSleep Mode"] - pub fn set_mdmalpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2D Clock Enable During CSleep Mode"] - pub const fn dma2dlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "DMA2D Clock Enable During CSleep Mode"] - pub fn set_dma2dlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "JPGDEC Clock Enable During CSleep Mode"] - pub const fn jpgdeclpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "JPGDEC Clock Enable During CSleep Mode"] - pub fn set_jpgdeclpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Flash interface clock enable during csleep mode"] - pub const fn flashpren(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Flash interface clock enable during csleep mode"] - pub fn set_flashpren(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] - pub const fn fmclpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] - pub fn set_fmclpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] - pub const fn qspilpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] - pub fn set_qspilpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] - pub const fn sdmmc1lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] - pub fn set_sdmmc1lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] - pub const fn d1dtcm1lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] - pub fn set_d1dtcm1lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] - pub const fn dtcm2lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] - pub fn set_dtcm2lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "D1ITCM Block Clock Enable During CSleep mode"] - pub const fn itcmlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "D1ITCM Block Clock Enable During CSleep mode"] - pub fn set_itcmlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "AXISRAM Block Clock Enable During CSleep mode"] - pub const fn axisramlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "AXISRAM Block Clock Enable During CSleep mode"] - pub fn set_axisramlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for C1Ahb3lpenr { - fn default() -> C1Ahb3lpenr { - C1Ahb3lpenr(0) - } - } - #[doc = "RCC AHB4 Peripheral Reset Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb4rstr(pub u32); - impl Ahb4rstr { - #[doc = "GPIO block reset"] - pub const fn gpioarst(&self) -> super::vals::Gpioarst { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 0usize) & 0x01; - super::vals::Gpioarst(val as u8) - } -<<<<<<< HEAD - #[doc = "Serial Peripheral Enable"] - pub fn set_spe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Master automatic SUSP in Receive mode"] - pub const fn masrx(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Master automatic SUSP in Receive mode"] - pub fn set_masrx(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Master transfer start"] - pub const fn cstart(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Master transfer start"] - pub fn set_cstart(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Master SUSPend request"] - pub const fn csusp(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "Master SUSPend request"] - pub fn set_csusp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - #[doc = "Rx/Tx direction at Half-duplex mode"] - pub const fn hddir(&self) -> super::vals::Hddir { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Hddir(val as u8) - } - #[doc = "Rx/Tx direction at Half-duplex mode"] - pub fn set_hddir(&mut self, val: super::vals::Hddir) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "Internal SS signal input level"] - pub const fn ssi(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "Internal SS signal input level"] - pub fn set_ssi(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "32-bit CRC polynomial configuration"] - pub const fn crc33_17(&self) -> super::vals::Crc { - let val = (self.0 >> 13usize) & 0x01; - super::vals::Crc(val as u8) - } - #[doc = "32-bit CRC polynomial configuration"] - pub fn set_crc33_17(&mut self, val: super::vals::Crc) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "CRC calculation initialization pattern control for receiver"] - pub const fn rcrcini(&self) -> super::vals::Rcrcini { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Rcrcini(val as u8) - } - #[doc = "CRC calculation initialization pattern control for receiver"] - pub fn set_rcrcini(&mut self, val: super::vals::Rcrcini) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "CRC calculation initialization pattern control for transmitter"] - pub const fn tcrcini(&self) -> super::vals::Tcrcini { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Tcrcini(val as u8) - } - #[doc = "CRC calculation initialization pattern control for transmitter"] - pub fn set_tcrcini(&mut self, val: super::vals::Tcrcini) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Locking the AF configuration of associated IOs"] - pub const fn iolock(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Locking the AF configuration of associated IOs"] - pub fn set_iolock(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) - } - } - #[doc = "Receiver CRC Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rxcrc(pub u32); - impl Rxcrc { - #[doc = "CRC register for receiver"] - pub const fn rxcrc(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "CRC register for receiver"] - pub fn set_rxcrc(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } - } - impl Default for Rxcrc { - fn default() -> Rxcrc { - Rxcrc(0) - } - } - #[doc = "Transmit Data Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Txdr(pub u32); - impl Txdr { - #[doc = "Transmit data register"] - pub const fn txdr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "Transmit data register"] - pub fn set_txdr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } - } - impl Default for Txdr { - fn default() -> Txdr { - Txdr(0) - } - } - #[doc = "Status Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Rx-Packet available"] - pub const fn rxp(&self) -> bool { -======= - #[doc = "GPIO block reset"] - pub fn set_gpioarst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiobrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiobrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiocrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiocrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiodrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiodrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "GPIO block reset"] - pub const fn gpioerst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpioerst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiofrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiofrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiogrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiogrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiohrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiohrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "GPIO block reset"] - pub const fn gpioirst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpioirst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiojrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiojrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiokrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiokrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "CRC block reset"] - pub const fn crcrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "CRC block reset"] - pub fn set_crcrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "BDMA block reset"] - pub const fn bdmarst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "BDMA block reset"] - pub fn set_bdmarst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "ADC3 block reset"] - pub const fn adc3rst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "ADC3 block reset"] - pub fn set_adc3rst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "HSEM block reset"] - pub const fn hsemrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "HSEM block reset"] - pub fn set_hsemrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - } - impl Default for Ahb4rstr { - fn default() -> Ahb4rstr { - Ahb4rstr(0) - } - } - #[doc = "RCC Clock Source Interrupt Enable Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cier(pub u32); - impl Cier { - #[doc = "LSI ready Interrupt Enable"] - pub const fn lsirdyie(&self) -> super::vals::Lsirdyie { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 0usize) & 0x01; - super::vals::Lsirdyie(val as u8) - } -<<<<<<< HEAD - #[doc = "Rx-Packet available"] - pub fn set_rxp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Tx-Packet space available"] - pub const fn txp(&self) -> bool { -======= - #[doc = "LSI ready Interrupt Enable"] - pub fn set_lsirdyie(&mut self, val: super::vals::Lsirdyie) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "LSE ready Interrupt Enable"] - pub const fn lserdyie(&self) -> super::vals::Lsirdyie { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 1usize) & 0x01; - super::vals::Lsirdyie(val as u8) - } -<<<<<<< HEAD - #[doc = "Tx-Packet space available"] - pub fn set_txp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Duplex Packet"] - pub const fn dxp(&self) -> bool { -======= - #[doc = "LSE ready Interrupt Enable"] - pub fn set_lserdyie(&mut self, val: super::vals::Lsirdyie) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "HSI ready Interrupt Enable"] - pub const fn hsirdyie(&self) -> super::vals::Lsirdyie { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 2usize) & 0x01; - super::vals::Lsirdyie(val as u8) - } -<<<<<<< HEAD - #[doc = "Duplex Packet"] - pub fn set_dxp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "End Of Transfer"] - pub const fn eot(&self) -> bool { -======= - #[doc = "HSI ready Interrupt Enable"] - pub fn set_hsirdyie(&mut self, val: super::vals::Lsirdyie) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "HSE ready Interrupt Enable"] - pub const fn hserdyie(&self) -> super::vals::Lsirdyie { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 3usize) & 0x01; - super::vals::Lsirdyie(val as u8) - } -<<<<<<< HEAD - #[doc = "End Of Transfer"] - pub fn set_eot(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Transmission Transfer Filled"] - pub const fn txtf(&self) -> bool { -======= - #[doc = "HSE ready Interrupt Enable"] - pub fn set_hserdyie(&mut self, val: super::vals::Lsirdyie) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "CSI ready Interrupt Enable"] - pub const fn csirdyie(&self) -> super::vals::Lsirdyie { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 4usize) & 0x01; - super::vals::Lsirdyie(val as u8) - } -<<<<<<< HEAD - #[doc = "Transmission Transfer Filled"] - pub fn set_txtf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Underrun at slave transmission mode"] - pub const fn udr(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Underrun at slave transmission mode"] - pub fn set_udr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Overrun"] - pub const fn ovr(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Overrun"] - pub fn set_ovr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "CRC Error"] - pub const fn crce(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "CRC Error"] - pub fn set_crce(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "TI frame format error"] - pub const fn tifre(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "TI frame format error"] - pub fn set_tifre(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Mode Fault"] - pub const fn modf(&self) -> bool { -======= - #[doc = "CSI ready Interrupt Enable"] - pub fn set_csirdyie(&mut self, val: super::vals::Lsirdyie) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "RC48 ready Interrupt Enable"] - pub const fn hsi48rdyie(&self) -> super::vals::Lsirdyie { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lsirdyie(val as u8) - } - #[doc = "RC48 ready Interrupt Enable"] - pub fn set_hsi48rdyie(&mut self, val: super::vals::Lsirdyie) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "PLL1 ready Interrupt Enable"] - pub fn pllrdyie(&self, n: usize) -> super::vals::Lsirdyie { - assert!(n < 3usize); - let offs = 6usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Lsirdyie(val as u8) - } - #[doc = "PLL1 ready Interrupt Enable"] - pub fn set_pllrdyie(&mut self, n: usize, val: super::vals::Lsirdyie) { - assert!(n < 3usize); - let offs = 6usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "LSE clock security system Interrupt Enable"] - pub const fn lsecssie(&self) -> super::vals::Lsirdyie { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 9usize) & 0x01; - super::vals::Lsirdyie(val as u8) - } -<<<<<<< HEAD - #[doc = "Mode Fault"] - pub fn set_modf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Additional number of SPI data to be transacted was reload"] - pub const fn tserf(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "Additional number of SPI data to be transacted was reload"] - pub fn set_tserf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - #[doc = "SUSPend"] - pub const fn susp(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 - } - #[doc = "SUSPend"] - pub fn set_susp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - #[doc = "TxFIFO transmission complete"] - pub const fn txc(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "TxFIFO transmission complete"] - pub fn set_txc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "RxFIFO Packing LeVeL"] - pub const fn rxplvl(&self) -> super::vals::Rxplvl { - let val = (self.0 >> 13usize) & 0x03; - super::vals::Rxplvl(val as u8) - } - #[doc = "RxFIFO Packing LeVeL"] - pub fn set_rxplvl(&mut self, val: super::vals::Rxplvl) { - self.0 = (self.0 & !(0x03 << 13usize)) | (((val.0 as u32) & 0x03) << 13usize); - } - #[doc = "RxFIFO Word Not Empty"] - pub const fn rxwne(&self) -> super::vals::Rxwne { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Rxwne(val as u8) - } - #[doc = "RxFIFO Word Not Empty"] - pub fn set_rxwne(&mut self, val: super::vals::Rxwne) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Number of data frames remaining in current TSIZE session"] - pub const fn ctsize(&self) -> u16 { - let val = (self.0 >> 16usize) & 0xffff; - val as u16 - } - #[doc = "Number of data frames remaining in current TSIZE session"] - pub fn set_ctsize(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); - } - } - impl Default for Sr { - fn default() -> Sr { - Sr(0) - } - } - #[doc = "Interrupt/Status Flags Clear Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ifcr(pub u32); - impl Ifcr { - #[doc = "End Of Transfer flag clear"] - pub const fn eotc(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "End Of Transfer flag clear"] - pub fn set_eotc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Transmission Transfer Filled flag clear"] - pub const fn txtfc(&self) -> bool { -======= - #[doc = "LSE clock security system Interrupt Enable"] - pub fn set_lsecssie(&mut self, val: super::vals::Lsirdyie) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - } - impl Default for Cier { - fn default() -> Cier { - Cier(0) - } - } - #[doc = "RCC AHB4 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb4enr(pub u32); - impl Ahb4enr { - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioaen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioaen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioben(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioben(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiocen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiocen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioden(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioden(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioeen(&self) -> super::vals::Ahb4enrGpioaen { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 4usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } -<<<<<<< HEAD - #[doc = "Transmission Transfer Filled flag clear"] - pub fn set_txtfc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Underrun flag clear"] - pub const fn udrc(&self) -> bool { -======= - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioeen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiofen(&self) -> super::vals::Ahb4enrGpioaen { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } -<<<<<<< HEAD - #[doc = "Underrun flag clear"] - pub fn set_udrc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Overrun flag clear"] - pub const fn ovrc(&self) -> bool { -======= - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiofen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiogen(&self) -> super::vals::Ahb4enrGpioaen { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 6usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } -<<<<<<< HEAD - #[doc = "Overrun flag clear"] - pub fn set_ovrc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "CRC Error flag clear"] - pub const fn crcec(&self) -> bool { -======= - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiogen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiohen(&self) -> super::vals::Ahb4enrGpioaen { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 7usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } -<<<<<<< HEAD - #[doc = "CRC Error flag clear"] - pub fn set_crcec(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "TI frame format error flag clear"] - pub const fn tifrec(&self) -> bool { -======= - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiohen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioien(&self) -> super::vals::Ahb4enrGpioaen { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 8usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } -<<<<<<< HEAD - #[doc = "TI frame format error flag clear"] - pub fn set_tifrec(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Mode Fault flag clear"] - pub const fn modfc(&self) -> bool { -======= - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioien(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiojen(&self) -> super::vals::Ahb4enrGpioaen { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 9usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } -<<<<<<< HEAD - #[doc = "Mode Fault flag clear"] - pub fn set_modfc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "TSERFC flag clear"] - pub const fn tserfc(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "TSERFC flag clear"] - pub fn set_tserfc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - #[doc = "SUSPend flag clear"] - pub const fn suspc(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 - } - #[doc = "SUSPend flag clear"] - pub fn set_suspc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - } - impl Default for Ifcr { - fn default() -> Ifcr { - Ifcr(0) - } - } - } -} -pub mod syscfg_l0 { - use crate::generic::*; - #[doc = "System configuration controller"] - #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "configuration register 1"] - pub fn cfgr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "CFGR2"] - pub fn cfgr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "external interrupt configuration register"] - pub fn exticr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "CFGR3"] - pub fn cfgr3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "external interrupt configuration register 1-4"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI configuration bits"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 - } - #[doc = "EXTI configuration bits"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); - } - } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) - } - } - #[doc = "CFGR2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr2(pub u32); - impl Cfgr2 { - #[doc = "Firewall disable bit"] - pub const fn fwdis(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Firewall disable bit"] - pub fn set_fwdis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Fm+ drive capability on PB6 enable bit"] - pub const fn i2c_pb6_fmp(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Fm+ drive capability on PB6 enable bit"] - pub fn set_i2c_pb6_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Fm+ drive capability on PB7 enable bit"] - pub const fn i2c_pb7_fmp(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Fm+ drive capability on PB7 enable bit"] - pub fn set_i2c_pb7_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Fm+ drive capability on PB8 enable bit"] - pub const fn i2c_pb8_fmp(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "Fm+ drive capability on PB8 enable bit"] - pub fn set_i2c_pb8_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - #[doc = "Fm+ drive capability on PB9 enable bit"] - pub const fn i2c_pb9_fmp(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 - } - #[doc = "Fm+ drive capability on PB9 enable bit"] - pub fn set_i2c_pb9_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - #[doc = "I2C1 Fm+ drive capability enable bit"] - pub const fn i2c1_fmp(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "I2C1 Fm+ drive capability enable bit"] - pub fn set_i2c1_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "I2C2 Fm+ drive capability enable bit"] - pub const fn i2c2_fmp(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "I2C2 Fm+ drive capability enable bit"] - pub fn set_i2c2_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "I2C3 Fm+ drive capability enable bit"] - pub const fn i2c3_fmp(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "I2C3 Fm+ drive capability enable bit"] - pub fn set_i2c3_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - } - impl Default for Cfgr2 { - fn default() -> Cfgr2 { - Cfgr2(0) - } - } - #[doc = "configuration register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr1(pub u32); - impl Cfgr1 { - #[doc = "Memory mapping selection bits"] - pub const fn mem_mode(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; - val as u8 - } - #[doc = "Memory mapping selection bits"] - pub fn set_mem_mode(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); -======= - } - impl Default for Apb2rstr { - fn default() -> Apb2rstr { - Apb2rstr(0) - } - } - #[doc = "RCC APB2 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb2enr(pub u32); - impl Apb2enr { - #[doc = "TIM1 peripheral clock enable"] - pub const fn tim1en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "TIM1 peripheral clock enable"] - pub fn set_tim1en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM8 peripheral clock enable"] - pub const fn tim8en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "TIM8 peripheral clock enable"] - pub fn set_tim8en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "USART1 Peripheral Clocks Enable"] - pub const fn usart1en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "USART1 Peripheral Clocks Enable"] - pub fn set_usart1en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "USART6 Peripheral Clocks Enable"] - pub const fn usart6en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "USART6 Peripheral Clocks Enable"] - pub fn set_usart6en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "SPI1 Peripheral Clocks Enable"] - pub const fn spi1en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "SPI1 Peripheral Clocks Enable"] - pub fn set_spi1en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "SPI4 Peripheral Clocks Enable"] - pub const fn spi4en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 13usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "SPI4 Peripheral Clocks Enable"] - pub fn set_spi4en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "TIM15 peripheral clock enable"] - pub const fn tim15en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "TIM15 peripheral clock enable"] - pub fn set_tim15en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "TIM16 peripheral clock enable"] - pub const fn tim16en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "TIM16 peripheral clock enable"] - pub fn set_tim16en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "TIM17 peripheral clock enable"] - pub const fn tim17en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "TIM17 peripheral clock enable"] - pub fn set_tim17en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "SPI5 Peripheral Clocks Enable"] - pub const fn spi5en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "SPI5 Peripheral Clocks Enable"] - pub fn set_spi5en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "SAI1 Peripheral Clocks Enable"] - pub const fn sai1en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "SAI1 Peripheral Clocks Enable"] - pub fn set_sai1en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "SAI2 Peripheral Clocks Enable"] - pub const fn sai2en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "SAI2 Peripheral Clocks Enable"] - pub fn set_sai2en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "SAI3 Peripheral Clocks Enable"] - pub const fn sai3en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "SAI3 Peripheral Clocks Enable"] - pub fn set_sai3en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "DFSDM1 Peripheral Clocks Enable"] - pub const fn dfsdm1en(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "DFSDM1 Peripheral Clocks Enable"] - pub fn set_dfsdm1en(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "HRTIM peripheral clock enable"] - pub const fn hrtimen(&self) -> super::vals::Apb2enrTim1en { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Apb2enrTim1en(val as u8) - } - #[doc = "HRTIM peripheral clock enable"] - pub fn set_hrtimen(&mut self, val: super::vals::Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - } - impl Default for Apb2enr { - fn default() -> Apb2enr { - Apb2enr(0) - } - } - #[doc = "RCC Reset Status Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rsr(pub u32); - impl Rsr { - #[doc = "Remove reset flag"] - pub const fn rmvf(&self) -> super::vals::RsrRmvf { - let val = (self.0 >> 16usize) & 0x01; - super::vals::RsrRmvf(val as u8) - } - #[doc = "Remove reset flag"] - pub fn set_rmvf(&mut self, val: super::vals::RsrRmvf) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "CPU reset flag"] - pub const fn cpurstf(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 - } - #[doc = "CPU reset flag"] - pub fn set_cpurstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "D1 domain power switch reset flag"] - pub const fn d1rstf(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 - } - #[doc = "D1 domain power switch reset flag"] - pub fn set_d1rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); - } - #[doc = "D2 domain power switch reset flag"] - pub const fn d2rstf(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 - } - #[doc = "D2 domain power switch reset flag"] - pub fn set_d2rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); - } - #[doc = "BOR reset flag"] - pub const fn borrstf(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 - } - #[doc = "BOR reset flag"] - pub fn set_borrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); - } - #[doc = "Pin reset flag (NRST)"] - pub const fn pinrstf(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 - } - #[doc = "Pin reset flag (NRST)"] - pub fn set_pinrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - #[doc = "POR/PDR reset flag"] - pub const fn porrstf(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 - } - #[doc = "POR/PDR reset flag"] - pub fn set_porrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); - } - #[doc = "System reset from CPU reset flag"] - pub const fn sftrstf(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 - } - #[doc = "System reset from CPU reset flag"] - pub fn set_sftrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); - } - #[doc = "Independent Watchdog reset flag"] - pub const fn iwdg1rstf(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 - } - #[doc = "Independent Watchdog reset flag"] - pub fn set_iwdg1rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); - } - #[doc = "Window Watchdog reset flag"] - pub const fn wwdg1rstf(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 - } - #[doc = "Window Watchdog reset flag"] - pub fn set_wwdg1rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); - } - #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] - pub const fn lpwrrstf(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; - val != 0 - } - #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] - pub fn set_lpwrrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); - } - } - impl Default for Rsr { - fn default() -> Rsr { - Rsr(0) - } - } - #[doc = "RCC AHB1 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb1lpenr(pub u32); - impl Ahb1lpenr { - #[doc = "DMA1 Clock Enable During CSleep Mode"] - pub const fn dma1lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "DMA1 Clock Enable During CSleep Mode"] - pub fn set_dma1lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2 Clock Enable During CSleep Mode"] - pub const fn dma2lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "DMA2 Clock Enable During CSleep Mode"] - pub fn set_dma2lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn adc12lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_adc12lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] - pub const fn eth1maclpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] - pub fn set_eth1maclpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] - pub const fn eth1txlpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] - pub fn set_eth1txlpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] - pub const fn eth1rxlpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] - pub fn set_eth1rxlpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USB1OTG peripheral clock enable during CSleep mode"] - pub const fn usb1otglpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB1OTG peripheral clock enable during CSleep mode"] - pub fn set_usb1otglpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "USB_PHY1 clock enable during CSleep mode"] - pub const fn usb1otghsulpilpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 26usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB_PHY1 clock enable during CSleep mode"] - pub fn set_usb1otghsulpilpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); - } - #[doc = "USB2OTG peripheral clock enable during CSleep mode"] - pub const fn usb2otglpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB2OTG peripheral clock enable during CSleep mode"] - pub fn set_usb2otglpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "USB_PHY2 clocks enable during CSleep mode"] - pub const fn usb2otghsulpilpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB_PHY2 clocks enable during CSleep mode"] - pub fn set_usb2otghsulpilpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - } - impl Default for Ahb1lpenr { - fn default() -> Ahb1lpenr { - Ahb1lpenr(0) - } - } - #[doc = "RCC PLL3 Fractional Divider Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll3fracr(pub u32); - impl Pll3fracr { - #[doc = "Fractional part of the multiplication factor for PLL3 VCO"] - pub const fn fracn3(&self) -> u16 { - let val = (self.0 >> 3usize) & 0x1fff; - val as u16 - } - #[doc = "Fractional part of the multiplication factor for PLL3 VCO"] - pub fn set_fracn3(&mut self, val: u16) { - self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); - } - } - impl Default for Pll3fracr { - fn default() -> Pll3fracr { - Pll3fracr(0) - } - } - #[doc = "RCC Clock Source Interrupt Clear Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cicr(pub u32); - impl Cicr { - #[doc = "LSI ready Interrupt Clear"] - pub const fn lsirdyc(&self) -> super::vals::Lsirdyc { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Lsirdyc(val as u8) - } - #[doc = "LSI ready Interrupt Clear"] - pub fn set_lsirdyc(&mut self, val: super::vals::Lsirdyc) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "LSE ready Interrupt Clear"] - pub const fn lserdyc(&self) -> super::vals::Lsirdyc { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Lsirdyc(val as u8) - } - #[doc = "LSE ready Interrupt Clear"] - pub fn set_lserdyc(&mut self, val: super::vals::Lsirdyc) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "HSI ready Interrupt Clear"] - pub const fn hsirdyc(&self) -> super::vals::Lsirdyc { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Lsirdyc(val as u8) - } - #[doc = "HSI ready Interrupt Clear"] - pub fn set_hsirdyc(&mut self, val: super::vals::Lsirdyc) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "HSE ready Interrupt Clear"] - pub const fn hserdyc(&self) -> super::vals::Lsirdyc { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Lsirdyc(val as u8) - } - #[doc = "HSE ready Interrupt Clear"] - pub fn set_hserdyc(&mut self, val: super::vals::Lsirdyc) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "CSI ready Interrupt Clear"] - pub const fn hse_ready_interrupt_clear(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "CSI ready Interrupt Clear"] - pub fn set_hse_ready_interrupt_clear(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "RC48 ready Interrupt Clear"] - pub const fn hsi48rdyc(&self) -> super::vals::Lsirdyc { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lsirdyc(val as u8) - } - #[doc = "RC48 ready Interrupt Clear"] - pub fn set_hsi48rdyc(&mut self, val: super::vals::Lsirdyc) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "PLL1 ready Interrupt Clear"] - pub fn pllrdyc(&self, n: usize) -> super::vals::Lsirdyc { - assert!(n < 3usize); - let offs = 6usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Lsirdyc(val as u8) - } - #[doc = "PLL1 ready Interrupt Clear"] - pub fn set_pllrdyc(&mut self, n: usize, val: super::vals::Lsirdyc) { - assert!(n < 3usize); - let offs = 6usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "LSE clock security system Interrupt Clear"] - pub const fn lsecssc(&self) -> super::vals::Lsirdyc { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Lsirdyc(val as u8) - } - #[doc = "LSE clock security system Interrupt Clear"] - pub fn set_lsecssc(&mut self, val: super::vals::Lsirdyc) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "HSE clock security system Interrupt Clear"] - pub const fn hsecssc(&self) -> super::vals::Lsirdyc { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Lsirdyc(val as u8) - } - #[doc = "HSE clock security system Interrupt Clear"] - pub fn set_hsecssc(&mut self, val: super::vals::Lsirdyc) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - } - impl Default for Cicr { - fn default() -> Cicr { - Cicr(0) - } - } - #[doc = "RCC Clock Recovery RC Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crrcr(pub u32); - impl Crrcr { - #[doc = "Internal RC 48 MHz clock calibration"] - pub const fn hsi48cal(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x03ff; - val as u16 - } - #[doc = "Internal RC 48 MHz clock calibration"] - pub fn set_hsi48cal(&mut self, val: u16) { - self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); - } - } - impl Default for Crrcr { - fn default() -> Crrcr { - Crrcr(0) - } - } - #[doc = "RCC Domain 3 Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D3cfgr(pub u32); - impl D3cfgr { - #[doc = "D3 domain APB4 prescaler"] - pub const fn d3ppre(&self) -> super::vals::D3ppre { - let val = (self.0 >> 4usize) & 0x07; - super::vals::D3ppre(val as u8) - } - #[doc = "D3 domain APB4 prescaler"] - pub fn set_d3ppre(&mut self, val: super::vals::D3ppre) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } - } - impl Default for D3cfgr { - fn default() -> D3cfgr { - D3cfgr(0) - } - } - #[doc = "RCC AHB3 Reset Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb3rstr(pub u32); - impl Ahb3rstr { - #[doc = "MDMA block reset"] - pub const fn mdmarst(&self) -> super::vals::Mdmarst { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Mdmarst(val as u8) - } - #[doc = "MDMA block reset"] - pub fn set_mdmarst(&mut self, val: super::vals::Mdmarst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2D block reset"] - pub const fn dma2drst(&self) -> super::vals::Mdmarst { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Mdmarst(val as u8) - } - #[doc = "DMA2D block reset"] - pub fn set_dma2drst(&mut self, val: super::vals::Mdmarst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "JPGDEC block reset"] - pub const fn jpgdecrst(&self) -> super::vals::Mdmarst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Mdmarst(val as u8) - } - #[doc = "JPGDEC block reset"] - pub fn set_jpgdecrst(&mut self, val: super::vals::Mdmarst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FMC block reset"] - pub const fn fmcrst(&self) -> super::vals::Mdmarst { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Mdmarst(val as u8) - } - #[doc = "FMC block reset"] - pub fn set_fmcrst(&mut self, val: super::vals::Mdmarst) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "QUADSPI and QUADSPI delay block reset"] - pub const fn qspirst(&self) -> super::vals::Mdmarst { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Mdmarst(val as u8) - } - #[doc = "QUADSPI and QUADSPI delay block reset"] - pub fn set_qspirst(&mut self, val: super::vals::Mdmarst) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SDMMC1 and SDMMC1 delay block reset"] - pub const fn sdmmc1rst(&self) -> super::vals::Mdmarst { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Mdmarst(val as u8) - } - #[doc = "SDMMC1 and SDMMC1 delay block reset"] - pub fn set_sdmmc1rst(&mut self, val: super::vals::Mdmarst) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "CPU reset"] - pub const fn cpurst(&self) -> super::vals::Mdmarst { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Mdmarst(val as u8) - } - #[doc = "CPU reset"] - pub fn set_cpurst(&mut self, val: super::vals::Mdmarst) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for Ahb3rstr { - fn default() -> Ahb3rstr { - Ahb3rstr(0) - } - } - #[doc = "RCC APB1 Peripheral Reset Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1lrstr(pub u32); - impl Apb1lrstr { - #[doc = "TIM block reset"] - pub const fn tim2rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim2rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM block reset"] - pub const fn tim3rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim3rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "TIM block reset"] - pub const fn tim4rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim4rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "TIM block reset"] - pub const fn tim5rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim5rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "TIM block reset"] - pub const fn tim6rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim6rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "TIM block reset"] - pub const fn tim7rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim7rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "TIM block reset"] - pub const fn tim12rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim12rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "TIM block reset"] - pub const fn tim13rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim13rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "TIM block reset"] - pub const fn tim14rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim14rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "TIM block reset"] - pub const fn lptim1rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_lptim1rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SPI2 block reset"] - pub const fn spi2rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "SPI2 block reset"] - pub fn set_spi2rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SPI3 block reset"] - pub const fn spi3rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "SPI3 block reset"] - pub fn set_spi3rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "SPDIFRX block reset"] - pub const fn spdifrxrst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "SPDIFRX block reset"] - pub fn set_spdifrxrst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "USART2 block reset"] - pub const fn usart2rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "USART2 block reset"] - pub fn set_usart2rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USART3 block reset"] - pub const fn usart3rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "USART3 block reset"] - pub fn set_usart3rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "UART4 block reset"] - pub const fn uart4rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "UART4 block reset"] - pub fn set_uart4rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "UART5 block reset"] - pub const fn uart5rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "UART5 block reset"] - pub fn set_uart5rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "I2C1 block reset"] - pub const fn i2c1rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "I2C1 block reset"] - pub fn set_i2c1rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "I2C2 block reset"] - pub const fn i2c2rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "I2C2 block reset"] - pub fn set_i2c2rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "I2C3 block reset"] - pub const fn i2c3rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "I2C3 block reset"] - pub fn set_i2c3rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "HDMI-CEC block reset"] - pub const fn cecrst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "HDMI-CEC block reset"] - pub fn set_cecrst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "DAC1 and 2 Blocks Reset"] - pub const fn dac12rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "DAC1 and 2 Blocks Reset"] - pub fn set_dac12rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "UART7 block reset"] - pub const fn uart7rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "UART7 block reset"] - pub fn set_uart7rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "UART8 block reset"] - pub const fn uart8rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "UART8 block reset"] - pub fn set_uart8rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for Apb1lrstr { - fn default() -> Apb1lrstr { - Apb1lrstr(0) - } - } - #[doc = "clock control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Internal high-speed clock enable"] - pub const fn hsion(&self) -> super::vals::Hsion { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Hsion(val as u8) - } - #[doc = "Internal high-speed clock enable"] - pub fn set_hsion(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "High Speed Internal clock enable in Stop mode"] - pub const fn hsikeron(&self) -> super::vals::Hsion { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Hsion(val as u8) - } - #[doc = "High Speed Internal clock enable in Stop mode"] - pub fn set_hsikeron(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "HSI clock ready flag"] - pub const fn hsirdy(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "HSI clock ready flag"] - pub fn set_hsirdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "HSI clock divider"] - pub const fn hsidiv(&self) -> super::vals::Hsidiv { - let val = (self.0 >> 3usize) & 0x03; - super::vals::Hsidiv(val as u8) - } - #[doc = "HSI clock divider"] - pub fn set_hsidiv(&mut self, val: super::vals::Hsidiv) { - self.0 = (self.0 & !(0x03 << 3usize)) | (((val.0 as u32) & 0x03) << 3usize); - } - #[doc = "HSI divider flag"] - pub const fn hsidivf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "HSI divider flag"] - pub fn set_hsidivf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "CSI clock enable"] - pub const fn csion(&self) -> super::vals::Hsion { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Hsion(val as u8) - } - #[doc = "CSI clock enable"] - pub fn set_csion(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "CSI clock ready flag"] - pub const fn csirdy(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "CSI clock ready flag"] - pub fn set_csirdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "CSI clock enable in Stop mode"] - pub const fn csikeron(&self) -> super::vals::Hsion { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Hsion(val as u8) - } - #[doc = "CSI clock enable in Stop mode"] - pub fn set_csikeron(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "RC48 clock enable"] - pub const fn hsi48on(&self) -> super::vals::Hsion { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Hsion(val as u8) - } - #[doc = "RC48 clock enable"] - pub fn set_hsi48on(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "RC48 clock ready flag"] - pub const fn hsi48rdy(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "RC48 clock ready flag"] - pub fn set_hsi48rdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "D1 domain clocks ready flag"] - pub const fn d1ckrdy(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "D1 domain clocks ready flag"] - pub fn set_d1ckrdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - #[doc = "D2 domain clocks ready flag"] - pub const fn d2ckrdy(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 - } - #[doc = "D2 domain clocks ready flag"] - pub fn set_d2ckrdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); - } - #[doc = "HSE clock enable"] - pub const fn hseon(&self) -> super::vals::Hsion { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Hsion(val as u8) - } - #[doc = "HSE clock enable"] - pub fn set_hseon(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "HSE clock ready flag"] - pub const fn hserdy(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 - } - #[doc = "HSE clock ready flag"] - pub fn set_hserdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "HSE clock bypass"] - pub const fn hsebyp(&self) -> super::vals::Hsebyp { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Hsebyp(val as u8) - } - #[doc = "HSE clock bypass"] - pub fn set_hsebyp(&mut self, val: super::vals::Hsebyp) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "HSE Clock Security System enable"] - pub const fn hsecsson(&self) -> super::vals::Hsion { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Hsion(val as u8) - } - #[doc = "HSE Clock Security System enable"] - pub fn set_hsecsson(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "PLL1 enable"] - pub const fn pll1on(&self) -> super::vals::Hsion { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Hsion(val as u8) - } - #[doc = "PLL1 enable"] - pub fn set_pll1on(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "PLL1 clock ready flag"] - pub const fn pll1rdy(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 - } - #[doc = "PLL1 clock ready flag"] - pub fn set_pll1rdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); - } - #[doc = "PLL2 enable"] - pub const fn pll2on(&self) -> super::vals::Hsion { - let val = (self.0 >> 26usize) & 0x01; - super::vals::Hsion(val as u8) - } - #[doc = "PLL2 enable"] - pub fn set_pll2on(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); - } - #[doc = "PLL2 clock ready flag"] - pub const fn pll2rdy(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 - } - #[doc = "PLL2 clock ready flag"] - pub fn set_pll2rdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); - } - #[doc = "PLL3 enable"] - pub const fn pll3on(&self) -> super::vals::Hsion { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Hsion(val as u8) - } - #[doc = "PLL3 enable"] - pub fn set_pll3on(&mut self, val: super::vals::Hsion) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "PLL3 clock ready flag"] - pub const fn pll3rdy(&self) -> bool { - let val = (self.0 >> 29usize) & 0x01; - val != 0 - } - #[doc = "PLL3 clock ready flag"] - pub fn set_pll3rdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); - } - } - impl Default for Cr { - fn default() -> Cr { - Cr(0) ->>>>>>> c084e70 (Update generated code) - } - #[doc = "User bank swapping"] - pub const fn ufb(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "User bank swapping"] - pub fn set_ufb(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Boot mode selected by the boot pins status bits"] - pub const fn boot_mode(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x03; - val as u8 - } - #[doc = "Boot mode selected by the boot pins status bits"] - pub fn set_boot_mode(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); - } - } - impl Default for Cfgr1 { - fn default() -> Cfgr1 { - Cfgr1(0) - } - } -<<<<<<< HEAD - #[doc = "CFGR3"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr3(pub u32); - impl Cfgr3 { - #[doc = "VREFINT enable and scaler control for COMP2 enable bit"] - pub const fn en_vrefint(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "VREFINT enable and scaler control for COMP2 enable bit"] - pub fn set_en_vrefint(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "VREFINT_ADC connection bit"] - pub const fn sel_vref_out(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x03; - val as u8 - } - #[doc = "VREFINT_ADC connection bit"] - pub fn set_sel_vref_out(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 4usize)) | (((val as u32) & 0x03) << 4usize); - } - #[doc = "VREFINT reference for ADC enable bit"] - pub const fn enbuf_vrefint_adc(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "VREFINT reference for ADC enable bit"] - pub fn set_enbuf_vrefint_adc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Temperature sensor reference for ADC enable bit"] - pub const fn enbuf_sensor_adc(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Temperature sensor reference for ADC enable bit"] - pub fn set_enbuf_sensor_adc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "VREFINT reference for COMP2 scaler enable bit"] - pub const fn enbuf_vrefint_comp2(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "VREFINT reference for COMP2 scaler enable bit"] - pub fn set_enbuf_vrefint_comp2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "VREFINT reference for HSI48 oscillator enable bit"] - pub const fn enref_hsi48(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "VREFINT reference for HSI48 oscillator enable bit"] - pub fn set_enref_hsi48(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "VREFINT ready flag"] - pub const fn vrefint_rdyf(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; - val != 0 - } - #[doc = "VREFINT ready flag"] - pub fn set_vrefint_rdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); - } - #[doc = "SYSCFG_CFGR3 lock bit"] - pub const fn ref_lock(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; - val != 0 - } - #[doc = "SYSCFG_CFGR3 lock bit"] - pub fn set_ref_lock(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); - } - } - impl Default for Cfgr3 { - fn default() -> Cfgr3 { - Cfgr3(0) - } - } - } -} -pub mod rcc_l0 { - use crate::generic::*; - #[doc = "Reset and clock control"] - #[derive(Copy, Clone)] - pub struct Rcc(pub *mut u8); - unsafe impl Send for Rcc {} - unsafe impl Sync for Rcc {} - impl Rcc { - #[doc = "Clock control register"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "Internal clock sources calibration register"] - pub fn icscr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "Clock recovery RC register"] - pub fn crrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Clock configuration register"] - pub fn cfgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Clock interrupt enable register"] - pub fn cier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Clock interrupt flag register"] - pub fn cifr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "Clock interrupt clear register"] - pub fn cicr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "GPIO reset register"] - pub fn ioprstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "AHB peripheral reset register"] - pub fn ahbrstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "APB2 peripheral reset register"] - pub fn apb2rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "APB1 peripheral reset register"] - pub fn apb1rstr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "GPIO clock enable register"] - pub fn iopenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "AHB peripheral clock enable register"] - pub fn ahbenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } - } - #[doc = "APB2 peripheral clock enable register"] - pub fn apb2enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(52usize)) } - } - #[doc = "APB1 peripheral clock enable register"] - pub fn apb1enr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(56usize)) } - } - #[doc = "GPIO clock enable in sleep mode register"] - pub fn iopsmen(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(60usize)) } - } - #[doc = "AHB peripheral clock enable in sleep mode register"] - pub fn ahbsmenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(64usize)) } - } - #[doc = "APB2 peripheral clock enable in sleep mode register"] - pub fn apb2smenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(68usize)) } - } - #[doc = "APB1 peripheral clock enable in sleep mode register"] - pub fn apb1smenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } - } - #[doc = "Clock configuration register"] - pub fn ccipr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - #[doc = "Control and status register"] - pub fn csr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(80usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "Clock control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "16 MHz high-speed internal clock enable"] - pub const fn hsi16on(&self) -> super::vals::Pllon { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Pllon(val as u8) - } - #[doc = "16 MHz high-speed internal clock enable"] - pub fn set_hsi16on(&mut self, val: super::vals::Pllon) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "High-speed internal clock enable bit for some IP kernels"] - pub const fn hsi16keron(&self) -> super::vals::Pllon { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Pllon(val as u8) - } - #[doc = "High-speed internal clock enable bit for some IP kernels"] - pub fn set_hsi16keron(&mut self, val: super::vals::Pllon) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "Internal high-speed clock ready flag"] - pub const fn hsi16rdyf(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Internal high-speed clock ready flag"] - pub fn set_hsi16rdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "HSI16DIVEN"] - pub const fn hsi16diven(&self) -> super::vals::Hsidiven { -======= - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiojen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioken(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioken(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "CRC peripheral clock enable"] - pub const fn crcen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "CRC peripheral clock enable"] - pub fn set_crcen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "BDMA and DMAMUX2 Clock Enable"] - pub const fn bdmaen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "BDMA and DMAMUX2 Clock Enable"] - pub fn set_bdmaen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "ADC3 Peripheral Clocks Enable"] - pub const fn adc3en(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "ADC3 Peripheral Clocks Enable"] - pub fn set_adc3en(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "HSEM peripheral clock enable"] - pub const fn hsemen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "HSEM peripheral clock enable"] - pub fn set_hsemen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "Backup RAM Clock Enable"] - pub const fn bkpramen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "Backup RAM Clock Enable"] - pub fn set_bkpramen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - } - impl Default for Ahb4enr { - fn default() -> Ahb4enr { - Ahb4enr(0) - } - } - #[doc = "RCC PLL2 Fractional Divider Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll2fracr(pub u32); - impl Pll2fracr { - #[doc = "Fractional part of the multiplication factor for PLL VCO"] - pub const fn fracn2(&self) -> u16 { - let val = (self.0 >> 3usize) & 0x1fff; - val as u16 - } - #[doc = "Fractional part of the multiplication factor for PLL VCO"] - pub fn set_fracn2(&mut self, val: u16) { - self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); - } - } - impl Default for Pll2fracr { - fn default() -> Pll2fracr { - Pll2fracr(0) - } - } - #[doc = "RCC Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr(pub u32); - impl Cfgr { - #[doc = "System clock switch"] - pub const fn sw(&self) -> super::vals::Sw { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Sw(val as u8) - } - #[doc = "System clock switch"] - pub fn set_sw(&mut self, val: super::vals::Sw) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); - } - #[doc = "System clock switch status"] - pub const fn sws(&self) -> u8 { - let val = (self.0 >> 3usize) & 0x07; - val as u8 - } - #[doc = "System clock switch status"] - pub fn set_sws(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val as u32) & 0x07) << 3usize); - } - #[doc = "System clock selection after a wake up from system Stop"] - pub const fn stopwuck(&self) -> super::vals::Stopwuck { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Stopwuck(val as u8) - } - #[doc = "System clock selection after a wake up from system Stop"] - pub fn set_stopwuck(&mut self, val: super::vals::Stopwuck) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "Kernel clock selection after a wake up from system Stop"] - pub const fn stopkerwuck(&self) -> super::vals::Stopwuck { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Stopwuck(val as u8) - } - #[doc = "Kernel clock selection after a wake up from system Stop"] - pub fn set_stopkerwuck(&mut self, val: super::vals::Stopwuck) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "HSE division factor for RTC clock"] - pub const fn rtcpre(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x3f; - val as u8 - } - #[doc = "HSE division factor for RTC clock"] - pub fn set_rtcpre(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 8usize)) | (((val as u32) & 0x3f) << 8usize); - } - #[doc = "High Resolution Timer clock prescaler selection"] - pub const fn hrtimsel(&self) -> super::vals::Hrtimsel { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Hrtimsel(val as u8) - } - #[doc = "High Resolution Timer clock prescaler selection"] - pub fn set_hrtimsel(&mut self, val: super::vals::Hrtimsel) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "Timers clocks prescaler selection"] - pub const fn timpre(&self) -> super::vals::Timpre { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Timpre(val as u8) - } - #[doc = "Timers clocks prescaler selection"] - pub fn set_timpre(&mut self, val: super::vals::Timpre) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "MCO1 prescaler"] - pub const fn mco1pre(&self) -> u8 { - let val = (self.0 >> 18usize) & 0x0f; - val as u8 - } - #[doc = "MCO1 prescaler"] - pub fn set_mco1pre(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 18usize)) | (((val as u32) & 0x0f) << 18usize); - } - #[doc = "Micro-controller clock output 1"] - pub const fn mco1(&self) -> super::vals::Mco1 { - let val = (self.0 >> 22usize) & 0x07; - super::vals::Mco1(val as u8) - } - #[doc = "Micro-controller clock output 1"] - pub fn set_mco1(&mut self, val: super::vals::Mco1) { - self.0 = (self.0 & !(0x07 << 22usize)) | (((val.0 as u32) & 0x07) << 22usize); - } - #[doc = "MCO2 prescaler"] - pub const fn mco2pre(&self) -> u8 { - let val = (self.0 >> 25usize) & 0x0f; - val as u8 - } - #[doc = "MCO2 prescaler"] - pub fn set_mco2pre(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); - } - #[doc = "Micro-controller clock output 2"] - pub const fn mco2(&self) -> super::vals::Mco2 { - let val = (self.0 >> 29usize) & 0x07; - super::vals::Mco2(val as u8) - } - #[doc = "Micro-controller clock output 2"] - pub fn set_mco2(&mut self, val: super::vals::Mco2) { - self.0 = (self.0 & !(0x07 << 29usize)) | (((val.0 as u32) & 0x07) << 29usize); - } - } - impl Default for Cfgr { - fn default() -> Cfgr { - Cfgr(0) - } - } - #[doc = "RCC APB1 High Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb1hlpenr(pub u32); - impl C1Apb1hlpenr { - #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] - pub const fn crslpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) - } - #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] - pub fn set_crslpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] - pub const fn swplpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) - } - #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] - pub fn set_swplpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "OPAMP peripheral clock enable during CSleep mode"] - pub const fn opamplpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) - } - #[doc = "OPAMP peripheral clock enable during CSleep mode"] - pub fn set_opamplpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "MDIOS peripheral clock enable during CSleep mode"] - pub const fn mdioslpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) - } - #[doc = "MDIOS peripheral clock enable during CSleep mode"] - pub fn set_mdioslpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] - pub const fn fdcanlpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) - } - #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] - pub fn set_fdcanlpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - } - impl Default for C1Apb1hlpenr { - fn default() -> C1Apb1hlpenr { - C1Apb1hlpenr(0) - } - } - #[doc = "RCC AHB1 Peripheral Reset Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb1rstr(pub u32); - impl Ahb1rstr { - #[doc = "DMA1 block reset"] - pub const fn dma1rst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "DMA1 block reset"] - pub fn set_dma1rst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2 block reset"] - pub const fn dma2rst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "DMA2 block reset"] - pub fn set_dma2rst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "ADC1&2 block reset"] - pub const fn adc12rst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "ADC1&2 block reset"] - pub fn set_adc12rst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "ETH1MAC block reset"] - pub const fn eth1macrst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "ETH1MAC block reset"] - pub fn set_eth1macrst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "USB1OTG block reset"] - pub const fn usb1otgrst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "USB1OTG block reset"] - pub fn set_usb1otgrst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "USB2OTG block reset"] - pub const fn usb2otgrst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "USB2OTG block reset"] - pub fn set_usb2otgrst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - } - impl Default for Ahb1rstr { - fn default() -> Ahb1rstr { - Ahb1rstr(0) - } - } - #[doc = "RCC Clock Source Interrupt Flag Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cifr(pub u32); - impl Cifr { - #[doc = "LSI ready Interrupt Flag"] - pub const fn lsirdyf(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "LSI ready Interrupt Flag"] - pub fn set_lsirdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "LSE ready Interrupt Flag"] - pub const fn lserdyf(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "LSE ready Interrupt Flag"] - pub fn set_lserdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "HSI ready Interrupt Flag"] - pub const fn hsirdyf(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "HSI ready Interrupt Flag"] - pub fn set_hsirdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "HSE ready Interrupt Flag"] - pub const fn hserdyf(&self) -> bool { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 3usize) & 0x01; - super::vals::Hsidiven(val as u8) - } -<<<<<<< HEAD - #[doc = "HSI16DIVEN"] - pub fn set_hsi16diven(&mut self, val: super::vals::Hsidiven) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "HSI16DIVF"] - pub const fn hsi16divf(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "HSI16DIVF"] - pub fn set_hsi16divf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "16 MHz high-speed internal clock output enable"] - pub const fn hsi16outen(&self) -> super::vals::Hsiouten { -======= - #[doc = "HSE ready Interrupt Flag"] - pub fn set_hserdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "CSI ready Interrupt Flag"] - pub const fn csirdy(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "CSI ready Interrupt Flag"] - pub fn set_csirdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "RC48 ready Interrupt Flag"] - pub const fn hsi48rdyf(&self) -> bool { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 5usize) & 0x01; - super::vals::Hsiouten(val as u8) - } - #[doc = "16 MHz high-speed internal clock output enable"] - pub fn set_hsi16outen(&mut self, val: super::vals::Hsiouten) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "MSI clock enable bit"] - pub const fn msion(&self) -> super::vals::Pllon { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Pllon(val as u8) - } - #[doc = "MSI clock enable bit"] - pub fn set_msion(&mut self, val: super::vals::Pllon) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "MSI clock ready flag"] - pub const fn msirdy(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } -<<<<<<< HEAD - #[doc = "MSI clock ready flag"] - pub fn set_msirdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "HSE clock enable bit"] - pub const fn hseon(&self) -> super::vals::Pllon { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Pllon(val as u8) - } - #[doc = "HSE clock enable bit"] - pub fn set_hseon(&mut self, val: super::vals::Pllon) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "HSE clock ready flag"] - pub const fn hserdy(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 - } - #[doc = "HSE clock ready flag"] - pub fn set_hserdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "HSE clock bypass bit"] - pub const fn hsebyp(&self) -> super::vals::Hsebyp { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Hsebyp(val as u8) - } - #[doc = "HSE clock bypass bit"] - pub fn set_hsebyp(&mut self, val: super::vals::Hsebyp) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "Clock security system on HSE enable bit"] - pub const fn csshseon(&self) -> super::vals::Pllon { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Pllon(val as u8) - } - #[doc = "Clock security system on HSE enable bit"] - pub fn set_csshseon(&mut self, val: super::vals::Pllon) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "TC/LCD prescaler"] - pub const fn rtcpre(&self) -> super::vals::Rtcpre { - let val = (self.0 >> 20usize) & 0x03; - super::vals::Rtcpre(val as u8) - } - #[doc = "TC/LCD prescaler"] - pub fn set_rtcpre(&mut self, val: super::vals::Rtcpre) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); - } - #[doc = "PLL enable bit"] - pub const fn pllon(&self) -> super::vals::Pllon { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Pllon(val as u8) - } - #[doc = "PLL enable bit"] - pub fn set_pllon(&mut self, val: super::vals::Pllon) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "PLL clock ready flag"] - pub const fn pllrdy(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 - } - #[doc = "PLL clock ready flag"] - pub fn set_pllrdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); - } - } - impl Default for Cr { - fn default() -> Cr { - Cr(0) - } - } - #[doc = "Internal clock sources calibration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Icscr(pub u32); - impl Icscr { - #[doc = "nternal high speed clock calibration"] - pub const fn hsi16cal(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "nternal high speed clock calibration"] - pub fn set_hsi16cal(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - #[doc = "High speed internal clock trimming"] - pub const fn hsi16trim(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x1f; - val as u8 - } - #[doc = "High speed internal clock trimming"] - pub fn set_hsi16trim(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); - } - #[doc = "MSI clock ranges"] - pub const fn msirange(&self) -> super::vals::Msirange { - let val = (self.0 >> 13usize) & 0x07; - super::vals::Msirange(val as u8) - } - #[doc = "MSI clock ranges"] - pub fn set_msirange(&mut self, val: super::vals::Msirange) { - self.0 = (self.0 & !(0x07 << 13usize)) | (((val.0 as u32) & 0x07) << 13usize); - } - #[doc = "MSI clock calibration"] - pub const fn msical(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; - val as u8 - } - #[doc = "MSI clock calibration"] - pub fn set_msical(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); - } - #[doc = "MSI clock trimming"] - pub const fn msitrim(&self) -> u8 { - let val = (self.0 >> 24usize) & 0xff; - val as u8 - } - #[doc = "MSI clock trimming"] - pub fn set_msitrim(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 24usize)) | (((val as u32) & 0xff) << 24usize); -======= - #[doc = "RCC APB1 Low Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1llpenr(pub u32); - impl Apb1llpenr { - #[doc = "TIM2 peripheral clock enable during CSleep mode"] - pub const fn tim2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM2 peripheral clock enable during CSleep mode"] - pub fn set_tim2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM3 peripheral clock enable during CSleep mode"] - pub const fn tim3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM3 peripheral clock enable during CSleep mode"] - pub fn set_tim3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "TIM4 peripheral clock enable during CSleep mode"] - pub const fn tim4lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM4 peripheral clock enable during CSleep mode"] - pub fn set_tim4lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "TIM5 peripheral clock enable during CSleep mode"] - pub const fn tim5lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM5 peripheral clock enable during CSleep mode"] - pub fn set_tim5lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "TIM6 peripheral clock enable during CSleep mode"] - pub const fn tim6lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM6 peripheral clock enable during CSleep mode"] - pub fn set_tim6lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "TIM7 peripheral clock enable during CSleep mode"] - pub const fn tim7lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM7 peripheral clock enable during CSleep mode"] - pub fn set_tim7lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "TIM12 peripheral clock enable during CSleep mode"] - pub const fn tim12lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM12 peripheral clock enable during CSleep mode"] - pub fn set_tim12lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "TIM13 peripheral clock enable during CSleep mode"] - pub const fn tim13lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM13 peripheral clock enable during CSleep mode"] - pub fn set_tim13lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "TIM14 peripheral clock enable during CSleep mode"] - pub const fn tim14lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM14 peripheral clock enable during CSleep mode"] - pub fn set_tim14lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim1lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim1lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] - pub const fn spdifrxlpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spdifrxlpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart4lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart4lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart5lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart5lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c1lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c1lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] - pub const fn ceclpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] - pub fn set_ceclpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] - pub const fn dac12lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] - pub fn set_dac12lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart7lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart7lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart8lpen(&self) -> super::vals::Apb1llpenrTim2lpen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Apb1llpenrTim2lpen(val as u8) - } - #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart8lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for Apb1llpenr { - fn default() -> Apb1llpenr { - Apb1llpenr(0) - } - } - #[doc = "RCC AHB1 Peripheral Reset Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb1rstr(pub u32); - impl Ahb1rstr { - #[doc = "DMA1 block reset"] - pub const fn dma1rst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "DMA1 block reset"] - pub fn set_dma1rst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2 block reset"] - pub const fn dma2rst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "DMA2 block reset"] - pub fn set_dma2rst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "ADC1&2 block reset"] - pub const fn adc12rst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "ADC1&2 block reset"] - pub fn set_adc12rst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "ETH1MAC block reset"] - pub const fn eth1macrst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "ETH1MAC block reset"] - pub fn set_eth1macrst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "USB1OTG block reset"] - pub const fn usb1otgrst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "USB1OTG block reset"] - pub fn set_usb1otgrst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "USB2OTG block reset"] - pub const fn usb2otgrst(&self) -> super::vals::Dma1rst { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Dma1rst(val as u8) - } - #[doc = "USB2OTG block reset"] - pub fn set_usb2otgrst(&mut self, val: super::vals::Dma1rst) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - } - impl Default for Ahb1rstr { - fn default() -> Ahb1rstr { - Ahb1rstr(0) - } - } - #[doc = "RCC AHB2 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb2enr(pub u32); - impl Ahb2enr { - #[doc = "DCMI peripheral clock"] - pub const fn dcmien(&self) -> super::vals::Ahb2enrDcmien { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) - } - #[doc = "DCMI peripheral clock"] - pub fn set_dcmien(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "CRYPT peripheral clock enable"] - pub const fn crypten(&self) -> super::vals::Ahb2enrDcmien { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) - } - #[doc = "CRYPT peripheral clock enable"] - pub fn set_crypten(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "HASH peripheral clock enable"] - pub const fn hashen(&self) -> super::vals::Ahb2enrDcmien { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) - } - #[doc = "HASH peripheral clock enable"] - pub fn set_hashen(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "RNG peripheral clocks enable"] - pub const fn rngen(&self) -> super::vals::Ahb2enrDcmien { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) - } - #[doc = "RNG peripheral clocks enable"] - pub fn set_rngen(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "SDMMC2 and SDMMC2 delay clock enable"] - pub const fn sdmmc2en(&self) -> super::vals::Ahb2enrDcmien { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) - } - #[doc = "SDMMC2 and SDMMC2 delay clock enable"] - pub fn set_sdmmc2en(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SRAM1 block enable"] - pub const fn sram1en(&self) -> super::vals::Ahb2enrDcmien { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) - } - #[doc = "SRAM1 block enable"] - pub fn set_sram1en(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "SRAM2 block enable"] - pub const fn sram2en(&self) -> super::vals::Ahb2enrDcmien { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) - } - #[doc = "SRAM2 block enable"] - pub fn set_sram2en(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "SRAM3 block enable"] - pub const fn sram3en(&self) -> super::vals::Ahb2enrDcmien { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Ahb2enrDcmien(val as u8) - } - #[doc = "SRAM3 block enable"] - pub fn set_sram3en(&mut self, val: super::vals::Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for Ahb2enr { - fn default() -> Ahb2enr { - Ahb2enr(0) - } - } - #[doc = "RCC PLLs Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pllcfgr(pub u32); - impl Pllcfgr { - #[doc = "PLL1 fractional latch enable"] - pub fn pllfracen(&self, n: usize) -> super::vals::Pll1fracen { - assert!(n < 3usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Pll1fracen(val as u8) - } - #[doc = "PLL1 fractional latch enable"] - pub fn set_pllfracen(&mut self, n: usize, val: super::vals::Pll1fracen) { - assert!(n < 3usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "PLL1 VCO selection"] - pub fn pllvcosel(&self, n: usize) -> super::vals::Pll1vcosel { - assert!(n < 3usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Pll1vcosel(val as u8) - } - #[doc = "PLL1 VCO selection"] - pub fn set_pllvcosel(&mut self, n: usize, val: super::vals::Pll1vcosel) { - assert!(n < 3usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "PLL1 input frequency range"] - pub fn pllrge(&self, n: usize) -> super::vals::Pll1rge { - assert!(n < 3usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Pll1rge(val as u8) - } - #[doc = "PLL1 input frequency range"] - pub fn set_pllrge(&mut self, n: usize, val: super::vals::Pll1rge) { - assert!(n < 3usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - #[doc = "PLL1 DIVP divider output enable"] - pub fn divpen(&self, n: usize) -> super::vals::Divp1en { - assert!(n < 3usize); - let offs = 16usize + n * 3usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Divp1en(val as u8) - } - #[doc = "PLL1 DIVP divider output enable"] - pub fn set_divpen(&mut self, n: usize, val: super::vals::Divp1en) { - assert!(n < 3usize); - let offs = 16usize + n * 3usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "PLL1 DIVQ divider output enable"] - pub fn divqen(&self, n: usize) -> super::vals::Divp1en { - assert!(n < 3usize); - let offs = 17usize + n * 3usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Divp1en(val as u8) - } - #[doc = "PLL1 DIVQ divider output enable"] - pub fn set_divqen(&mut self, n: usize, val: super::vals::Divp1en) { - assert!(n < 3usize); - let offs = 17usize + n * 3usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "PLL1 DIVR divider output enable"] - pub fn divren(&self, n: usize) -> super::vals::Divp1en { - assert!(n < 3usize); - let offs = 18usize + n * 3usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Divp1en(val as u8) - } - #[doc = "PLL1 DIVR divider output enable"] - pub fn set_divren(&mut self, n: usize, val: super::vals::Divp1en) { - assert!(n < 3usize); - let offs = 18usize + n * 3usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - } - impl Default for Pllcfgr { - fn default() -> Pllcfgr { - Pllcfgr(0) - } - } - #[doc = "RCC APB2 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb2lpenr(pub u32); - impl C1Apb2lpenr { - #[doc = "TIM1 peripheral clock enable during CSleep mode"] - pub const fn tim1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM1 peripheral clock enable during CSleep mode"] - pub fn set_tim1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM8 peripheral clock enable during CSleep mode"] - pub const fn tim8lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM8 peripheral clock enable during CSleep mode"] - pub fn set_tim8lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart6lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart6lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi4lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 13usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi4lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "TIM15 peripheral clock enable during CSleep mode"] - pub const fn tim15lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM15 peripheral clock enable during CSleep mode"] - pub fn set_tim15lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "TIM16 peripheral clock enable during CSleep mode"] - pub const fn tim16lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM16 peripheral clock enable during CSleep mode"] - pub fn set_tim16lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "TIM17 peripheral clock enable during CSleep mode"] - pub const fn tim17lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM17 peripheral clock enable during CSleep mode"] - pub fn set_tim17lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi5lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi5lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai2lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai2lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai3lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai3lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn dfsdm1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_dfsdm1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "HRTIM peripheral clock enable during CSleep mode"] - pub const fn hrtimlpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "HRTIM peripheral clock enable during CSleep mode"] - pub fn set_hrtimlpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - } - impl Default for C1Apb2lpenr { - fn default() -> C1Apb2lpenr { - C1Apb2lpenr(0) - } - } - #[doc = "RCC Domain 1 Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D1cfgr(pub u32); - impl D1cfgr { - #[doc = "D1 domain AHB prescaler"] - pub const fn hpre(&self) -> super::vals::Hpre { - let val = (self.0 >> 0usize) & 0x0f; - super::vals::Hpre(val as u8) - } - #[doc = "D1 domain AHB prescaler"] - pub fn set_hpre(&mut self, val: super::vals::Hpre) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val.0 as u32) & 0x0f) << 0usize); - } - #[doc = "D1 domain APB3 prescaler"] - pub const fn d1ppre(&self) -> super::vals::D1ppre { - let val = (self.0 >> 4usize) & 0x07; - super::vals::D1ppre(val as u8) - } - #[doc = "D1 domain APB3 prescaler"] - pub fn set_d1ppre(&mut self, val: super::vals::D1ppre) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } - #[doc = "D1 domain Core prescaler"] - pub const fn d1cpre(&self) -> super::vals::Hpre { - let val = (self.0 >> 8usize) & 0x0f; - super::vals::Hpre(val as u8) - } - #[doc = "D1 domain Core prescaler"] - pub fn set_d1cpre(&mut self, val: super::vals::Hpre) { - self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); - } - } - impl Default for D1cfgr { - fn default() -> D1cfgr { - D1cfgr(0) - } - } - #[doc = "RCC Internal Clock Source Calibration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Icscr(pub u32); - impl Icscr { - #[doc = "HSI clock calibration"] - pub const fn hsical(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 - } - #[doc = "HSI clock calibration"] - pub fn set_hsical(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); - } - #[doc = "HSI clock trimming"] - pub const fn hsitrim(&self) -> u8 { - let val = (self.0 >> 12usize) & 0x3f; - val as u8 - } - #[doc = "HSI clock trimming"] - pub fn set_hsitrim(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 12usize)) | (((val as u32) & 0x3f) << 12usize); - } - #[doc = "CSI clock calibration"] - pub const fn csical(&self) -> u8 { - let val = (self.0 >> 18usize) & 0xff; - val as u8 - } - #[doc = "CSI clock calibration"] - pub fn set_csical(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 18usize)) | (((val as u32) & 0xff) << 18usize); - } - #[doc = "CSI clock trimming"] - pub const fn csitrim(&self) -> u8 { - let val = (self.0 >> 26usize) & 0x1f; - val as u8 - } - #[doc = "CSI clock trimming"] - pub fn set_csitrim(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 26usize)) | (((val as u32) & 0x1f) << 26usize); ->>>>>>> c084e70 (Update generated code) - } - } - impl Default for Icscr { - fn default() -> Icscr { - Icscr(0) - } - } -<<<<<<< HEAD - #[doc = "Control and status register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Csr(pub u32); - impl Csr { - #[doc = "Internal low-speed oscillator enable"] - pub const fn lsion(&self) -> super::vals::Csslseon { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Csslseon(val as u8) - } - #[doc = "Internal low-speed oscillator enable"] - pub fn set_lsion(&mut self, val: super::vals::Csslseon) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Internal low-speed oscillator ready bit"] - pub const fn lsirdy(&self) -> super::vals::Lserdy { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Lserdy(val as u8) - } - #[doc = "Internal low-speed oscillator ready bit"] - pub fn set_lsirdy(&mut self, val: super::vals::Lserdy) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "External low-speed oscillator enable bit"] - pub const fn lseon(&self) -> super::vals::Csslseon { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Csslseon(val as u8) - } - #[doc = "External low-speed oscillator enable bit"] - pub fn set_lseon(&mut self, val: super::vals::Csslseon) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "External low-speed oscillator ready bit"] - pub const fn lserdy(&self) -> super::vals::Lserdy { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Lserdy(val as u8) - } - #[doc = "External low-speed oscillator ready bit"] - pub fn set_lserdy(&mut self, val: super::vals::Lserdy) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "External low-speed oscillator bypass bit"] - pub const fn lsebyp(&self) -> super::vals::Lsebyp { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Lsebyp(val as u8) - } - #[doc = "External low-speed oscillator bypass bit"] - pub fn set_lsebyp(&mut self, val: super::vals::Lsebyp) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "LSEDRV"] - pub const fn lsedrv(&self) -> super::vals::Lsedrv { - let val = (self.0 >> 11usize) & 0x03; - super::vals::Lsedrv(val as u8) - } - #[doc = "LSEDRV"] - pub fn set_lsedrv(&mut self, val: super::vals::Lsedrv) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); - } - #[doc = "CSSLSEON"] - pub const fn csslseon(&self) -> super::vals::Csslseon { - let val = (self.0 >> 13usize) & 0x01; - super::vals::Csslseon(val as u8) - } - #[doc = "CSSLSEON"] - pub fn set_csslseon(&mut self, val: super::vals::Csslseon) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "CSS on LSE failure detection flag"] - pub const fn csslsed(&self) -> super::vals::Csslsed { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Csslsed(val as u8) - } - #[doc = "CSS on LSE failure detection flag"] - pub fn set_csslsed(&mut self, val: super::vals::Csslsed) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "RTC and LCD clock source selection bits"] - pub const fn rtcsel(&self) -> super::vals::Rtcsel { - let val = (self.0 >> 16usize) & 0x03; - super::vals::Rtcsel(val as u8) - } - #[doc = "RTC and LCD clock source selection bits"] - pub fn set_rtcsel(&mut self, val: super::vals::Rtcsel) { - self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); - } - #[doc = "RTC clock enable bit"] - pub const fn rtcen(&self) -> super::vals::Rtcen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Rtcen(val as u8) - } - #[doc = "RTC clock enable bit"] - pub fn set_rtcen(&mut self, val: super::vals::Rtcen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "RTC software reset bit"] - pub const fn rtcrst(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 - } - #[doc = "RTC software reset bit"] - pub fn set_rtcrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); - } - #[doc = "Remove reset flag"] - pub const fn rmvf(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 - } - #[doc = "Remove reset flag"] - pub fn set_rmvf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); - } - #[doc = "OBLRSTF"] - pub const fn oblrstf(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 - } - #[doc = "OBLRSTF"] - pub fn set_oblrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); - } - #[doc = "PIN reset flag"] - pub const fn pinrstf(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 - } - #[doc = "PIN reset flag"] - pub fn set_pinrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); - } - #[doc = "POR/PDR reset flag"] - pub const fn porrstf(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 - } - #[doc = "POR/PDR reset flag"] - pub fn set_porrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); - } - #[doc = "Software reset flag"] - pub const fn sftrstf(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 - } - #[doc = "Software reset flag"] - pub fn set_sftrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); - } - #[doc = "Independent watchdog reset flag"] - pub const fn iwdgrstf(&self) -> bool { - let val = (self.0 >> 29usize) & 0x01; - val != 0 - } - #[doc = "Independent watchdog reset flag"] - pub fn set_iwdgrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); - } - #[doc = "Window watchdog reset flag"] - pub const fn wwdgrstf(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; - val != 0 - } - #[doc = "Window watchdog reset flag"] - pub fn set_wwdgrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); - } - #[doc = "Low-power reset flag"] - pub const fn lpwrrstf(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; - val != 0 - } - #[doc = "Low-power reset flag"] - pub fn set_lpwrrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); - } - } - impl Default for Csr { - fn default() -> Csr { - Csr(0) - } - } - #[doc = "Clock configuration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr(pub u32); - impl Cfgr { - #[doc = "System clock switch"] - pub const fn sw(&self) -> super::vals::Sw { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Sw(val as u8) - } - #[doc = "System clock switch"] - pub fn set_sw(&mut self, val: super::vals::Sw) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); - } - #[doc = "System clock switch status"] - pub const fn sws(&self) -> super::vals::Sws { - let val = (self.0 >> 2usize) & 0x03; - super::vals::Sws(val as u8) - } - #[doc = "System clock switch status"] - pub fn set_sws(&mut self, val: super::vals::Sws) { - self.0 = (self.0 & !(0x03 << 2usize)) | (((val.0 as u32) & 0x03) << 2usize); - } - #[doc = "AHB prescaler"] - pub const fn hpre(&self) -> super::vals::Hpre { - let val = (self.0 >> 4usize) & 0x0f; - super::vals::Hpre(val as u8) - } - #[doc = "AHB prescaler"] - pub fn set_hpre(&mut self, val: super::vals::Hpre) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val.0 as u32) & 0x0f) << 4usize); - } - #[doc = "APB low-speed prescaler (APB1)"] - pub fn ppre(&self, n: usize) -> super::vals::Ppre { - assert!(n < 2usize); - let offs = 8usize + n * 3usize; - let val = (self.0 >> offs) & 0x07; - super::vals::Ppre(val as u8) - } - #[doc = "APB low-speed prescaler (APB1)"] - pub fn set_ppre(&mut self, n: usize, val: super::vals::Ppre) { - assert!(n < 2usize); - let offs = 8usize + n * 3usize; - self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); - } - #[doc = "Wake-up from stop clock selection"] - pub const fn stopwuck(&self) -> super::vals::Stopwuck { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Stopwuck(val as u8) - } - #[doc = "Wake-up from stop clock selection"] - pub fn set_stopwuck(&mut self, val: super::vals::Stopwuck) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "PLL entry clock source"] - pub const fn pllsrc(&self) -> super::vals::Pllsrc { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Pllsrc(val as u8) - } - #[doc = "PLL entry clock source"] - pub fn set_pllsrc(&mut self, val: super::vals::Pllsrc) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "PLL multiplication factor"] - pub const fn pllmul(&self) -> super::vals::Pllmul { - let val = (self.0 >> 18usize) & 0x0f; - super::vals::Pllmul(val as u8) - } - #[doc = "PLL multiplication factor"] - pub fn set_pllmul(&mut self, val: super::vals::Pllmul) { - self.0 = (self.0 & !(0x0f << 18usize)) | (((val.0 as u32) & 0x0f) << 18usize); - } - #[doc = "PLL output division"] - pub const fn plldiv(&self) -> super::vals::Plldiv { - let val = (self.0 >> 22usize) & 0x03; - super::vals::Plldiv(val as u8) - } - #[doc = "PLL output division"] - pub fn set_plldiv(&mut self, val: super::vals::Plldiv) { - self.0 = (self.0 & !(0x03 << 22usize)) | (((val.0 as u32) & 0x03) << 22usize); - } - #[doc = "Microcontroller clock output selection"] - pub const fn mcosel(&self) -> super::vals::Mcosel { - let val = (self.0 >> 24usize) & 0x0f; - super::vals::Mcosel(val as u8) - } - #[doc = "Microcontroller clock output selection"] - pub fn set_mcosel(&mut self, val: super::vals::Mcosel) { - self.0 = (self.0 & !(0x0f << 24usize)) | (((val.0 as u32) & 0x0f) << 24usize); - } - #[doc = "Microcontroller clock output prescaler"] - pub const fn mcopre(&self) -> super::vals::Mcopre { - let val = (self.0 >> 28usize) & 0x07; - super::vals::Mcopre(val as u8) - } - #[doc = "Microcontroller clock output prescaler"] - pub fn set_mcopre(&mut self, val: super::vals::Mcopre) { - self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); - } - } - impl Default for Cfgr { - fn default() -> Cfgr { - Cfgr(0) - } - } - #[doc = "Clock recovery RC register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crrcr(pub u32); - impl Crrcr { - #[doc = "48MHz HSI clock enable bit"] - pub const fn hsi48on(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "48MHz HSI clock enable bit"] - pub fn set_hsi48on(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "48MHz HSI clock ready flag"] - pub const fn hsi48rdy(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "48MHz HSI clock ready flag"] - pub fn set_hsi48rdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "48 MHz HSI clock divided by 6 output enable"] - pub const fn hsi48div6en(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "48 MHz HSI clock divided by 6 output enable"] - pub fn set_hsi48div6en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "48 MHz HSI clock calibration"] - pub const fn hsi48cal(&self) -> u8 { - let val = (self.0 >> 8usize) & 0xff; - val as u8 - } - #[doc = "48 MHz HSI clock calibration"] - pub fn set_hsi48cal(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); - } - } - impl Default for Crrcr { - fn default() -> Crrcr { - Crrcr(0) - } - } - #[doc = "GPIO clock enable in sleep mode register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Iopsmen(pub u32); - impl Iopsmen { - #[doc = "IOPASMEN"] - pub const fn iopasmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Iophsmen(val as u8) - } - #[doc = "IOPASMEN"] - pub fn set_iopasmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "IOPBSMEN"] - pub const fn iopbsmen(&self) -> super::vals::Iophsmen { -======= - #[doc = "RC48 ready Interrupt Flag"] - pub fn set_hsi48rdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "PLL1 ready Interrupt Flag"] - pub fn pllrdyf(&self, n: usize) -> bool { - assert!(n < 3usize); - let offs = 6usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "PLL1 ready Interrupt Flag"] - pub fn set_pllrdyf(&mut self, n: usize, val: bool) { - assert!(n < 3usize); - let offs = 6usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "LSE clock security system Interrupt Flag"] - pub const fn lsecssf(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "LSE clock security system Interrupt Flag"] - pub fn set_lsecssf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "HSE clock security system Interrupt Flag"] - pub const fn hsecssf(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "HSE clock security system Interrupt Flag"] - pub fn set_hsecssf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - } - impl Default for Cifr { - fn default() -> Cifr { - Cifr(0) - } - } - #[doc = "RCC Domain 2 Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D2cfgr(pub u32); - impl D2cfgr { - #[doc = "D2 domain APB1 prescaler"] - pub const fn d2ppre1(&self) -> super::vals::D2ppre1 { - let val = (self.0 >> 4usize) & 0x07; - super::vals::D2ppre1(val as u8) - } - #[doc = "D2 domain APB1 prescaler"] - pub fn set_d2ppre1(&mut self, val: super::vals::D2ppre1) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } - #[doc = "D2 domain APB2 prescaler"] - pub const fn d2ppre2(&self) -> super::vals::D2ppre1 { - let val = (self.0 >> 8usize) & 0x07; - super::vals::D2ppre1(val as u8) - } - #[doc = "D2 domain APB2 prescaler"] - pub fn set_d2ppre2(&mut self, val: super::vals::D2ppre1) { - self.0 = (self.0 & !(0x07 << 8usize)) | (((val.0 as u32) & 0x07) << 8usize); - } - } - impl Default for D2cfgr { - fn default() -> D2cfgr { - D2cfgr(0) - } - } - #[doc = "RCC Domain 1 Kernel Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D1ccipr(pub u32); - impl D1ccipr { - #[doc = "FMC kernel clock source selection"] - pub const fn fmcsel(&self) -> super::vals::Fmcsel { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Fmcsel(val as u8) - } - #[doc = "FMC kernel clock source selection"] - pub fn set_fmcsel(&mut self, val: super::vals::Fmcsel) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); - } - #[doc = "QUADSPI kernel clock source selection"] - pub const fn qspisel(&self) -> super::vals::Fmcsel { - let val = (self.0 >> 4usize) & 0x03; - super::vals::Fmcsel(val as u8) - } - #[doc = "QUADSPI kernel clock source selection"] - pub fn set_qspisel(&mut self, val: super::vals::Fmcsel) { - self.0 = (self.0 & !(0x03 << 4usize)) | (((val.0 as u32) & 0x03) << 4usize); - } - #[doc = "SDMMC kernel clock source selection"] - pub const fn sdmmcsel(&self) -> super::vals::Sdmmcsel { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Sdmmcsel(val as u8) - } - #[doc = "SDMMC kernel clock source selection"] - pub fn set_sdmmcsel(&mut self, val: super::vals::Sdmmcsel) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "per_ck clock source selection"] - pub const fn ckpersel(&self) -> super::vals::Ckpersel { - let val = (self.0 >> 28usize) & 0x03; - super::vals::Ckpersel(val as u8) - } - #[doc = "per_ck clock source selection"] - pub fn set_ckpersel(&mut self, val: super::vals::Ckpersel) { - self.0 = (self.0 & !(0x03 << 28usize)) | (((val.0 as u32) & 0x03) << 28usize); - } - } - impl Default for D1ccipr { - fn default() -> D1ccipr { - D1ccipr(0) - } - } - #[doc = "RCC APB4 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb4lpenr(pub u32); - impl C1Apb4lpenr { - #[doc = "SYSCFG peripheral clock enable during CSleep mode"] - pub const fn syscfglpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "SYSCFG peripheral clock enable during CSleep mode"] - pub fn set_syscfglpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lpuart1lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lpuart1lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi6lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi6lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim2lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim2lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim3lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim3lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim5lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim5lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] - pub const fn comp12lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] - pub fn set_comp12lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "VREF peripheral clock enable during CSleep mode"] - pub const fn vreflpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "VREF peripheral clock enable during CSleep mode"] - pub fn set_vreflpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "RTC APB Clock Enable During CSleep Mode"] - pub const fn rtcapblpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "RTC APB Clock Enable During CSleep Mode"] - pub fn set_rtcapblpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - } - impl Default for C1Apb4lpenr { - fn default() -> C1Apb4lpenr { - C1Apb4lpenr(0) - } - } - #[doc = "RCC AHB1 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb1enr(pub u32); - impl C1Ahb1enr { - #[doc = "DMA1 Clock Enable"] - pub const fn dma1en(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "DMA1 Clock Enable"] - pub fn set_dma1en(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2 Clock Enable"] - pub const fn dma2en(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "DMA2 Clock Enable"] - pub fn set_dma2en(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "ADC1/2 Peripheral Clocks Enable"] - pub const fn adc12en(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "ADC1/2 Peripheral Clocks Enable"] - pub fn set_adc12en(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Ethernet MAC bus interface Clock Enable"] - pub const fn eth1macen(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet MAC bus interface Clock Enable"] - pub fn set_eth1macen(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Ethernet Transmission Clock Enable"] - pub const fn eth1txen(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet Transmission Clock Enable"] - pub fn set_eth1txen(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "Ethernet Reception Clock Enable"] - pub const fn eth1rxen(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet Reception Clock Enable"] - pub fn set_eth1rxen(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USB1OTG Peripheral Clocks Enable"] - pub const fn usb1otgen(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 25usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "USB1OTG Peripheral Clocks Enable"] - pub fn set_usb1otgen(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "USB_PHY1 Clocks Enable"] - pub const fn usb1ulpien(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 26usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "USB_PHY1 Clocks Enable"] - pub fn set_usb1ulpien(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); - } - #[doc = "USB2OTG Peripheral Clocks Enable"] - pub const fn usb2otgen(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 27usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "USB2OTG Peripheral Clocks Enable"] - pub fn set_usb2otgen(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "USB_PHY2 Clocks Enable"] - pub const fn usb2ulpien(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "USB_PHY2 Clocks Enable"] - pub fn set_usb2ulpien(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - } - impl Default for C1Ahb1enr { - fn default() -> C1Ahb1enr { - C1Ahb1enr(0) - } - } - #[doc = "RCC APB1 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb1henr(pub u32); - impl C1Apb1henr { - #[doc = "Clock Recovery System peripheral clock enable"] - pub const fn crsen(&self) -> super::vals::C1Apb1henrCrsen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) - } - #[doc = "Clock Recovery System peripheral clock enable"] - pub fn set_crsen(&mut self, val: super::vals::C1Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "SWPMI Peripheral Clocks Enable"] - pub const fn swpen(&self) -> super::vals::C1Apb1henrCrsen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) - } - #[doc = "SWPMI Peripheral Clocks Enable"] - pub fn set_swpen(&mut self, val: super::vals::C1Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "OPAMP peripheral clock enable"] - pub const fn opampen(&self) -> super::vals::C1Apb1henrCrsen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) - } - #[doc = "OPAMP peripheral clock enable"] - pub fn set_opampen(&mut self, val: super::vals::C1Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "MDIOS peripheral clock enable"] - pub const fn mdiosen(&self) -> super::vals::C1Apb1henrCrsen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) - } - #[doc = "MDIOS peripheral clock enable"] - pub fn set_mdiosen(&mut self, val: super::vals::C1Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FDCAN Peripheral Clocks Enable"] - pub const fn fdcanen(&self) -> super::vals::C1Apb1henrCrsen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Apb1henrCrsen(val as u8) - } - #[doc = "FDCAN Peripheral Clocks Enable"] - pub fn set_fdcanen(&mut self, val: super::vals::C1Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - } - impl Default for C1Apb1henr { - fn default() -> C1Apb1henr { - C1Apb1henr(0) -======= - #[doc = "RCC APB1 Peripheral Reset Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1hrstr(pub u32); - impl Apb1hrstr { - #[doc = "Clock Recovery System reset"] - pub const fn crsrst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Crsrst(val as u8) - } - #[doc = "Clock Recovery System reset"] - pub fn set_crsrst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "SWPMI block reset"] - pub const fn swprst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Crsrst(val as u8) - } - #[doc = "SWPMI block reset"] - pub fn set_swprst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "OPAMP block reset"] - pub const fn opamprst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Crsrst(val as u8) - } - #[doc = "OPAMP block reset"] - pub fn set_opamprst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "MDIOS block reset"] - pub const fn mdiosrst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Crsrst(val as u8) - } - #[doc = "MDIOS block reset"] - pub fn set_mdiosrst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FDCAN block reset"] - pub const fn fdcanrst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Crsrst(val as u8) - } - #[doc = "FDCAN block reset"] - pub fn set_fdcanrst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - } - impl Default for Apb1hrstr { - fn default() -> Apb1hrstr { - Apb1hrstr(0) - } - } - #[doc = "RCC AHB4 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb4lpenr(pub u32); - impl Ahb4lpenr { - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioalpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioalpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioblpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioblpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioclpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioclpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiodlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiodlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioelpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioelpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioflpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioflpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioglpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioglpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiohlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiohlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioilpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioilpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiojlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiojlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioklpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioklpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "CRC peripheral clock enable during CSleep mode"] - pub const fn crclpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "CRC peripheral clock enable during CSleep mode"] - pub fn set_crclpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "BDMA Clock Enable During CSleep Mode"] - pub const fn bdmalpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "BDMA Clock Enable During CSleep Mode"] - pub fn set_bdmalpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn adc3lpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_adc3lpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "Backup RAM Clock Enable During CSleep Mode"] - pub const fn bkpramlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "Backup RAM Clock Enable During CSleep Mode"] - pub fn set_bkpramlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "SRAM4 Clock Enable During CSleep Mode"] - pub const fn sram4lpen(&self) -> super::vals::Ahb4lpenrGpioalpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "SRAM4 Clock Enable During CSleep Mode"] - pub fn set_sram4lpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - } - impl Default for Ahb4lpenr { - fn default() -> Ahb4lpenr { - Ahb4lpenr(0) - } - } - #[doc = "RCC PLL1 Fractional Divider Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll1fracr(pub u32); - impl Pll1fracr { - #[doc = "Fractional part of the multiplication factor for PLL1 VCO"] - pub const fn fracn1(&self) -> u16 { - let val = (self.0 >> 3usize) & 0x1fff; - val as u16 - } - #[doc = "Fractional part of the multiplication factor for PLL1 VCO"] - pub fn set_fracn1(&mut self, val: u16) { - self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); - } - } - impl Default for Pll1fracr { - fn default() -> Pll1fracr { - Pll1fracr(0) - } - } - #[doc = "RCC Reset Status Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Rsr(pub u32); - impl C1Rsr { - #[doc = "Remove reset flag"] - pub const fn rmvf(&self) -> super::vals::C1RsrRmvf { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1RsrRmvf(val as u8) - } - #[doc = "Remove reset flag"] - pub fn set_rmvf(&mut self, val: super::vals::C1RsrRmvf) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "CPU reset flag"] - pub const fn cpurstf(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 - } - #[doc = "CPU reset flag"] - pub fn set_cpurstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "D1 domain power switch reset flag"] - pub const fn d1rstf(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 - } - #[doc = "D1 domain power switch reset flag"] - pub fn set_d1rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); - } - #[doc = "D2 domain power switch reset flag"] - pub const fn d2rstf(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 - } - #[doc = "D2 domain power switch reset flag"] - pub fn set_d2rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); - } - #[doc = "BOR reset flag"] - pub const fn borrstf(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 - } - #[doc = "BOR reset flag"] - pub fn set_borrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); - } - #[doc = "Pin reset flag (NRST)"] - pub const fn pinrstf(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 - } - #[doc = "Pin reset flag (NRST)"] - pub fn set_pinrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - #[doc = "POR/PDR reset flag"] - pub const fn porrstf(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 - } - #[doc = "POR/PDR reset flag"] - pub fn set_porrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); - } - #[doc = "System reset from CPU reset flag"] - pub const fn sftrstf(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 - } - #[doc = "System reset from CPU reset flag"] - pub fn set_sftrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); - } - #[doc = "Independent Watchdog reset flag"] - pub const fn iwdg1rstf(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 - } - #[doc = "Independent Watchdog reset flag"] - pub fn set_iwdg1rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); - } - #[doc = "Window Watchdog reset flag"] - pub const fn wwdg1rstf(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 - } - #[doc = "Window Watchdog reset flag"] - pub fn set_wwdg1rstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); - } - #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] - pub const fn lpwrrstf(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; - val != 0 - } - #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] - pub fn set_lpwrrstf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); - } - } - impl Default for C1Rsr { - fn default() -> C1Rsr { - C1Rsr(0) - } - } - #[doc = "RCC APB2 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb2enr(pub u32); - impl C1Apb2enr { - #[doc = "TIM1 peripheral clock enable"] - pub const fn tim1en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "TIM1 peripheral clock enable"] - pub fn set_tim1en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM8 peripheral clock enable"] - pub const fn tim8en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "TIM8 peripheral clock enable"] - pub fn set_tim8en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "USART1 Peripheral Clocks Enable"] - pub const fn usart1en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "USART1 Peripheral Clocks Enable"] - pub fn set_usart1en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "USART6 Peripheral Clocks Enable"] - pub const fn usart6en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "USART6 Peripheral Clocks Enable"] - pub fn set_usart6en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "SPI1 Peripheral Clocks Enable"] - pub const fn spi1en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "SPI1 Peripheral Clocks Enable"] - pub fn set_spi1en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "SPI4 Peripheral Clocks Enable"] - pub const fn spi4en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 13usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "SPI4 Peripheral Clocks Enable"] - pub fn set_spi4en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "TIM15 peripheral clock enable"] - pub const fn tim15en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "TIM15 peripheral clock enable"] - pub fn set_tim15en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "TIM16 peripheral clock enable"] - pub const fn tim16en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "TIM16 peripheral clock enable"] - pub fn set_tim16en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "TIM17 peripheral clock enable"] - pub const fn tim17en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 18usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "TIM17 peripheral clock enable"] - pub fn set_tim17en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "SPI5 Peripheral Clocks Enable"] - pub const fn spi5en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 20usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "SPI5 Peripheral Clocks Enable"] - pub fn set_spi5en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "SAI1 Peripheral Clocks Enable"] - pub const fn sai1en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 22usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "SAI1 Peripheral Clocks Enable"] - pub fn set_sai1en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "SAI2 Peripheral Clocks Enable"] - pub const fn sai2en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 23usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "SAI2 Peripheral Clocks Enable"] - pub fn set_sai2en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "SAI3 Peripheral Clocks Enable"] - pub const fn sai3en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 24usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "SAI3 Peripheral Clocks Enable"] - pub fn set_sai3en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "DFSDM1 Peripheral Clocks Enable"] - pub const fn dfsdm1en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "DFSDM1 Peripheral Clocks Enable"] - pub fn set_dfsdm1en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "HRTIM peripheral clock enable"] - pub const fn hrtimen(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "HRTIM peripheral clock enable"] - pub fn set_hrtimen(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - } - impl Default for C1Apb2enr { - fn default() -> C1Apb2enr { - C1Apb2enr(0) ->>>>>>> c084e70 (Update generated code) - } - } - #[doc = "RCC AHB4 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] -<<<<<<< HEAD - pub struct C1Ahb2enr(pub u32); - impl C1Ahb2enr { - #[doc = "DCMI peripheral clock"] - pub const fn dcmien(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "DCMI peripheral clock"] - pub fn set_dcmien(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "CRYPT peripheral clock enable"] - pub const fn crypten(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "CRYPT peripheral clock enable"] - pub fn set_crypten(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "HASH peripheral clock enable"] - pub const fn hashen(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "HASH peripheral clock enable"] - pub fn set_hashen(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "RNG peripheral clocks enable"] - pub const fn rngen(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "RNG peripheral clocks enable"] - pub fn set_rngen(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "SDMMC2 and SDMMC2 delay clock enable"] - pub const fn sdmmc2en(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "SDMMC2 and SDMMC2 delay clock enable"] - pub fn set_sdmmc2en(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SRAM1 block enable"] - pub const fn sram1en(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "SRAM1 block enable"] - pub fn set_sram1en(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "SRAM2 block enable"] - pub const fn sram2en(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 30usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "SRAM2 block enable"] - pub fn set_sram2en(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "SRAM3 block enable"] - pub const fn sram3en(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 31usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "SRAM3 block enable"] - pub fn set_sram3en(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for C1Ahb2enr { - fn default() -> C1Ahb2enr { - C1Ahb2enr(0) - } - } - #[doc = "RCC APB3 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb3enr(pub u32); - impl Apb3enr { - #[doc = "LTDC peripheral clock enable"] - pub const fn ltdcen(&self) -> super::vals::Apb3enrLtdcen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb3enrLtdcen(val as u8) - } - #[doc = "LTDC peripheral clock enable"] - pub fn set_ltdcen(&mut self, val: super::vals::Apb3enrLtdcen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); -======= - pub struct Ahb4enr(pub u32); - impl Ahb4enr { - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioaen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioaen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioben(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioben(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiocen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiocen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioden(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioden(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioeen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioeen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiofen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiofen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiogen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiogen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiohen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiohen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioien(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioien(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiojen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiojen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioken(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioken(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "CRC peripheral clock enable"] - pub const fn crcen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "CRC peripheral clock enable"] - pub fn set_crcen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "BDMA and DMAMUX2 Clock Enable"] - pub const fn bdmaen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "BDMA and DMAMUX2 Clock Enable"] - pub fn set_bdmaen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "ADC3 Peripheral Clocks Enable"] - pub const fn adc3en(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "ADC3 Peripheral Clocks Enable"] - pub fn set_adc3en(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "HSEM peripheral clock enable"] - pub const fn hsemen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "HSEM peripheral clock enable"] - pub fn set_hsemen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "Backup RAM Clock Enable"] - pub const fn bkpramen(&self) -> super::vals::Ahb4enrGpioaen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Ahb4enrGpioaen(val as u8) - } - #[doc = "Backup RAM Clock Enable"] - pub fn set_bkpramen(&mut self, val: super::vals::Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - } - impl Default for Ahb4enr { - fn default() -> Ahb4enr { - Ahb4enr(0) - } - } - #[doc = "RCC Domain 1 Kernel Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D1ccipr(pub u32); - impl D1ccipr { - #[doc = "FMC kernel clock source selection"] - pub const fn fmcsel(&self) -> super::vals::Fmcsel { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Fmcsel(val as u8) - } - #[doc = "FMC kernel clock source selection"] - pub fn set_fmcsel(&mut self, val: super::vals::Fmcsel) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); - } - #[doc = "QUADSPI kernel clock source selection"] - pub const fn qspisel(&self) -> super::vals::Fmcsel { - let val = (self.0 >> 4usize) & 0x03; - super::vals::Fmcsel(val as u8) - } - #[doc = "QUADSPI kernel clock source selection"] - pub fn set_qspisel(&mut self, val: super::vals::Fmcsel) { - self.0 = (self.0 & !(0x03 << 4usize)) | (((val.0 as u32) & 0x03) << 4usize); - } - #[doc = "SDMMC kernel clock source selection"] - pub const fn sdmmcsel(&self) -> super::vals::Sdmmcsel { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Sdmmcsel(val as u8) - } - #[doc = "SDMMC kernel clock source selection"] - pub fn set_sdmmcsel(&mut self, val: super::vals::Sdmmcsel) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "per_ck clock source selection"] - pub const fn ckpersel(&self) -> super::vals::Ckpersel { - let val = (self.0 >> 28usize) & 0x03; - super::vals::Ckpersel(val as u8) - } - #[doc = "per_ck clock source selection"] - pub fn set_ckpersel(&mut self, val: super::vals::Ckpersel) { - self.0 = (self.0 & !(0x03 << 28usize)) | (((val.0 as u32) & 0x03) << 28usize); - } - } - impl Default for D1ccipr { - fn default() -> D1ccipr { - D1ccipr(0) - } - } - #[doc = "RCC HSI configuration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Hsicfgr(pub u32); - impl Hsicfgr { - #[doc = "HSI clock calibration"] - pub const fn hsical(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 - } - #[doc = "HSI clock calibration"] - pub fn set_hsical(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); - } - #[doc = "HSI clock trimming"] - pub const fn hsitrim(&self) -> u8 { - let val = (self.0 >> 24usize) & 0x7f; - val as u8 - } - #[doc = "HSI clock trimming"] - pub fn set_hsitrim(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); ->>>>>>> c084e70 (Update generated code) - } - #[doc = "WWDG1 Clock Enable"] - pub const fn wwdg1en(&self) -> super::vals::Apb3enrLtdcen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Apb3enrLtdcen(val as u8) - } - #[doc = "WWDG1 Clock Enable"] - pub fn set_wwdg1en(&mut self, val: super::vals::Apb3enrLtdcen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - } -<<<<<<< HEAD - impl Default for Apb3enr { - fn default() -> Apb3enr { - Apb3enr(0) - } - } - #[doc = "RCC APB4 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb4enr(pub u32); - impl C1Apb4enr { - #[doc = "SYSCFG peripheral clock enable"] - pub const fn syscfgen(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "SYSCFG peripheral clock enable"] - pub fn set_syscfgen(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "LPUART1 Peripheral Clocks Enable"] - pub const fn lpuart1en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "LPUART1 Peripheral Clocks Enable"] - pub fn set_lpuart1en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "SPI6 Peripheral Clocks Enable"] - pub const fn spi6en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "SPI6 Peripheral Clocks Enable"] - pub fn set_spi6en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "I2C4 Peripheral Clocks Enable"] - pub const fn i2c4en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "I2C4 Peripheral Clocks Enable"] - pub fn set_i2c4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "LPTIM2 Peripheral Clocks Enable"] - pub const fn lptim2en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM2 Peripheral Clocks Enable"] - pub fn set_lptim2en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "LPTIM3 Peripheral Clocks Enable"] - pub const fn lptim3en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM3 Peripheral Clocks Enable"] - pub fn set_lptim3en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "LPTIM4 Peripheral Clocks Enable"] - pub const fn lptim4en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM4 Peripheral Clocks Enable"] - pub fn set_lptim4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "LPTIM5 Peripheral Clocks Enable"] - pub const fn lptim5en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM5 Peripheral Clocks Enable"] - pub fn set_lptim5en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "COMP1/2 peripheral clock enable"] - pub const fn comp12en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "COMP1/2 peripheral clock enable"] - pub fn set_comp12en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "VREF peripheral clock enable"] - pub const fn vrefen(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "VREF peripheral clock enable"] - pub fn set_vrefen(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "RTC APB Clock Enable"] - pub const fn rtcapben(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "RTC APB Clock Enable"] - pub fn set_rtcapben(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "SAI4 Peripheral Clocks Enable"] - pub const fn sai4en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "SAI4 Peripheral Clocks Enable"] - pub fn set_sai4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - } - impl Default for C1Apb4enr { - fn default() -> C1Apb4enr { - C1Apb4enr(0) - } - } - #[doc = "RCC Clock Control and Status Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Csr(pub u32); - impl Csr { - #[doc = "LSI oscillator enable"] - pub const fn lsion(&self) -> super::vals::Lsion { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Lsion(val as u8) - } - #[doc = "LSI oscillator enable"] - pub fn set_lsion(&mut self, val: super::vals::Lsion) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "LSI oscillator ready"] - pub const fn lsirdy(&self) -> bool { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 1usize) & 0x01; - super::vals::Iophsmen(val as u8) - } -<<<<<<< HEAD - #[doc = "IOPBSMEN"] - pub fn set_iopbsmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "IOPCSMEN"] - pub const fn iopcsmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Iophsmen(val as u8) - } - #[doc = "IOPCSMEN"] - pub fn set_iopcsmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "IOPDSMEN"] - pub const fn iopdsmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Iophsmen(val as u8) - } - #[doc = "IOPDSMEN"] - pub fn set_iopdsmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "Port E clock enable during Sleep mode bit"] - pub const fn iopesmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Iophsmen(val as u8) - } - #[doc = "Port E clock enable during Sleep mode bit"] - pub fn set_iopesmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "IOPHSMEN"] - pub const fn iophsmen(&self) -> super::vals::Iophsmen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Iophsmen(val as u8) - } - #[doc = "IOPHSMEN"] - pub fn set_iophsmen(&mut self, val: super::vals::Iophsmen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - } - impl Default for Iopsmen { - fn default() -> Iopsmen { - Iopsmen(0) - } - } - #[doc = "APB1 peripheral clock enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1enr(pub u32); - impl Apb1enr { - #[doc = "Timer2 clock enable bit"] - pub const fn tim2en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Timer2 clock enable bit"] - pub fn set_tim2en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Timer3 clock enable bit"] - pub const fn tim3en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Timer3 clock enable bit"] - pub fn set_tim3en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "Timer 6 clock enable bit"] - pub const fn tim6en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Timer 6 clock enable bit"] - pub fn set_tim6en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "Timer 7 clock enable bit"] - pub const fn tim7en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Timer 7 clock enable bit"] - pub fn set_tim7en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Window watchdog clock enable bit"] - pub const fn wwdgen(&self) -> super::vals::Lptimen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Window watchdog clock enable bit"] - pub fn set_wwdgen(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "SPI2 clock enable bit"] - pub const fn spi2en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "SPI2 clock enable bit"] - pub fn set_spi2en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "UART2 clock enable bit"] - pub const fn usart2en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "UART2 clock enable bit"] - pub fn set_usart2en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "LPUART1 clock enable bit"] - pub const fn lpuart1en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "LPUART1 clock enable bit"] - pub fn set_lpuart1en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "USART4 clock enable bit"] - pub const fn usart4en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "USART4 clock enable bit"] - pub fn set_usart4en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "USART5 clock enable bit"] - pub const fn usart5en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "USART5 clock enable bit"] - pub fn set_usart5en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "I2C1 clock enable bit"] - pub const fn i2c1en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "I2C1 clock enable bit"] - pub fn set_i2c1en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "I2C2 clock enable bit"] - pub const fn i2c2en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "I2C2 clock enable bit"] - pub fn set_i2c2en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "USB clock enable bit"] - pub const fn usben(&self) -> super::vals::Lptimen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "USB clock enable bit"] - pub fn set_usben(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "Clock recovery system clock enable bit"] - pub const fn crsen(&self) -> super::vals::Lptimen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Clock recovery system clock enable bit"] - pub fn set_crsen(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "Power interface clock enable bit"] - pub const fn pwren(&self) -> super::vals::Lptimen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Power interface clock enable bit"] - pub fn set_pwren(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "DAC interface clock enable bit"] - pub const fn dacen(&self) -> super::vals::Lptimen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "DAC interface clock enable bit"] - pub fn set_dacen(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "I2C3 clock enable bit"] - pub const fn i2c3en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "I2C3 clock enable bit"] - pub fn set_i2c3en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "Low power timer clock enable bit"] - pub const fn lptim1en(&self) -> super::vals::Lptimen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Lptimen(val as u8) - } - #[doc = "Low power timer clock enable bit"] - pub fn set_lptim1en(&mut self, val: super::vals::Lptimen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for Apb1enr { - fn default() -> Apb1enr { - Apb1enr(0) -======= - impl Default for Hsicfgr { - fn default() -> Hsicfgr { - Hsicfgr(0) - } - } - #[doc = "RCC AHB3 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb3enr(pub u32); - impl C1Ahb3enr { - #[doc = "MDMA Peripheral Clock Enable"] - pub const fn mdmaen(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) - } - #[doc = "MDMA Peripheral Clock Enable"] - pub fn set_mdmaen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2D Peripheral Clock Enable"] - pub const fn dma2den(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) - } - #[doc = "DMA2D Peripheral Clock Enable"] - pub fn set_dma2den(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "JPGDEC Peripheral Clock Enable"] - pub const fn jpgdecen(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) - } - #[doc = "JPGDEC Peripheral Clock Enable"] - pub fn set_jpgdecen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FMC Peripheral Clocks Enable"] - pub const fn fmcen(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) - } - #[doc = "FMC Peripheral Clocks Enable"] - pub fn set_fmcen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] - pub const fn qspien(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) - } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] - pub fn set_qspien(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] - pub const fn sdmmc1en(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] - pub fn set_sdmmc1en(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - } - impl Default for C1Ahb3enr { - fn default() -> C1Ahb3enr { - C1Ahb3enr(0) - } - } - #[doc = "RCC AHB1 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb1enr(pub u32); - impl C1Ahb1enr { - #[doc = "DMA1 Clock Enable"] - pub const fn dma1en(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "DMA1 Clock Enable"] - pub fn set_dma1en(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2 Clock Enable"] - pub const fn dma2en(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "DMA2 Clock Enable"] - pub fn set_dma2en(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "ADC1/2 Peripheral Clocks Enable"] - pub const fn adc12en(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "ADC1/2 Peripheral Clocks Enable"] - pub fn set_adc12en(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Ethernet MAC bus interface Clock Enable"] - pub const fn eth1macen(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet MAC bus interface Clock Enable"] - pub fn set_eth1macen(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Ethernet Transmission Clock Enable"] - pub const fn eth1txen(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet Transmission Clock Enable"] - pub fn set_eth1txen(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "Ethernet Reception Clock Enable"] - pub const fn eth1rxen(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet Reception Clock Enable"] - pub fn set_eth1rxen(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USB1OTG Peripheral Clocks Enable"] - pub const fn usb1otgen(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 25usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "USB1OTG Peripheral Clocks Enable"] - pub fn set_usb1otgen(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "USB_PHY1 Clocks Enable"] - pub const fn usb1ulpien(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 26usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "USB_PHY1 Clocks Enable"] - pub fn set_usb1ulpien(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); - } - #[doc = "USB2OTG Peripheral Clocks Enable"] - pub const fn usb2otgen(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 27usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "USB2OTG Peripheral Clocks Enable"] - pub fn set_usb2otgen(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "USB_PHY2 Clocks Enable"] - pub const fn usb2ulpien(&self) -> super::vals::C1Ahb1enrDma1en { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Ahb1enrDma1en(val as u8) - } - #[doc = "USB_PHY2 Clocks Enable"] - pub fn set_usb2ulpien(&mut self, val: super::vals::C1Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - } - impl Default for C1Ahb1enr { - fn default() -> C1Ahb1enr { - C1Ahb1enr(0) - } - } - #[doc = "RCC AHB2 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb2lpenr(pub u32); - impl C1Ahb2lpenr { - #[doc = "DCMI peripheral clock enable during csleep mode"] - pub const fn dcmilpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "DCMI peripheral clock enable during csleep mode"] - pub fn set_dcmilpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "CRYPT peripheral clock enable during CSleep mode"] - pub const fn cryptlpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "CRYPT peripheral clock enable during CSleep mode"] - pub fn set_cryptlpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "HASH peripheral clock enable during CSleep mode"] - pub const fn hashlpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "HASH peripheral clock enable during CSleep mode"] - pub fn set_hashlpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "RNG peripheral clock enable during CSleep mode"] - pub const fn rnglpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "RNG peripheral clock enable during CSleep mode"] - pub fn set_rnglpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] - pub const fn sdmmc2lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] - pub fn set_sdmmc2lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SRAM1 Clock Enable During CSleep Mode"] - pub const fn sram1lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SRAM1 Clock Enable During CSleep Mode"] - pub fn set_sram1lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "SRAM2 Clock Enable During CSleep Mode"] - pub const fn sram2lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SRAM2 Clock Enable During CSleep Mode"] - pub fn set_sram2lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "SRAM3 Clock Enable During CSleep Mode"] - pub const fn sram3lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::C1Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SRAM3 Clock Enable During CSleep Mode"] - pub fn set_sram3lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for C1Ahb2lpenr { - fn default() -> C1Ahb2lpenr { - C1Ahb2lpenr(0) - } - } - #[doc = "RCC Backup Domain Control Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bdcr(pub u32); - impl Bdcr { - #[doc = "LSE oscillator enabled"] - pub const fn lseon(&self) -> super::vals::Lseon { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Lseon(val as u8) - } - #[doc = "LSE oscillator enabled"] - pub fn set_lseon(&mut self, val: super::vals::Lseon) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "LSE oscillator ready"] - pub const fn lserdy(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "LSE oscillator ready"] - pub fn set_lserdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "LSE oscillator bypass"] - pub const fn lsebyp(&self) -> super::vals::Lsebyp { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Lsebyp(val as u8) - } - #[doc = "LSE oscillator bypass"] - pub fn set_lsebyp(&mut self, val: super::vals::Lsebyp) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "LSE oscillator driving capability"] - pub const fn lsedrv(&self) -> super::vals::Lsedrv { - let val = (self.0 >> 3usize) & 0x03; - super::vals::Lsedrv(val as u8) - } - #[doc = "LSE oscillator driving capability"] - pub fn set_lsedrv(&mut self, val: super::vals::Lsedrv) { - self.0 = (self.0 & !(0x03 << 3usize)) | (((val.0 as u32) & 0x03) << 3usize); - } - #[doc = "LSE clock security system enable"] - pub const fn lsecsson(&self) -> super::vals::Lsecsson { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lsecsson(val as u8) - } - #[doc = "LSE clock security system enable"] - pub fn set_lsecsson(&mut self, val: super::vals::Lsecsson) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "LSE clock security system failure detection"] - pub const fn lsecssd(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "LSE clock security system failure detection"] - pub fn set_lsecssd(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "RTC clock source selection"] - pub const fn rtcsel(&self) -> super::vals::Rtcsel { - let val = (self.0 >> 8usize) & 0x03; - super::vals::Rtcsel(val as u8) - } - #[doc = "RTC clock source selection"] - pub fn set_rtcsel(&mut self, val: super::vals::Rtcsel) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); - } - #[doc = "RTC clock enable"] - pub const fn rtcen(&self) -> super::vals::Rtcen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Rtcen(val as u8) - } - #[doc = "RTC clock enable"] - pub fn set_rtcen(&mut self, val: super::vals::Rtcen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "VSwitch domain software reset"] - pub const fn bdrst(&self) -> super::vals::Bdrst { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Bdrst(val as u8) - } - #[doc = "VSwitch domain software reset"] - pub fn set_bdrst(&mut self, val: super::vals::Bdrst) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - } - impl Default for Bdcr { - fn default() -> Bdcr { - Bdcr(0) - } - } - #[doc = "RCC PLL1 Dividers Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll1divr(pub u32); - impl Pll1divr { - #[doc = "Multiplication factor for PLL1 VCO"] - pub const fn divn1(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x01ff; - val as u16 - } - #[doc = "Multiplication factor for PLL1 VCO"] - pub fn set_divn1(&mut self, val: u16) { - self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); - } - #[doc = "PLL1 DIVP division factor"] - pub const fn divp1(&self) -> super::vals::Divp1 { - let val = (self.0 >> 9usize) & 0x7f; - super::vals::Divp1(val as u8) - } - #[doc = "PLL1 DIVP division factor"] - pub fn set_divp1(&mut self, val: super::vals::Divp1) { - self.0 = (self.0 & !(0x7f << 9usize)) | (((val.0 as u32) & 0x7f) << 9usize); - } - #[doc = "PLL1 DIVQ division factor"] - pub const fn divq1(&self) -> u8 { - let val = (self.0 >> 16usize) & 0x7f; - val as u8 - } - #[doc = "PLL1 DIVQ division factor"] - pub fn set_divq1(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); - } - #[doc = "PLL1 DIVR division factor"] - pub const fn divr1(&self) -> u8 { - let val = (self.0 >> 24usize) & 0x7f; - val as u8 - } - #[doc = "PLL1 DIVR division factor"] - pub fn set_divr1(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); - } - } - impl Default for Pll1divr { - fn default() -> Pll1divr { - Pll1divr(0) ->>>>>>> c084e70 (Update generated code) - } - } - #[doc = "AHB peripheral clock enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahbenr(pub u32); - impl Ahbenr { - #[doc = "DMA clock enable bit"] - pub const fn dmaen(&self) -> super::vals::Crypen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Crypen(val as u8) - } - #[doc = "DMA clock enable bit"] - pub fn set_dmaen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "NVM interface clock enable bit"] - pub const fn mifen(&self) -> super::vals::Crypen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Crypen(val as u8) - } - #[doc = "NVM interface clock enable bit"] - pub fn set_mifen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "CRC clock enable bit"] - pub const fn crcen(&self) -> super::vals::Crypen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Crypen(val as u8) - } - #[doc = "CRC clock enable bit"] - pub fn set_crcen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "Touch Sensing clock enable bit"] - pub const fn touchen(&self) -> super::vals::Crypen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Crypen(val as u8) - } - #[doc = "Touch Sensing clock enable bit"] - pub fn set_touchen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "Random Number Generator clock enable bit"] - pub const fn rngen(&self) -> super::vals::Crypen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Crypen(val as u8) - } - #[doc = "Random Number Generator clock enable bit"] - pub fn set_rngen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "Crypto clock enable bit"] - pub const fn crypen(&self) -> super::vals::Crypen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Crypen(val as u8) - } - #[doc = "Crypto clock enable bit"] - pub fn set_crypen(&mut self, val: super::vals::Crypen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - } - impl Default for Ahbenr { - fn default() -> Ahbenr { - Ahbenr(0) - } - } - #[doc = "AHB peripheral clock enable in sleep mode register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahbsmenr(pub u32); - impl Ahbsmenr { - #[doc = "DMA clock enable during sleep mode bit"] - pub const fn dmasmen(&self) -> super::vals::Dmasmen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Dmasmen(val as u8) - } - #[doc = "DMA clock enable during sleep mode bit"] - pub fn set_dmasmen(&mut self, val: super::vals::Dmasmen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "NVM interface clock enable during sleep mode bit"] - pub const fn mifsmen(&self) -> super::vals::Mifsmen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Mifsmen(val as u8) - } - #[doc = "NVM interface clock enable during sleep mode bit"] - pub fn set_mifsmen(&mut self, val: super::vals::Mifsmen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "SRAM interface clock enable during sleep mode bit"] - pub const fn sramsmen(&self) -> super::vals::Sramsmen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Sramsmen(val as u8) - } - #[doc = "SRAM interface clock enable during sleep mode bit"] - pub fn set_sramsmen(&mut self, val: super::vals::Sramsmen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "CRC clock enable during sleep mode bit"] - pub const fn crcsmen(&self) -> super::vals::Crcsmen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Crcsmen(val as u8) - } - #[doc = "CRC clock enable during sleep mode bit"] - pub fn set_crcsmen(&mut self, val: super::vals::Crcsmen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "Touch Sensing clock enable during sleep mode bit"] - pub const fn touchsmen(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Touch Sensing clock enable during sleep mode bit"] - pub fn set_touchsmen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - #[doc = "Random Number Generator clock enable during sleep mode bit"] - pub const fn rngsmen(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 - } - #[doc = "Random Number Generator clock enable during sleep mode bit"] - pub fn set_rngsmen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); - } - #[doc = "Crypto clock enable during sleep mode bit"] - pub const fn crypsmen(&self) -> super::vals::Crypsmen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Crypsmen(val as u8) - } - #[doc = "Crypto clock enable during sleep mode bit"] - pub fn set_crypsmen(&mut self, val: super::vals::Crypsmen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - } - impl Default for Ahbsmenr { - fn default() -> Ahbsmenr { - Ahbsmenr(0) - } - } -<<<<<<< HEAD - #[doc = "Clock interrupt flag register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cifr(pub u32); - impl Cifr { - #[doc = "LSI ready interrupt flag"] - pub const fn lsirdyf(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "LSI ready interrupt flag"] - pub fn set_lsirdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "LSE ready interrupt flag"] - pub const fn lserdyf(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "LSE ready interrupt flag"] - pub fn set_lserdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "HSI16 ready interrupt flag"] - pub const fn hsi16rdyf(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "HSI16 ready interrupt flag"] - pub fn set_hsi16rdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "HSE ready interrupt flag"] - pub const fn hserdyf(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "HSE ready interrupt flag"] - pub fn set_hserdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "PLL ready interrupt flag"] - pub const fn pllrdyf(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "PLL ready interrupt flag"] - pub fn set_pllrdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "MSI ready interrupt flag"] - pub const fn msirdyf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "MSI ready interrupt flag"] - pub fn set_msirdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "HSI48 ready interrupt flag"] - pub const fn hsi48rdyf(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "HSI48 ready interrupt flag"] - pub fn set_hsi48rdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "LSE Clock Security System Interrupt flag"] - pub const fn csslsef(&self) -> super::vals::Csslsef { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Csslsef(val as u8) - } - #[doc = "LSE Clock Security System Interrupt flag"] - pub fn set_csslsef(&mut self, val: super::vals::Csslsef) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "Clock Security System Interrupt flag"] - pub const fn csshsef(&self) -> super::vals::Csshsef { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Csshsef(val as u8) - } - #[doc = "Clock Security System Interrupt flag"] - pub fn set_csshsef(&mut self, val: super::vals::Csshsef) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - } - impl Default for Cifr { - fn default() -> Cifr { - Cifr(0) - } - } - #[doc = "APB2 peripheral clock enable in sleep mode register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb2smenr(pub u32); - impl Apb2smenr { - #[doc = "System configuration controller clock enable during sleep mode bit"] - pub const fn syscfgsmen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Dbgsmen(val as u8) - } - #[doc = "System configuration controller clock enable during sleep mode bit"] - pub fn set_syscfgsmen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM21 timer clock enable during sleep mode bit"] - pub const fn tim21smen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Dbgsmen(val as u8) - } - #[doc = "TIM21 timer clock enable during sleep mode bit"] - pub fn set_tim21smen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "TIM22 timer clock enable during sleep mode bit"] - pub const fn tim22smen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Dbgsmen(val as u8) - } - #[doc = "TIM22 timer clock enable during sleep mode bit"] - pub fn set_tim22smen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "ADC clock enable during sleep mode bit"] - pub const fn adcsmen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Dbgsmen(val as u8) - } - #[doc = "ADC clock enable during sleep mode bit"] - pub fn set_adcsmen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SPI1 clock enable during sleep mode bit"] - pub const fn spi1smen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Dbgsmen(val as u8) - } - #[doc = "SPI1 clock enable during sleep mode bit"] - pub fn set_spi1smen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "USART1 clock enable during sleep mode bit"] - pub const fn usart1smen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Dbgsmen(val as u8) - } - #[doc = "USART1 clock enable during sleep mode bit"] - pub fn set_usart1smen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "DBG clock enable during sleep mode bit"] - pub const fn dbgsmen(&self) -> super::vals::Dbgsmen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Dbgsmen(val as u8) - } - #[doc = "DBG clock enable during sleep mode bit"] - pub fn set_dbgsmen(&mut self, val: super::vals::Dbgsmen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - } - impl Default for Apb2smenr { - fn default() -> Apb2smenr { - Apb2smenr(0) - } - } - #[doc = "APB2 peripheral reset register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb2rstr(pub u32); - impl Apb2rstr { - #[doc = "System configuration controller reset"] - pub const fn syscfgrst(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "System configuration controller reset"] - pub fn set_syscfgrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "TIM21 timer reset"] - pub const fn tim21rst(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "TIM21 timer reset"] - pub fn set_tim21rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "TIM22 timer reset"] - pub const fn tim22rst(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "TIM22 timer reset"] - pub fn set_tim22rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "ADC interface reset"] - pub const fn adcrst(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "ADC interface reset"] - pub fn set_adcrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "SPI 1 reset"] - pub const fn spi1rst(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "SPI 1 reset"] - pub fn set_spi1rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "USART1 reset"] - pub const fn usart1rst(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "USART1 reset"] - pub fn set_usart1rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - #[doc = "DBG reset"] - pub const fn dbgrst(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 - } - #[doc = "DBG reset"] - pub fn set_dbgrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - } - impl Default for Apb2rstr { - fn default() -> Apb2rstr { - Apb2rstr(0) - } - } - #[doc = "Clock interrupt clear register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cicr(pub u32); - impl Cicr { - #[doc = "LSI ready Interrupt clear"] - pub const fn lsirdyc(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "LSI ready Interrupt clear"] - pub fn set_lsirdyc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "LSE ready Interrupt clear"] - pub const fn lserdyc(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "LSE ready Interrupt clear"] - pub fn set_lserdyc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "HSI16 ready Interrupt clear"] - pub const fn hsi16rdyc(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "HSI16 ready Interrupt clear"] - pub fn set_hsi16rdyc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "HSE ready Interrupt clear"] - pub const fn hserdyc(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "HSE ready Interrupt clear"] - pub fn set_hserdyc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "PLL ready Interrupt clear"] - pub const fn pllrdyc(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "PLL ready Interrupt clear"] - pub fn set_pllrdyc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "MSI ready Interrupt clear"] - pub const fn msirdyc(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "MSI ready Interrupt clear"] - pub fn set_msirdyc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "HSI48 ready Interrupt clear"] - pub const fn hsi48rdyc(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "HSI48 ready Interrupt clear"] - pub fn set_hsi48rdyc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "LSE Clock Security System Interrupt clear"] - pub const fn csslsec(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "LSE Clock Security System Interrupt clear"] - pub fn set_csslsec(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Clock Security System Interrupt clear"] - pub const fn csshsec(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Clock Security System Interrupt clear"] - pub fn set_csshsec(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - } - impl Default for Cicr { - fn default() -> Cicr { - Cicr(0) - } - } - #[doc = "APB2 peripheral clock enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb2enr(pub u32); - impl Apb2enr { - #[doc = "System configuration controller clock enable bit"] - pub const fn syscfgen(&self) -> super::vals::Dbgen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Dbgen(val as u8) - } - #[doc = "System configuration controller clock enable bit"] - pub fn set_syscfgen(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM21 timer clock enable bit"] - pub const fn tim21en(&self) -> super::vals::Dbgen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Dbgen(val as u8) - } - #[doc = "TIM21 timer clock enable bit"] - pub fn set_tim21en(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "TIM22 timer clock enable bit"] - pub const fn tim22en(&self) -> super::vals::Dbgen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Dbgen(val as u8) - } - #[doc = "TIM22 timer clock enable bit"] - pub fn set_tim22en(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "MiFaRe Firewall clock enable bit"] - pub const fn mifien(&self) -> super::vals::Dbgen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Dbgen(val as u8) - } - #[doc = "MiFaRe Firewall clock enable bit"] - pub fn set_mifien(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "ADC clock enable bit"] - pub const fn adcen(&self) -> super::vals::Dbgen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Dbgen(val as u8) - } - #[doc = "ADC clock enable bit"] - pub fn set_adcen(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SPI1 clock enable bit"] - pub const fn spi1en(&self) -> super::vals::Dbgen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Dbgen(val as u8) - } - #[doc = "SPI1 clock enable bit"] - pub fn set_spi1en(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "USART1 clock enable bit"] - pub const fn usart1en(&self) -> super::vals::Dbgen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Dbgen(val as u8) - } - #[doc = "USART1 clock enable bit"] - pub fn set_usart1en(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "DBG clock enable bit"] - pub const fn dbgen(&self) -> super::vals::Dbgen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Dbgen(val as u8) - } - #[doc = "DBG clock enable bit"] - pub fn set_dbgen(&mut self, val: super::vals::Dbgen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - } - impl Default for Apb2enr { - fn default() -> Apb2enr { - Apb2enr(0) - } - } - #[doc = "APB1 peripheral clock enable in sleep mode register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1smenr(pub u32); - impl Apb1smenr { - #[doc = "Timer2 clock enable during sleep mode bit"] - pub const fn tim2smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "Timer2 clock enable during sleep mode bit"] - pub fn set_tim2smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Timer3 clock enable during Sleep mode bit"] - pub const fn tim3smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "Timer3 clock enable during Sleep mode bit"] - pub fn set_tim3smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "Timer 6 clock enable during sleep mode bit"] - pub const fn tim6smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "Timer 6 clock enable during sleep mode bit"] - pub fn set_tim6smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "Timer 7 clock enable during Sleep mode bit"] - pub const fn tim7smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "Timer 7 clock enable during Sleep mode bit"] - pub fn set_tim7smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Window watchdog clock enable during sleep mode bit"] - pub const fn wwdgsmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "Window watchdog clock enable during sleep mode bit"] - pub fn set_wwdgsmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "SPI2 clock enable during sleep mode bit"] - pub const fn spi2smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "SPI2 clock enable during sleep mode bit"] - pub fn set_spi2smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "UART2 clock enable during sleep mode bit"] - pub const fn usart2smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "UART2 clock enable during sleep mode bit"] - pub fn set_usart2smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "LPUART1 clock enable during sleep mode bit"] - pub const fn lpuart1smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "LPUART1 clock enable during sleep mode bit"] - pub fn set_lpuart1smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "USART4 clock enable during Sleep mode bit"] - pub const fn usart4smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "USART4 clock enable during Sleep mode bit"] - pub fn set_usart4smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "USART5 clock enable during Sleep mode bit"] - pub const fn usart5smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "USART5 clock enable during Sleep mode bit"] - pub fn set_usart5smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "I2C1 clock enable during sleep mode bit"] - pub const fn i2c1smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "I2C1 clock enable during sleep mode bit"] - pub fn set_i2c1smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "I2C2 clock enable during sleep mode bit"] - pub const fn i2c2smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "I2C2 clock enable during sleep mode bit"] - pub fn set_i2c2smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "USB clock enable during sleep mode bit"] - pub const fn usbsmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "USB clock enable during sleep mode bit"] - pub fn set_usbsmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "Clock recovery system clock enable during sleep mode bit"] - pub const fn crssmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "Clock recovery system clock enable during sleep mode bit"] - pub fn set_crssmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "Power interface clock enable during sleep mode bit"] - pub const fn pwrsmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "Power interface clock enable during sleep mode bit"] - pub fn set_pwrsmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "DAC interface clock enable during sleep mode bit"] - pub const fn dacsmen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "DAC interface clock enable during sleep mode bit"] - pub fn set_dacsmen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "2C3 clock enable during Sleep mode bit"] - pub const fn i2c3smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "2C3 clock enable during Sleep mode bit"] - pub fn set_i2c3smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "Low power timer clock enable during sleep mode bit"] - pub const fn lptim1smen(&self) -> super::vals::Lptimsmen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Lptimsmen(val as u8) - } - #[doc = "Low power timer clock enable during sleep mode bit"] - pub fn set_lptim1smen(&mut self, val: super::vals::Lptimsmen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for Apb1smenr { - fn default() -> Apb1smenr { - Apb1smenr(0) - } - } - #[doc = "GPIO clock enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Iopenr(pub u32); - impl Iopenr { - #[doc = "IO port A clock enable bit"] - pub const fn iopaen(&self) -> super::vals::Iophen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Iophen(val as u8) - } - #[doc = "IO port A clock enable bit"] - pub fn set_iopaen(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "IO port B clock enable bit"] - pub const fn iopben(&self) -> super::vals::Iophen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Iophen(val as u8) - } - #[doc = "IO port B clock enable bit"] - pub fn set_iopben(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "IO port A clock enable bit"] - pub const fn iopcen(&self) -> super::vals::Iophen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Iophen(val as u8) - } - #[doc = "IO port A clock enable bit"] - pub fn set_iopcen(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "I/O port D clock enable bit"] - pub const fn iopden(&self) -> super::vals::Iophen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Iophen(val as u8) - } - #[doc = "I/O port D clock enable bit"] - pub fn set_iopden(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "I/O port E clock enable bit"] - pub const fn iopeen(&self) -> super::vals::Iophen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Iophen(val as u8) - } - #[doc = "I/O port E clock enable bit"] - pub fn set_iopeen(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "I/O port H clock enable bit"] - pub const fn iophen(&self) -> super::vals::Iophen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Iophen(val as u8) - } - #[doc = "I/O port H clock enable bit"] - pub fn set_iophen(&mut self, val: super::vals::Iophen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - } - impl Default for Iopenr { - fn default() -> Iopenr { - Iopenr(0) - } - } - #[doc = "APB1 peripheral reset register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1rstr(pub u32); - impl Apb1rstr { - #[doc = "Timer2 reset"] - pub const fn tim2rst(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Timer2 reset"] - pub fn set_tim2rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Timer3 reset"] - pub const fn tim3rst(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Timer3 reset"] - pub fn set_tim3rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Timer 6 reset"] - pub const fn tim6rst(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "Timer 6 reset"] - pub fn set_tim6rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Timer 7 reset"] - pub const fn tim7rst(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Timer 7 reset"] - pub fn set_tim7rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Window watchdog reset"] - pub const fn wwdrst(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 - } - #[doc = "Window watchdog reset"] - pub fn set_wwdrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - #[doc = "SPI2 reset"] - pub const fn spi2rst(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "SPI2 reset"] - pub fn set_spi2rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - #[doc = "UART2 reset"] - pub const fn lpuart12rst(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 - } - #[doc = "UART2 reset"] - pub fn set_lpuart12rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "LPUART1 reset"] - pub const fn lpuart1rst(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 - } - #[doc = "LPUART1 reset"] - pub fn set_lpuart1rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); - } - #[doc = "USART4 reset"] - pub const fn usart4rst(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 - } - #[doc = "USART4 reset"] - pub fn set_usart4rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); - } - #[doc = "USART5 reset"] - pub const fn usart5rst(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 - } - #[doc = "USART5 reset"] - pub fn set_usart5rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); - } - #[doc = "I2C1 reset"] - pub const fn i2c1rst(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 - } - #[doc = "I2C1 reset"] - pub fn set_i2c1rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); - } - #[doc = "I2C2 reset"] - pub const fn i2c2rst(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 - } - #[doc = "I2C2 reset"] - pub fn set_i2c2rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - #[doc = "USB reset"] - pub const fn usbrst(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 - } - #[doc = "USB reset"] - pub fn set_usbrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); - } - #[doc = "Clock recovery system reset"] - pub const fn crsrst(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 - } - #[doc = "Clock recovery system reset"] - pub fn set_crsrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); - } - #[doc = "Power interface reset"] - pub const fn pwrrst(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 - } - #[doc = "Power interface reset"] - pub fn set_pwrrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); - } - #[doc = "DAC interface reset"] - pub const fn dacrst(&self) -> bool { - let val = (self.0 >> 29usize) & 0x01; - val != 0 - } - #[doc = "DAC interface reset"] - pub fn set_dacrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); - } - #[doc = "I2C3 reset"] - pub const fn i2c3rst(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; - val != 0 - } - #[doc = "I2C3 reset"] - pub fn set_i2c3rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); - } - #[doc = "Low power timer reset"] - pub const fn lptim1rst(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; - val != 0 - } - #[doc = "Low power timer reset"] - pub fn set_lptim1rst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); - } - } - impl Default for Apb1rstr { - fn default() -> Apb1rstr { - Apb1rstr(0) - } - } - #[doc = "GPIO reset register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ioprstr(pub u32); - impl Ioprstr { - #[doc = "I/O port A reset"] - pub const fn ioparst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Iophrst(val as u8) - } - #[doc = "I/O port A reset"] - pub fn set_ioparst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "I/O port B reset"] - pub const fn iopbrst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Iophrst(val as u8) - } - #[doc = "I/O port B reset"] - pub fn set_iopbrst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "I/O port A reset"] - pub const fn iopcrst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Iophrst(val as u8) - } - #[doc = "I/O port A reset"] - pub fn set_iopcrst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "I/O port D reset"] - pub const fn iopdrst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Iophrst(val as u8) - } - #[doc = "I/O port D reset"] - pub fn set_iopdrst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "I/O port E reset"] - pub const fn ioperst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Iophrst(val as u8) - } - #[doc = "I/O port E reset"] - pub fn set_ioperst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "I/O port H reset"] - pub const fn iophrst(&self) -> super::vals::Iophrst { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Iophrst(val as u8) - } - #[doc = "I/O port H reset"] - pub fn set_iophrst(&mut self, val: super::vals::Iophrst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - } - impl Default for Ioprstr { - fn default() -> Ioprstr { - Ioprstr(0) - } - } - #[doc = "Clock interrupt enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cier(pub u32); - impl Cier { - #[doc = "LSI ready interrupt flag"] - pub const fn lsirdyie(&self) -> super::vals::Hsirdyie { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Hsirdyie(val as u8) - } - #[doc = "LSI ready interrupt flag"] - pub fn set_lsirdyie(&mut self, val: super::vals::Hsirdyie) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "LSE ready interrupt flag"] - pub const fn lserdyie(&self) -> super::vals::Hsirdyie { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Hsirdyie(val as u8) - } - #[doc = "LSE ready interrupt flag"] - pub fn set_lserdyie(&mut self, val: super::vals::Hsirdyie) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "HSI16 ready interrupt flag"] - pub const fn hsi16rdyie(&self) -> super::vals::Hsirdyie { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Hsirdyie(val as u8) - } - #[doc = "HSI16 ready interrupt flag"] - pub fn set_hsi16rdyie(&mut self, val: super::vals::Hsirdyie) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "HSE ready interrupt flag"] - pub const fn hserdyie(&self) -> super::vals::Hsirdyie { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Hsirdyie(val as u8) - } - #[doc = "HSE ready interrupt flag"] - pub fn set_hserdyie(&mut self, val: super::vals::Hsirdyie) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "PLL ready interrupt flag"] - pub const fn pllrdyie(&self) -> super::vals::Hsirdyie { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Hsirdyie(val as u8) - } - #[doc = "PLL ready interrupt flag"] - pub fn set_pllrdyie(&mut self, val: super::vals::Hsirdyie) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "MSI ready interrupt flag"] - pub const fn msirdyie(&self) -> super::vals::Hsirdyie { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Hsirdyie(val as u8) - } - #[doc = "MSI ready interrupt flag"] - pub fn set_msirdyie(&mut self, val: super::vals::Hsirdyie) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "HSI48 ready interrupt flag"] - pub const fn hsi48rdyie(&self) -> super::vals::Hsirdyie { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Hsirdyie(val as u8) - } - #[doc = "HSI48 ready interrupt flag"] - pub fn set_hsi48rdyie(&mut self, val: super::vals::Hsirdyie) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "LSE CSS interrupt flag"] - pub const fn csslse(&self) -> super::vals::Csslse { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Csslse(val as u8) - } - #[doc = "LSE CSS interrupt flag"] - pub fn set_csslse(&mut self, val: super::vals::Csslse) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - } - impl Default for Cier { - fn default() -> Cier { - Cier(0) - } - } - #[doc = "Clock configuration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccipr(pub u32); - impl Ccipr { - #[doc = "USART1 clock source selection bits"] - pub const fn usart1sel(&self) -> super::vals::Lpuartsel { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Lpuartsel(val as u8) - } - #[doc = "USART1 clock source selection bits"] - pub fn set_usart1sel(&mut self, val: super::vals::Lpuartsel) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); - } - #[doc = "USART2 clock source selection bits"] - pub const fn usart2sel(&self) -> super::vals::Lpuartsel { - let val = (self.0 >> 2usize) & 0x03; - super::vals::Lpuartsel(val as u8) - } - #[doc = "USART2 clock source selection bits"] - pub fn set_usart2sel(&mut self, val: super::vals::Lpuartsel) { - self.0 = (self.0 & !(0x03 << 2usize)) | (((val.0 as u32) & 0x03) << 2usize); - } - #[doc = "LPUART1 clock source selection bits"] - pub const fn lpuart1sel(&self) -> super::vals::Lpuartsel { - let val = (self.0 >> 10usize) & 0x03; - super::vals::Lpuartsel(val as u8) - } - #[doc = "LPUART1 clock source selection bits"] - pub fn set_lpuart1sel(&mut self, val: super::vals::Lpuartsel) { - self.0 = (self.0 & !(0x03 << 10usize)) | (((val.0 as u32) & 0x03) << 10usize); - } - #[doc = "I2C1 clock source selection bits"] - pub const fn i2c1sel(&self) -> super::vals::Icsel { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Icsel(val as u8) - } - #[doc = "I2C1 clock source selection bits"] - pub fn set_i2c1sel(&mut self, val: super::vals::Icsel) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); - } - #[doc = "I2C3 clock source selection bits"] - pub const fn i2c3sel(&self) -> super::vals::Icsel { - let val = (self.0 >> 16usize) & 0x03; - super::vals::Icsel(val as u8) - } - #[doc = "I2C3 clock source selection bits"] - pub fn set_i2c3sel(&mut self, val: super::vals::Icsel) { - self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); - } - #[doc = "Low Power Timer clock source selection bits"] - pub const fn lptim1sel(&self) -> super::vals::Lptimsel { - let val = (self.0 >> 18usize) & 0x03; - super::vals::Lptimsel(val as u8) - } - #[doc = "Low Power Timer clock source selection bits"] - pub fn set_lptim1sel(&mut self, val: super::vals::Lptimsel) { - self.0 = (self.0 & !(0x03 << 18usize)) | (((val.0 as u32) & 0x03) << 18usize); - } - #[doc = "48 MHz HSI48 clock source selection bit"] - pub const fn hsi48msel(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 - } - #[doc = "48 MHz HSI48 clock source selection bit"] - pub fn set_hsi48msel(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); - } - } - impl Default for Ccipr { - fn default() -> Ccipr { - Ccipr(0) - } - } - #[doc = "AHB peripheral reset register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahbrstr(pub u32); - impl Ahbrstr { - #[doc = "DMA reset"] - pub const fn dmarst(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "DMA reset"] - pub fn set_dmarst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Memory interface reset"] - pub const fn mifrst(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Memory interface reset"] - pub fn set_mifrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Test integration module reset"] - pub const fn crcrst(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "Test integration module reset"] - pub fn set_crcrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "Touch Sensing reset"] - pub const fn touchrst(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Touch Sensing reset"] - pub fn set_touchrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - #[doc = "Random Number Generator module reset"] - pub const fn rngrst(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 - } - #[doc = "Random Number Generator module reset"] - pub fn set_rngrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); - } - #[doc = "Crypto module reset"] - pub const fn cryprst(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 - } - #[doc = "Crypto module reset"] - pub fn set_cryprst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); - } - } - impl Default for Ahbrstr { - fn default() -> Ahbrstr { - Ahbrstr(0) -======= - #[doc = "LSI oscillator ready"] - pub fn set_lsirdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - } - impl Default for Csr { - fn default() -> Csr { - Csr(0) - } - } - #[doc = "RCC APB3 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb3enr(pub u32); - impl C1Apb3enr { - #[doc = "LTDC peripheral clock enable"] - pub const fn ltdcen(&self) -> super::vals::C1Apb3enrLtdcen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb3enrLtdcen(val as u8) - } - #[doc = "LTDC peripheral clock enable"] - pub fn set_ltdcen(&mut self, val: super::vals::C1Apb3enrLtdcen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "WWDG1 Clock Enable"] - pub const fn wwdg1en(&self) -> super::vals::C1Apb3enrLtdcen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Apb3enrLtdcen(val as u8) - } - #[doc = "WWDG1 Clock Enable"] - pub fn set_wwdg1en(&mut self, val: super::vals::C1Apb3enrLtdcen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - } - impl Default for C1Apb3enr { - fn default() -> C1Apb3enr { - C1Apb3enr(0) - } - } - #[doc = "RCC AHB4 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb4lpenr(pub u32); - impl C1Ahb4lpenr { - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioalpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioalpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioblpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioblpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioclpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioclpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiodlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiodlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioelpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioelpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioflpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioflpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioglpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioglpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiohlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiohlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioilpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioilpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiojlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiojlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioklpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioklpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "CRC peripheral clock enable during CSleep mode"] - pub const fn crclpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "CRC peripheral clock enable during CSleep mode"] - pub fn set_crclpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "BDMA Clock Enable During CSleep Mode"] - pub const fn bdmalpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "BDMA Clock Enable During CSleep Mode"] - pub fn set_bdmalpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn adc3lpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_adc3lpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "Backup RAM Clock Enable During CSleep Mode"] - pub const fn bkpramlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "Backup RAM Clock Enable During CSleep Mode"] - pub fn set_bkpramlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "SRAM4 Clock Enable During CSleep Mode"] - pub const fn sram4lpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "SRAM4 Clock Enable During CSleep Mode"] - pub fn set_sram4lpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - } - impl Default for C1Ahb4lpenr { - fn default() -> C1Ahb4lpenr { - C1Ahb4lpenr(0) - } - } - #[doc = "RCC AHB2 Peripheral Reset Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb2rstr(pub u32); - impl Ahb2rstr { - #[doc = "CAMITF block reset"] - pub const fn camitfrst(&self) -> super::vals::Camitfrst { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Camitfrst(val as u8) - } - #[doc = "CAMITF block reset"] - pub fn set_camitfrst(&mut self, val: super::vals::Camitfrst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Cryptography block reset"] - pub const fn cryptrst(&self) -> super::vals::Camitfrst { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Camitfrst(val as u8) - } - #[doc = "Cryptography block reset"] - pub fn set_cryptrst(&mut self, val: super::vals::Camitfrst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "Hash block reset"] - pub const fn hashrst(&self) -> super::vals::Camitfrst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Camitfrst(val as u8) - } - #[doc = "Hash block reset"] - pub fn set_hashrst(&mut self, val: super::vals::Camitfrst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Random Number Generator block reset"] - pub const fn rngrst(&self) -> super::vals::Camitfrst { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Camitfrst(val as u8) - } - #[doc = "Random Number Generator block reset"] - pub fn set_rngrst(&mut self, val: super::vals::Camitfrst) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "SDMMC2 and SDMMC2 Delay block reset"] - pub const fn sdmmc2rst(&self) -> super::vals::Camitfrst { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Camitfrst(val as u8) - } - #[doc = "SDMMC2 and SDMMC2 Delay block reset"] - pub fn set_sdmmc2rst(&mut self, val: super::vals::Camitfrst) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - } - impl Default for Ahb2rstr { - fn default() -> Ahb2rstr { - Ahb2rstr(0) - } - } - #[doc = "RCC PLL3 Fractional Divider Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll3fracr(pub u32); - impl Pll3fracr { - #[doc = "Fractional part of the multiplication factor for PLL3 VCO"] - pub const fn fracn3(&self) -> u16 { - let val = (self.0 >> 3usize) & 0x1fff; - val as u16 - } - #[doc = "Fractional part of the multiplication factor for PLL3 VCO"] - pub fn set_fracn3(&mut self, val: u16) { - self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); - } - } - impl Default for Pll3fracr { - fn default() -> Pll3fracr { - Pll3fracr(0) - } - } - #[doc = "RCC HSI configuration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Hsicfgr(pub u32); - impl Hsicfgr { - #[doc = "HSI clock calibration"] - pub const fn hsical(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 - } - #[doc = "HSI clock calibration"] - pub fn set_hsical(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); - } - #[doc = "HSI clock trimming"] - pub const fn hsitrim(&self) -> u8 { - let val = (self.0 >> 24usize) & 0x7f; - val as u8 - } - #[doc = "HSI clock trimming"] - pub fn set_hsitrim(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); - } - } - impl Default for Hsicfgr { - fn default() -> Hsicfgr { - Hsicfgr(0) -======= - #[doc = "RCC AHB2 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb2lpenr(pub u32); - impl Ahb2lpenr { - #[doc = "DCMI peripheral clock enable during csleep mode"] - pub const fn dcmilpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "DCMI peripheral clock enable during csleep mode"] - pub fn set_dcmilpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "CRYPT peripheral clock enable during CSleep mode"] - pub const fn cryptlpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "CRYPT peripheral clock enable during CSleep mode"] - pub fn set_cryptlpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "HASH peripheral clock enable during CSleep mode"] - pub const fn hashlpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "HASH peripheral clock enable during CSleep mode"] - pub fn set_hashlpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "RNG peripheral clock enable during CSleep mode"] - pub const fn rnglpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "RNG peripheral clock enable during CSleep mode"] - pub fn set_rnglpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] - pub const fn sdmmc2lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] - pub fn set_sdmmc2lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SRAM1 Clock Enable During CSleep Mode"] - pub const fn sram1lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SRAM1 Clock Enable During CSleep Mode"] - pub fn set_sram1lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "SRAM2 Clock Enable During CSleep Mode"] - pub const fn sram2lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SRAM2 Clock Enable During CSleep Mode"] - pub fn set_sram2lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "SRAM3 Clock Enable During CSleep Mode"] - pub const fn sram3lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SRAM3 Clock Enable During CSleep Mode"] - pub fn set_sram3lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for Ahb2lpenr { - fn default() -> Ahb2lpenr { - Ahb2lpenr(0) - } - } - #[doc = "RCC APB1 High Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb1hlpenr(pub u32); - impl C1Apb1hlpenr { - #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] - pub const fn crslpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) - } - #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] - pub fn set_crslpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] - pub const fn swplpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) - } - #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] - pub fn set_swplpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "OPAMP peripheral clock enable during CSleep mode"] - pub const fn opamplpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) - } - #[doc = "OPAMP peripheral clock enable during CSleep mode"] - pub fn set_opamplpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "MDIOS peripheral clock enable during CSleep mode"] - pub const fn mdioslpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) - } - #[doc = "MDIOS peripheral clock enable during CSleep mode"] - pub fn set_mdioslpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] - pub const fn fdcanlpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Apb1hlpenrCrslpen(val as u8) - } - #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] - pub fn set_fdcanlpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - } - impl Default for C1Apb1hlpenr { - fn default() -> C1Apb1hlpenr { - C1Apb1hlpenr(0) - } - } - #[doc = "RCC AHB1 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb1enr(pub u32); - impl Ahb1enr { - #[doc = "DMA1 Clock Enable"] - pub const fn dma1en(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "DMA1 Clock Enable"] - pub fn set_dma1en(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2 Clock Enable"] - pub const fn dma2en(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "DMA2 Clock Enable"] - pub fn set_dma2en(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "ADC1/2 Peripheral Clocks Enable"] - pub const fn adc12en(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "ADC1/2 Peripheral Clocks Enable"] - pub fn set_adc12en(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Ethernet MAC bus interface Clock Enable"] - pub const fn eth1macen(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet MAC bus interface Clock Enable"] - pub fn set_eth1macen(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Ethernet Transmission Clock Enable"] - pub const fn eth1txen(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet Transmission Clock Enable"] - pub fn set_eth1txen(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "Ethernet Reception Clock Enable"] - pub const fn eth1rxen(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet Reception Clock Enable"] - pub fn set_eth1rxen(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "Enable USB_PHY2 clocks"] - pub const fn usb2otghsulpien(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "Enable USB_PHY2 clocks"] - pub fn set_usb2otghsulpien(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "USB1OTG Peripheral Clocks Enable"] - pub const fn usb1otgen(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "USB1OTG Peripheral Clocks Enable"] - pub fn set_usb1otgen(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "USB_PHY1 Clocks Enable"] - pub const fn usb1ulpien(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 26usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "USB_PHY1 Clocks Enable"] - pub fn set_usb1ulpien(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); - } - #[doc = "USB2OTG Peripheral Clocks Enable"] - pub const fn usb2otgen(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "USB2OTG Peripheral Clocks Enable"] - pub fn set_usb2otgen(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "USB_PHY2 Clocks Enable"] - pub const fn usb2ulpien(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "USB_PHY2 Clocks Enable"] - pub fn set_usb2ulpien(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - } - impl Default for Ahb1enr { - fn default() -> Ahb1enr { - Ahb1enr(0) - } - } - #[doc = "RCC Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr(pub u32); - impl Cfgr { - #[doc = "System clock switch"] - pub const fn sw(&self) -> super::vals::Sw { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Sw(val as u8) - } - #[doc = "System clock switch"] - pub fn set_sw(&mut self, val: super::vals::Sw) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); - } - #[doc = "System clock switch status"] - pub const fn sws(&self) -> u8 { - let val = (self.0 >> 3usize) & 0x07; - val as u8 - } - #[doc = "System clock switch status"] - pub fn set_sws(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val as u32) & 0x07) << 3usize); - } - #[doc = "System clock selection after a wake up from system Stop"] - pub const fn stopwuck(&self) -> super::vals::Stopwuck { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Stopwuck(val as u8) - } - #[doc = "System clock selection after a wake up from system Stop"] - pub fn set_stopwuck(&mut self, val: super::vals::Stopwuck) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "Kernel clock selection after a wake up from system Stop"] - pub const fn stopkerwuck(&self) -> super::vals::Stopwuck { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Stopwuck(val as u8) - } - #[doc = "Kernel clock selection after a wake up from system Stop"] - pub fn set_stopkerwuck(&mut self, val: super::vals::Stopwuck) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "HSE division factor for RTC clock"] - pub const fn rtcpre(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x3f; - val as u8 - } - #[doc = "HSE division factor for RTC clock"] - pub fn set_rtcpre(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 8usize)) | (((val as u32) & 0x3f) << 8usize); - } - #[doc = "High Resolution Timer clock prescaler selection"] - pub const fn hrtimsel(&self) -> super::vals::Hrtimsel { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Hrtimsel(val as u8) - } - #[doc = "High Resolution Timer clock prescaler selection"] - pub fn set_hrtimsel(&mut self, val: super::vals::Hrtimsel) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "Timers clocks prescaler selection"] - pub const fn timpre(&self) -> super::vals::Timpre { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Timpre(val as u8) - } - #[doc = "Timers clocks prescaler selection"] - pub fn set_timpre(&mut self, val: super::vals::Timpre) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "MCO1 prescaler"] - pub const fn mco1pre(&self) -> u8 { - let val = (self.0 >> 18usize) & 0x0f; - val as u8 - } - #[doc = "MCO1 prescaler"] - pub fn set_mco1pre(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 18usize)) | (((val as u32) & 0x0f) << 18usize); - } - #[doc = "Micro-controller clock output 1"] - pub const fn mco1(&self) -> super::vals::Mco1 { - let val = (self.0 >> 22usize) & 0x07; - super::vals::Mco1(val as u8) - } - #[doc = "Micro-controller clock output 1"] - pub fn set_mco1(&mut self, val: super::vals::Mco1) { - self.0 = (self.0 & !(0x07 << 22usize)) | (((val.0 as u32) & 0x07) << 22usize); - } - #[doc = "MCO2 prescaler"] - pub const fn mco2pre(&self) -> u8 { - let val = (self.0 >> 25usize) & 0x0f; - val as u8 - } - #[doc = "MCO2 prescaler"] - pub fn set_mco2pre(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); - } - #[doc = "Micro-controller clock output 2"] - pub const fn mco2(&self) -> super::vals::Mco2 { - let val = (self.0 >> 29usize) & 0x07; - super::vals::Mco2(val as u8) - } - #[doc = "Micro-controller clock output 2"] - pub fn set_mco2(&mut self, val: super::vals::Mco2) { - self.0 = (self.0 & !(0x07 << 29usize)) | (((val.0 as u32) & 0x07) << 29usize); - } - } - impl Default for Cfgr { - fn default() -> Cfgr { - Cfgr(0) - } - } - #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D2ccip1r(pub u32); - impl D2ccip1r { - #[doc = "SAI1 and DFSDM1 kernel Aclk clock source selection"] - pub const fn sai1sel(&self) -> super::vals::Sai1sel { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Sai1sel(val as u8) - } - #[doc = "SAI1 and DFSDM1 kernel Aclk clock source selection"] - pub fn set_sai1sel(&mut self, val: super::vals::Sai1sel) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); - } - #[doc = "SAI2 and SAI3 kernel clock source selection"] - pub const fn sai23sel(&self) -> super::vals::Sai1sel { - let val = (self.0 >> 6usize) & 0x07; - super::vals::Sai1sel(val as u8) - } - #[doc = "SAI2 and SAI3 kernel clock source selection"] - pub fn set_sai23sel(&mut self, val: super::vals::Sai1sel) { - self.0 = (self.0 & !(0x07 << 6usize)) | (((val.0 as u32) & 0x07) << 6usize); - } - #[doc = "SPI/I2S1,2 and 3 kernel clock source selection"] - pub const fn spi123sel(&self) -> super::vals::Sai1sel { - let val = (self.0 >> 12usize) & 0x07; - super::vals::Sai1sel(val as u8) - } - #[doc = "SPI/I2S1,2 and 3 kernel clock source selection"] - pub fn set_spi123sel(&mut self, val: super::vals::Sai1sel) { - self.0 = (self.0 & !(0x07 << 12usize)) | (((val.0 as u32) & 0x07) << 12usize); - } - #[doc = "SPI4 and 5 kernel clock source selection"] - pub const fn spi45sel(&self) -> super::vals::Spi45sel { - let val = (self.0 >> 16usize) & 0x07; - super::vals::Spi45sel(val as u8) - } - #[doc = "SPI4 and 5 kernel clock source selection"] - pub fn set_spi45sel(&mut self, val: super::vals::Spi45sel) { - self.0 = (self.0 & !(0x07 << 16usize)) | (((val.0 as u32) & 0x07) << 16usize); - } - #[doc = "SPDIFRX kernel clock source selection"] - pub const fn spdifsel(&self) -> super::vals::Spdifsel { - let val = (self.0 >> 20usize) & 0x03; - super::vals::Spdifsel(val as u8) - } - #[doc = "SPDIFRX kernel clock source selection"] - pub fn set_spdifsel(&mut self, val: super::vals::Spdifsel) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); - } - #[doc = "DFSDM1 kernel Clk clock source selection"] - pub const fn dfsdm1sel(&self) -> super::vals::Dfsdm1sel { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Dfsdm1sel(val as u8) - } - #[doc = "DFSDM1 kernel Clk clock source selection"] - pub fn set_dfsdm1sel(&mut self, val: super::vals::Dfsdm1sel) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "FDCAN kernel clock source selection"] - pub const fn fdcansel(&self) -> super::vals::Fdcansel { - let val = (self.0 >> 28usize) & 0x03; - super::vals::Fdcansel(val as u8) - } - #[doc = "FDCAN kernel clock source selection"] - pub fn set_fdcansel(&mut self, val: super::vals::Fdcansel) { - self.0 = (self.0 & !(0x03 << 28usize)) | (((val.0 as u32) & 0x03) << 28usize); - } - #[doc = "SWPMI kernel clock source selection"] - pub const fn swpsel(&self) -> super::vals::Swpsel { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Swpsel(val as u8) - } - #[doc = "SWPMI kernel clock source selection"] - pub fn set_swpsel(&mut self, val: super::vals::Swpsel) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for D2ccip1r { - fn default() -> D2ccip1r { - D2ccip1r(0) - } - } - #[doc = "RCC APB4 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb4enr(pub u32); - impl C1Apb4enr { - #[doc = "SYSCFG peripheral clock enable"] - pub const fn syscfgen(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "SYSCFG peripheral clock enable"] - pub fn set_syscfgen(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "LPUART1 Peripheral Clocks Enable"] - pub const fn lpuart1en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "LPUART1 Peripheral Clocks Enable"] - pub fn set_lpuart1en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "SPI6 Peripheral Clocks Enable"] - pub const fn spi6en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "SPI6 Peripheral Clocks Enable"] - pub fn set_spi6en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "I2C4 Peripheral Clocks Enable"] - pub const fn i2c4en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "I2C4 Peripheral Clocks Enable"] - pub fn set_i2c4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "LPTIM2 Peripheral Clocks Enable"] - pub const fn lptim2en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM2 Peripheral Clocks Enable"] - pub fn set_lptim2en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "LPTIM3 Peripheral Clocks Enable"] - pub const fn lptim3en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM3 Peripheral Clocks Enable"] - pub fn set_lptim3en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "LPTIM4 Peripheral Clocks Enable"] - pub const fn lptim4en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM4 Peripheral Clocks Enable"] - pub fn set_lptim4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "LPTIM5 Peripheral Clocks Enable"] - pub const fn lptim5en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM5 Peripheral Clocks Enable"] - pub fn set_lptim5en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "COMP1/2 peripheral clock enable"] - pub const fn comp12en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "COMP1/2 peripheral clock enable"] - pub fn set_comp12en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "VREF peripheral clock enable"] - pub const fn vrefen(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "VREF peripheral clock enable"] - pub fn set_vrefen(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "RTC APB Clock Enable"] - pub const fn rtcapben(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "RTC APB Clock Enable"] - pub fn set_rtcapben(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "SAI4 Peripheral Clocks Enable"] - pub const fn sai4en(&self) -> super::vals::C1Apb4enrSyscfgen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Apb4enrSyscfgen(val as u8) - } - #[doc = "SAI4 Peripheral Clocks Enable"] - pub fn set_sai4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - } - impl Default for C1Apb4enr { - fn default() -> C1Apb4enr { - C1Apb4enr(0) - } - } - #[doc = "RCC Clock Source Interrupt Flag Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cifr(pub u32); - impl Cifr { - #[doc = "LSI ready Interrupt Flag"] - pub const fn lsirdyf(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "LSI ready Interrupt Flag"] - pub fn set_lsirdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "LSE ready Interrupt Flag"] - pub const fn lserdyf(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "LSE ready Interrupt Flag"] - pub fn set_lserdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "HSI ready Interrupt Flag"] - pub const fn hsirdyf(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "HSI ready Interrupt Flag"] - pub fn set_hsirdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "HSE ready Interrupt Flag"] - pub const fn hserdyf(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "HSE ready Interrupt Flag"] - pub fn set_hserdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "CSI ready Interrupt Flag"] - pub const fn csirdy(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "CSI ready Interrupt Flag"] - pub fn set_csirdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "RC48 ready Interrupt Flag"] - pub const fn hsi48rdyf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "RC48 ready Interrupt Flag"] - pub fn set_hsi48rdyf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "PLL1 ready Interrupt Flag"] - pub fn pllrdyf(&self, n: usize) -> bool { - assert!(n < 3usize); - let offs = 6usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "PLL1 ready Interrupt Flag"] - pub fn set_pllrdyf(&mut self, n: usize, val: bool) { - assert!(n < 3usize); - let offs = 6usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "LSE clock security system Interrupt Flag"] - pub const fn lsecssf(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "LSE clock security system Interrupt Flag"] - pub fn set_lsecssf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "HSE clock security system Interrupt Flag"] - pub const fn hsecssf(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "HSE clock security system Interrupt Flag"] - pub fn set_hsecssf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - } - impl Default for Cifr { - fn default() -> Cifr { - Cifr(0) - } - } - #[doc = "RCC PLLs Clock Source Selection Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pllckselr(pub u32); - impl Pllckselr { - #[doc = "DIVMx and PLLs clock source selection"] - pub const fn pllsrc(&self) -> super::vals::Pllsrc { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Pllsrc(val as u8) - } - #[doc = "DIVMx and PLLs clock source selection"] - pub fn set_pllsrc(&mut self, val: super::vals::Pllsrc) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); - } - #[doc = "Prescaler for PLL1"] - pub fn divm(&self, n: usize) -> u8 { - assert!(n < 3usize); - let offs = 4usize + n * 8usize; - let val = (self.0 >> offs) & 0x3f; - val as u8 - } - #[doc = "Prescaler for PLL1"] - pub fn set_divm(&mut self, n: usize, val: u8) { - assert!(n < 3usize); - let offs = 4usize + n * 8usize; - self.0 = (self.0 & !(0x3f << offs)) | (((val as u32) & 0x3f) << offs); - } - } - impl Default for Pllckselr { - fn default() -> Pllckselr { - Pllckselr(0) - } - } - #[doc = "RCC APB3 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb3enr(pub u32); - impl Apb3enr { - #[doc = "LTDC peripheral clock enable"] - pub const fn ltdcen(&self) -> super::vals::Apb3enrLtdcen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb3enrLtdcen(val as u8) - } - #[doc = "LTDC peripheral clock enable"] - pub fn set_ltdcen(&mut self, val: super::vals::Apb3enrLtdcen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "WWDG1 Clock Enable"] - pub const fn wwdg1en(&self) -> super::vals::Apb3enrLtdcen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Apb3enrLtdcen(val as u8) - } - #[doc = "WWDG1 Clock Enable"] - pub fn set_wwdg1en(&mut self, val: super::vals::Apb3enrLtdcen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - } - impl Default for Apb3enr { - fn default() -> Apb3enr { - Apb3enr(0) - } - } - #[doc = "RCC APB3 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb3enr(pub u32); - impl C1Apb3enr { - #[doc = "LTDC peripheral clock enable"] - pub const fn ltdcen(&self) -> super::vals::C1Apb3enrLtdcen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb3enrLtdcen(val as u8) - } - #[doc = "LTDC peripheral clock enable"] - pub fn set_ltdcen(&mut self, val: super::vals::C1Apb3enrLtdcen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "WWDG1 Clock Enable"] - pub const fn wwdg1en(&self) -> super::vals::C1Apb3enrLtdcen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Apb3enrLtdcen(val as u8) - } - #[doc = "WWDG1 Clock Enable"] - pub fn set_wwdg1en(&mut self, val: super::vals::C1Apb3enrLtdcen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - } - impl Default for C1Apb3enr { - fn default() -> C1Apb3enr { - C1Apb3enr(0) - } - } - #[doc = "RCC APB1 Low Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb1llpenr(pub u32); - impl C1Apb1llpenr { - #[doc = "TIM2 peripheral clock enable during CSleep mode"] - pub const fn tim2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM2 peripheral clock enable during CSleep mode"] - pub fn set_tim2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM3 peripheral clock enable during CSleep mode"] - pub const fn tim3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM3 peripheral clock enable during CSleep mode"] - pub fn set_tim3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "TIM4 peripheral clock enable during CSleep mode"] - pub const fn tim4lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM4 peripheral clock enable during CSleep mode"] - pub fn set_tim4lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "TIM5 peripheral clock enable during CSleep mode"] - pub const fn tim5lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM5 peripheral clock enable during CSleep mode"] - pub fn set_tim5lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "TIM6 peripheral clock enable during CSleep mode"] - pub const fn tim6lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM6 peripheral clock enable during CSleep mode"] - pub fn set_tim6lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "TIM7 peripheral clock enable during CSleep mode"] - pub const fn tim7lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM7 peripheral clock enable during CSleep mode"] - pub fn set_tim7lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "TIM12 peripheral clock enable during CSleep mode"] - pub const fn tim12lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM12 peripheral clock enable during CSleep mode"] - pub fn set_tim12lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "TIM13 peripheral clock enable during CSleep mode"] - pub const fn tim13lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM13 peripheral clock enable during CSleep mode"] - pub fn set_tim13lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "TIM14 peripheral clock enable during CSleep mode"] - pub const fn tim14lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM14 peripheral clock enable during CSleep mode"] - pub fn set_tim14lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim1lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim1lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] - pub const fn spdifrxlpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spdifrxlpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart4lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart4lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart5lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart5lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c1lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c1lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] - pub const fn ceclpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] - pub fn set_ceclpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] - pub const fn dac12lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] - pub fn set_dac12lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart7lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart7lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart8lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart8lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for C1Apb1llpenr { - fn default() -> C1Apb1llpenr { - C1Apb1llpenr(0) - } - } - #[doc = "RCC Global Control Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Gcr(pub u32); - impl Gcr { - #[doc = "WWDG1 reset scope control"] - pub const fn ww1rsc(&self) -> super::vals::Ww1rsc { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ww1rsc(val as u8) - } - #[doc = "WWDG1 reset scope control"] - pub fn set_ww1rsc(&mut self, val: super::vals::Ww1rsc) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - } - impl Default for Gcr { - fn default() -> Gcr { - Gcr(0) - } - } - #[doc = "RCC APB4 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb4enr(pub u32); - impl Apb4enr { - #[doc = "SYSCFG peripheral clock enable"] - pub const fn syscfgen(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "SYSCFG peripheral clock enable"] - pub fn set_syscfgen(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "LPUART1 Peripheral Clocks Enable"] - pub const fn lpuart1en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "LPUART1 Peripheral Clocks Enable"] - pub fn set_lpuart1en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "SPI6 Peripheral Clocks Enable"] - pub const fn spi6en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "SPI6 Peripheral Clocks Enable"] - pub fn set_spi6en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "I2C4 Peripheral Clocks Enable"] - pub const fn i2c4en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "I2C4 Peripheral Clocks Enable"] - pub fn set_i2c4en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "LPTIM2 Peripheral Clocks Enable"] - pub const fn lptim2en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM2 Peripheral Clocks Enable"] - pub fn set_lptim2en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "LPTIM3 Peripheral Clocks Enable"] - pub const fn lptim3en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM3 Peripheral Clocks Enable"] - pub fn set_lptim3en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "LPTIM4 Peripheral Clocks Enable"] - pub const fn lptim4en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM4 Peripheral Clocks Enable"] - pub fn set_lptim4en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "LPTIM5 Peripheral Clocks Enable"] - pub const fn lptim5en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM5 Peripheral Clocks Enable"] - pub fn set_lptim5en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "COMP1/2 peripheral clock enable"] - pub const fn comp12en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "COMP1/2 peripheral clock enable"] - pub fn set_comp12en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "VREF peripheral clock enable"] - pub const fn vrefen(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "VREF peripheral clock enable"] - pub fn set_vrefen(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "RTC APB Clock Enable"] - pub const fn rtcapben(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "RTC APB Clock Enable"] - pub fn set_rtcapben(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "SAI4 Peripheral Clocks Enable"] - pub const fn sai4en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "SAI4 Peripheral Clocks Enable"] - pub fn set_sai4en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - } - impl Default for Apb4enr { - fn default() -> Apb4enr { - Apb4enr(0) - } - } - #[doc = "RCC APB1 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1henr(pub u32); - impl Apb1henr { - #[doc = "Clock Recovery System peripheral clock enable"] - pub const fn crsen(&self) -> super::vals::Apb1henrCrsen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb1henrCrsen(val as u8) - } - #[doc = "Clock Recovery System peripheral clock enable"] - pub fn set_crsen(&mut self, val: super::vals::Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "SWPMI Peripheral Clocks Enable"] - pub const fn swpen(&self) -> super::vals::Apb1henrCrsen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Apb1henrCrsen(val as u8) - } - #[doc = "SWPMI Peripheral Clocks Enable"] - pub fn set_swpen(&mut self, val: super::vals::Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "OPAMP peripheral clock enable"] - pub const fn opampen(&self) -> super::vals::Apb1henrCrsen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Apb1henrCrsen(val as u8) - } - #[doc = "OPAMP peripheral clock enable"] - pub fn set_opampen(&mut self, val: super::vals::Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "MDIOS peripheral clock enable"] - pub const fn mdiosen(&self) -> super::vals::Apb1henrCrsen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb1henrCrsen(val as u8) - } - #[doc = "MDIOS peripheral clock enable"] - pub fn set_mdiosen(&mut self, val: super::vals::Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FDCAN Peripheral Clocks Enable"] - pub const fn fdcanen(&self) -> super::vals::Apb1henrCrsen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Apb1henrCrsen(val as u8) - } - #[doc = "FDCAN Peripheral Clocks Enable"] - pub fn set_fdcanen(&mut self, val: super::vals::Apb1henrCrsen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - } - impl Default for Apb1henr { - fn default() -> Apb1henr { - Apb1henr(0) ->>>>>>> c084e70 (Update generated code) - } - } - #[doc = "RCC APB1 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] -<<<<<<< HEAD - pub struct C1Apb1lenr(pub u32); - impl C1Apb1lenr { - #[doc = "TIM peripheral clock enable"] - pub const fn tim2en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim3en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim4en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim4en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim5en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim5en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim6en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim6en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim7en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim7en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim12en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim12en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim13en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim13en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim14en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim14en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "LPTIM1 Peripheral Clocks Enable"] - pub const fn lptim1en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "LPTIM1 Peripheral Clocks Enable"] - pub fn set_lptim1en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SPI2 Peripheral Clocks Enable"] - pub const fn spi2en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "SPI2 Peripheral Clocks Enable"] - pub fn set_spi2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SPI3 Peripheral Clocks Enable"] - pub const fn spi3en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "SPI3 Peripheral Clocks Enable"] - pub fn set_spi3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "SPDIFRX Peripheral Clocks Enable"] - pub const fn spdifrxen(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "SPDIFRX Peripheral Clocks Enable"] - pub fn set_spdifrxen(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "USART2 Peripheral Clocks Enable"] - pub const fn usart2en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "USART2 Peripheral Clocks Enable"] - pub fn set_usart2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USART3 Peripheral Clocks Enable"] - pub const fn usart3en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 18usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "USART3 Peripheral Clocks Enable"] - pub fn set_usart3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "UART4 Peripheral Clocks Enable"] - pub const fn uart4en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 19usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "UART4 Peripheral Clocks Enable"] - pub fn set_uart4en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "UART5 Peripheral Clocks Enable"] - pub const fn uart5en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 20usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "UART5 Peripheral Clocks Enable"] - pub fn set_uart5en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "I2C1 Peripheral Clocks Enable"] - pub const fn i2c1en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "I2C1 Peripheral Clocks Enable"] - pub fn set_i2c1en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "I2C2 Peripheral Clocks Enable"] - pub const fn i2c2en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 22usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "I2C2 Peripheral Clocks Enable"] - pub fn set_i2c2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "I2C3 Peripheral Clocks Enable"] - pub const fn i2c3en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 23usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "I2C3 Peripheral Clocks Enable"] - pub fn set_i2c3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "HDMI-CEC peripheral clock enable"] - pub const fn cecen(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 27usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "HDMI-CEC peripheral clock enable"] - pub fn set_cecen(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "DAC1&2 peripheral clock enable"] - pub const fn dac12en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "DAC1&2 peripheral clock enable"] - pub fn set_dac12en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "UART7 Peripheral Clocks Enable"] - pub const fn uart7en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 30usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "UART7 Peripheral Clocks Enable"] - pub fn set_uart7en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "UART8 Peripheral Clocks Enable"] - pub const fn uart8en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 31usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "UART8 Peripheral Clocks Enable"] - pub fn set_uart8en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for C1Apb1lenr { - fn default() -> C1Apb1lenr { - C1Apb1lenr(0) - } - } - #[doc = "RCC APB1 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1lenr(pub u32); - impl Apb1lenr { - #[doc = "TIM peripheral clock enable"] - pub const fn tim2en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim2en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim3en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim3en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim4en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim4en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim5en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim5en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim6en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim6en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim7en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim7en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim12en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim12en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim13en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim13en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim14en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim14en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "LPTIM1 Peripheral Clocks Enable"] - pub const fn lptim1en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "LPTIM1 Peripheral Clocks Enable"] - pub fn set_lptim1en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SPI2 Peripheral Clocks Enable"] - pub const fn spi2en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "SPI2 Peripheral Clocks Enable"] - pub fn set_spi2en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SPI3 Peripheral Clocks Enable"] - pub const fn spi3en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "SPI3 Peripheral Clocks Enable"] - pub fn set_spi3en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "SPDIFRX Peripheral Clocks Enable"] - pub const fn spdifrxen(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "SPDIFRX Peripheral Clocks Enable"] - pub fn set_spdifrxen(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "USART2 Peripheral Clocks Enable"] - pub const fn usart2en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "USART2 Peripheral Clocks Enable"] - pub fn set_usart2en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USART3 Peripheral Clocks Enable"] - pub const fn usart3en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "USART3 Peripheral Clocks Enable"] - pub fn set_usart3en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "UART4 Peripheral Clocks Enable"] - pub const fn uart4en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "UART4 Peripheral Clocks Enable"] - pub fn set_uart4en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "UART5 Peripheral Clocks Enable"] - pub const fn uart5en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "UART5 Peripheral Clocks Enable"] - pub fn set_uart5en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "I2C1 Peripheral Clocks Enable"] - pub const fn i2c1en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "I2C1 Peripheral Clocks Enable"] - pub fn set_i2c1en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "I2C2 Peripheral Clocks Enable"] - pub const fn i2c2en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "I2C2 Peripheral Clocks Enable"] - pub fn set_i2c2en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "I2C3 Peripheral Clocks Enable"] - pub const fn i2c3en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "I2C3 Peripheral Clocks Enable"] - pub fn set_i2c3en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "HDMI-CEC peripheral clock enable"] - pub const fn cecen(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "HDMI-CEC peripheral clock enable"] - pub fn set_cecen(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "DAC1&2 peripheral clock enable"] - pub const fn dac12en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "DAC1&2 peripheral clock enable"] - pub fn set_dac12en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "UART7 Peripheral Clocks Enable"] - pub const fn uart7en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "UART7 Peripheral Clocks Enable"] - pub fn set_uart7en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "UART8 Peripheral Clocks Enable"] - pub const fn uart8en(&self) -> super::vals::Apb1lenrTim2en { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Apb1lenrTim2en(val as u8) - } - #[doc = "UART8 Peripheral Clocks Enable"] - pub fn set_uart8en(&mut self, val: super::vals::Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for Apb1lenr { - fn default() -> Apb1lenr { - Apb1lenr(0) -======= - pub struct Apb4lpenr(pub u32); - impl Apb4lpenr { - #[doc = "SYSCFG peripheral clock enable during CSleep mode"] - pub const fn syscfglpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "SYSCFG peripheral clock enable during CSleep mode"] - pub fn set_syscfglpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lpuart1lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lpuart1lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi6lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi6lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim2lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim2lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim3lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim3lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim5lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim5lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] - pub const fn comp12lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] - pub fn set_comp12lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "VREF peripheral clock enable during CSleep mode"] - pub const fn vreflpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "VREF peripheral clock enable during CSleep mode"] - pub fn set_vreflpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "RTC APB Clock Enable During CSleep Mode"] - pub const fn rtcapblpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "RTC APB Clock Enable During CSleep Mode"] - pub fn set_rtcapblpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Apb4lpenrSyscfglpen(val as u8) - } - #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - } - impl Default for Apb4lpenr { - fn default() -> Apb4lpenr { - Apb4lpenr(0) - } - } - #[doc = "RCC AHB4 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb4enr(pub u32); - impl C1Ahb4enr { - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioaen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioaen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioben(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioben(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiocen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiocen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioden(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioden(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioeen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioeen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiofen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiofen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiogen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiogen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiohen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiohen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioien(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioien(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpiojen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpiojen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "0GPIO peripheral clock enable"] - pub const fn gpioken(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "0GPIO peripheral clock enable"] - pub fn set_gpioken(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "CRC peripheral clock enable"] - pub const fn crcen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "CRC peripheral clock enable"] - pub fn set_crcen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "BDMA and DMAMUX2 Clock Enable"] - pub const fn bdmaen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "BDMA and DMAMUX2 Clock Enable"] - pub fn set_bdmaen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "ADC3 Peripheral Clocks Enable"] - pub const fn adc3en(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "ADC3 Peripheral Clocks Enable"] - pub fn set_adc3en(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "HSEM peripheral clock enable"] - pub const fn hsemen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 25usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "HSEM peripheral clock enable"] - pub fn set_hsemen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "Backup RAM Clock Enable"] - pub const fn bkpramen(&self) -> super::vals::C1Ahb4enrGpioaen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Ahb4enrGpioaen(val as u8) - } - #[doc = "Backup RAM Clock Enable"] - pub fn set_bkpramen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - } - impl Default for C1Ahb4enr { - fn default() -> C1Ahb4enr { - C1Ahb4enr(0) - } - } - #[doc = "RCC AHB2 Peripheral Reset Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb2rstr(pub u32); - impl Ahb2rstr { - #[doc = "CAMITF block reset"] - pub const fn camitfrst(&self) -> super::vals::Camitfrst { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Camitfrst(val as u8) - } - #[doc = "CAMITF block reset"] - pub fn set_camitfrst(&mut self, val: super::vals::Camitfrst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Cryptography block reset"] - pub const fn cryptrst(&self) -> super::vals::Camitfrst { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Camitfrst(val as u8) - } - #[doc = "Cryptography block reset"] - pub fn set_cryptrst(&mut self, val: super::vals::Camitfrst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "Hash block reset"] - pub const fn hashrst(&self) -> super::vals::Camitfrst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Camitfrst(val as u8) - } - #[doc = "Hash block reset"] - pub fn set_hashrst(&mut self, val: super::vals::Camitfrst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Random Number Generator block reset"] - pub const fn rngrst(&self) -> super::vals::Camitfrst { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Camitfrst(val as u8) - } - #[doc = "Random Number Generator block reset"] - pub fn set_rngrst(&mut self, val: super::vals::Camitfrst) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "SDMMC2 and SDMMC2 Delay block reset"] - pub const fn sdmmc2rst(&self) -> super::vals::Camitfrst { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Camitfrst(val as u8) - } - #[doc = "SDMMC2 and SDMMC2 Delay block reset"] - pub fn set_sdmmc2rst(&mut self, val: super::vals::Camitfrst) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - } - impl Default for Ahb2rstr { - fn default() -> Ahb2rstr { - Ahb2rstr(0) ->>>>>>> c084e70 (Update generated code) - } - } - #[doc = "RCC APB1 High Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] -<<<<<<< HEAD - pub struct Apb4enr(pub u32); - impl Apb4enr { - #[doc = "SYSCFG peripheral clock enable"] - pub const fn syscfgen(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "SYSCFG peripheral clock enable"] - pub fn set_syscfgen(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "LPUART1 Peripheral Clocks Enable"] - pub const fn lpuart1en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "LPUART1 Peripheral Clocks Enable"] - pub fn set_lpuart1en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "SPI6 Peripheral Clocks Enable"] - pub const fn spi6en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "SPI6 Peripheral Clocks Enable"] - pub fn set_spi6en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "I2C4 Peripheral Clocks Enable"] - pub const fn i2c4en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "I2C4 Peripheral Clocks Enable"] - pub fn set_i2c4en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "LPTIM2 Peripheral Clocks Enable"] - pub const fn lptim2en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM2 Peripheral Clocks Enable"] - pub fn set_lptim2en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "LPTIM3 Peripheral Clocks Enable"] - pub const fn lptim3en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM3 Peripheral Clocks Enable"] - pub fn set_lptim3en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "LPTIM4 Peripheral Clocks Enable"] - pub const fn lptim4en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM4 Peripheral Clocks Enable"] - pub fn set_lptim4en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "LPTIM5 Peripheral Clocks Enable"] - pub const fn lptim5en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "LPTIM5 Peripheral Clocks Enable"] - pub fn set_lptim5en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "COMP1/2 peripheral clock enable"] - pub const fn comp12en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "COMP1/2 peripheral clock enable"] - pub fn set_comp12en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "VREF peripheral clock enable"] - pub const fn vrefen(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "VREF peripheral clock enable"] - pub fn set_vrefen(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "RTC APB Clock Enable"] - pub const fn rtcapben(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "RTC APB Clock Enable"] - pub fn set_rtcapben(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "SAI4 Peripheral Clocks Enable"] - pub const fn sai4en(&self) -> super::vals::Apb4enrSyscfgen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Apb4enrSyscfgen(val as u8) - } - #[doc = "SAI4 Peripheral Clocks Enable"] - pub fn set_sai4en(&mut self, val: super::vals::Apb4enrSyscfgen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - } - impl Default for Apb4enr { - fn default() -> Apb4enr { - Apb4enr(0) - } - } - #[doc = "RCC AHB1 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb1lpenr(pub u32); - impl Ahb1lpenr { - #[doc = "DMA1 Clock Enable During CSleep Mode"] - pub const fn dma1lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "DMA1 Clock Enable During CSleep Mode"] - pub fn set_dma1lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2 Clock Enable During CSleep Mode"] - pub const fn dma2lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "DMA2 Clock Enable During CSleep Mode"] - pub fn set_dma2lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn adc12lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_adc12lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] - pub const fn eth1maclpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] - pub fn set_eth1maclpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] - pub const fn eth1txlpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] - pub fn set_eth1txlpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] - pub const fn eth1rxlpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] - pub fn set_eth1rxlpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USB1OTG peripheral clock enable during CSleep mode"] - pub const fn usb1otglpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB1OTG peripheral clock enable during CSleep mode"] - pub fn set_usb1otglpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "USB_PHY1 clock enable during CSleep mode"] - pub const fn usb1otghsulpilpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 26usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB_PHY1 clock enable during CSleep mode"] - pub fn set_usb1otghsulpilpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); - } - #[doc = "USB2OTG peripheral clock enable during CSleep mode"] - pub const fn usb2otglpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB2OTG peripheral clock enable during CSleep mode"] - pub fn set_usb2otglpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "USB_PHY2 clocks enable during CSleep mode"] - pub const fn usb2otghsulpilpen(&self) -> super::vals::Ahb1lpenrDma1lpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB_PHY2 clocks enable during CSleep mode"] - pub fn set_usb2otghsulpilpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - } - impl Default for Ahb1lpenr { - fn default() -> Ahb1lpenr { - Ahb1lpenr(0) - } - } - #[doc = "RCC AHB1 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb1enr(pub u32); - impl Ahb1enr { - #[doc = "DMA1 Clock Enable"] - pub const fn dma1en(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "DMA1 Clock Enable"] - pub fn set_dma1en(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2 Clock Enable"] - pub const fn dma2en(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "DMA2 Clock Enable"] - pub fn set_dma2en(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "ADC1/2 Peripheral Clocks Enable"] - pub const fn adc12en(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "ADC1/2 Peripheral Clocks Enable"] - pub fn set_adc12en(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Ethernet MAC bus interface Clock Enable"] - pub const fn eth1macen(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet MAC bus interface Clock Enable"] - pub fn set_eth1macen(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Ethernet Transmission Clock Enable"] - pub const fn eth1txen(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet Transmission Clock Enable"] - pub fn set_eth1txen(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "Ethernet Reception Clock Enable"] - pub const fn eth1rxen(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "Ethernet Reception Clock Enable"] - pub fn set_eth1rxen(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "Enable USB_PHY2 clocks"] - pub const fn usb2otghsulpien(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "Enable USB_PHY2 clocks"] - pub fn set_usb2otghsulpien(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "USB1OTG Peripheral Clocks Enable"] - pub const fn usb1otgen(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "USB1OTG Peripheral Clocks Enable"] - pub fn set_usb1otgen(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "USB_PHY1 Clocks Enable"] - pub const fn usb1ulpien(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 26usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "USB_PHY1 Clocks Enable"] - pub fn set_usb1ulpien(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); - } - #[doc = "USB2OTG Peripheral Clocks Enable"] - pub const fn usb2otgen(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "USB2OTG Peripheral Clocks Enable"] - pub fn set_usb2otgen(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "USB_PHY2 Clocks Enable"] - pub const fn usb2ulpien(&self) -> super::vals::Ahb1enrDma1en { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Ahb1enrDma1en(val as u8) - } - #[doc = "USB_PHY2 Clocks Enable"] - pub fn set_usb2ulpien(&mut self, val: super::vals::Ahb1enrDma1en) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - } - impl Default for Ahb1enr { - fn default() -> Ahb1enr { - Ahb1enr(0) ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - } - } - #[doc = "RCC AHB3 Clock Register"] -======= - pub struct Apb1hlpenr(pub u32); - impl Apb1hlpenr { - #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] - pub const fn crslpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) - } - #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] - pub fn set_crslpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] - pub const fn swplpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) - } - #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] - pub fn set_swplpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "OPAMP peripheral clock enable during CSleep mode"] - pub const fn opamplpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) - } - #[doc = "OPAMP peripheral clock enable during CSleep mode"] - pub fn set_opamplpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "MDIOS peripheral clock enable during CSleep mode"] - pub const fn mdioslpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) - } - #[doc = "MDIOS peripheral clock enable during CSleep mode"] - pub fn set_mdioslpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] - pub const fn fdcanlpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) - } - #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] - pub fn set_fdcanlpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - } - impl Default for Apb1hlpenr { - fn default() -> Apb1hlpenr { - Apb1hlpenr(0) - } - } - #[doc = "RCC Domain 3 Kernel Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D3ccipr(pub u32); - impl D3ccipr { - #[doc = "LPUART1 kernel clock source selection"] - pub const fn lpuart1sel(&self) -> super::vals::Lpuart1sel { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Lpuart1sel(val as u8) - } - #[doc = "LPUART1 kernel clock source selection"] - pub fn set_lpuart1sel(&mut self, val: super::vals::Lpuart1sel) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); - } - #[doc = "I2C4 kernel clock source selection"] - pub const fn i2c4sel(&self) -> super::vals::I2c4sel { - let val = (self.0 >> 8usize) & 0x03; - super::vals::I2c4sel(val as u8) - } - #[doc = "I2C4 kernel clock source selection"] - pub fn set_i2c4sel(&mut self, val: super::vals::I2c4sel) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); - } - #[doc = "LPTIM2 kernel clock source selection"] - pub const fn lptim2sel(&self) -> super::vals::Lptim2sel { - let val = (self.0 >> 10usize) & 0x07; - super::vals::Lptim2sel(val as u8) - } - #[doc = "LPTIM2 kernel clock source selection"] - pub fn set_lptim2sel(&mut self, val: super::vals::Lptim2sel) { - self.0 = (self.0 & !(0x07 << 10usize)) | (((val.0 as u32) & 0x07) << 10usize); - } - #[doc = "LPTIM3,4,5 kernel clock source selection"] - pub const fn lptim345sel(&self) -> super::vals::Lptim2sel { - let val = (self.0 >> 13usize) & 0x07; - super::vals::Lptim2sel(val as u8) - } - #[doc = "LPTIM3,4,5 kernel clock source selection"] - pub fn set_lptim345sel(&mut self, val: super::vals::Lptim2sel) { - self.0 = (self.0 & !(0x07 << 13usize)) | (((val.0 as u32) & 0x07) << 13usize); - } - #[doc = "SAR ADC kernel clock source selection"] - pub const fn adcsel(&self) -> super::vals::Adcsel { - let val = (self.0 >> 16usize) & 0x03; - super::vals::Adcsel(val as u8) - } - #[doc = "SAR ADC kernel clock source selection"] - pub fn set_adcsel(&mut self, val: super::vals::Adcsel) { - self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); - } - #[doc = "Sub-Block A of SAI4 kernel clock source selection"] - pub const fn sai4asel(&self) -> super::vals::Sai4asel { - let val = (self.0 >> 21usize) & 0x07; - super::vals::Sai4asel(val as u8) - } - #[doc = "Sub-Block A of SAI4 kernel clock source selection"] - pub fn set_sai4asel(&mut self, val: super::vals::Sai4asel) { - self.0 = (self.0 & !(0x07 << 21usize)) | (((val.0 as u32) & 0x07) << 21usize); - } - #[doc = "Sub-Block B of SAI4 kernel clock source selection"] - pub const fn sai4bsel(&self) -> super::vals::Sai4asel { - let val = (self.0 >> 24usize) & 0x07; - super::vals::Sai4asel(val as u8) - } - #[doc = "Sub-Block B of SAI4 kernel clock source selection"] - pub fn set_sai4bsel(&mut self, val: super::vals::Sai4asel) { - self.0 = (self.0 & !(0x07 << 24usize)) | (((val.0 as u32) & 0x07) << 24usize); - } - #[doc = "SPI6 kernel clock source selection"] - pub const fn spi6sel(&self) -> super::vals::Spi6sel { - let val = (self.0 >> 28usize) & 0x07; - super::vals::Spi6sel(val as u8) - } - #[doc = "SPI6 kernel clock source selection"] - pub fn set_spi6sel(&mut self, val: super::vals::Spi6sel) { - self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); - } - } - impl Default for D3ccipr { - fn default() -> D3ccipr { - D3ccipr(0) - } - } - #[doc = "RCC AHB2 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb2enr(pub u32); - impl C1Ahb2enr { - #[doc = "DCMI peripheral clock"] - pub const fn dcmien(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "DCMI peripheral clock"] - pub fn set_dcmien(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "CRYPT peripheral clock enable"] - pub const fn crypten(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "CRYPT peripheral clock enable"] - pub fn set_crypten(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "HASH peripheral clock enable"] - pub const fn hashen(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "HASH peripheral clock enable"] - pub fn set_hashen(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "RNG peripheral clocks enable"] - pub const fn rngen(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "RNG peripheral clocks enable"] - pub fn set_rngen(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "SDMMC2 and SDMMC2 delay clock enable"] - pub const fn sdmmc2en(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "SDMMC2 and SDMMC2 delay clock enable"] - pub fn set_sdmmc2en(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SRAM1 block enable"] - pub const fn sram1en(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "SRAM1 block enable"] - pub fn set_sram1en(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "SRAM2 block enable"] - pub const fn sram2en(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 30usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "SRAM2 block enable"] - pub fn set_sram2en(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "SRAM3 block enable"] - pub const fn sram3en(&self) -> super::vals::C1Ahb2enrDcmien { - let val = (self.0 >> 31usize) & 0x01; - super::vals::C1Ahb2enrDcmien(val as u8) - } - #[doc = "SRAM3 block enable"] - pub fn set_sram3en(&mut self, val: super::vals::C1Ahb2enrDcmien) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for C1Ahb2enr { - fn default() -> C1Ahb2enr { - C1Ahb2enr(0) - } - } - #[doc = "RCC PLL3 Dividers Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll3divr(pub u32); - impl Pll3divr { - #[doc = "Multiplication factor for PLL1 VCO"] - pub const fn divn3(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x01ff; - val as u16 - } - #[doc = "Multiplication factor for PLL1 VCO"] - pub fn set_divn3(&mut self, val: u16) { - self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); - } - #[doc = "PLL DIVP division factor"] - pub const fn divp3(&self) -> u8 { - let val = (self.0 >> 9usize) & 0x7f; - val as u8 - } - #[doc = "PLL DIVP division factor"] - pub fn set_divp3(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 9usize)) | (((val as u32) & 0x7f) << 9usize); - } - #[doc = "PLL DIVQ division factor"] - pub const fn divq3(&self) -> u8 { - let val = (self.0 >> 16usize) & 0x7f; - val as u8 - } - #[doc = "PLL DIVQ division factor"] - pub fn set_divq3(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); - } - #[doc = "PLL DIVR division factor"] - pub const fn divr3(&self) -> u8 { - let val = (self.0 >> 24usize) & 0x7f; - val as u8 - } - #[doc = "PLL DIVR division factor"] - pub fn set_divr3(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); - } - } - impl Default for Pll3divr { - fn default() -> Pll3divr { - Pll3divr(0) - } - } - #[doc = "RCC Clock Control and Status Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Csr(pub u32); - impl Csr { - #[doc = "LSI oscillator enable"] - pub const fn lsion(&self) -> super::vals::Lsion { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Lsion(val as u8) - } - #[doc = "LSI oscillator enable"] - pub fn set_lsion(&mut self, val: super::vals::Lsion) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "LSI oscillator ready"] - pub const fn lsirdy(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "LSI oscillator ready"] - pub fn set_lsirdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - } - impl Default for Csr { - fn default() -> Csr { - Csr(0) - } - } - #[doc = "RCC Clock Source Interrupt Enable Register"] ->>>>>>> c084e70 (Update generated code) - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Msirange(pub u8); - impl Msirange { - #[doc = "range 0 around 65.536 kHz"] - pub const RANGE0: Self = Self(0); - #[doc = "range 1 around 131.072 kHz"] - pub const RANGE1: Self = Self(0x01); - #[doc = "range 2 around 262.144 kHz"] - pub const RANGE2: Self = Self(0x02); - #[doc = "range 3 around 524.288 kHz"] - pub const RANGE3: Self = Self(0x03); - #[doc = "range 4 around 1.048 MHz"] - pub const RANGE4: Self = Self(0x04); - #[doc = "range 5 around 2.097 MHz (reset value)"] - pub const RANGE5: Self = Self(0x05); - #[doc = "range 6 around 4.194 MHz"] - pub const RANGE6: Self = Self(0x06); - #[doc = "not allowed"] - pub const RANGE7: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hserdyr(pub u8); - impl Hserdyr { - #[doc = "Oscillator is not stable"] - pub const NOTREADY: Self = Self(0); - #[doc = "Oscillator is stable"] - pub const READY: Self = Self(0x01); -======= - #[derive(Copy, Clone, Eq, PartialEq)] -<<<<<<< HEAD - pub struct C1Ahb3enr(pub u32); - impl C1Ahb3enr { - #[doc = "MDMA Peripheral Clock Enable"] - pub const fn mdmaen(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) - } - #[doc = "MDMA Peripheral Clock Enable"] - pub fn set_mdmaen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2D Peripheral Clock Enable"] - pub const fn dma2den(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) - } - #[doc = "DMA2D Peripheral Clock Enable"] - pub fn set_dma2den(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "JPGDEC Peripheral Clock Enable"] - pub const fn jpgdecen(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) - } - #[doc = "JPGDEC Peripheral Clock Enable"] - pub fn set_jpgdecen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FMC Peripheral Clocks Enable"] - pub const fn fmcen(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) - } - #[doc = "FMC Peripheral Clocks Enable"] - pub fn set_fmcen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] - pub const fn qspien(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) - } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] - pub fn set_qspien(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] - pub const fn sdmmc1en(&self) -> super::vals::C1Ahb3enrMdmaen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Ahb3enrMdmaen(val as u8) - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] - pub fn set_sdmmc1en(&mut self, val: super::vals::C1Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - } - impl Default for C1Ahb3enr { - fn default() -> C1Ahb3enr { - C1Ahb3enr(0) -======= - pub struct Cier(pub u32); - impl Cier { - #[doc = "LSI ready Interrupt Enable"] - pub const fn lsirdyie(&self) -> super::vals::Lsirdyie { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Lsirdyie(val as u8) - } - #[doc = "LSI ready Interrupt Enable"] - pub fn set_lsirdyie(&mut self, val: super::vals::Lsirdyie) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "LSE ready Interrupt Enable"] - pub const fn lserdyie(&self) -> super::vals::Lsirdyie { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Lsirdyie(val as u8) - } - #[doc = "LSE ready Interrupt Enable"] - pub fn set_lserdyie(&mut self, val: super::vals::Lsirdyie) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "HSI ready Interrupt Enable"] - pub const fn hsirdyie(&self) -> super::vals::Lsirdyie { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Lsirdyie(val as u8) - } - #[doc = "HSI ready Interrupt Enable"] - pub fn set_hsirdyie(&mut self, val: super::vals::Lsirdyie) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "HSE ready Interrupt Enable"] - pub const fn hserdyie(&self) -> super::vals::Lsirdyie { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Lsirdyie(val as u8) - } - #[doc = "HSE ready Interrupt Enable"] - pub fn set_hserdyie(&mut self, val: super::vals::Lsirdyie) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "CSI ready Interrupt Enable"] - pub const fn csirdyie(&self) -> super::vals::Lsirdyie { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Lsirdyie(val as u8) - } - #[doc = "CSI ready Interrupt Enable"] - pub fn set_csirdyie(&mut self, val: super::vals::Lsirdyie) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "RC48 ready Interrupt Enable"] - pub const fn hsi48rdyie(&self) -> super::vals::Lsirdyie { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lsirdyie(val as u8) - } - #[doc = "RC48 ready Interrupt Enable"] - pub fn set_hsi48rdyie(&mut self, val: super::vals::Lsirdyie) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "PLL1 ready Interrupt Enable"] - pub fn pllrdyie(&self, n: usize) -> super::vals::Lsirdyie { - assert!(n < 3usize); - let offs = 6usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Lsirdyie(val as u8) - } - #[doc = "PLL1 ready Interrupt Enable"] - pub fn set_pllrdyie(&mut self, n: usize, val: super::vals::Lsirdyie) { - assert!(n < 3usize); - let offs = 6usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "LSE clock security system Interrupt Enable"] - pub const fn lsecssie(&self) -> super::vals::Lsirdyie { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Lsirdyie(val as u8) - } - #[doc = "LSE clock security system Interrupt Enable"] - pub fn set_lsecssie(&mut self, val: super::vals::Lsirdyie) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - } - impl Default for Cier { - fn default() -> Cier { - Cier(0) - } - } - #[doc = "RCC APB3 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb3lpenr(pub u32); - impl Apb3lpenr { - #[doc = "LTDC peripheral clock enable during CSleep mode"] - pub const fn ltdclpen(&self) -> super::vals::Apb3lpenrLtdclpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb3lpenrLtdclpen(val as u8) - } - #[doc = "LTDC peripheral clock enable during CSleep mode"] - pub fn set_ltdclpen(&mut self, val: super::vals::Apb3lpenrLtdclpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "WWDG1 Clock Enable During CSleep Mode"] - pub const fn wwdg1lpen(&self) -> super::vals::Apb3lpenrLtdclpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Apb3lpenrLtdclpen(val as u8) - } - #[doc = "WWDG1 Clock Enable During CSleep Mode"] - pub fn set_wwdg1lpen(&mut self, val: super::vals::Apb3lpenrLtdclpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - } - impl Default for Apb3lpenr { - fn default() -> Apb3lpenr { - Apb3lpenr(0) - } - } - #[doc = "RCC APB3 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb3lpenr(pub u32); - impl C1Apb3lpenr { - #[doc = "LTDC peripheral clock enable during CSleep mode"] - pub const fn ltdclpen(&self) -> super::vals::C1Apb3lpenrLtdclpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb3lpenrLtdclpen(val as u8) - } - #[doc = "LTDC peripheral clock enable during CSleep mode"] - pub fn set_ltdclpen(&mut self, val: super::vals::C1Apb3lpenrLtdclpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "WWDG1 Clock Enable During CSleep Mode"] - pub const fn wwdg1lpen(&self) -> super::vals::C1Apb3lpenrLtdclpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Apb3lpenrLtdclpen(val as u8) - } - #[doc = "WWDG1 Clock Enable During CSleep Mode"] - pub fn set_wwdg1lpen(&mut self, val: super::vals::C1Apb3lpenrLtdclpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - } - impl Default for C1Apb3lpenr { - fn default() -> C1Apb3lpenr { - C1Apb3lpenr(0) ->>>>>>> c084e70 (Update generated code) - } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - } - #[doc = "RCC Backup Domain Control Register"] - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcsmen(pub u8); - impl Crcsmen { - #[doc = "Test integration module clock disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "Test integration module clock enabled in Sleep mode (if enabled by CRCEN)"] - pub const ENABLED: Self = Self(0x01); - } -<<<<<<< HEAD -======= - #[doc = "RCC AHB4 Sleep Clock Register"] ->>>>>>> c084e70 (Update generated code) - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cryprstw(pub u8); - impl Cryprstw { - #[doc = "Reset the module"] - pub const RESET: Self = Self(0x01); -======= - #[derive(Copy, Clone, Eq, PartialEq)] -<<<<<<< HEAD - pub struct Bdcr(pub u32); - impl Bdcr { - #[doc = "LSE oscillator enabled"] - pub const fn lseon(&self) -> super::vals::Lseon { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Lseon(val as u8) - } - #[doc = "LSE oscillator enabled"] - pub fn set_lseon(&mut self, val: super::vals::Lseon) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "LSE oscillator ready"] - pub const fn lserdy(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "LSE oscillator ready"] - pub fn set_lserdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "LSE oscillator bypass"] - pub const fn lsebyp(&self) -> super::vals::Lsebyp { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Lsebyp(val as u8) - } - #[doc = "LSE oscillator bypass"] - pub fn set_lsebyp(&mut self, val: super::vals::Lsebyp) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "LSE oscillator driving capability"] - pub const fn lsedrv(&self) -> super::vals::Lsedrv { - let val = (self.0 >> 3usize) & 0x03; - super::vals::Lsedrv(val as u8) - } - #[doc = "LSE oscillator driving capability"] - pub fn set_lsedrv(&mut self, val: super::vals::Lsedrv) { - self.0 = (self.0 & !(0x03 << 3usize)) | (((val.0 as u32) & 0x03) << 3usize); - } - #[doc = "LSE clock security system enable"] - pub const fn lsecsson(&self) -> super::vals::Lsecsson { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lsecsson(val as u8) - } - #[doc = "LSE clock security system enable"] - pub fn set_lsecsson(&mut self, val: super::vals::Lsecsson) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "LSE clock security system failure detection"] - pub const fn lsecssd(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "LSE clock security system failure detection"] - pub fn set_lsecssd(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "RTC clock source selection"] - pub const fn rtcsel(&self) -> super::vals::Rtcsel { - let val = (self.0 >> 8usize) & 0x03; - super::vals::Rtcsel(val as u8) - } - #[doc = "RTC clock source selection"] - pub fn set_rtcsel(&mut self, val: super::vals::Rtcsel) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); - } - #[doc = "RTC clock enable"] - pub const fn rtcen(&self) -> super::vals::Rtcen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Rtcen(val as u8) - } - #[doc = "RTC clock enable"] - pub fn set_rtcen(&mut self, val: super::vals::Rtcen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "VSwitch domain software reset"] - pub const fn bdrst(&self) -> super::vals::Bdrst { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Bdrst(val as u8) - } - #[doc = "VSwitch domain software reset"] - pub fn set_bdrst(&mut self, val: super::vals::Bdrst) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - } - impl Default for Bdcr { - fn default() -> Bdcr { - Bdcr(0) - } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - } - #[doc = "RCC AHB2 Sleep Clock Register"] - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dbgrstw(pub u8); - impl Dbgrstw { - #[doc = "Reset the module"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsirdyie(pub u8); - impl Hsirdyie { - #[doc = "Ready interrupt disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Ready interrupt enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsidivfr(pub u8); - impl Hsidivfr { - #[doc = "16 MHz HSI clock not divided"] - pub const NOTDIVIDED: Self = Self(0); - #[doc = "16 MHz HSI clock divided by 4"] - pub const DIV4: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Stopwuck(pub u8); - impl Stopwuck { - #[doc = "Internal 64 KHz to 4 MHz (MSI) oscillator selected as wake-up from Stop clock"] - pub const MSI: Self = Self(0); - #[doc = "Internal 16 MHz (HSI) oscillator selected as wake-up from Stop clock (or HSI16/4 if HSI16DIVEN=1)"] - pub const HSI16: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsi48rdyfr(pub u8); - impl Hsi48rdyfr { - #[doc = "No clock ready interrupt"] - pub const NOTINTERRUPTED: Self = Self(0); - #[doc = "Clock ready interrupt"] - pub const INTERRUPTED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcpre(pub u8); - impl Rtcpre { - #[doc = "HSE divided by 2"] - pub const DIV2: Self = Self(0); - #[doc = "HSE divided by 4"] - pub const DIV4: Self = Self(0x01); - #[doc = "HSE divided by 8"] - pub const DIV8: Self = Self(0x02); - #[doc = "HSE divided by 16"] - pub const DIV16: Self = Self(0x03); -======= - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb2lpenr(pub u32); - impl Ahb2lpenr { - #[doc = "DCMI peripheral clock enable during csleep mode"] - pub const fn dcmilpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "DCMI peripheral clock enable during csleep mode"] - pub fn set_dcmilpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "CRYPT peripheral clock enable during CSleep mode"] - pub const fn cryptlpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "CRYPT peripheral clock enable during CSleep mode"] - pub fn set_cryptlpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "HASH peripheral clock enable during CSleep mode"] - pub const fn hashlpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "HASH peripheral clock enable during CSleep mode"] - pub fn set_hashlpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "RNG peripheral clock enable during CSleep mode"] - pub const fn rnglpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "RNG peripheral clock enable during CSleep mode"] - pub fn set_rnglpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] - pub const fn sdmmc2lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] - pub fn set_sdmmc2lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SRAM1 Clock Enable During CSleep Mode"] - pub const fn sram1lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SRAM1 Clock Enable During CSleep Mode"] - pub fn set_sram1lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "SRAM2 Clock Enable During CSleep Mode"] - pub const fn sram2lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SRAM2 Clock Enable During CSleep Mode"] - pub fn set_sram2lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "SRAM3 Clock Enable During CSleep Mode"] - pub const fn sram3lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Ahb2lpenrDcmilpen(val as u8) - } - #[doc = "SRAM3 Clock Enable During CSleep Mode"] - pub fn set_sram3lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for Ahb2lpenr { - fn default() -> Ahb2lpenr { - Ahb2lpenr(0) -======= - pub struct C1Ahb4lpenr(pub u32); - impl C1Ahb4lpenr { - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioalpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioalpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioblpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioblpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioclpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioclpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiodlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiodlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioelpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioelpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioflpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioflpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioglpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioglpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiohlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiohlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioilpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioilpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpiojlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpiojlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub const fn gpioklpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "GPIO peripheral clock enable during CSleep mode"] - pub fn set_gpioklpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "CRC peripheral clock enable during CSleep mode"] - pub const fn crclpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "CRC peripheral clock enable during CSleep mode"] - pub fn set_crclpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "BDMA Clock Enable During CSleep Mode"] - pub const fn bdmalpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "BDMA Clock Enable During CSleep Mode"] - pub fn set_bdmalpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn adc3lpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_adc3lpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "Backup RAM Clock Enable During CSleep Mode"] - pub const fn bkpramlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "Backup RAM Clock Enable During CSleep Mode"] - pub fn set_bkpramlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "SRAM4 Clock Enable During CSleep Mode"] - pub const fn sram4lpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Ahb4lpenrGpioalpen(val as u8) - } - #[doc = "SRAM4 Clock Enable During CSleep Mode"] - pub fn set_sram4lpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - } - impl Default for C1Ahb4lpenr { - fn default() -> C1Ahb4lpenr { - C1Ahb4lpenr(0) - } - } - #[doc = "RCC AHB3 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb3lpenr(pub u32); - impl Ahb3lpenr { - #[doc = "MDMA Clock Enable During CSleep Mode"] - pub const fn mdmalpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "MDMA Clock Enable During CSleep Mode"] - pub fn set_mdmalpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2D Clock Enable During CSleep Mode"] - pub const fn dma2dlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "DMA2D Clock Enable During CSleep Mode"] - pub fn set_dma2dlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "JPGDEC Clock Enable During CSleep Mode"] - pub const fn jpgdeclpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "JPGDEC Clock Enable During CSleep Mode"] - pub fn set_jpgdeclpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FLITF Clock Enable During CSleep Mode"] - pub const fn flashlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "FLITF Clock Enable During CSleep Mode"] - pub fn set_flashlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] - pub const fn fmclpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] - pub fn set_fmclpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] - pub const fn qspilpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] - pub fn set_qspilpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] - pub const fn sdmmc1lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] - pub fn set_sdmmc1lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] - pub const fn d1dtcm1lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] - pub fn set_d1dtcm1lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] - pub const fn dtcm2lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] - pub fn set_dtcm2lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "D1ITCM Block Clock Enable During CSleep mode"] - pub const fn itcmlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "D1ITCM Block Clock Enable During CSleep mode"] - pub fn set_itcmlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "AXISRAM Block Clock Enable During CSleep mode"] - pub const fn axisramlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "AXISRAM Block Clock Enable During CSleep mode"] - pub fn set_axisramlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for Ahb3lpenr { - fn default() -> Ahb3lpenr { - Ahb3lpenr(0) - } - } - #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D2ccip2r(pub u32); - impl D2ccip2r { - #[doc = "USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection"] - pub const fn usart234578sel(&self) -> super::vals::Usart234578sel { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Usart234578sel(val as u8) - } - #[doc = "USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection"] - pub fn set_usart234578sel(&mut self, val: super::vals::Usart234578sel) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); - } - #[doc = "USART1 and 6 kernel clock source selection"] - pub const fn usart16sel(&self) -> super::vals::Usart16sel { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Usart16sel(val as u8) - } - #[doc = "USART1 and 6 kernel clock source selection"] - pub fn set_usart16sel(&mut self, val: super::vals::Usart16sel) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); - } - #[doc = "RNG kernel clock source selection"] - pub const fn rngsel(&self) -> super::vals::Rngsel { - let val = (self.0 >> 8usize) & 0x03; - super::vals::Rngsel(val as u8) - } - #[doc = "RNG kernel clock source selection"] - pub fn set_rngsel(&mut self, val: super::vals::Rngsel) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); - } - #[doc = "I2C1,2,3 kernel clock source selection"] - pub const fn i2c123sel(&self) -> super::vals::I2c123sel { - let val = (self.0 >> 12usize) & 0x03; - super::vals::I2c123sel(val as u8) - } - #[doc = "I2C1,2,3 kernel clock source selection"] - pub fn set_i2c123sel(&mut self, val: super::vals::I2c123sel) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); - } - #[doc = "USBOTG 1 and 2 kernel clock source selection"] - pub const fn usbsel(&self) -> super::vals::Usbsel { - let val = (self.0 >> 20usize) & 0x03; - super::vals::Usbsel(val as u8) - } - #[doc = "USBOTG 1 and 2 kernel clock source selection"] - pub fn set_usbsel(&mut self, val: super::vals::Usbsel) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); - } - #[doc = "HDMI-CEC kernel clock source selection"] - pub const fn cecsel(&self) -> super::vals::Cecsel { - let val = (self.0 >> 22usize) & 0x03; - super::vals::Cecsel(val as u8) - } - #[doc = "HDMI-CEC kernel clock source selection"] - pub fn set_cecsel(&mut self, val: super::vals::Cecsel) { - self.0 = (self.0 & !(0x03 << 22usize)) | (((val.0 as u32) & 0x03) << 22usize); - } - #[doc = "LPTIM1 kernel clock source selection"] - pub const fn lptim1sel(&self) -> super::vals::Lptim1sel { - let val = (self.0 >> 28usize) & 0x07; - super::vals::Lptim1sel(val as u8) - } - #[doc = "LPTIM1 kernel clock source selection"] - pub fn set_lptim1sel(&mut self, val: super::vals::Lptim1sel) { - self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); - } - } - impl Default for D2ccip2r { - fn default() -> D2ccip2r { - D2ccip2r(0) - } - } - #[doc = "RCC Domain 2 Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D2cfgr(pub u32); - impl D2cfgr { - #[doc = "D2 domain APB1 prescaler"] - pub const fn d2ppre1(&self) -> super::vals::D2ppre1 { - let val = (self.0 >> 4usize) & 0x07; - super::vals::D2ppre1(val as u8) - } - #[doc = "D2 domain APB1 prescaler"] - pub fn set_d2ppre1(&mut self, val: super::vals::D2ppre1) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } - #[doc = "D2 domain APB2 prescaler"] - pub const fn d2ppre2(&self) -> super::vals::D2ppre1 { - let val = (self.0 >> 8usize) & 0x07; - super::vals::D2ppre1(val as u8) - } - #[doc = "D2 domain APB2 prescaler"] - pub fn set_d2ppre2(&mut self, val: super::vals::D2ppre1) { - self.0 = (self.0 & !(0x07 << 8usize)) | (((val.0 as u32) & 0x07) << 8usize); - } - } - impl Default for D2cfgr { - fn default() -> D2cfgr { - D2cfgr(0) ->>>>>>> c084e70 (Update generated code) - } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - } - #[doc = "RCC PLL3 Dividers Configuration Register"] - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csshsecw(pub u8); - impl Csshsecw { - #[doc = "Clear interrupt flag"] - pub const CLEAR: Self = Self(0x01); -======= - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll3divr(pub u32); - impl Pll3divr { - #[doc = "Multiplication factor for PLL1 VCO"] - pub const fn divn3(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x01ff; - val as u16 - } - #[doc = "Multiplication factor for PLL1 VCO"] - pub fn set_divn3(&mut self, val: u16) { - self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); - } - #[doc = "PLL DIVP division factor"] - pub const fn divp3(&self) -> u8 { - let val = (self.0 >> 9usize) & 0x7f; - val as u8 - } - #[doc = "PLL DIVP division factor"] - pub fn set_divp3(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 9usize)) | (((val as u32) & 0x7f) << 9usize); - } - #[doc = "PLL DIVQ division factor"] - pub const fn divq3(&self) -> u8 { - let val = (self.0 >> 16usize) & 0x7f; - val as u8 - } - #[doc = "PLL DIVQ division factor"] - pub fn set_divq3(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); - } - #[doc = "PLL DIVR division factor"] - pub const fn divr3(&self) -> u8 { - let val = (self.0 >> 24usize) & 0x7f; - val as u8 - } - #[doc = "PLL DIVR division factor"] - pub fn set_divr3(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); - } - } - impl Default for Pll3divr { - fn default() -> Pll3divr { - Pll3divr(0) - } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - } - #[doc = "RCC APB3 Sleep Clock Register"] - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csslsef(pub u8); - impl Csslsef { - #[doc = "No failure detected on LSE clock failure"] - pub const NOFAILURE: Self = Self(0); - #[doc = "Failure detected on LSE clock failure"] - pub const FAILURE: Self = Self(0x01); -======= - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb3lpenr(pub u32); - impl Apb3lpenr { - #[doc = "LTDC peripheral clock enable during CSleep mode"] - pub const fn ltdclpen(&self) -> super::vals::Apb3lpenrLtdclpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Apb3lpenrLtdclpen(val as u8) - } - #[doc = "LTDC peripheral clock enable during CSleep mode"] - pub fn set_ltdclpen(&mut self, val: super::vals::Apb3lpenrLtdclpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "WWDG1 Clock Enable During CSleep Mode"] - pub const fn wwdg1lpen(&self) -> super::vals::Apb3lpenrLtdclpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Apb3lpenrLtdclpen(val as u8) - } - #[doc = "WWDG1 Clock Enable During CSleep Mode"] - pub fn set_wwdg1lpen(&mut self, val: super::vals::Apb3lpenrLtdclpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - } - impl Default for Apb3lpenr { - fn default() -> Apb3lpenr { - Apb3lpenr(0) - } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - } - #[doc = "RCC AHB3 Sleep Clock Register"] - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csslsed(pub u8); - impl Csslsed { - #[doc = "No failure detected on LSE (32 kHz oscillator)"] - pub const NOFAILURE: Self = Self(0); - #[doc = "Failure detected on LSE (32 kHz oscillator)"] - pub const FAILURE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptimen(pub u8); - impl Lptimen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); -======= - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb3lpenr(pub u32); - impl Ahb3lpenr { - #[doc = "MDMA Clock Enable During CSleep Mode"] - pub const fn mdmalpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "MDMA Clock Enable During CSleep Mode"] - pub fn set_mdmalpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2D Clock Enable During CSleep Mode"] - pub const fn dma2dlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "DMA2D Clock Enable During CSleep Mode"] - pub fn set_dma2dlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "JPGDEC Clock Enable During CSleep Mode"] - pub const fn jpgdeclpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "JPGDEC Clock Enable During CSleep Mode"] - pub fn set_jpgdeclpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FLITF Clock Enable During CSleep Mode"] - pub const fn flashlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "FLITF Clock Enable During CSleep Mode"] - pub fn set_flashlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] - pub const fn fmclpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] - pub fn set_fmclpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] - pub const fn qspilpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] - pub fn set_qspilpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] - pub const fn sdmmc1lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] - pub fn set_sdmmc1lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] - pub const fn d1dtcm1lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] - pub fn set_d1dtcm1lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] - pub const fn dtcm2lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] - pub fn set_dtcm2lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "D1ITCM Block Clock Enable During CSleep mode"] - pub const fn itcmlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "D1ITCM Block Clock Enable During CSleep mode"] - pub fn set_itcmlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "AXISRAM Block Clock Enable During CSleep mode"] - pub const fn axisramlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "AXISRAM Block Clock Enable During CSleep mode"] - pub fn set_axisramlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for Ahb3lpenr { - fn default() -> Ahb3lpenr { - Ahb3lpenr(0) - } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - } - #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcsel(pub u8); - impl Rtcsel { - #[doc = "No clock"] - pub const NOCLOCK: Self = Self(0); - #[doc = "LSE oscillator clock used as RTC clock"] - pub const LSE: Self = Self(0x01); - #[doc = "LSI oscillator clock used as RTC clock"] - pub const LSI: Self = Self(0x02); - #[doc = "HSE oscillator clock divided by a programmable prescaler (selection through the RTCPRE[1:0] -bits in the RCC clock control register (RCC_CR)) used as the RTC clock"] - pub const HSE: Self = Self(0x03); - } -<<<<<<< HEAD -======= - #[doc = "RCC AHB3 Sleep Clock Register"] ->>>>>>> c084e70 (Update generated code) - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptimsel(pub u8); - impl Lptimsel { - #[doc = "APB clock selected as Timer clock"] - pub const APB: Self = Self(0); - #[doc = "LSI clock selected as Timer clock"] - pub const LSI: Self = Self(0x01); - #[doc = "HSI16 clock selected as Timer clock"] - pub const HSI16: Self = Self(0x02); - #[doc = "LSE clock selected as Timer clock"] - pub const LSE: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csslseon(pub u8); - impl Csslseon { - #[doc = "Oscillator OFF"] - pub const OFF: Self = Self(0); - #[doc = "Oscillator ON"] - pub const ON: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dmasmen(pub u8); - impl Dmasmen { - #[doc = "DMA clock disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "DMA clock enabled in Sleep mode"] - pub const ENABLED: Self = Self(0x01); -======= - #[derive(Copy, Clone, Eq, PartialEq)] -<<<<<<< HEAD - pub struct D2ccip2r(pub u32); - impl D2ccip2r { - #[doc = "USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection"] - pub const fn usart234578sel(&self) -> super::vals::Usart234578sel { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Usart234578sel(val as u8) - } - #[doc = "USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection"] - pub fn set_usart234578sel(&mut self, val: super::vals::Usart234578sel) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); - } - #[doc = "USART1 and 6 kernel clock source selection"] - pub const fn usart16sel(&self) -> super::vals::Usart16sel { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Usart16sel(val as u8) - } - #[doc = "USART1 and 6 kernel clock source selection"] - pub fn set_usart16sel(&mut self, val: super::vals::Usart16sel) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); - } - #[doc = "RNG kernel clock source selection"] - pub const fn rngsel(&self) -> super::vals::Rngsel { - let val = (self.0 >> 8usize) & 0x03; - super::vals::Rngsel(val as u8) - } - #[doc = "RNG kernel clock source selection"] - pub fn set_rngsel(&mut self, val: super::vals::Rngsel) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); - } - #[doc = "I2C1,2,3 kernel clock source selection"] - pub const fn i2c123sel(&self) -> super::vals::I2c123sel { - let val = (self.0 >> 12usize) & 0x03; - super::vals::I2c123sel(val as u8) - } - #[doc = "I2C1,2,3 kernel clock source selection"] - pub fn set_i2c123sel(&mut self, val: super::vals::I2c123sel) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); - } - #[doc = "USBOTG 1 and 2 kernel clock source selection"] - pub const fn usbsel(&self) -> super::vals::Usbsel { - let val = (self.0 >> 20usize) & 0x03; - super::vals::Usbsel(val as u8) - } - #[doc = "USBOTG 1 and 2 kernel clock source selection"] - pub fn set_usbsel(&mut self, val: super::vals::Usbsel) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); - } - #[doc = "HDMI-CEC kernel clock source selection"] - pub const fn cecsel(&self) -> super::vals::Cecsel { - let val = (self.0 >> 22usize) & 0x03; - super::vals::Cecsel(val as u8) - } - #[doc = "HDMI-CEC kernel clock source selection"] - pub fn set_cecsel(&mut self, val: super::vals::Cecsel) { - self.0 = (self.0 & !(0x03 << 22usize)) | (((val.0 as u32) & 0x03) << 22usize); - } - #[doc = "LPTIM1 kernel clock source selection"] - pub const fn lptim1sel(&self) -> super::vals::Lptim1sel { - let val = (self.0 >> 28usize) & 0x07; - super::vals::Lptim1sel(val as u8) - } - #[doc = "LPTIM1 kernel clock source selection"] - pub fn set_lptim1sel(&mut self, val: super::vals::Lptim1sel) { - self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); - } - } - impl Default for D2ccip2r { - fn default() -> D2ccip2r { - D2ccip2r(0) -======= - pub struct C1Ahb3lpenr(pub u32); - impl C1Ahb3lpenr { - #[doc = "MDMA Clock Enable During CSleep Mode"] - pub const fn mdmalpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "MDMA Clock Enable During CSleep Mode"] - pub fn set_mdmalpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2D Clock Enable During CSleep Mode"] - pub const fn dma2dlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "DMA2D Clock Enable During CSleep Mode"] - pub fn set_dma2dlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "JPGDEC Clock Enable During CSleep Mode"] - pub const fn jpgdeclpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "JPGDEC Clock Enable During CSleep Mode"] - pub fn set_jpgdeclpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Flash interface clock enable during csleep mode"] - pub const fn flashpren(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Flash interface clock enable during csleep mode"] - pub fn set_flashpren(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] - pub const fn fmclpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] - pub fn set_fmclpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] - pub const fn qspilpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] - pub fn set_qspilpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] - pub const fn sdmmc1lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] - pub fn set_sdmmc1lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] - pub const fn d1dtcm1lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] - pub fn set_d1dtcm1lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] - pub const fn dtcm2lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] - pub fn set_dtcm2lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "D1ITCM Block Clock Enable During CSleep mode"] - pub const fn itcmlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "D1ITCM Block Clock Enable During CSleep mode"] - pub fn set_itcmlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "AXISRAM Block Clock Enable During CSleep mode"] - pub const fn axisramlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::C1Ahb3lpenrMdmalpen(val as u8) - } - #[doc = "AXISRAM Block Clock Enable During CSleep mode"] - pub fn set_axisramlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for C1Ahb3lpenr { - fn default() -> C1Ahb3lpenr { - C1Ahb3lpenr(0) ->>>>>>> c084e70 (Update generated code) - } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - } - #[doc = "RCC APB2 Clock Register"] - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lpwrrstfr(pub u8); - impl Lpwrrstfr { - #[doc = "No reset has occured"] - pub const NORESET: Self = Self(0); - #[doc = "A reset has occured"] - pub const RESET: Self = Self(0x01); - } -<<<<<<< HEAD -======= - #[doc = "RCC AHB4 Peripheral Reset Register"] ->>>>>>> c084e70 (Update generated code) - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mcosel(pub u8); - impl Mcosel { - #[doc = "No clock"] - pub const NOCLOCK: Self = Self(0); - #[doc = "SYSCLK clock selected"] - pub const SYSCLK: Self = Self(0x01); - #[doc = "HSI oscillator clock selected"] - pub const HSI16: Self = Self(0x02); - #[doc = "MSI oscillator clock selected"] - pub const MSI: Self = Self(0x03); - #[doc = "HSE oscillator clock selected"] - pub const HSE: Self = Self(0x04); - #[doc = "PLL clock selected"] - pub const PLL: Self = Self(0x05); - #[doc = "LSI oscillator clock selected"] - pub const LSI: Self = Self(0x06); - #[doc = "LSE oscillator clock selected"] - pub const LSE: Self = Self(0x07); -======= - #[derive(Copy, Clone, Eq, PartialEq)] -<<<<<<< HEAD - pub struct C1Apb2enr(pub u32); - impl C1Apb2enr { - #[doc = "TIM1 peripheral clock enable"] - pub const fn tim1en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "TIM1 peripheral clock enable"] - pub fn set_tim1en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM8 peripheral clock enable"] - pub const fn tim8en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "TIM8 peripheral clock enable"] - pub fn set_tim8en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "USART1 Peripheral Clocks Enable"] - pub const fn usart1en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "USART1 Peripheral Clocks Enable"] - pub fn set_usart1en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "USART6 Peripheral Clocks Enable"] - pub const fn usart6en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "USART6 Peripheral Clocks Enable"] - pub fn set_usart6en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "SPI1 Peripheral Clocks Enable"] - pub const fn spi1en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "SPI1 Peripheral Clocks Enable"] - pub fn set_spi1en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "SPI4 Peripheral Clocks Enable"] - pub const fn spi4en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 13usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "SPI4 Peripheral Clocks Enable"] - pub fn set_spi4en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "TIM15 peripheral clock enable"] - pub const fn tim15en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "TIM15 peripheral clock enable"] - pub fn set_tim15en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "TIM16 peripheral clock enable"] - pub const fn tim16en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "TIM16 peripheral clock enable"] - pub fn set_tim16en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "TIM17 peripheral clock enable"] - pub const fn tim17en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 18usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "TIM17 peripheral clock enable"] - pub fn set_tim17en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "SPI5 Peripheral Clocks Enable"] - pub const fn spi5en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 20usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "SPI5 Peripheral Clocks Enable"] - pub fn set_spi5en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "SAI1 Peripheral Clocks Enable"] - pub const fn sai1en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 22usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "SAI1 Peripheral Clocks Enable"] - pub fn set_sai1en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "SAI2 Peripheral Clocks Enable"] - pub const fn sai2en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 23usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "SAI2 Peripheral Clocks Enable"] - pub fn set_sai2en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "SAI3 Peripheral Clocks Enable"] - pub const fn sai3en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 24usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "SAI3 Peripheral Clocks Enable"] - pub fn set_sai3en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "DFSDM1 Peripheral Clocks Enable"] - pub const fn dfsdm1en(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "DFSDM1 Peripheral Clocks Enable"] - pub fn set_dfsdm1en(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); -======= - pub struct Ahb4rstr(pub u32); - impl Ahb4rstr { - #[doc = "GPIO block reset"] - pub const fn gpioarst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpioarst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiobrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiobrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiocrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiocrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiodrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiodrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "GPIO block reset"] - pub const fn gpioerst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpioerst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiofrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiofrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiogrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiogrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiohrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiohrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "GPIO block reset"] - pub const fn gpioirst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpioirst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiojrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiojrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "GPIO block reset"] - pub const fn gpiokrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "GPIO block reset"] - pub fn set_gpiokrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "CRC block reset"] - pub const fn crcrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "CRC block reset"] - pub fn set_crcrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "BDMA block reset"] - pub const fn bdmarst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "BDMA block reset"] - pub fn set_bdmarst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "ADC3 block reset"] - pub const fn adc3rst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "ADC3 block reset"] - pub fn set_adc3rst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "HSEM block reset"] - pub const fn hsemrst(&self) -> super::vals::Gpioarst { - let val = (self.0 >> 25usize) & 0x01; - super::vals::Gpioarst(val as u8) - } - #[doc = "HSEM block reset"] - pub fn set_hsemrst(&mut self, val: super::vals::Gpioarst) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - } - impl Default for Ahb4rstr { - fn default() -> Ahb4rstr { - Ahb4rstr(0) - } - } - #[doc = "RCC APB3 Peripheral Reset Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb3rstr(pub u32); - impl Apb3rstr { - #[doc = "LTDC block reset"] - pub const fn ltdcrst(&self) -> super::vals::Ltdcrst { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ltdcrst(val as u8) - } - #[doc = "LTDC block reset"] - pub fn set_ltdcrst(&mut self, val: super::vals::Ltdcrst) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); ->>>>>>> c084e70 (Update generated code) - } - #[doc = "HRTIM peripheral clock enable"] - pub const fn hrtimen(&self) -> super::vals::C1Apb2enrTim1en { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Apb2enrTim1en(val as u8) - } - #[doc = "HRTIM peripheral clock enable"] - pub fn set_hrtimen(&mut self, val: super::vals::C1Apb2enrTim1en) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - } -<<<<<<< HEAD - impl Default for C1Apb2enr { - fn default() -> C1Apb2enr { - C1Apb2enr(0) -======= - impl Default for Apb3rstr { - fn default() -> Apb3rstr { - Apb3rstr(0) ->>>>>>> c084e70 (Update generated code) - } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - } -<<<<<<< HEAD - #[doc = "RCC AHB1 Sleep Clock Register"] -======= - #[doc = "RCC D3 Autonomous mode Register"] ->>>>>>> c084e70 (Update generated code) - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rmvfw(pub u8); - impl Rmvfw { - #[doc = "Clears the reset flag"] - pub const CLEAR: Self = Self(0x01); -======= - #[derive(Copy, Clone, Eq, PartialEq)] -<<<<<<< HEAD - pub struct C1Ahb1lpenr(pub u32); - impl C1Ahb1lpenr { - #[doc = "DMA1 Clock Enable During CSleep Mode"] - pub const fn dma1lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "DMA1 Clock Enable During CSleep Mode"] - pub fn set_dma1lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2 Clock Enable During CSleep Mode"] - pub const fn dma2lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "DMA2 Clock Enable During CSleep Mode"] - pub fn set_dma2lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn adc12lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_adc12lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] - pub const fn eth1maclpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] - pub fn set_eth1maclpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] - pub const fn eth1txlpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] - pub fn set_eth1txlpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] - pub const fn eth1rxlpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] - pub fn set_eth1rxlpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USB1OTG peripheral clock enable during CSleep mode"] - pub const fn usb1otglpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 25usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB1OTG peripheral clock enable during CSleep mode"] - pub fn set_usb1otglpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "USB_PHY1 clock enable during CSleep mode"] - pub const fn usb1ulpilpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 26usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB_PHY1 clock enable during CSleep mode"] - pub fn set_usb1ulpilpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); - } - #[doc = "USB2OTG peripheral clock enable during CSleep mode"] - pub const fn usb2otglpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB2OTG peripheral clock enable during CSleep mode"] - pub fn set_usb2otglpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "USB_PHY2 clocks enable during CSleep mode"] - pub const fn usb2ulpilpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB_PHY2 clocks enable during CSleep mode"] - pub fn set_usb2ulpilpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - } - impl Default for C1Ahb1lpenr { - fn default() -> C1Ahb1lpenr { - C1Ahb1lpenr(0) - } ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - } - #[doc = "RCC PLL1 Dividers Configuration Register"] - #[repr(transparent)] -<<<<<<< HEAD - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Iophrst(pub u8); - impl Iophrst { - #[doc = "Reset I/O port"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsebyp(pub u8); - impl Lsebyp { - #[doc = "LSE oscillator not bypassed"] - pub const NOTBYPASSED: Self = Self(0); - #[doc = "LSE oscillator bypassed"] - pub const BYPASSED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sramsmen(pub u8); - impl Sramsmen { - #[doc = "NVM interface clock disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "NVM interface clock enabled in Sleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Icsel(pub u8); - impl Icsel { - #[doc = "APB clock selected as peripheral clock"] - pub const APB: Self = Self(0); - #[doc = "System clock selected as peripheral clock"] - pub const SYSTEM: Self = Self(0x01); - #[doc = "HSI16 clock selected as peripheral clock"] - pub const HSI16: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crypen(pub u8); - impl Crypen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pllrdyr(pub u8); - impl Pllrdyr { - #[doc = "PLL unlocked"] - pub const UNLOCKED: Self = Self(0); - #[doc = "PLL locked"] - pub const LOCKED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptimrstw(pub u8); - impl Lptimrstw { - #[doc = "Reset the module"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsedrv(pub u8); - impl Lsedrv { - #[doc = "Lowest drive"] - pub const LOW: Self = Self(0); - #[doc = "Medium low drive"] - pub const MEDIUMLOW: Self = Self(0x01); - #[doc = "Medium high drive"] - pub const MEDIUMHIGH: Self = Self(0x02); - #[doc = "Highest drive"] - pub const HIGH: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lpuartsel(pub u8); - impl Lpuartsel { - #[doc = "APB clock selected as peripheral clock"] - pub const APB: Self = Self(0); - #[doc = "System clock selected as peripheral clock"] - pub const SYSTEM: Self = Self(0x01); - #[doc = "HSI16 clock selected as peripheral clock"] - pub const HSI16: Self = Self(0x02); - #[doc = "LSE clock selected as peripheral clock"] - pub const LSE: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mifsmen(pub u8); - impl Mifsmen { - #[doc = "NVM interface clock disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "NVM interface clock enabled in Sleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dbgsmen(pub u8); - impl Dbgsmen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hpre(pub u8); - impl Hpre { - #[doc = "system clock not divided"] - pub const DIV1: Self = Self(0); - #[doc = "system clock divided by 2"] - pub const DIV2: Self = Self(0x08); - #[doc = "system clock divided by 4"] - pub const DIV4: Self = Self(0x09); - #[doc = "system clock divided by 8"] - pub const DIV8: Self = Self(0x0a); - #[doc = "system clock divided by 16"] - pub const DIV16: Self = Self(0x0b); - #[doc = "system clock divided by 64"] - pub const DIV64: Self = Self(0x0c); - #[doc = "system clock divided by 128"] - pub const DIV128: Self = Self(0x0d); - #[doc = "system clock divided by 256"] - pub const DIV256: Self = Self(0x0e); - #[doc = "system clock divided by 512"] - pub const DIV512: Self = Self(0x0f); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csshsef(pub u8); - impl Csshsef { - #[doc = "No clock security interrupt caused by HSE clock failure"] - pub const NOCLOCK: Self = Self(0); - #[doc = "Clock security interrupt caused by HSE clock failure"] - pub const CLOCK: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sws(pub u8); - impl Sws { - #[doc = "MSI oscillator used as system clock"] - pub const MSI: Self = Self(0); - #[doc = "HSI oscillator used as system clock"] - pub const HSI16: Self = Self(0x01); - #[doc = "HSE oscillator used as system clock"] - pub const HSE: Self = Self(0x02); - #[doc = "PLL used as system clock"] - pub const PLL: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pllon(pub u8); - impl Pllon { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptimsmen(pub u8); - impl Lptimsmen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dbgen(pub u8); - impl Dbgen { - #[doc = "Clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsiouten(pub u8); - impl Hsiouten { - #[doc = "HSI output clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "HSI output clock enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mcopre(pub u8); - impl Mcopre { - #[doc = "No division"] - pub const DIV1: Self = Self(0); - #[doc = "Division by 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "Division by 4"] - pub const DIV4: Self = Self(0x02); - #[doc = "Division by 8"] - pub const DIV8: Self = Self(0x03); - #[doc = "Division by 16"] - pub const DIV16: Self = Self(0x04); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Csslse(pub u8); - impl Csslse { - #[doc = "LSE CSS interrupt disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "LSE CSS interrupt enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsi16rdyfr(pub u8); - impl Hsi16rdyfr { - #[doc = "HSI 16 MHz oscillator not ready"] - pub const NOTREADY: Self = Self(0); - #[doc = "HSI 16 MHz oscillator ready"] - pub const READY: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcrstw(pub u8); - impl Rtcrstw { - #[doc = "Resets the RTC peripheral"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pllmul(pub u8); - impl Pllmul { - #[doc = "PLL clock entry x 3"] - pub const MUL3: Self = Self(0); - #[doc = "PLL clock entry x 4"] - pub const MUL4: Self = Self(0x01); - #[doc = "PLL clock entry x 6"] - pub const MUL6: Self = Self(0x02); - #[doc = "PLL clock entry x 8"] - pub const MUL8: Self = Self(0x03); - #[doc = "PLL clock entry x 12"] - pub const MUL12: Self = Self(0x04); - #[doc = "PLL clock entry x 16"] - pub const MUL16: Self = Self(0x05); - #[doc = "PLL clock entry x 24"] - pub const MUL24: Self = Self(0x06); - #[doc = "PLL clock entry x 32"] - pub const MUL32: Self = Self(0x07); - #[doc = "PLL clock entry x 48"] - pub const MUL48: Self = Self(0x08); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsidiven(pub u8); - impl Hsidiven { - #[doc = "no 16 MHz HSI division requested"] - pub const NOTDIVIDED: Self = Self(0); - #[doc = "16 MHz HSI division by 4 requested"] - pub const DIV4: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Iophsmen(pub u8); - impl Iophsmen { - #[doc = "Port x clock is disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "Port x clock is enabled in Sleep mode (if enabled by IOPHEN)"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pllsrc(pub u8); - impl Pllsrc { - #[doc = "HSI selected as PLL input clock"] - pub const HSI16: Self = Self(0); - #[doc = "HSE selected as PLL input clock"] - pub const HSE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsebyp(pub u8); - impl Hsebyp { - #[doc = "HSE oscillator not bypassed"] - pub const NOTBYPASSED: Self = Self(0); - #[doc = "HSE oscillator bypassed"] - pub const BYPASSED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Plldiv(pub u8); - impl Plldiv { - #[doc = "PLLVCO / 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "PLLVCO / 3"] - pub const DIV3: Self = Self(0x02); - #[doc = "PLLVCO / 4"] - pub const DIV4: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sw(pub u8); - impl Sw { - #[doc = "MSI oscillator used as system clock"] - pub const MSI: Self = Self(0); - #[doc = "HSI oscillator used as system clock"] - pub const HSI16: Self = Self(0x01); - #[doc = "HSE oscillator used as system clock"] - pub const HSE: Self = Self(0x02); - #[doc = "PLL used as system clock"] - pub const PLL: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crypsmen(pub u8); - impl Crypsmen { - #[doc = "Crypto clock disabled in Sleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "Crypto clock enabled in Sleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcen(pub u8); - impl Rtcen { - #[doc = "RTC clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "RTC clock enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lserdy(pub u8); - impl Lserdy { - #[doc = "Oscillator not ready"] - pub const NOTREADY: Self = Self(0); - #[doc = "Oscillator ready"] - pub const READY: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Iophen(pub u8); - impl Iophen { - #[doc = "Port clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Port clock enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ppre(pub u8); - impl Ppre { - #[doc = "HCLK not divided"] - pub const DIV1: Self = Self(0); - #[doc = "HCLK divided by 2"] - pub const DIV2: Self = Self(0x04); - #[doc = "HCLK divided by 4"] - pub const DIV4: Self = Self(0x05); - #[doc = "HCLK divided by 8"] - pub const DIV8: Self = Self(0x06); - #[doc = "HCLK divided by 16"] - pub const DIV16: Self = Self(0x07); - } - } -} -pub mod dma_v2 { - use crate::generic::*; - #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] - #[derive(Copy, Clone)] - pub struct St(pub *mut u8); - unsafe impl Send for St {} - unsafe impl Sync for St {} - impl St { - #[doc = "stream x configuration register"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "stream x number of data register"] - pub fn ndtr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "stream x peripheral address register"] - pub fn par(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "stream x memory 0 address register"] - pub fn m0ar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "stream x memory 1 address register"] - pub fn m1ar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "stream x FIFO control register"] - pub fn fcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - } - #[doc = "DMA controller"] - #[derive(Copy, Clone)] - pub struct Dma(pub *mut u8); - unsafe impl Send for Dma {} - unsafe impl Sync for Dma {} - impl Dma { - #[doc = "low interrupt status register"] - pub fn isr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } - } - #[doc = "low interrupt flag clear register"] - pub fn ifcr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] - pub fn st(self, n: usize) -> St { - assert!(n < 8usize); - unsafe { St(self.0.add(16usize + n * 24usize)) } - } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dmdis(pub u8); - impl Dmdis { - #[doc = "Direct mode is enabled"] - pub const ENABLED: Self = Self(0); - #[doc = "Direct mode is disabled"] - pub const DISABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dbm(pub u8); - impl Dbm { - #[doc = "No buffer switching at the end of transfer"] - pub const DISABLED: Self = Self(0); - #[doc = "Memory target switched at the end of the DMA transfer"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ct(pub u8); - impl Ct { - #[doc = "The current target memory is Memory 0"] - pub const MEMORY0: Self = Self(0); - #[doc = "The current target memory is Memory 1"] - pub const MEMORY1: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Peripheral-to-memory"] - pub const PERIPHERALTOMEMORY: Self = Self(0); - #[doc = "Memory-to-peripheral"] - pub const MEMORYTOPERIPHERAL: Self = Self(0x01); - #[doc = "Memory-to-memory"] - pub const MEMORYTOMEMORY: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Inc(pub u8); - impl Inc { - #[doc = "Address pointer is fixed"] - pub const FIXED: Self = Self(0); - #[doc = "Address pointer is incremented after each data transfer"] - pub const INCREMENTED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pincos(pub u8); - impl Pincos { - #[doc = "The offset size for the peripheral address calculation is linked to the PSIZE"] - pub const PSIZE: Self = Self(0); - #[doc = "The offset size for the peripheral address calculation is fixed to 4 (32-bit alignment)"] - pub const FIXED4: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pl(pub u8); - impl Pl { - #[doc = "Low"] - pub const LOW: Self = Self(0); - #[doc = "Medium"] - pub const MEDIUM: Self = Self(0x01); - #[doc = "High"] - pub const HIGH: Self = Self(0x02); - #[doc = "Very high"] - pub const VERYHIGH: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fth(pub u8); - impl Fth { - #[doc = "1/4 full FIFO"] - pub const QUARTER: Self = Self(0); - #[doc = "1/2 full FIFO"] - pub const HALF: Self = Self(0x01); - #[doc = "3/4 full FIFO"] - pub const THREEQUARTERS: Self = Self(0x02); - #[doc = "Full FIFO"] - pub const FULL: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pfctrl(pub u8); - impl Pfctrl { - #[doc = "The DMA is the flow controller"] - pub const DMA: Self = Self(0); - #[doc = "The peripheral is the flow controller"] - pub const PERIPHERAL: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Circ(pub u8); - impl Circ { - #[doc = "Circular mode disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Circular mode enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fs(pub u8); - impl Fs { - #[doc = "0 < fifo_level < 1/4"] - pub const QUARTER1: Self = Self(0); - #[doc = "1/4 <= fifo_level < 1/2"] - pub const QUARTER2: Self = Self(0x01); - #[doc = "1/2 <= fifo_level < 3/4"] - pub const QUARTER3: Self = Self(0x02); - #[doc = "3/4 <= fifo_level < full"] - pub const QUARTER4: Self = Self(0x03); - #[doc = "FIFO is empty"] - pub const EMPTY: Self = Self(0x04); - #[doc = "FIFO is full"] - pub const FULL: Self = Self(0x05); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Size(pub u8); - impl Size { - #[doc = "Byte (8-bit)"] - pub const BITS8: Self = Self(0); - #[doc = "Half-word (16-bit)"] - pub const BITS16: Self = Self(0x01); - #[doc = "Word (32-bit)"] - pub const BITS32: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Burst(pub u8); - impl Burst { - #[doc = "Single transfer"] - pub const SINGLE: Self = Self(0); - #[doc = "Incremental burst of 4 beats"] - pub const INCR4: Self = Self(0x01); - #[doc = "Incremental burst of 8 beats"] - pub const INCR8: Self = Self(0x02); - #[doc = "Incremental burst of 16 beats"] - pub const INCR16: Self = Self(0x03); - } - } - pub mod regs { - use crate::generic::*; - #[doc = "stream x FIFO control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Fcr(pub u32); - impl Fcr { - #[doc = "FIFO threshold selection"] - pub const fn fth(&self) -> super::vals::Fth { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Fth(val as u8) - } - #[doc = "FIFO threshold selection"] - pub fn set_fth(&mut self, val: super::vals::Fth) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); - } - #[doc = "Direct mode disable"] - pub const fn dmdis(&self) -> super::vals::Dmdis { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Dmdis(val as u8) - } - #[doc = "Direct mode disable"] - pub fn set_dmdis(&mut self, val: super::vals::Dmdis) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "FIFO status"] - pub const fn fs(&self) -> super::vals::Fs { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Fs(val as u8) - } - #[doc = "FIFO status"] - pub fn set_fs(&mut self, val: super::vals::Fs) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); - } - #[doc = "FIFO error interrupt enable"] - pub const fn feie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "FIFO error interrupt enable"] - pub fn set_feie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - } - impl Default for Fcr { - fn default() -> Fcr { - Fcr(0) - } - } - #[doc = "interrupt register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ixr(pub u32); - impl Ixr { - #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] - pub fn feif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] - pub fn set_feif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] - pub fn dmeif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] - pub fn set_dmeif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Stream x transfer error interrupt flag (x=3..0)"] - pub fn teif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Stream x transfer error interrupt flag (x=3..0)"] - pub fn set_teif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Stream x half transfer interrupt flag (x=3..0)"] - pub fn htif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Stream x half transfer interrupt flag (x=3..0)"] - pub fn set_htif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] - pub fn tcif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] - pub fn set_tcif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - } - impl Default for Ixr { - fn default() -> Ixr { - Ixr(0) - } - } - #[doc = "stream x configuration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Stream enable / flag stream ready when read low"] - pub const fn en(&self) -> bool { -======= - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll1divr(pub u32); - impl Pll1divr { - #[doc = "Multiplication factor for PLL1 VCO"] - pub const fn divn1(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x01ff; - val as u16 - } - #[doc = "Multiplication factor for PLL1 VCO"] - pub fn set_divn1(&mut self, val: u16) { - self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); - } - #[doc = "PLL1 DIVP division factor"] - pub const fn divp1(&self) -> super::vals::Divp1 { - let val = (self.0 >> 9usize) & 0x7f; - super::vals::Divp1(val as u8) - } - #[doc = "PLL1 DIVP division factor"] - pub fn set_divp1(&mut self, val: super::vals::Divp1) { - self.0 = (self.0 & !(0x7f << 9usize)) | (((val.0 as u32) & 0x7f) << 9usize); - } - #[doc = "PLL1 DIVQ division factor"] - pub const fn divq1(&self) -> u8 { - let val = (self.0 >> 16usize) & 0x7f; - val as u8 - } - #[doc = "PLL1 DIVQ division factor"] - pub fn set_divq1(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); - } - #[doc = "PLL1 DIVR division factor"] - pub const fn divr1(&self) -> u8 { - let val = (self.0 >> 24usize) & 0x7f; - val as u8 - } - #[doc = "PLL1 DIVR division factor"] - pub fn set_divr1(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); - } - } - impl Default for Pll1divr { - fn default() -> Pll1divr { - Pll1divr(0) - } - } - #[doc = "RCC APB1 Low Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb1llpenr(pub u32); - impl C1Apb1llpenr { - #[doc = "TIM2 peripheral clock enable during CSleep mode"] - pub const fn tim2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM2 peripheral clock enable during CSleep mode"] - pub fn set_tim2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM3 peripheral clock enable during CSleep mode"] - pub const fn tim3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM3 peripheral clock enable during CSleep mode"] - pub fn set_tim3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "TIM4 peripheral clock enable during CSleep mode"] - pub const fn tim4lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM4 peripheral clock enable during CSleep mode"] - pub fn set_tim4lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "TIM5 peripheral clock enable during CSleep mode"] - pub const fn tim5lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM5 peripheral clock enable during CSleep mode"] - pub fn set_tim5lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "TIM6 peripheral clock enable during CSleep mode"] - pub const fn tim6lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM6 peripheral clock enable during CSleep mode"] - pub fn set_tim6lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "TIM7 peripheral clock enable during CSleep mode"] - pub const fn tim7lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM7 peripheral clock enable during CSleep mode"] - pub fn set_tim7lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "TIM12 peripheral clock enable during CSleep mode"] - pub const fn tim12lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM12 peripheral clock enable during CSleep mode"] - pub fn set_tim12lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "TIM13 peripheral clock enable during CSleep mode"] - pub const fn tim13lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM13 peripheral clock enable during CSleep mode"] - pub fn set_tim13lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "TIM14 peripheral clock enable during CSleep mode"] - pub const fn tim14lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "TIM14 peripheral clock enable during CSleep mode"] - pub fn set_tim14lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn lptim1lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_lptim1lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] - pub const fn spdifrxlpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spdifrxlpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart4lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart4lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart5lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart5lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c1lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c1lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn i2c3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_i2c3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] - pub const fn ceclpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] - pub fn set_ceclpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] - pub const fn dac12lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] - pub fn set_dac12lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { -======= - pub struct D3amr(pub u32); - impl D3amr { - #[doc = "BDMA and DMAMUX Autonomous mode enable"] - pub const fn bdmaamen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "BDMA and DMAMUX Autonomous mode enable"] - pub fn set_bdmaamen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "LPUART1 Autonomous mode enable"] - pub const fn lpuart1amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "LPUART1 Autonomous mode enable"] - pub fn set_lpuart1amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "SPI6 Autonomous mode enable"] - pub const fn spi6amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "SPI6 Autonomous mode enable"] - pub fn set_spi6amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "I2C4 Autonomous mode enable"] - pub const fn i2c4amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "I2C4 Autonomous mode enable"] - pub fn set_i2c4amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "LPTIM2 Autonomous mode enable"] - pub const fn lptim2amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "LPTIM2 Autonomous mode enable"] - pub fn set_lptim2amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "LPTIM3 Autonomous mode enable"] - pub const fn lptim3amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "LPTIM3 Autonomous mode enable"] - pub fn set_lptim3amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "LPTIM4 Autonomous mode enable"] - pub const fn lptim4amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "LPTIM4 Autonomous mode enable"] - pub fn set_lptim4amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "LPTIM5 Autonomous mode enable"] - pub const fn lptim5amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "LPTIM5 Autonomous mode enable"] - pub fn set_lptim5amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "COMP12 Autonomous mode enable"] - pub const fn comp12amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "COMP12 Autonomous mode enable"] - pub fn set_comp12amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "VREF Autonomous mode enable"] - pub const fn vrefamen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "VREF Autonomous mode enable"] - pub fn set_vrefamen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "RTC Autonomous mode enable"] - pub const fn rtcamen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "RTC Autonomous mode enable"] - pub fn set_rtcamen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "CRC Autonomous mode enable"] - pub const fn crcamen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "CRC Autonomous mode enable"] - pub fn set_crcamen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "SAI4 Autonomous mode enable"] - pub const fn sai4amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "SAI4 Autonomous mode enable"] - pub fn set_sai4amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "ADC3 Autonomous mode enable"] - pub const fn adc3amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "ADC3 Autonomous mode enable"] - pub fn set_adc3amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "Backup RAM Autonomous mode enable"] - pub const fn bkpramamen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "Backup RAM Autonomous mode enable"] - pub fn set_bkpramamen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "SRAM4 Autonomous mode enable"] - pub const fn sram4amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "SRAM4 Autonomous mode enable"] - pub fn set_sram4amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - } - impl Default for D3amr { - fn default() -> D3amr { - D3amr(0) - } - } - #[doc = "RCC APB1 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb1lenr(pub u32); - impl C1Apb1lenr { - #[doc = "TIM peripheral clock enable"] - pub const fn tim2en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim3en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim4en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 2usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim4en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim5en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim5en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim6en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim6en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim7en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim7en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim12en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim12en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim13en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 7usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim13en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "TIM peripheral clock enable"] - pub const fn tim14en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 8usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "TIM peripheral clock enable"] - pub fn set_tim14en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "LPTIM1 Peripheral Clocks Enable"] - pub const fn lptim1en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 9usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "LPTIM1 Peripheral Clocks Enable"] - pub fn set_lptim1en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SPI2 Peripheral Clocks Enable"] - pub const fn spi2en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 14usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "SPI2 Peripheral Clocks Enable"] - pub fn set_spi2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SPI3 Peripheral Clocks Enable"] - pub const fn spi3en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "SPI3 Peripheral Clocks Enable"] - pub fn set_spi3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "SPDIFRX Peripheral Clocks Enable"] - pub const fn spdifrxen(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "SPDIFRX Peripheral Clocks Enable"] - pub fn set_spdifrxen(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "USART2 Peripheral Clocks Enable"] - pub const fn usart2en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "USART2 Peripheral Clocks Enable"] - pub fn set_usart2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USART3 Peripheral Clocks Enable"] - pub const fn usart3en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 18usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "USART3 Peripheral Clocks Enable"] - pub fn set_usart3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "UART4 Peripheral Clocks Enable"] - pub const fn uart4en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 19usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "UART4 Peripheral Clocks Enable"] - pub fn set_uart4en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "UART5 Peripheral Clocks Enable"] - pub const fn uart5en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 20usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "UART5 Peripheral Clocks Enable"] - pub fn set_uart5en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "I2C1 Peripheral Clocks Enable"] - pub const fn i2c1en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 21usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "I2C1 Peripheral Clocks Enable"] - pub fn set_i2c1en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "I2C2 Peripheral Clocks Enable"] - pub const fn i2c2en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 22usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "I2C2 Peripheral Clocks Enable"] - pub fn set_i2c2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "I2C3 Peripheral Clocks Enable"] - pub const fn i2c3en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 23usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "I2C3 Peripheral Clocks Enable"] - pub fn set_i2c3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "HDMI-CEC peripheral clock enable"] - pub const fn cecen(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 27usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "HDMI-CEC peripheral clock enable"] - pub fn set_cecen(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "DAC1&2 peripheral clock enable"] - pub const fn dac12en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "DAC1&2 peripheral clock enable"] - pub fn set_dac12en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "UART7 Peripheral Clocks Enable"] - pub const fn uart7en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 30usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "UART7 Peripheral Clocks Enable"] - pub fn set_uart7en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "UART8 Peripheral Clocks Enable"] - pub const fn uart8en(&self) -> super::vals::C1Apb1lenrTim2en { - let val = (self.0 >> 31usize) & 0x01; - super::vals::C1Apb1lenrTim2en(val as u8) - } - #[doc = "UART8 Peripheral Clocks Enable"] - pub fn set_uart8en(&mut self, val: super::vals::C1Apb1lenrTim2en) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for C1Apb1lenr { - fn default() -> C1Apb1lenr { - C1Apb1lenr(0) - } - } - #[doc = "RCC AHB1 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Ahb1lpenr(pub u32); - impl C1Ahb1lpenr { - #[doc = "DMA1 Clock Enable During CSleep Mode"] - pub const fn dma1lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "DMA1 Clock Enable During CSleep Mode"] - pub fn set_dma1lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2 Clock Enable During CSleep Mode"] - pub const fn dma2lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "DMA2 Clock Enable During CSleep Mode"] - pub fn set_dma2lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn adc12lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_adc12lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] - pub const fn eth1maclpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] - pub fn set_eth1maclpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] - pub const fn eth1txlpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] - pub fn set_eth1txlpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] - pub const fn eth1rxlpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] - pub fn set_eth1rxlpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USB1OTG peripheral clock enable during CSleep mode"] - pub const fn usb1otglpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 25usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB1OTG peripheral clock enable during CSleep mode"] - pub fn set_usb1otglpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); - } - #[doc = "USB_PHY1 clock enable during CSleep mode"] - pub const fn usb1ulpilpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 26usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB_PHY1 clock enable during CSleep mode"] - pub fn set_usb1ulpilpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); - } - #[doc = "USB2OTG peripheral clock enable during CSleep mode"] - pub const fn usb2otglpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 27usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB2OTG peripheral clock enable during CSleep mode"] - pub fn set_usb2otglpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "USB_PHY2 clocks enable during CSleep mode"] - pub const fn usb2ulpilpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Ahb1lpenrDma1lpen(val as u8) - } - #[doc = "USB_PHY2 clocks enable during CSleep mode"] - pub fn set_usb2ulpilpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - } - impl Default for C1Ahb1lpenr { - fn default() -> C1Ahb1lpenr { - C1Ahb1lpenr(0) - } - } - #[doc = "RCC AHB3 Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ahb3enr(pub u32); - impl Ahb3enr { - #[doc = "MDMA Peripheral Clock Enable"] - pub const fn mdmaen(&self) -> super::vals::Ahb3enrMdmaen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Ahb3enrMdmaen(val as u8) - } - #[doc = "MDMA Peripheral Clock Enable"] - pub fn set_mdmaen(&mut self, val: super::vals::Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "DMA2D Peripheral Clock Enable"] - pub const fn dma2den(&self) -> super::vals::Ahb3enrMdmaen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Ahb3enrMdmaen(val as u8) - } - #[doc = "DMA2D Peripheral Clock Enable"] - pub fn set_dma2den(&mut self, val: super::vals::Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "JPGDEC Peripheral Clock Enable"] - pub const fn jpgdecen(&self) -> super::vals::Ahb3enrMdmaen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Ahb3enrMdmaen(val as u8) - } - #[doc = "JPGDEC Peripheral Clock Enable"] - pub fn set_jpgdecen(&mut self, val: super::vals::Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FMC Peripheral Clocks Enable"] - pub const fn fmcen(&self) -> super::vals::Ahb3enrMdmaen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Ahb3enrMdmaen(val as u8) - } - #[doc = "FMC Peripheral Clocks Enable"] - pub fn set_fmcen(&mut self, val: super::vals::Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] - pub const fn qspien(&self) -> super::vals::Ahb3enrMdmaen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Ahb3enrMdmaen(val as u8) - } - #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] - pub fn set_qspien(&mut self, val: super::vals::Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] - pub const fn sdmmc1en(&self) -> super::vals::Ahb3enrMdmaen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Ahb3enrMdmaen(val as u8) - } - #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] - pub fn set_sdmmc1en(&mut self, val: super::vals::Ahb3enrMdmaen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - } - impl Default for Ahb3enr { - fn default() -> Ahb3enr { - Ahb3enr(0) - } - } - #[doc = "RCC APB2 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb2lpenr(pub u32); - impl Apb2lpenr { - #[doc = "TIM1 peripheral clock enable during CSleep mode"] - pub const fn tim1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM1 peripheral clock enable during CSleep mode"] - pub fn set_tim1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM8 peripheral clock enable during CSleep mode"] - pub const fn tim8lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM8 peripheral clock enable during CSleep mode"] - pub fn set_tim8lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart6lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart6lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi4lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 13usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi4lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "TIM15 peripheral clock enable during CSleep mode"] - pub const fn tim15lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM15 peripheral clock enable during CSleep mode"] - pub fn set_tim15lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "TIM16 peripheral clock enable during CSleep mode"] - pub const fn tim16lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM16 peripheral clock enable during CSleep mode"] - pub fn set_tim16lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "TIM17 peripheral clock enable during CSleep mode"] - pub const fn tim17lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM17 peripheral clock enable during CSleep mode"] - pub fn set_tim17lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi5lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi5lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai2lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai2lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai3lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai3lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn dfsdm1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_dfsdm1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "HRTIM peripheral clock enable during CSleep mode"] - pub const fn hrtimlpen(&self) -> super::vals::Apb2lpenrTim1lpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Apb2lpenrTim1lpen(val as u8) - } - #[doc = "HRTIM peripheral clock enable during CSleep mode"] - pub fn set_hrtimlpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { ->>>>>>> c084e70 (Update generated code) - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart7lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 30usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart7lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] - pub const fn uart8lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { - let val = (self.0 >> 31usize) & 0x01; - super::vals::C1Apb1llpenrTim2lpen(val as u8) - } - #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_uart8lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } -<<<<<<< HEAD - impl Default for C1Apb1llpenr { - fn default() -> C1Apb1llpenr { - C1Apb1llpenr(0) - } - } - #[doc = "RCC D3 Autonomous mode Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D3amr(pub u32); - impl D3amr { - #[doc = "BDMA and DMAMUX Autonomous mode enable"] - pub const fn bdmaamen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "BDMA and DMAMUX Autonomous mode enable"] - pub fn set_bdmaamen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "LPUART1 Autonomous mode enable"] - pub const fn lpuart1amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "LPUART1 Autonomous mode enable"] - pub fn set_lpuart1amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "SPI6 Autonomous mode enable"] - pub const fn spi6amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "SPI6 Autonomous mode enable"] - pub fn set_spi6amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "I2C4 Autonomous mode enable"] - pub const fn i2c4amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "I2C4 Autonomous mode enable"] - pub fn set_i2c4amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "LPTIM2 Autonomous mode enable"] - pub const fn lptim2amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "LPTIM2 Autonomous mode enable"] - pub fn set_lptim2amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "LPTIM3 Autonomous mode enable"] - pub const fn lptim3amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "LPTIM3 Autonomous mode enable"] - pub fn set_lptim3amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "LPTIM4 Autonomous mode enable"] - pub const fn lptim4amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "LPTIM4 Autonomous mode enable"] - pub fn set_lptim4amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "LPTIM5 Autonomous mode enable"] - pub const fn lptim5amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "LPTIM5 Autonomous mode enable"] - pub fn set_lptim5amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "COMP12 Autonomous mode enable"] - pub const fn comp12amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "COMP12 Autonomous mode enable"] - pub fn set_comp12amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "VREF Autonomous mode enable"] - pub const fn vrefamen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "VREF Autonomous mode enable"] - pub fn set_vrefamen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "RTC Autonomous mode enable"] - pub const fn rtcamen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "RTC Autonomous mode enable"] - pub fn set_rtcamen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "CRC Autonomous mode enable"] - pub const fn crcamen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "CRC Autonomous mode enable"] - pub fn set_crcamen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "SAI4 Autonomous mode enable"] - pub const fn sai4amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "SAI4 Autonomous mode enable"] - pub fn set_sai4amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "ADC3 Autonomous mode enable"] - pub const fn adc3amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "ADC3 Autonomous mode enable"] - pub fn set_adc3amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "Backup RAM Autonomous mode enable"] - pub const fn bkpramamen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "Backup RAM Autonomous mode enable"] - pub fn set_bkpramamen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "SRAM4 Autonomous mode enable"] - pub const fn sram4amen(&self) -> super::vals::Bdmaamen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Bdmaamen(val as u8) - } - #[doc = "SRAM4 Autonomous mode enable"] - pub fn set_sram4amen(&mut self, val: super::vals::Bdmaamen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - } - impl Default for D3amr { - fn default() -> D3amr { - D3amr(0) - } - } - #[doc = "RCC APB3 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb3lpenr(pub u32); - impl C1Apb3lpenr { - #[doc = "LTDC peripheral clock enable during CSleep mode"] - pub const fn ltdclpen(&self) -> super::vals::C1Apb3lpenrLtdclpen { - let val = (self.0 >> 3usize) & 0x01; - super::vals::C1Apb3lpenrLtdclpen(val as u8) - } - #[doc = "LTDC peripheral clock enable during CSleep mode"] - pub fn set_ltdclpen(&mut self, val: super::vals::C1Apb3lpenrLtdclpen) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "WWDG1 Clock Enable During CSleep Mode"] - pub const fn wwdg1lpen(&self) -> super::vals::C1Apb3lpenrLtdclpen { - let val = (self.0 >> 6usize) & 0x01; - super::vals::C1Apb3lpenrLtdclpen(val as u8) - } - #[doc = "WWDG1 Clock Enable During CSleep Mode"] - pub fn set_wwdg1lpen(&mut self, val: super::vals::C1Apb3lpenrLtdclpen) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - } - impl Default for C1Apb3lpenr { - fn default() -> C1Apb3lpenr { - C1Apb3lpenr(0) - } - } - #[doc = "RCC Domain 3 Kernel Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D3ccipr(pub u32); - impl D3ccipr { - #[doc = "LPUART1 kernel clock source selection"] - pub const fn lpuart1sel(&self) -> super::vals::Lpuart1sel { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Lpuart1sel(val as u8) - } - #[doc = "LPUART1 kernel clock source selection"] - pub fn set_lpuart1sel(&mut self, val: super::vals::Lpuart1sel) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); - } - #[doc = "I2C4 kernel clock source selection"] - pub const fn i2c4sel(&self) -> super::vals::I2c4sel { - let val = (self.0 >> 8usize) & 0x03; - super::vals::I2c4sel(val as u8) - } - #[doc = "I2C4 kernel clock source selection"] - pub fn set_i2c4sel(&mut self, val: super::vals::I2c4sel) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); - } - #[doc = "LPTIM2 kernel clock source selection"] - pub const fn lptim2sel(&self) -> super::vals::Lptim2sel { - let val = (self.0 >> 10usize) & 0x07; - super::vals::Lptim2sel(val as u8) - } - #[doc = "LPTIM2 kernel clock source selection"] - pub fn set_lptim2sel(&mut self, val: super::vals::Lptim2sel) { - self.0 = (self.0 & !(0x07 << 10usize)) | (((val.0 as u32) & 0x07) << 10usize); - } - #[doc = "LPTIM3,4,5 kernel clock source selection"] - pub const fn lptim345sel(&self) -> super::vals::Lptim2sel { - let val = (self.0 >> 13usize) & 0x07; - super::vals::Lptim2sel(val as u8) - } - #[doc = "LPTIM3,4,5 kernel clock source selection"] - pub fn set_lptim345sel(&mut self, val: super::vals::Lptim2sel) { - self.0 = (self.0 & !(0x07 << 13usize)) | (((val.0 as u32) & 0x07) << 13usize); - } - #[doc = "SAR ADC kernel clock source selection"] - pub const fn adcsel(&self) -> super::vals::Adcsel { - let val = (self.0 >> 16usize) & 0x03; - super::vals::Adcsel(val as u8) - } - #[doc = "SAR ADC kernel clock source selection"] - pub fn set_adcsel(&mut self, val: super::vals::Adcsel) { - self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); - } - #[doc = "Sub-Block A of SAI4 kernel clock source selection"] - pub const fn sai4asel(&self) -> super::vals::Sai4asel { - let val = (self.0 >> 21usize) & 0x07; - super::vals::Sai4asel(val as u8) - } - #[doc = "Sub-Block A of SAI4 kernel clock source selection"] - pub fn set_sai4asel(&mut self, val: super::vals::Sai4asel) { - self.0 = (self.0 & !(0x07 << 21usize)) | (((val.0 as u32) & 0x07) << 21usize); - } - #[doc = "Sub-Block B of SAI4 kernel clock source selection"] - pub const fn sai4bsel(&self) -> super::vals::Sai4asel { - let val = (self.0 >> 24usize) & 0x07; - super::vals::Sai4asel(val as u8) - } - #[doc = "Sub-Block B of SAI4 kernel clock source selection"] - pub fn set_sai4bsel(&mut self, val: super::vals::Sai4asel) { - self.0 = (self.0 & !(0x07 << 24usize)) | (((val.0 as u32) & 0x07) << 24usize); - } - #[doc = "SPI6 kernel clock source selection"] - pub const fn spi6sel(&self) -> super::vals::Spi6sel { - let val = (self.0 >> 28usize) & 0x07; - super::vals::Spi6sel(val as u8) - } - #[doc = "SPI6 kernel clock source selection"] - pub fn set_spi6sel(&mut self, val: super::vals::Spi6sel) { - self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); - } - } - impl Default for D3ccipr { - fn default() -> D3ccipr { - D3ccipr(0) - } - } - #[doc = "RCC APB1 High Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1hlpenr(pub u32); - impl Apb1hlpenr { - #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] - pub const fn crslpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) - } - #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] - pub fn set_crslpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] - pub const fn swplpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) - } - #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] - pub fn set_swplpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "OPAMP peripheral clock enable during CSleep mode"] - pub const fn opamplpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) - } - #[doc = "OPAMP peripheral clock enable during CSleep mode"] - pub fn set_opamplpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "MDIOS peripheral clock enable during CSleep mode"] - pub const fn mdioslpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) - } - #[doc = "MDIOS peripheral clock enable during CSleep mode"] - pub fn set_mdioslpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] - pub const fn fdcanlpen(&self) -> super::vals::Apb1hlpenrCrslpen { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Apb1hlpenrCrslpen(val as u8) - } - #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] - pub fn set_fdcanlpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - } - impl Default for Apb1hlpenr { - fn default() -> Apb1hlpenr { - Apb1hlpenr(0) - } - } - #[doc = "RCC APB2 Sleep Clock Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct C1Apb2lpenr(pub u32); - impl C1Apb2lpenr { - #[doc = "TIM1 peripheral clock enable during CSleep mode"] - pub const fn tim1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 0usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } -<<<<<<< HEAD - #[doc = "Stream enable / flag stream ready when read low"] - pub fn set_en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Direct mode error interrupt enable"] - pub const fn dmeie(&self) -> bool { -======= - #[doc = "TIM1 peripheral clock enable during CSleep mode"] - pub fn set_tim1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM8 peripheral clock enable during CSleep mode"] - pub const fn tim8lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - let val = (self.0 >> 1usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } -<<<<<<< HEAD - #[doc = "Direct mode error interrupt enable"] - pub fn set_dmeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Transfer error interrupt enable"] - pub const fn teie(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Transfer error interrupt enable"] - pub fn set_teie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Half transfer interrupt enable"] - pub const fn htie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Half transfer interrupt enable"] - pub fn set_htie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Transfer complete interrupt enable"] - pub const fn tcie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "Transfer complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Peripheral flow controller"] - pub const fn pfctrl(&self) -> super::vals::Pfctrl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Pfctrl(val as u8) - } - #[doc = "Peripheral flow controller"] - pub fn set_pfctrl(&mut self, val: super::vals::Pfctrl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Data transfer direction"] - pub const fn dir(&self) -> super::vals::Dir { - let val = (self.0 >> 6usize) & 0x03; - super::vals::Dir(val as u8) - } - #[doc = "Data transfer direction"] - pub fn set_dir(&mut self, val: super::vals::Dir) { - self.0 = (self.0 & !(0x03 << 6usize)) | (((val.0 as u32) & 0x03) << 6usize); - } - #[doc = "Circular mode"] - pub const fn circ(&self) -> super::vals::Circ { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Circ(val as u8) - } - #[doc = "Circular mode"] - pub fn set_circ(&mut self, val: super::vals::Circ) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "Peripheral increment mode"] - pub const fn pinc(&self) -> super::vals::Inc { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Inc(val as u8) - } - #[doc = "Peripheral increment mode"] - pub fn set_pinc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "Memory increment mode"] - pub const fn minc(&self) -> super::vals::Inc { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Inc(val as u8) - } - #[doc = "Memory increment mode"] - pub fn set_minc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "Peripheral data size"] - pub const fn psize(&self) -> super::vals::Size { - let val = (self.0 >> 11usize) & 0x03; - super::vals::Size(val as u8) - } - #[doc = "Peripheral data size"] - pub fn set_psize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); - } - #[doc = "Memory data size"] - pub const fn msize(&self) -> super::vals::Size { - let val = (self.0 >> 13usize) & 0x03; - super::vals::Size(val as u8) - } - #[doc = "Memory data size"] - pub fn set_msize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 13usize)) | (((val.0 as u32) & 0x03) << 13usize); - } - #[doc = "Peripheral increment offset size"] - pub const fn pincos(&self) -> super::vals::Pincos { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Pincos(val as u8) - } - #[doc = "Peripheral increment offset size"] - pub fn set_pincos(&mut self, val: super::vals::Pincos) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "Priority level"] - pub const fn pl(&self) -> super::vals::Pl { - let val = (self.0 >> 16usize) & 0x03; - super::vals::Pl(val as u8) - } - #[doc = "Priority level"] - pub fn set_pl(&mut self, val: super::vals::Pl) { - self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); - } - #[doc = "Double buffer mode"] - pub const fn dbm(&self) -> super::vals::Dbm { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Dbm(val as u8) - } - #[doc = "Double buffer mode"] - pub fn set_dbm(&mut self, val: super::vals::Dbm) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "Current target (only in double buffer mode)"] - pub const fn ct(&self) -> super::vals::Ct { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Ct(val as u8) - } - #[doc = "Current target (only in double buffer mode)"] - pub fn set_ct(&mut self, val: super::vals::Ct) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "Peripheral burst transfer configuration"] - pub const fn pburst(&self) -> super::vals::Burst { - let val = (self.0 >> 21usize) & 0x03; - super::vals::Burst(val as u8) - } - #[doc = "Peripheral burst transfer configuration"] - pub fn set_pburst(&mut self, val: super::vals::Burst) { - self.0 = (self.0 & !(0x03 << 21usize)) | (((val.0 as u32) & 0x03) << 21usize); - } - #[doc = "Memory burst transfer configuration"] - pub const fn mburst(&self) -> super::vals::Burst { - let val = (self.0 >> 23usize) & 0x03; - super::vals::Burst(val as u8) - } - #[doc = "Memory burst transfer configuration"] - pub fn set_mburst(&mut self, val: super::vals::Burst) { - self.0 = (self.0 & !(0x03 << 23usize)) | (((val.0 as u32) & 0x03) << 23usize); - } - #[doc = "Channel selection"] - pub const fn chsel(&self) -> u8 { - let val = (self.0 >> 25usize) & 0x0f; - val as u8 - } - #[doc = "Channel selection"] - pub fn set_chsel(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); - } - } - impl Default for Cr { - fn default() -> Cr { - Cr(0) - } - } - #[doc = "stream x number of data register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ndtr(pub u32); - impl Ndtr { - #[doc = "Number of data items to transfer"] - pub const fn ndt(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "Number of data items to transfer"] - pub fn set_ndt(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } - } - impl Default for Ndtr { - fn default() -> Ndtr { - Ndtr(0) -======= - #[doc = "TIM8 peripheral clock enable during CSleep mode"] - pub fn set_tim8lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 4usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] - pub const fn usart6lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 5usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_usart6lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 12usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi4lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 13usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi4lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); - } - #[doc = "TIM15 peripheral clock enable during CSleep mode"] - pub const fn tim15lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 16usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM15 peripheral clock enable during CSleep mode"] - pub fn set_tim15lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "TIM16 peripheral clock enable during CSleep mode"] - pub const fn tim16lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 17usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM16 peripheral clock enable during CSleep mode"] - pub fn set_tim16lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "TIM17 peripheral clock enable during CSleep mode"] - pub const fn tim17lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 18usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "TIM17 peripheral clock enable during CSleep mode"] - pub fn set_tim17lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] - pub const fn spi5lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 20usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_spi5lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 22usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai2lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 23usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai2lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] - pub const fn sai3lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 24usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_sai3lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] - pub const fn dfsdm1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 28usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] - pub fn set_dfsdm1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); - } - #[doc = "HRTIM peripheral clock enable during CSleep mode"] - pub const fn hrtimlpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { - let val = (self.0 >> 29usize) & 0x01; - super::vals::C1Apb2lpenrTim1lpen(val as u8) - } - #[doc = "HRTIM peripheral clock enable during CSleep mode"] - pub fn set_hrtimlpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - } - impl Default for C1Apb2lpenr { - fn default() -> C1Apb2lpenr { - C1Apb2lpenr(0) - } - } - #[doc = "RCC Domain 1 Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D1cfgr(pub u32); - impl D1cfgr { - #[doc = "D1 domain AHB prescaler"] - pub const fn hpre(&self) -> super::vals::Hpre { - let val = (self.0 >> 0usize) & 0x0f; - super::vals::Hpre(val as u8) - } - #[doc = "D1 domain AHB prescaler"] - pub fn set_hpre(&mut self, val: super::vals::Hpre) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val.0 as u32) & 0x0f) << 0usize); - } - #[doc = "D1 domain APB3 prescaler"] - pub const fn d1ppre(&self) -> super::vals::D1ppre { - let val = (self.0 >> 4usize) & 0x07; - super::vals::D1ppre(val as u8) - } - #[doc = "D1 domain APB3 prescaler"] - pub fn set_d1ppre(&mut self, val: super::vals::D1ppre) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } - #[doc = "D1 domain Core prescaler"] - pub const fn d1cpre(&self) -> super::vals::Hpre { - let val = (self.0 >> 8usize) & 0x0f; - super::vals::Hpre(val as u8) - } - #[doc = "D1 domain Core prescaler"] - pub fn set_d1cpre(&mut self, val: super::vals::Hpre) { - self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); - } - } - impl Default for D1cfgr { - fn default() -> D1cfgr { - D1cfgr(0) - } - } - #[doc = "RCC APB1 Peripheral Reset Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1hrstr(pub u32); - impl Apb1hrstr { - #[doc = "Clock Recovery System reset"] - pub const fn crsrst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Crsrst(val as u8) - } - #[doc = "Clock Recovery System reset"] - pub fn set_crsrst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "SWPMI block reset"] - pub const fn swprst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Crsrst(val as u8) - } - #[doc = "SWPMI block reset"] - pub fn set_swprst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "OPAMP block reset"] - pub const fn opamprst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Crsrst(val as u8) - } - #[doc = "OPAMP block reset"] - pub fn set_opamprst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "MDIOS block reset"] - pub const fn mdiosrst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Crsrst(val as u8) - } - #[doc = "MDIOS block reset"] - pub fn set_mdiosrst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "FDCAN block reset"] - pub const fn fdcanrst(&self) -> super::vals::Crsrst { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Crsrst(val as u8) - } - #[doc = "FDCAN block reset"] - pub fn set_fdcanrst(&mut self, val: super::vals::Crsrst) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - } - impl Default for Apb1hrstr { - fn default() -> Apb1hrstr { - Apb1hrstr(0) - } - } - #[doc = "RCC APB1 Peripheral Reset Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Apb1lrstr(pub u32); - impl Apb1lrstr { - #[doc = "TIM block reset"] - pub const fn tim2rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim2rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "TIM block reset"] - pub const fn tim3rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim3rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "TIM block reset"] - pub const fn tim4rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim4rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "TIM block reset"] - pub const fn tim5rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim5rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "TIM block reset"] - pub const fn tim6rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim6rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); - } - #[doc = "TIM block reset"] - pub const fn tim7rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim7rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "TIM block reset"] - pub const fn tim12rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 6usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim12rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); - } - #[doc = "TIM block reset"] - pub const fn tim13rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim13rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "TIM block reset"] - pub const fn tim14rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 8usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_tim14rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); - } - #[doc = "TIM block reset"] - pub const fn lptim1rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "TIM block reset"] - pub fn set_lptim1rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "SPI2 block reset"] - pub const fn spi2rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "SPI2 block reset"] - pub fn set_spi2rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "SPI3 block reset"] - pub const fn spi3rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "SPI3 block reset"] - pub fn set_spi3rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } - #[doc = "SPDIFRX block reset"] - pub const fn spdifrxrst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "SPDIFRX block reset"] - pub fn set_spdifrxrst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); - } - #[doc = "USART2 block reset"] - pub const fn usart2rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 17usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "USART2 block reset"] - pub fn set_usart2rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); - } - #[doc = "USART3 block reset"] - pub const fn usart3rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 18usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "USART3 block reset"] - pub fn set_usart3rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "UART4 block reset"] - pub const fn uart4rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "UART4 block reset"] - pub fn set_uart4rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "UART5 block reset"] - pub const fn uart5rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 20usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "UART5 block reset"] - pub fn set_uart5rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); - } - #[doc = "I2C1 block reset"] - pub const fn i2c1rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 21usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "I2C1 block reset"] - pub fn set_i2c1rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); - } - #[doc = "I2C2 block reset"] - pub const fn i2c2rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 22usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "I2C2 block reset"] - pub fn set_i2c2rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); - } - #[doc = "I2C3 block reset"] - pub const fn i2c3rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 23usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "I2C3 block reset"] - pub fn set_i2c3rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); - } - #[doc = "HDMI-CEC block reset"] - pub const fn cecrst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 27usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "HDMI-CEC block reset"] - pub fn set_cecrst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); - } - #[doc = "DAC1 and 2 Blocks Reset"] - pub const fn dac12rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 29usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "DAC1 and 2 Blocks Reset"] - pub fn set_dac12rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); - } - #[doc = "UART7 block reset"] - pub const fn uart7rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 30usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "UART7 block reset"] - pub fn set_uart7rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); - } - #[doc = "UART8 block reset"] - pub const fn uart8rst(&self) -> super::vals::Tim2rst { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Tim2rst(val as u8) - } - #[doc = "UART8 block reset"] - pub fn set_uart8rst(&mut self, val: super::vals::Tim2rst) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for Apb1lrstr { - fn default() -> Apb1lrstr { - Apb1lrstr(0) - } - } - #[doc = "RCC PLLs Clock Source Selection Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pllckselr(pub u32); - impl Pllckselr { - #[doc = "DIVMx and PLLs clock source selection"] - pub const fn pllsrc(&self) -> super::vals::Pllsrc { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Pllsrc(val as u8) - } - #[doc = "DIVMx and PLLs clock source selection"] - pub fn set_pllsrc(&mut self, val: super::vals::Pllsrc) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); - } - #[doc = "Prescaler for PLL1"] - pub fn divm(&self, n: usize) -> u8 { - assert!(n < 3usize); - let offs = 4usize + n * 8usize; - let val = (self.0 >> offs) & 0x3f; - val as u8 - } - #[doc = "Prescaler for PLL1"] - pub fn set_divm(&mut self, n: usize, val: u8) { - assert!(n < 3usize); - let offs = 4usize + n * 8usize; - self.0 = (self.0 & !(0x3f << offs)) | (((val as u32) & 0x3f) << offs); - } - } - impl Default for Pllckselr { - fn default() -> Pllckselr { - Pllckselr(0) - } - } - #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D2ccip1r(pub u32); - impl D2ccip1r { - #[doc = "SAI1 and DFSDM1 kernel Aclk clock source selection"] - pub const fn sai1sel(&self) -> super::vals::Sai1sel { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Sai1sel(val as u8) - } - #[doc = "SAI1 and DFSDM1 kernel Aclk clock source selection"] - pub fn set_sai1sel(&mut self, val: super::vals::Sai1sel) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); - } - #[doc = "SAI2 and SAI3 kernel clock source selection"] - pub const fn sai23sel(&self) -> super::vals::Sai1sel { - let val = (self.0 >> 6usize) & 0x07; - super::vals::Sai1sel(val as u8) - } - #[doc = "SAI2 and SAI3 kernel clock source selection"] - pub fn set_sai23sel(&mut self, val: super::vals::Sai1sel) { - self.0 = (self.0 & !(0x07 << 6usize)) | (((val.0 as u32) & 0x07) << 6usize); - } - #[doc = "SPI/I2S1,2 and 3 kernel clock source selection"] - pub const fn spi123sel(&self) -> super::vals::Sai1sel { - let val = (self.0 >> 12usize) & 0x07; - super::vals::Sai1sel(val as u8) - } - #[doc = "SPI/I2S1,2 and 3 kernel clock source selection"] - pub fn set_spi123sel(&mut self, val: super::vals::Sai1sel) { - self.0 = (self.0 & !(0x07 << 12usize)) | (((val.0 as u32) & 0x07) << 12usize); - } - #[doc = "SPI4 and 5 kernel clock source selection"] - pub const fn spi45sel(&self) -> super::vals::Spi45sel { - let val = (self.0 >> 16usize) & 0x07; - super::vals::Spi45sel(val as u8) - } - #[doc = "SPI4 and 5 kernel clock source selection"] - pub fn set_spi45sel(&mut self, val: super::vals::Spi45sel) { - self.0 = (self.0 & !(0x07 << 16usize)) | (((val.0 as u32) & 0x07) << 16usize); - } - #[doc = "SPDIFRX kernel clock source selection"] - pub const fn spdifsel(&self) -> super::vals::Spdifsel { - let val = (self.0 >> 20usize) & 0x03; - super::vals::Spdifsel(val as u8) - } - #[doc = "SPDIFRX kernel clock source selection"] - pub fn set_spdifsel(&mut self, val: super::vals::Spdifsel) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); - } - #[doc = "DFSDM1 kernel Clk clock source selection"] - pub const fn dfsdm1sel(&self) -> super::vals::Dfsdm1sel { - let val = (self.0 >> 24usize) & 0x01; - super::vals::Dfsdm1sel(val as u8) - } - #[doc = "DFSDM1 kernel Clk clock source selection"] - pub fn set_dfsdm1sel(&mut self, val: super::vals::Dfsdm1sel) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); - } - #[doc = "FDCAN kernel clock source selection"] - pub const fn fdcansel(&self) -> super::vals::Fdcansel { - let val = (self.0 >> 28usize) & 0x03; - super::vals::Fdcansel(val as u8) - } - #[doc = "FDCAN kernel clock source selection"] - pub fn set_fdcansel(&mut self, val: super::vals::Fdcansel) { - self.0 = (self.0 & !(0x03 << 28usize)) | (((val.0 as u32) & 0x03) << 28usize); - } - #[doc = "SWPMI kernel clock source selection"] - pub const fn swpsel(&self) -> super::vals::Swpsel { - let val = (self.0 >> 31usize) & 0x01; - super::vals::Swpsel(val as u8) - } - #[doc = "SWPMI kernel clock source selection"] - pub fn set_swpsel(&mut self, val: super::vals::Swpsel) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); - } - } - impl Default for D2ccip1r { - fn default() -> D2ccip1r { - D2ccip1r(0) ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - } - } - } -} -<<<<<<< HEAD -pub mod sdmmc_v2 { - use crate::generic::*; - #[doc = "SDMMC"] - #[derive(Copy, Clone)] - pub struct Sdmmc(pub *mut u8); - unsafe impl Send for Sdmmc {} - unsafe impl Sync for Sdmmc {} - impl Sdmmc { - #[doc = "SDMMC power control register"] - pub fn power(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] - pub fn clkcr(self) -> Reg { -======= -pub mod generic { - use core::marker::PhantomData; - #[derive(Copy, Clone)] - pub struct RW; - #[derive(Copy, Clone)] - pub struct R; - #[derive(Copy, Clone)] - pub struct W; - mod sealed { - use super::*; - pub trait Access {} - impl Access for R {} - impl Access for W {} - impl Access for RW {} - } - pub trait Access: sealed::Access + Copy {} - impl Access for R {} - impl Access for W {} - impl Access for RW {} - pub trait Read: Access {} - impl Read for RW {} - impl Read for R {} - pub trait Write: Access {} - impl Write for RW {} - impl Write for W {} - #[derive(Copy, Clone)] - pub struct Reg { - ptr: *mut u8, - phantom: PhantomData<*mut (T, A)>, - } - unsafe impl Send for Reg {} - unsafe impl Sync for Reg {} - impl Reg { - pub fn from_ptr(ptr: *mut u8) -> Self { - Self { - ptr, - phantom: PhantomData, - } - } - pub fn ptr(&self) -> *mut T { - self.ptr as _ - } - } - impl Reg { - pub unsafe fn read(&self) -> T { - (self.ptr as *mut T).read_volatile() - } - } - impl Reg { - pub unsafe fn write_value(&self, val: T) { - (self.ptr as *mut T).write_volatile(val) - } - } - impl Reg { - pub unsafe fn write(&self, f: impl FnOnce(&mut T) -> R) -> R { - let mut val = Default::default(); - let res = f(&mut val); - self.write_value(val); - res - } - } - impl Reg { - pub unsafe fn modify(&self, f: impl FnOnce(&mut T) -> R) -> R { - let mut val = self.read(); - let res = f(&mut val); - self.write_value(val); - res - } - } -} -pub mod dma_v2 { - use crate::generic::*; - #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] - #[derive(Copy, Clone)] - pub struct St(pub *mut u8); - unsafe impl Send for St {} - unsafe impl Sync for St {} - impl St { - #[doc = "stream x configuration register"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "stream x number of data register"] - pub fn ndtr(self) -> Reg { ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] - pub fn argr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] - pub fn cmdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "SDMMC command response register"] - pub fn respcmdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - pub fn respr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(20usize + n * 4usize)) } - } -<<<<<<< HEAD - #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] - pub fn dtimer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] - pub fn dlenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] - pub fn dctrl(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] - pub fn dcntr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } - } - #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] - pub fn star(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(52usize)) } - } - #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] - pub fn icr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(56usize)) } - } - #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] - pub fn maskr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(60usize)) } - } - #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] - pub fn acktimer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(64usize)) } - } - #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] - pub fn idmactrlr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(80usize)) } - } - #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] - pub fn idmabsizer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(84usize)) } - } - #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] - pub fn idmabase0r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(88usize)) } - } - #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] - pub fn idmabase1r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(92usize)) } - } - #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] - pub fn fifor(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(128usize)) } - } - #[doc = "SDMMC IP version register"] - pub fn ver(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(1012usize)) } - } - #[doc = "SDMMC IP identification register"] - pub fn id(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(1016usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmactrlr(pub u32); - impl Idmactrlr { - #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmaen(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmabmode(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmabmode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] - pub const fn idmabact(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] - pub fn set_idmabact(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - } - impl Default for Idmactrlr { - fn default() -> Idmactrlr { - Idmactrlr(0) - } - } - #[doc = "SDMMC command response register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Respcmdr(pub u32); - impl Respcmdr { - #[doc = "Response command index"] - pub const fn respcmd(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x3f; - val as u8 - } - #[doc = "Response command index"] - pub fn set_respcmd(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); - } - } - impl Default for Respcmdr { - fn default() -> Respcmdr { - Respcmdr(0) - } - } - #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Fifor(pub u32); - impl Fifor { - #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] - pub const fn fifodata(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] - pub fn set_fifodata(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } - } - impl Default for Fifor { - fn default() -> Fifor { - Fifor(0) - } - } - #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Icr(pub u32); - impl Icr { - #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] - pub const fn ccrcfailc(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] - pub fn set_ccrcfailc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] - pub const fn dcrcfailc(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] - pub fn set_dcrcfailc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] - pub const fn ctimeoutc(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] - pub fn set_ctimeoutc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] - pub const fn dtimeoutc(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] - pub fn set_dtimeoutc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] - pub const fn txunderrc(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] - pub fn set_txunderrc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] - pub const fn rxoverrc(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] - pub fn set_rxoverrc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] - pub const fn cmdrendc(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] - pub fn set_cmdrendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] - pub const fn cmdsentc(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] - pub fn set_cmdsentc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] - pub const fn dataendc(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] - pub fn set_dataendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] - pub const fn dholdc(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] - pub fn set_dholdc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] - pub const fn dbckendc(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] - pub fn set_dbckendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] - pub const fn dabortc(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 - } - #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] - pub fn set_dabortc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] - pub const fn busyd0endc(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 - } - #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] - pub fn set_busyd0endc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); - } - #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] - pub const fn sdioitc(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 - } - #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] - pub fn set_sdioitc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] - pub const fn ackfailc(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 - } - #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] - pub fn set_ackfailc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); - } - #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] - pub const fn acktimeoutc(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 - } - #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] - pub fn set_acktimeoutc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); - } - #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] - pub const fn vswendc(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 - } - #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] - pub fn set_vswendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); - } - #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] - pub const fn ckstopc(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 - } - #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] - pub fn set_ckstopc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); - } - #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] - pub const fn idmatec(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 - } - #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] - pub fn set_idmatec(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); - } - #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] - pub const fn idmabtcc(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 - } - #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] - pub fn set_idmabtcc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); - } - } - impl Default for Icr { - fn default() -> Icr { - Icr(0) - } - } - #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmabsizer(pub u32); - impl Idmabsizer { - #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmabndt(&self) -> u8 { - let val = (self.0 >> 5usize) & 0xff; - val as u8 - } - #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmabndt(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 5usize)) | (((val as u32) & 0xff) << 5usize); -======= - } - #[doc = "DMA controller"] - #[derive(Copy, Clone)] - pub struct Dma(pub *mut u8); - unsafe impl Send for Dma {} - unsafe impl Sync for Dma {} - impl Dma { - #[doc = "low interrupt status register"] - pub fn isr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } -======= - impl Default for Apb2lpenr { - fn default() -> Apb2lpenr { - Apb2lpenr(0) - } - } - #[doc = "RCC PLL2 Dividers Configuration Register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pll2divr(pub u32); - impl Pll2divr { - #[doc = "Multiplication factor for PLL1 VCO"] - pub const fn divn2(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x01ff; - val as u16 - } - #[doc = "Multiplication factor for PLL1 VCO"] - pub fn set_divn2(&mut self, val: u16) { - self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); - } - #[doc = "PLL1 DIVP division factor"] - pub const fn divp2(&self) -> u8 { - let val = (self.0 >> 9usize) & 0x7f; - val as u8 - } - #[doc = "PLL1 DIVP division factor"] - pub fn set_divp2(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 9usize)) | (((val as u32) & 0x7f) << 9usize); - } - #[doc = "PLL1 DIVQ division factor"] - pub const fn divq2(&self) -> u8 { - let val = (self.0 >> 16usize) & 0x7f; - val as u8 - } - #[doc = "PLL1 DIVQ division factor"] - pub fn set_divq2(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); - } - #[doc = "PLL1 DIVR division factor"] - pub const fn divr2(&self) -> u8 { - let val = (self.0 >> 24usize) & 0x7f; - val as u8 - } - #[doc = "PLL1 DIVR division factor"] - pub fn set_divr2(&mut self, val: u8) { - self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); - } - } - impl Default for Pll2divr { - fn default() -> Pll2divr { - Pll2divr(0) - } - } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb1enrDma1en(pub u8); - impl C1Ahb1enrDma1en { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pllsrc(pub u8); - impl Pllsrc { - #[doc = "HSI selected as PLL clock"] - pub const HSI: Self = Self(0); - #[doc = "CSI selected as PLL clock"] - pub const CSI: Self = Self(0x01); - #[doc = "HSE selected as PLL clock"] - pub const HSE: Self = Self(0x02); - #[doc = "No clock sent to DIVMx dividers and PLLs"] - pub const NONE: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb1lenrTim2en(pub u8); - impl C1Apb1lenrTim2en { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb3enrMdmaen(pub u8); - impl Ahb3enrMdmaen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dfsdm1sel(pub u8); - impl Dfsdm1sel { - #[doc = "rcc_pclk2 selected as peripheral clock"] - pub const RCC_PCLK2: Self = Self(0); - #[doc = "System clock selected as peripheral clock"] - pub const SYS: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Swpsel(pub u8); - impl Swpsel { - #[doc = "pclk selected as peripheral clock"] - pub const PCLK: Self = Self(0); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct D2ppre1(pub u8); - impl D2ppre1 { - #[doc = "rcc_hclk not divided"] - pub const DIV1: Self = Self(0); - #[doc = "rcc_hclk divided by 2"] - pub const DIV2: Self = Self(0x04); - #[doc = "rcc_hclk divided by 4"] - pub const DIV4: Self = Self(0x05); - #[doc = "rcc_hclk divided by 8"] - pub const DIV8: Self = Self(0x06); - #[doc = "rcc_hclk divided by 16"] - pub const DIV16: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsirdyie(pub u8); - impl Lsirdyie { - #[doc = "Interrupt disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Interrupt enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Gpioarst(pub u8); - impl Gpioarst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb2lpenrTim1lpen(pub u8); - impl C1Apb2lpenrTim1lpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sw(pub u8); - impl Sw { - #[doc = "HSI selected as system clock"] - pub const HSI: Self = Self(0); - #[doc = "CSI selected as system clock"] - pub const CSI: Self = Self(0x01); - #[doc = "HSE selected as system clock"] - pub const HSE: Self = Self(0x02); - #[doc = "PLL1 selected as system clock"] - pub const PLL1: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptim2sel(pub u8); - impl Lptim2sel { - #[doc = "rcc_pclk4 selected as peripheral clock"] - pub const RCC_PCLK4: Self = Self(0); - #[doc = "pll2_p selected as peripheral clock"] - pub const PLL2_P: Self = Self(0x01); - #[doc = "pll3_r selected as peripheral clock"] - pub const PLL3_R: Self = Self(0x02); - #[doc = "LSE selected as peripheral clock"] - pub const LSE: Self = Self(0x03); - #[doc = "LSI selected as peripheral clock"] - pub const LSI: Self = Self(0x04); - #[doc = "PER selected as peripheral clock"] - pub const PER: Self = Self(0x05); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cecsel(pub u8); - impl Cecsel { - #[doc = "LSE selected as peripheral clock"] - pub const LSE: Self = Self(0); - #[doc = "LSI selected as peripheral clock"] - pub const LSI: Self = Self(0x01); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crsrst(pub u8); - impl Crsrst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb3lpenrMdmalpen(pub u8); - impl C1Ahb3lpenrMdmalpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ltdcrst(pub u8); - impl Ltdcrst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pll1rge(pub u8); - impl Pll1rge { - #[doc = "Frequency is between 1 and 2 MHz"] - pub const RANGE1: Self = Self(0); - #[doc = "Frequency is between 2 and 4 MHz"] - pub const RANGE2: Self = Self(0x01); - #[doc = "Frequency is between 4 and 8 MHz"] - pub const RANGE4: Self = Self(0x02); - #[doc = "Frequency is between 8 and 16 MHz"] - pub const RANGE8: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb3lpenrLtdclpen(pub u8); - impl C1Apb3lpenrLtdclpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb4lpenrSyscfglpen(pub u8); - impl Apb4lpenrSyscfglpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Spdifsel(pub u8); - impl Spdifsel { - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0); - #[doc = "pll2_r selected as peripheral clock"] - pub const PLL2_R: Self = Self(0x01); - #[doc = "pll3_r selected as peripheral clock"] - pub const PLL3_R: Self = Self(0x02); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ckpersel(pub u8); - impl Ckpersel { - #[doc = "HSI selected as peripheral clock"] - pub const HSI: Self = Self(0); - #[doc = "CSI selected as peripheral clock"] - pub const CSI: Self = Self(0x01); - #[doc = "HSE selected as peripheral clock"] - pub const HSE: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcsel(pub u8); - impl Rtcsel { - #[doc = "No clock"] - pub const NOCLOCK: Self = Self(0); - #[doc = "LSE oscillator clock used as RTC clock"] - pub const LSE: Self = Self(0x01); - #[doc = "LSI oscillator clock used as RTC clock"] - pub const LSI: Self = Self(0x02); - #[doc = "HSE oscillator clock divided by a prescaler used as RTC clock"] - pub const HSE: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsecssdr(pub u8); - impl Lsecssdr { - #[doc = "No failure detected on 32 kHz oscillator"] - pub const NOFAILURE: Self = Self(0); - #[doc = "Failure detected on 32 kHz oscillator"] - pub const FAILURE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bdrst(pub u8); - impl Bdrst { - #[doc = "Resets the entire VSW domain"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb1llpenrTim2lpen(pub u8); - impl C1Apb1llpenrTim2lpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb2lpenrDcmilpen(pub u8); - impl C1Ahb2lpenrDcmilpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mdmarst(pub u8); - impl Mdmarst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsidivfr(pub u8); - impl Hsidivfr { - #[doc = "New HSIDIV ratio has not yet propagated to hsi_ck"] - pub const NOTPROPAGATED: Self = Self(0); - #[doc = "HSIDIV ratio has propagated to hsi_ck"] - pub const PROPAGATED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hrtimsel(pub u8); - impl Hrtimsel { - #[doc = "The HRTIM prescaler clock source is the same as other timers (rcc_timy_ker_ck)"] - pub const TIMY_KER: Self = Self(0); - #[doc = "The HRTIM prescaler clock source is the CPU clock (c_ck)"] - pub const C_CK: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lptim1sel(pub u8); - impl Lptim1sel { - #[doc = "rcc_pclk1 selected as peripheral clock"] - pub const RCC_PCLK1: Self = Self(0); - #[doc = "pll2_p selected as peripheral clock"] - pub const PLL2_P: Self = Self(0x01); - #[doc = "pll3_r selected as peripheral clock"] - pub const PLL3_R: Self = Self(0x02); - #[doc = "LSE selected as peripheral clock"] - pub const LSE: Self = Self(0x03); - #[doc = "LSI selected as peripheral clock"] - pub const LSI: Self = Self(0x04); - #[doc = "PER selected as peripheral clock"] - pub const PER: Self = Self(0x05); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsion(pub u8); - impl Lsion { - #[doc = "LSI oscillator Off"] - pub const OFF: Self = Self(0); - #[doc = "LSI oscillator On"] - pub const ON: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bdmaamen(pub u8); - impl Bdmaamen { - #[doc = "Clock disabled in autonomous mode"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock enabled in autonomous mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb4lpenrSyscfglpen(pub u8); - impl C1Apb4lpenrSyscfglpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fdcansel(pub u8); - impl Fdcansel { - #[doc = "HSE selected as peripheral clock"] - pub const HSE: Self = Self(0); - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0x01); - #[doc = "pll2_q selected as peripheral clock"] - pub const PLL2_Q: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb1lpenrDma1lpen(pub u8); - impl C1Ahb1lpenrDma1lpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lseon(pub u8); - impl Lseon { - #[doc = "LSE oscillator Off"] - pub const OFF: Self = Self(0); - #[doc = "LSE oscillator On"] - pub const ON: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb2lpenrDcmilpen(pub u8); - impl Ahb2lpenrDcmilpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb1lenrTim2en(pub u8); - impl Apb1lenrTim2en { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb3enrMdmaen(pub u8); - impl C1Ahb3enrMdmaen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb1hlpenrCrslpen(pub u8); - impl C1Apb1hlpenrCrslpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sdmmcsel(pub u8); - impl Sdmmcsel { - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0); - #[doc = "pll2_r selected as peripheral clock"] - pub const PLL2_R: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hpre(pub u8); - impl Hpre { - #[doc = "sys_ck not divided"] - pub const DIV1: Self = Self(0); - #[doc = "sys_ck divided by 2"] - pub const DIV2: Self = Self(0x08); - #[doc = "sys_ck divided by 4"] - pub const DIV4: Self = Self(0x09); - #[doc = "sys_ck divided by 8"] - pub const DIV8: Self = Self(0x0a); - #[doc = "sys_ck divided by 16"] - pub const DIV16: Self = Self(0x0b); - #[doc = "sys_ck divided by 64"] - pub const DIV64: Self = Self(0x0c); - #[doc = "sys_ck divided by 128"] - pub const DIV128: Self = Self(0x0d); - #[doc = "sys_ck divided by 256"] - pub const DIV256: Self = Self(0x0e); - #[doc = "sys_ck divided by 512"] - pub const DIV512: Self = Self(0x0f); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Usart234578sel(pub u8); - impl Usart234578sel { - #[doc = "rcc_pclk1 selected as peripheral clock"] - pub const RCC_PCLK1: Self = Self(0); - #[doc = "pll2_q selected as peripheral clock"] - pub const PLL2_Q: Self = Self(0x01); - #[doc = "pll3_q selected as peripheral clock"] - pub const PLL3_Q: Self = Self(0x02); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x03); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x04); - #[doc = "LSE selected as peripheral clock"] - pub const LSE: Self = Self(0x05); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsebyp(pub u8); - impl Lsebyp { - #[doc = "LSE crystal oscillator not bypassed"] - pub const NOTBYPASSED: Self = Self(0); - #[doc = "LSE crystal oscillator bypassed with external clock"] - pub const BYPASSED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsion(pub u8); - impl Hsion { - #[doc = "Clock Off"] - pub const OFF: Self = Self(0); - #[doc = "Clock On"] - pub const ON: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb4enrGpioaen(pub u8); - impl Ahb4enrGpioaen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mco1(pub u8); - impl Mco1 { - #[doc = "HSI selected for micro-controller clock output"] - pub const HSI: Self = Self(0); - #[doc = "LSE selected for micro-controller clock output"] - pub const LSE: Self = Self(0x01); - #[doc = "HSE selected for micro-controller clock output"] - pub const HSE: Self = Self(0x02); - #[doc = "pll1_q selected for micro-controller clock output"] - pub const PLL1_Q: Self = Self(0x03); - #[doc = "HSI48 selected for micro-controller clock output"] - pub const HSI48: Self = Self(0x04); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Divp1en(pub u8); - impl Divp1en { - #[doc = "Clock ouput is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Clock output is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lserdyr(pub u8); - impl Lserdyr { - #[doc = "LSE oscillator not ready"] - pub const NOTREADY: Self = Self(0); - #[doc = "LSE oscillator ready"] - pub const READY: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Spi6sel(pub u8); - impl Spi6sel { - #[doc = "rcc_pclk4 selected as peripheral clock"] - pub const RCC_PCLK4: Self = Self(0); - #[doc = "pll2_q selected as peripheral clock"] - pub const PLL2_Q: Self = Self(0x01); - #[doc = "pll3_q selected as peripheral clock"] - pub const PLL3_Q: Self = Self(0x02); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x03); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x04); - #[doc = "HSE selected as peripheral clock"] - pub const HSE: Self = Self(0x05); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb1llpenrTim2lpen(pub u8); - impl Apb1llpenrTim2lpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb1henrCrsen(pub u8); - impl C1Apb1henrCrsen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb3enrLtdcen(pub u8); - impl Apb3enrLtdcen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tim2rst(pub u8); - impl Tim2rst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb2lpenrTim1lpen(pub u8); - impl Apb2lpenrTim1lpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Swsr(pub u8); - impl Swsr { - #[doc = "HSI oscillator used as system clock"] - pub const HSI: Self = Self(0); - #[doc = "CSI oscillator used as system clock"] - pub const CSI: Self = Self(0x01); - #[doc = "HSE oscillator used as system clock"] - pub const HSE: Self = Self(0x02); - #[doc = "PLL1 used as system clock"] - pub const PLL1: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb2enrTim1en(pub u8); - impl C1Apb2enrTim1en { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct RsrRmvf(pub u8); - impl RsrRmvf { - #[doc = "Not clearing the the reset flags"] - pub const NOTACTIVE: Self = Self(0); - #[doc = "Clear the reset flags"] - pub const CLEAR: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1RsrRmvf(pub u8); - impl C1RsrRmvf { - #[doc = "Not clearing the the reset flags"] - pub const NOTACTIVE: Self = Self(0); - #[doc = "Clear the reset flags"] - pub const CLEAR: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsirdyr(pub u8); - impl Lsirdyr { - #[doc = "LSI oscillator not ready"] - pub const NOTREADY: Self = Self(0); - #[doc = "LSI oscillator ready"] - pub const READY: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Camitfrst(pub u8); - impl Camitfrst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Spi45sel(pub u8); - impl Spi45sel { - #[doc = "APB clock selected as peripheral clock"] - pub const APB: Self = Self(0); - #[doc = "pll2_q selected as peripheral clock"] - pub const PLL2_Q: Self = Self(0x01); - #[doc = "pll3_q selected as peripheral clock"] - pub const PLL3_Q: Self = Self(0x02); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x03); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x04); - #[doc = "HSE selected as peripheral clock"] - pub const HSE: Self = Self(0x05); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Syscfgrst(pub u8); - impl Syscfgrst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb2enrDcmien(pub u8); - impl Ahb2enrDcmien { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Divp1(pub u8); - impl Divp1 { - #[doc = "pll_p_ck = vco_ck"] - pub const DIV1: Self = Self(0); - #[doc = "pll_p_ck = vco_ck / 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "pll_p_ck = vco_ck / 4"] - pub const DIV4: Self = Self(0x03); - #[doc = "pll_p_ck = vco_ck / 6"] - pub const DIV6: Self = Self(0x05); - #[doc = "pll_p_ck = vco_ck / 8"] - pub const DIV8: Self = Self(0x07); - #[doc = "pll_p_ck = vco_ck / 10"] - pub const DIV10: Self = Self(0x09); - #[doc = "pll_p_ck = vco_ck / 12"] - pub const DIV12: Self = Self(0x0b); - #[doc = "pll_p_ck = vco_ck / 14"] - pub const DIV14: Self = Self(0x0d); - #[doc = "pll_p_ck = vco_ck / 16"] - pub const DIV16: Self = Self(0x0f); - #[doc = "pll_p_ck = vco_ck / 18"] - pub const DIV18: Self = Self(0x11); - #[doc = "pll_p_ck = vco_ck / 20"] - pub const DIV20: Self = Self(0x13); - #[doc = "pll_p_ck = vco_ck / 22"] - pub const DIV22: Self = Self(0x15); - #[doc = "pll_p_ck = vco_ck / 24"] - pub const DIV24: Self = Self(0x17); - #[doc = "pll_p_ck = vco_ck / 26"] - pub const DIV26: Self = Self(0x19); - #[doc = "pll_p_ck = vco_ck / 28"] - pub const DIV28: Self = Self(0x1b); - #[doc = "pll_p_ck = vco_ck / 30"] - pub const DIV30: Self = Self(0x1d); - #[doc = "pll_p_ck = vco_ck / 32"] - pub const DIV32: Self = Self(0x1f); - #[doc = "pll_p_ck = vco_ck / 34"] - pub const DIV34: Self = Self(0x21); - #[doc = "pll_p_ck = vco_ck / 36"] - pub const DIV36: Self = Self(0x23); - #[doc = "pll_p_ck = vco_ck / 38"] - pub const DIV38: Self = Self(0x25); - #[doc = "pll_p_ck = vco_ck / 40"] - pub const DIV40: Self = Self(0x27); - #[doc = "pll_p_ck = vco_ck / 42"] - pub const DIV42: Self = Self(0x29); - #[doc = "pll_p_ck = vco_ck / 44"] - pub const DIV44: Self = Self(0x2b); - #[doc = "pll_p_ck = vco_ck / 46"] - pub const DIV46: Self = Self(0x2d); - #[doc = "pll_p_ck = vco_ck / 48"] - pub const DIV48: Self = Self(0x2f); - #[doc = "pll_p_ck = vco_ck / 50"] - pub const DIV50: Self = Self(0x31); - #[doc = "pll_p_ck = vco_ck / 52"] - pub const DIV52: Self = Self(0x33); - #[doc = "pll_p_ck = vco_ck / 54"] - pub const DIV54: Self = Self(0x35); - #[doc = "pll_p_ck = vco_ck / 56"] - pub const DIV56: Self = Self(0x37); - #[doc = "pll_p_ck = vco_ck / 58"] - pub const DIV58: Self = Self(0x39); - #[doc = "pll_p_ck = vco_ck / 60"] - pub const DIV60: Self = Self(0x3b); - #[doc = "pll_p_ck = vco_ck / 62"] - pub const DIV62: Self = Self(0x3d); - #[doc = "pll_p_ck = vco_ck / 64"] - pub const DIV64: Self = Self(0x3f); - #[doc = "pll_p_ck = vco_ck / 66"] - pub const DIV66: Self = Self(0x41); - #[doc = "pll_p_ck = vco_ck / 68"] - pub const DIV68: Self = Self(0x43); - #[doc = "pll_p_ck = vco_ck / 70"] - pub const DIV70: Self = Self(0x45); - #[doc = "pll_p_ck = vco_ck / 72"] - pub const DIV72: Self = Self(0x47); - #[doc = "pll_p_ck = vco_ck / 74"] - pub const DIV74: Self = Self(0x49); - #[doc = "pll_p_ck = vco_ck / 76"] - pub const DIV76: Self = Self(0x4b); - #[doc = "pll_p_ck = vco_ck / 78"] - pub const DIV78: Self = Self(0x4d); - #[doc = "pll_p_ck = vco_ck / 80"] - pub const DIV80: Self = Self(0x4f); - #[doc = "pll_p_ck = vco_ck / 82"] - pub const DIV82: Self = Self(0x51); - #[doc = "pll_p_ck = vco_ck / 84"] - pub const DIV84: Self = Self(0x53); - #[doc = "pll_p_ck = vco_ck / 86"] - pub const DIV86: Self = Self(0x55); - #[doc = "pll_p_ck = vco_ck / 88"] - pub const DIV88: Self = Self(0x57); - #[doc = "pll_p_ck = vco_ck / 90"] - pub const DIV90: Self = Self(0x59); - #[doc = "pll_p_ck = vco_ck / 92"] - pub const DIV92: Self = Self(0x5b); - #[doc = "pll_p_ck = vco_ck / 94"] - pub const DIV94: Self = Self(0x5d); - #[doc = "pll_p_ck = vco_ck / 96"] - pub const DIV96: Self = Self(0x5f); - #[doc = "pll_p_ck = vco_ck / 98"] - pub const DIV98: Self = Self(0x61); - #[doc = "pll_p_ck = vco_ck / 100"] - pub const DIV100: Self = Self(0x63); - #[doc = "pll_p_ck = vco_ck / 102"] - pub const DIV102: Self = Self(0x65); - #[doc = "pll_p_ck = vco_ck / 104"] - pub const DIV104: Self = Self(0x67); - #[doc = "pll_p_ck = vco_ck / 106"] - pub const DIV106: Self = Self(0x69); - #[doc = "pll_p_ck = vco_ck / 108"] - pub const DIV108: Self = Self(0x6b); - #[doc = "pll_p_ck = vco_ck / 110"] - pub const DIV110: Self = Self(0x6d); - #[doc = "pll_p_ck = vco_ck / 112"] - pub const DIV112: Self = Self(0x6f); - #[doc = "pll_p_ck = vco_ck / 114"] - pub const DIV114: Self = Self(0x71); - #[doc = "pll_p_ck = vco_ck / 116"] - pub const DIV116: Self = Self(0x73); - #[doc = "pll_p_ck = vco_ck / 118"] - pub const DIV118: Self = Self(0x75); - #[doc = "pll_p_ck = vco_ck / 120"] - pub const DIV120: Self = Self(0x77); - #[doc = "pll_p_ck = vco_ck / 122"] - pub const DIV122: Self = Self(0x79); - #[doc = "pll_p_ck = vco_ck / 124"] - pub const DIV124: Self = Self(0x7b); - #[doc = "pll_p_ck = vco_ck / 126"] - pub const DIV126: Self = Self(0x7d); - #[doc = "pll_p_ck = vco_ck / 128"] - pub const DIV128: Self = Self(0x7f); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ww1rsc(pub u8); - impl Ww1rsc { - #[doc = "Clear WWDG1 scope control"] - pub const CLEAR: Self = Self(0); - #[doc = "Set WWDG1 scope control"] - pub const SET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb4enrSyscfgen(pub u8); - impl Apb4enrSyscfgen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb4enrSyscfgen(pub u8); - impl C1Apb4enrSyscfgen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb1enrDma1en(pub u8); - impl Ahb1enrDma1en { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Adcsel(pub u8); - impl Adcsel { - #[doc = "pll2_p selected as peripheral clock"] - pub const PLL2_P: Self = Self(0); - #[doc = "pll3_r selected as peripheral clock"] - pub const PLL3_R: Self = Self(0x01); - #[doc = "PER selected as peripheral clock"] - pub const PER: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Usart16sel(pub u8); - impl Usart16sel { - #[doc = "rcc_pclk2 selected as peripheral clock"] - pub const RCC_PCLK2: Self = Self(0); - #[doc = "pll2_q selected as peripheral clock"] - pub const PLL2_Q: Self = Self(0x01); - #[doc = "pll3_q selected as peripheral clock"] - pub const PLL3_Q: Self = Self(0x02); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x03); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x04); - #[doc = "LSE selected as peripheral clock"] - pub const LSE: Self = Self(0x05); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb4enrGpioaen(pub u8); - impl C1Ahb4enrGpioaen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Apb3enrLtdcen(pub u8); - impl C1Apb3enrLtdcen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb3lpenrMdmalpen(pub u8); - impl Ahb3lpenrMdmalpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct I2c4sel(pub u8); - impl I2c4sel { - #[doc = "rcc_pclk4 selected as peripheral clock"] - pub const RCC_PCLK4: Self = Self(0); - #[doc = "pll3_r selected as peripheral clock"] - pub const PLL3_R: Self = Self(0x01); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x02); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x03); ->>>>>>> c084e70 (Update generated code) - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb4lpenrGpioalpen(pub u8); - impl C1Ahb4lpenrGpioalpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb1lpenrDma1lpen(pub u8); - impl Ahb1lpenrDma1lpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rngsel(pub u8); - impl Rngsel { - #[doc = "HSI48 selected as peripheral clock"] - pub const HSI48: Self = Self(0); - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0x01); - #[doc = "LSE selected as peripheral clock"] - pub const LSE: Self = Self(0x02); - #[doc = "LSI selected as peripheral clock"] - pub const LSI: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsidiv(pub u8); - impl Hsidiv { - #[doc = "No division"] - pub const DIV1: Self = Self(0); - #[doc = "Division by 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "Division by 4"] - pub const DIV4: Self = Self(0x02); - #[doc = "Division by 8"] - pub const DIV8: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct D3ppre(pub u8); - impl D3ppre { - #[doc = "rcc_hclk not divided"] - pub const DIV1: Self = Self(0); - #[doc = "rcc_hclk divided by 2"] - pub const DIV2: Self = Self(0x04); - #[doc = "rcc_hclk divided by 4"] - pub const DIV4: Self = Self(0x05); - #[doc = "rcc_hclk divided by 8"] - pub const DIV8: Self = Self(0x06); - #[doc = "rcc_hclk divided by 16"] - pub const DIV16: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mco2(pub u8); - impl Mco2 { - #[doc = "System clock selected for micro-controller clock output"] - pub const SYSCLK: Self = Self(0); - #[doc = "pll2_p selected for micro-controller clock output"] - pub const PLL2_P: Self = Self(0x01); - #[doc = "HSE selected for micro-controller clock output"] - pub const HSE: Self = Self(0x02); - #[doc = "pll1_p selected for micro-controller clock output"] - pub const PLL1_P: Self = Self(0x03); - #[doc = "CSI selected for micro-controller clock output"] - pub const CSI: Self = Self(0x04); - #[doc = "LSI selected for micro-controller clock output"] - pub const LSI: Self = Self(0x05); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pll1vcosel(pub u8); - impl Pll1vcosel { - #[doc = "VCO frequency range 192 to 836 MHz"] - pub const WIDEVCO: Self = Self(0); - #[doc = "VCO frequency range 150 to 420 MHz"] - pub const MEDIUMVCO: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1RsrCpurstfr(pub u8); - impl C1RsrCpurstfr { - #[doc = "No reset occoured for block"] - pub const NORESETOCCOURED: Self = Self(0); - #[doc = "Reset occoured for block"] - pub const RESETOCCOURRED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsirdyr(pub u8); - impl Hsirdyr { - #[doc = "Clock not ready"] - pub const NOTREADY: Self = Self(0); - #[doc = "Clock ready"] - pub const READY: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hsebyp(pub u8); - impl Hsebyp { - #[doc = "HSE crystal oscillator not bypassed"] - pub const NOTBYPASSED: Self = Self(0); - #[doc = "HSE crystal oscillator bypassed with external clock"] - pub const BYPASSED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct RsrCpurstfr(pub u8); - impl RsrCpurstfr { - #[doc = "No reset occoured for block"] - pub const NORESETOCCOURED: Self = Self(0); - #[doc = "Reset occoured for block"] - pub const RESETOCCOURRED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lpuart1sel(pub u8); - impl Lpuart1sel { - #[doc = "rcc_pclk_d3 selected as peripheral clock"] - pub const RCC_PCLK_D3: Self = Self(0); - #[doc = "pll2_q selected as peripheral clock"] - pub const PLL2_Q: Self = Self(0x01); - #[doc = "pll3_q selected as peripheral clock"] - pub const PLL3_Q: Self = Self(0x02); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x03); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x04); - #[doc = "LSE selected as peripheral clock"] - pub const LSE: Self = Self(0x05); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsecsson(pub u8); - impl Lsecsson { - #[doc = "Clock security system on 32 kHz oscillator off"] - pub const SECURITYOFF: Self = Self(0); - #[doc = "Clock security system on 32 kHz oscillator on"] - pub const SECURITYON: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct D1ppre(pub u8); - impl D1ppre { - #[doc = "rcc_hclk not divided"] - pub const DIV1: Self = Self(0); - #[doc = "rcc_hclk divided by 2"] - pub const DIV2: Self = Self(0x04); - #[doc = "rcc_hclk divided by 4"] - pub const DIV4: Self = Self(0x05); - #[doc = "rcc_hclk divided by 8"] - pub const DIV8: Self = Self(0x06); - #[doc = "rcc_hclk divided by 16"] - pub const DIV16: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb3lpenrLtdclpen(pub u8); - impl Apb3lpenrLtdclpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tim1rst(pub u8); - impl Tim1rst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct I2c123sel(pub u8); - impl I2c123sel { - #[doc = "rcc_pclk1 selected as peripheral clock"] - pub const RCC_PCLK1: Self = Self(0); - #[doc = "pll3_r selected as peripheral clock"] - pub const PLL3_R: Self = Self(0x01); - #[doc = "hsi_ker selected as peripheral clock"] - pub const HSI_KER: Self = Self(0x02); - #[doc = "csi_ker selected as peripheral clock"] - pub const CSI_KER: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sai4asel(pub u8); - impl Sai4asel { - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0); - #[doc = "pll2_p selected as peripheral clock"] - pub const PLL2_P: Self = Self(0x01); - #[doc = "pll3_p selected as peripheral clock"] - pub const PLL3_P: Self = Self(0x02); - #[doc = "i2s_ckin selected as peripheral clock"] - pub const I2S_CKIN: Self = Self(0x03); - #[doc = "PER selected as peripheral clock"] - pub const PER: Self = Self(0x04); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rtcen(pub u8); - impl Rtcen { - #[doc = "RTC clock disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "RTC clock enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsedrv(pub u8); - impl Lsedrv { - #[doc = "Lowest LSE oscillator driving capability"] - pub const LOWEST: Self = Self(0); - #[doc = "Medium low LSE oscillator driving capability"] - pub const MEDIUMLOW: Self = Self(0x01); - #[doc = "Medium high LSE oscillator driving capability"] - pub const MEDIUMHIGH: Self = Self(0x02); - #[doc = "Highest LSE oscillator driving capability"] - pub const HIGHEST: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Usbsel(pub u8); - impl Usbsel { - #[doc = "Disable the kernel clock"] - pub const DISABLE: Self = Self(0); - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0x01); - #[doc = "pll3_q selected as peripheral clock"] - pub const PLL3_Q: Self = Self(0x02); - #[doc = "HSI48 selected as peripheral clock"] - pub const HSI48: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb1henrCrsen(pub u8); - impl Apb1henrCrsen { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct C1Ahb2enrDcmien(pub u8); - impl C1Ahb2enrDcmien { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sai1sel(pub u8); - impl Sai1sel { - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0); - #[doc = "pll2_p selected as peripheral clock"] - pub const PLL2_P: Self = Self(0x01); - #[doc = "pll3_p selected as peripheral clock"] - pub const PLL3_P: Self = Self(0x02); - #[doc = "I2S_CKIN selected as peripheral clock"] - pub const I2S_CKIN: Self = Self(0x03); - #[doc = "PER selected as peripheral clock"] - pub const PER: Self = Self(0x04); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb2enrTim1en(pub u8); - impl Apb2enrTim1en { - #[doc = "The selected clock is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pll1fracen(pub u8); - impl Pll1fracen { - #[doc = "Reset latch to tranfer FRACN to the Sigma-Delta modulator"] - pub const RESET: Self = Self(0); - #[doc = "Set latch to tranfer FRACN to the Sigma-Delta modulator"] - pub const SET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Stopwuck(pub u8); - impl Stopwuck { - #[doc = "HSI selected as wake up clock from system Stop"] - pub const HSI: Self = Self(0); - #[doc = "CSI selected as wake up clock from system Stop"] - pub const CSI: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Timpre(pub u8); - impl Timpre { - #[doc = "Timer kernel clock equal to 2x pclk by default"] - pub const DEFAULTX2: Self = Self(0); - #[doc = "Timer kernel clock equal to 4x pclk by default"] - pub const DEFAULTX4: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Apb1hlpenrCrslpen(pub u8); - impl Apb1hlpenrCrslpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsirdyc(pub u8); - impl Lsirdyc { - #[doc = "Clear interrupt flag"] - pub const CLEAR: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dma1rst(pub u8); - impl Dma1rst { - #[doc = "Reset the selected module"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fmcsel(pub u8); - impl Fmcsel { - #[doc = "rcc_hclk3 selected as peripheral clock"] - pub const RCC_HCLK3: Self = Self(0); - #[doc = "pll1_q selected as peripheral clock"] - pub const PLL1_Q: Self = Self(0x01); - #[doc = "pll2_r selected as peripheral clock"] - pub const PLL2_R: Self = Self(0x02); - #[doc = "PER selected as peripheral clock"] - pub const PER: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ahb4lpenrGpioalpen(pub u8); - impl Ahb4lpenrGpioalpen { - #[doc = "The selected clock is disabled during csleep mode"] - pub const DISABLED: Self = Self(0); - #[doc = "The selected clock is enabled during csleep mode"] - pub const ENABLED: Self = Self(0x01); - } - } -} -pub mod rng_v1 { - use crate::generic::*; - #[doc = "Random number generator"] - #[derive(Copy, Clone)] - pub struct Rng(pub *mut u8); - unsafe impl Send for Rng {} - unsafe impl Sync for Rng {} - impl Rng { - #[doc = "control register"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Random number generator enable"] - pub const fn rngen(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Random number generator enable"] - pub fn set_rngen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Interrupt enable"] - pub const fn ie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Interrupt enable"] - pub fn set_ie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - } - impl Default for Cr { - fn default() -> Cr { - Cr(0) - } - } - #[doc = "status register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Data ready"] - pub const fn drdy(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Data ready"] - pub fn set_drdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Clock error current status"] - pub const fn cecs(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Clock error current status"] - pub fn set_cecs(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Seed error current status"] - pub const fn secs(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Seed error current status"] - pub fn set_secs(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Clock error interrupt status"] - pub const fn ceis(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Clock error interrupt status"] - pub fn set_ceis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Seed error interrupt status"] - pub const fn seis(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Seed error interrupt status"] - pub fn set_seis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - } - impl Default for Sr { - fn default() -> Sr { - Sr(0) - } - } - } -} -pub mod usart_v1 { - use crate::generic::*; - #[doc = "Universal synchronous asynchronous receiver transmitter"] - #[derive(Copy, Clone)] - pub struct Usart(pub *mut u8); - unsafe impl Send for Usart {} - unsafe impl Sync for Usart {} - impl Usart { - #[doc = "Status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "Data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "Baud rate register"] - pub fn brr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Control register 3"] - pub fn cr3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "Guard time and prescaler register"] - pub fn gtpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - } - #[doc = "Universal asynchronous receiver transmitter"] - #[derive(Copy, Clone)] - pub struct Uart(pub *mut u8); - unsafe impl Send for Uart {} - unsafe impl Sync for Uart {} - impl Uart { - #[doc = "Status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "Data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "Baud rate register"] - pub fn brr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Control register 3"] - pub fn cr3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRST: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECOND: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rwu(pub u8); - impl Rwu { - #[doc = "Receiver in active mode"] - pub const ACTIVE: Self = Self(0); - #[doc = "Receiver in mute mode"] - pub const MUTE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hdsel(pub u8); - impl Hdsel { - #[doc = "Half duplex mode is not selected"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Half duplex mode is selected"] - pub const HALFDUPLEX: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Wake(pub u8); - impl Wake { - #[doc = "USART wakeup on idle line"] - pub const IDLELINE: Self = Self(0); - #[doc = "USART wakeup on address mark"] - pub const ADDRESSMARK: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sbk(pub u8); - impl Sbk { - #[doc = "No break character is transmitted"] - pub const NOBREAK: Self = Self(0); - #[doc = "Break character transmitted"] - pub const BREAK: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct M(pub u8); - impl M { - #[doc = "8 data bits"] - pub const M8: Self = Self(0); - #[doc = "9 data bits"] - pub const M9: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ps(pub u8); - impl Ps { - #[doc = "Even parity"] - pub const EVEN: Self = Self(0); - #[doc = "Odd parity"] - pub const ODD: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "Steady low value on CK pin outside transmission window"] - pub const LOW: Self = Self(0); - #[doc = "Steady high value on CK pin outside transmission window"] - pub const HIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lbdl(pub u8); - impl Lbdl { - #[doc = "10-bit break detection"] - pub const LBDL10: Self = Self(0); - #[doc = "11-bit break detection"] - pub const LBDL11: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Stop(pub u8); - impl Stop { - #[doc = "1 stop bit"] - pub const STOP1: Self = Self(0); - #[doc = "0.5 stop bits"] - pub const STOP0P5: Self = Self(0x01); - #[doc = "2 stop bits"] - pub const STOP2: Self = Self(0x02); - #[doc = "1.5 stop bits"] - pub const STOP1P5: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Irlp(pub u8); - impl Irlp { - #[doc = "Normal mode"] - pub const NORMAL: Self = Self(0); - #[doc = "Low-power mode"] - pub const LOWPOWER: Self = Self(0x01); - } - } - pub mod regs { - use crate::generic::*; - #[doc = "Status register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrUsart(pub u32); - impl SrUsart { - #[doc = "Parity error"] - pub const fn pe(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Parity error"] - pub fn set_pe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Framing error"] - pub const fn fe(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Framing error"] - pub fn set_fe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Noise error flag"] - pub const fn ne(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Noise error flag"] - pub fn set_ne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Overrun error"] - pub const fn ore(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Overrun error"] - pub fn set_ore(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "IDLE line detected"] - pub const fn idle(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "IDLE line detected"] - pub fn set_idle(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Read data register not empty"] - pub const fn rxne(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Read data register not empty"] - pub fn set_rxne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Transmission complete"] - pub const fn tc(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Transmission complete"] - pub fn set_tc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Transmit data register empty"] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Transmit data register empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "LIN break detection flag"] - pub const fn lbd(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "LIN break detection flag"] - pub fn set_lbd(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "CTS flag"] - pub const fn cts(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "CTS flag"] - pub fn set_cts(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - } - impl Default for SrUsart { - fn default() -> SrUsart { - SrUsart(0) - } - } - #[doc = "Control register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Usart(pub u32); - impl Cr2Usart { - #[doc = "Address of the USART node"] - pub const fn add(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "Address of the USART node"] - pub fn set_add(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); - } - #[doc = "lin break detection length"] - pub const fn lbdl(&self) -> super::vals::Lbdl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lbdl(val as u8) - } - #[doc = "lin break detection length"] - pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "LIN break detection interrupt enable"] - pub const fn lbdie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "LIN break detection interrupt enable"] - pub fn set_lbdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Last bit clock pulse"] - pub const fn lbcl(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Last bit clock pulse"] - pub fn set_lbcl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Cpha(val as u8) - } - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Cpol(val as u8) - } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "Clock enable"] - pub const fn clken(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 - } - #[doc = "Clock enable"] - pub fn set_clken(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - #[doc = "STOP bits"] - pub const fn stop(&self) -> super::vals::Stop { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Stop(val as u8) - } - #[doc = "STOP bits"] - pub fn set_stop(&mut self, val: super::vals::Stop) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); - } - #[doc = "LIN mode enable"] - pub const fn linen(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "LIN mode enable"] - pub fn set_linen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - } - impl Default for Cr2Usart { - fn default() -> Cr2Usart { - Cr2Usart(0) - } - } - #[doc = "Control register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Address of the USART node"] - pub const fn add(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "Address of the USART node"] - pub fn set_add(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); - } - #[doc = "lin break detection length"] - pub const fn lbdl(&self) -> super::vals::Lbdl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lbdl(val as u8) - } - #[doc = "lin break detection length"] - pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "LIN break detection interrupt enable"] - pub const fn lbdie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "LIN break detection interrupt enable"] - pub fn set_lbdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "STOP bits"] - pub const fn stop(&self) -> super::vals::Stop { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Stop(val as u8) - } - #[doc = "STOP bits"] - pub fn set_stop(&mut self, val: super::vals::Stop) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); - } - #[doc = "LIN mode enable"] - pub const fn linen(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "LIN mode enable"] - pub fn set_linen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) - } - } - #[doc = "Control register 3"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr3Usart(pub u32); - impl Cr3Usart { - #[doc = "Error interrupt enable"] - pub const fn eie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Error interrupt enable"] - pub fn set_eie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "IrDA mode enable"] - pub const fn iren(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "IrDA mode enable"] - pub fn set_iren(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "IrDA low-power"] - pub const fn irlp(&self) -> super::vals::Irlp { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Irlp(val as u8) - } - #[doc = "IrDA low-power"] - pub fn set_irlp(&mut self, val: super::vals::Irlp) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "Half-duplex selection"] - pub const fn hdsel(&self) -> super::vals::Hdsel { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Hdsel(val as u8) - } - #[doc = "Half-duplex selection"] - pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "Smartcard NACK enable"] - pub const fn nack(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "Smartcard NACK enable"] - pub fn set_nack(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Smartcard mode enable"] - pub const fn scen(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Smartcard mode enable"] - pub fn set_scen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "DMA enable receiver"] - pub const fn dmar(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "DMA enable receiver"] - pub fn set_dmar(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "DMA enable transmitter"] - pub const fn dmat(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "DMA enable transmitter"] - pub fn set_dmat(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "RTS enable"] - pub const fn rtse(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "RTS enable"] - pub fn set_rtse(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "CTS enable"] - pub const fn ctse(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "CTS enable"] - pub fn set_ctse(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "CTS interrupt enable"] - pub const fn ctsie(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "CTS interrupt enable"] - pub fn set_ctsie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - } - impl Default for Cr3Usart { - fn default() -> Cr3Usart { - Cr3Usart(0) - } - } - #[doc = "Control register 3"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr3(pub u32); - impl Cr3 { - #[doc = "Error interrupt enable"] - pub const fn eie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Error interrupt enable"] - pub fn set_eie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "IrDA mode enable"] - pub const fn iren(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "IrDA mode enable"] - pub fn set_iren(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "IrDA low-power"] - pub const fn irlp(&self) -> super::vals::Irlp { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Irlp(val as u8) - } - #[doc = "IrDA low-power"] - pub fn set_irlp(&mut self, val: super::vals::Irlp) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "Half-duplex selection"] - pub const fn hdsel(&self) -> super::vals::Hdsel { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Hdsel(val as u8) - } - #[doc = "Half-duplex selection"] - pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "DMA enable receiver"] - pub const fn dmar(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "DMA enable receiver"] - pub fn set_dmar(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "DMA enable transmitter"] - pub const fn dmat(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "DMA enable transmitter"] - pub fn set_dmat(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - } - impl Default for Cr3 { - fn default() -> Cr3 { - Cr3(0) - } - } - #[doc = "Status register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Parity error"] - pub const fn pe(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Parity error"] - pub fn set_pe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Framing error"] - pub const fn fe(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Framing error"] - pub fn set_fe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Noise error flag"] - pub const fn ne(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Noise error flag"] - pub fn set_ne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Overrun error"] - pub const fn ore(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Overrun error"] - pub fn set_ore(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "IDLE line detected"] - pub const fn idle(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "IDLE line detected"] - pub fn set_idle(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Read data register not empty"] - pub const fn rxne(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Read data register not empty"] - pub fn set_rxne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Transmission complete"] - pub const fn tc(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Transmission complete"] - pub fn set_tc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Transmit data register empty"] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Transmit data register empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "LIN break detection flag"] - pub const fn lbd(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "LIN break detection flag"] - pub fn set_lbd(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - } - impl Default for Sr { - fn default() -> Sr { - Sr(0) - } - } - #[doc = "Baud rate register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Brr(pub u32); - impl Brr { - #[doc = "fraction of USARTDIV"] - pub const fn div_fraction(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "fraction of USARTDIV"] - pub fn set_div_fraction(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); - } - #[doc = "mantissa of USARTDIV"] - pub const fn div_mantissa(&self) -> u16 { - let val = (self.0 >> 4usize) & 0x0fff; - val as u16 - } - #[doc = "mantissa of USARTDIV"] - pub fn set_div_mantissa(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 4usize)) | (((val as u32) & 0x0fff) << 4usize); - } - } - impl Default for Brr { - fn default() -> Brr { - Brr(0) - } - } - #[doc = "Control register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Send break"] - pub const fn sbk(&self) -> super::vals::Sbk { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Sbk(val as u8) - } - #[doc = "Send break"] - pub fn set_sbk(&mut self, val: super::vals::Sbk) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Receiver wakeup"] - pub const fn rwu(&self) -> super::vals::Rwu { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Rwu(val as u8) - } - #[doc = "Receiver wakeup"] - pub fn set_rwu(&mut self, val: super::vals::Rwu) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "Receiver enable"] - pub const fn re(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Receiver enable"] - pub fn set_re(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Transmitter enable"] - pub const fn te(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Transmitter enable"] - pub fn set_te(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "IDLE interrupt enable"] - pub const fn idleie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "IDLE interrupt enable"] - pub fn set_idleie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "RXNE interrupt enable"] - pub const fn rxneie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "RXNE interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Transmission complete interrupt enable"] - pub const fn tcie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Transmission complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "TXE interrupt enable"] - pub const fn txeie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "TXE interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "PE interrupt enable"] - pub const fn peie(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "PE interrupt enable"] - pub fn set_peie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Parity selection"] - pub const fn ps(&self) -> super::vals::Ps { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Ps(val as u8) - } - #[doc = "Parity selection"] - pub fn set_ps(&mut self, val: super::vals::Ps) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "Parity control enable"] - pub const fn pce(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "Parity control enable"] - pub fn set_pce(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - #[doc = "Wakeup method"] - pub const fn wake(&self) -> super::vals::Wake { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Wake(val as u8) - } - #[doc = "Wakeup method"] - pub fn set_wake(&mut self, val: super::vals::Wake) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "Word length"] - pub const fn m(&self) -> super::vals::M { - let val = (self.0 >> 12usize) & 0x01; - super::vals::M(val as u8) - } - #[doc = "Word length"] - pub fn set_m(&mut self, val: super::vals::M) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "USART enable"] - pub const fn ue(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "USART enable"] - pub fn set_ue(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) - } - } - #[doc = "Guard time and prescaler register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Gtpr(pub u32); - impl Gtpr { - #[doc = "Prescaler value"] - pub const fn psc(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "Prescaler value"] - pub fn set_psc(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - #[doc = "Guard time value"] - pub const fn gt(&self) -> u8 { - let val = (self.0 >> 8usize) & 0xff; - val as u8 - } - #[doc = "Guard time value"] - pub fn set_gt(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); - } - } - impl Default for Gtpr { - fn default() -> Gtpr { - Gtpr(0) - } - } - #[doc = "Data register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dr(pub u32); - impl Dr { - #[doc = "Data value"] - pub const fn dr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x01ff; - val as u16 - } - #[doc = "Data value"] - pub fn set_dr(&mut self, val: u16) { - self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); - } - } - impl Default for Dr { - fn default() -> Dr { - Dr(0) - } - } - } -} -pub mod timer_v1 { - use crate::generic::*; - #[doc = "Advanced-timers"] - #[derive(Copy, Clone)] - pub struct TimAdv(pub *mut u8); - unsafe impl Send for TimAdv {} - unsafe impl Sync for TimAdv {} - impl TimAdv { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "slave mode control register"] - pub fn smcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "capture/compare mode register 1 (input mode)"] - pub fn ccmr_input(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare mode register 1 (output mode)"] - pub fn ccmr_output(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare enable register"] - pub fn ccer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "repetition counter register"] - pub fn rcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } - } - #[doc = "capture/compare register"] - pub fn ccr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } - } - #[doc = "break and dead-time register"] - pub fn bdtr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(68usize)) } - } - #[doc = "DMA control register"] - pub fn dcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } - } - #[doc = "DMA address for full transfer"] - pub fn dmar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - } - #[doc = "Basic timer"] - #[derive(Copy, Clone)] - pub struct TimBasic(pub *mut u8); - unsafe impl Send for TimBasic {} - unsafe impl Sync for TimBasic {} - impl TimBasic { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - } - #[doc = "General purpose 16-bit timer"] - #[derive(Copy, Clone)] - pub struct TimGp16(pub *mut u8); - unsafe impl Send for TimGp16 {} - unsafe impl Sync for TimGp16 {} - impl TimGp16 { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "slave mode control register"] - pub fn smcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "capture/compare mode register 1 (input mode)"] - pub fn ccmr_input(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare mode register 1 (output mode)"] - pub fn ccmr_output(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare enable register"] - pub fn ccer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "capture/compare register"] - pub fn ccr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } - } - #[doc = "DMA control register"] - pub fn dcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } - } - #[doc = "DMA address for full transfer"] - pub fn dmar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - } - #[doc = "General purpose 32-bit timer"] - #[derive(Copy, Clone)] - pub struct TimGp32(pub *mut u8); - unsafe impl Send for TimGp32 {} - unsafe impl Sync for TimGp32 {} - impl TimGp32 { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "slave mode control register"] - pub fn smcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "capture/compare mode register 1 (input mode)"] - pub fn ccmr_input(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare mode register 1 (output mode)"] - pub fn ccmr_output(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare enable register"] - pub fn ccer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "capture/compare register"] - pub fn ccr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } - } - #[doc = "DMA control register"] - pub fn dcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } - } - #[doc = "DMA address for full transfer"] - pub fn dmar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - } - #[doc = "Advanced-timers"] - #[derive(Copy, Clone)] - pub struct TimAdv(pub *mut u8); - unsafe impl Send for TimAdv {} - unsafe impl Sync for TimAdv {} - impl TimAdv { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "slave mode control register"] - pub fn smcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "capture/compare mode register 1 (input mode)"] - pub fn ccmr_input(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare mode register 1 (output mode)"] - pub fn ccmr_output(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare enable register"] - pub fn ccer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "repetition counter register"] - pub fn rcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } - } - #[doc = "capture/compare register"] - pub fn ccr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } - } - #[doc = "break and dead-time register"] - pub fn bdtr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(68usize)) } - } - #[doc = "DMA control register"] - pub fn dcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } - } - #[doc = "DMA address for full transfer"] - pub fn dmar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - } - #[doc = "General purpose 16-bit timer"] - #[derive(Copy, Clone)] - pub struct TimGp16(pub *mut u8); - unsafe impl Send for TimGp16 {} - unsafe impl Sync for TimGp16 {} - impl TimGp16 { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "slave mode control register"] - pub fn smcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "capture/compare mode register 1 (input mode)"] - pub fn ccmr_input(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare mode register 1 (output mode)"] - pub fn ccmr_output(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(24usize + n * 4usize)) } - } - #[doc = "capture/compare enable register"] - pub fn ccer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "capture/compare register"] - pub fn ccr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(52usize + n * 4usize)) } - } - #[doc = "DMA control register"] - pub fn dcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(72usize)) } - } - #[doc = "DMA address for full transfer"] - pub fn dmar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cms(pub u8); - impl Cms { - #[doc = "The counter counts up or down depending on the direction bit"] - pub const EDGEALIGNED: Self = Self(0); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting down."] - pub const CENTERALIGNED1: Self = Self(0x01); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting up."] - pub const CENTERALIGNED2: Self = Self(0x02); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set both when the counter is counting up or down."] - pub const CENTERALIGNED3: Self = Self(0x03); + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcen(pub u8); + impl Rtcen { + #[doc = "RTC clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "RTC clock enabled"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Arpe(pub u8); - impl Arpe { - #[doc = "TIMx_APRR register is not buffered"] + pub struct Crcsmen(pub u8); + impl Crcsmen { + #[doc = "Test integration module clock disabled in Sleep mode"] pub const DISABLED: Self = Self(0); - #[doc = "TIMx_APRR register is buffered"] + #[doc = "Test integration module clock enabled in Sleep mode (if enabled by CRCEN)"] pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Counter used as upcounter"] - pub const UP: Self = Self(0); - #[doc = "Counter used as downcounter"] - pub const DOWN: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Msm(pub u8); - impl Msm { - #[doc = "No action"] - pub const NOSYNC: Self = Self(0); - #[doc = "The effect of an event on the trigger input (TRGI) is delayed to allow a perfect synchronization between the current timer and its slaves (through TRGO). It is useful if we want to synchronize several timers on a single external event."] - pub const SYNC: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct CcmrOutputCcs(pub u8); - impl CcmrOutputCcs { - #[doc = "CCx channel is configured as output"] - pub const OUTPUT: Self = Self(0); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ts(pub u8); - impl Ts { - #[doc = "Internal Trigger 0 (ITR0)"] - pub const ITR0: Self = Self(0); - #[doc = "Internal Trigger 1 (ITR1)"] - pub const ITR1: Self = Self(0x01); - #[doc = "Internal Trigger 2 (ITR2)"] - pub const ITR2: Self = Self(0x02); - #[doc = "TI1 Edge Detector (TI1F_ED)"] - pub const TI1F_ED: Self = Self(0x04); - #[doc = "Filtered Timer Input 1 (TI1FP1)"] - pub const TI1FP1: Self = Self(0x05); - #[doc = "Filtered Timer Input 2 (TI2FP2)"] - pub const TI2FP2: Self = Self(0x06); - #[doc = "External Trigger input (ETRF)"] - pub const ETRF: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Urs(pub u8); - impl Urs { - #[doc = "Any of counter overflow/underflow, setting UG, or update through slave mode, generates an update interrupt or DMA request"] - pub const ANYEVENT: Self = Self(0); - #[doc = "Only counter overflow/underflow generates an update interrupt or DMA request"] - pub const COUNTERONLY: Self = Self(0x01); + pub struct Hsidiven(pub u8); + impl Hsidiven { + #[doc = "no 16 MHz HSI division requested"] + pub const NOTDIVIDED: Self = Self(0); + #[doc = "16 MHz HSI division by 4 requested"] + pub const DIV4: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ckd(pub u8); - impl Ckd { - #[doc = "t_DTS = t_CK_INT"] - pub const DIV1: Self = Self(0); - #[doc = "t_DTS = 2 × t_CK_INT"] - pub const DIV2: Self = Self(0x01); - #[doc = "t_DTS = 4 × t_CK_INT"] - pub const DIV4: Self = Self(0x02); + pub struct Pllrdyr(pub u8); + impl Pllrdyr { + #[doc = "PLL unlocked"] + pub const UNLOCKED: Self = Self(0); + #[doc = "PLL locked"] + pub const LOCKED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Opm(pub u8); - impl Opm { - #[doc = "Counter is not stopped at update event"] + pub struct Dmasmen(pub u8); + impl Dmasmen { + #[doc = "DMA clock disabled in Sleep mode"] pub const DISABLED: Self = Self(0); - #[doc = "Counter stops counting at the next update event (clearing the CEN bit)"] + #[doc = "DMA clock enabled in Sleep mode"] pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etp(pub u8); - impl Etp { - #[doc = "ETR is noninverted, active at high level or rising edge"] - pub const NOTINVERTED: Self = Self(0); - #[doc = "ETR is inverted, active at low level or falling edge"] - pub const INVERTED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etf(pub u8); - impl Etf { - #[doc = "No filter, sampling is done at fDTS"] - pub const NOFILTER: Self = Self(0); - #[doc = "fSAMPLING=fCK_INT, N=2"] - pub const FCK_INT_N2: Self = Self(0x01); - #[doc = "fSAMPLING=fCK_INT, N=4"] - pub const FCK_INT_N4: Self = Self(0x02); - #[doc = "fSAMPLING=fCK_INT, N=8"] - pub const FCK_INT_N8: Self = Self(0x03); - #[doc = "fSAMPLING=fDTS/2, N=6"] - pub const FDTS_DIV2_N6: Self = Self(0x04); - #[doc = "fSAMPLING=fDTS/2, N=8"] - pub const FDTS_DIV2_N8: Self = Self(0x05); - #[doc = "fSAMPLING=fDTS/4, N=6"] - pub const FDTS_DIV4_N6: Self = Self(0x06); - #[doc = "fSAMPLING=fDTS/4, N=8"] - pub const FDTS_DIV4_N8: Self = Self(0x07); - #[doc = "fSAMPLING=fDTS/8, N=6"] - pub const FDTS_DIV8_N6: Self = Self(0x08); - #[doc = "fSAMPLING=fDTS/8, N=8"] - pub const FDTS_DIV8_N8: Self = Self(0x09); - #[doc = "fSAMPLING=fDTS/16, N=5"] - pub const FDTS_DIV16_N5: Self = Self(0x0a); - #[doc = "fSAMPLING=fDTS/16, N=6"] - pub const FDTS_DIV16_N6: Self = Self(0x0b); - #[doc = "fSAMPLING=fDTS/16, N=8"] - pub const FDTS_DIV16_N8: Self = Self(0x0c); - #[doc = "fSAMPLING=fDTS/32, N=5"] - pub const FDTS_DIV32_N5: Self = Self(0x0d); - #[doc = "fSAMPLING=fDTS/32, N=6"] - pub const FDTS_DIV32_N6: Self = Self(0x0e); - #[doc = "fSAMPLING=fDTS/32, N=8"] - pub const FDTS_DIV32_N8: Self = Self(0x0f); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etps(pub u8); - impl Etps { - #[doc = "Prescaler OFF"] - pub const DIV1: Self = Self(0); - #[doc = "ETRP frequency divided by 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "ETRP frequency divided by 4"] - pub const DIV4: Self = Self(0x02); - #[doc = "ETRP frequency divided by 8"] - pub const DIV8: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ocm(pub u8); - impl Ocm { - #[doc = "The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the outputs"] - pub const FROZEN: Self = Self(0); - #[doc = "Set channel to active level on match. OCyREF signal is forced high when the counter matches the capture/compare register"] - pub const ACTIVEONMATCH: Self = Self(0x01); - #[doc = "Set channel to inactive level on match. OCyREF signal is forced low when the counter matches the capture/compare register"] - pub const INACTIVEONMATCH: Self = Self(0x02); - #[doc = "OCyREF toggles when TIMx_CNT=TIMx_CCRy"] - pub const TOGGLE: Self = Self(0x03); - #[doc = "OCyREF is forced low"] - pub const FORCEINACTIVE: Self = Self(0x04); - #[doc = "OCyREF is forced high"] - pub const FORCEACTIVE: Self = Self(0x05); - #[doc = "In upcounting, channel is active as long as TIMx_CNTTIMx_CCRy else active"] - pub const PWMMODE1: Self = Self(0x06); - #[doc = "Inversely to PwmMode1"] - pub const PWMMODE2: Self = Self(0x07); - } -<<<<<<< HEAD - } - #[doc = "Basic timer"] - #[derive(Copy, Clone)] - pub struct TimBasic(pub *mut u8); - unsafe impl Send for TimBasic {} - unsafe impl Sync for TimBasic {} - impl TimBasic { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "DMA/Interrupt enable register"] - pub fn dier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "event generation register"] - pub fn egr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "counter"] - pub fn cnt(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "prescaler"] - pub fn psc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "auto-reload register"] - pub fn arr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "counter"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cnt32(pub u32); - impl Cnt32 { - #[doc = "counter value"] - pub const fn cnt(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "counter value"] - pub fn set_cnt(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } - } - impl Default for Cnt32 { - fn default() -> Cnt32 { - Cnt32(0) - } - } - #[doc = "DMA address for full transfer"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dmar(pub u32); - impl Dmar { - #[doc = "DMA register for burst accesses"] - pub const fn dmab(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "DMA register for burst accesses"] - pub fn set_dmab(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } - } - impl Default for Dmar { - fn default() -> Dmar { - Dmar(0) - } - } - #[doc = "capture/compare mode register 2 (output mode)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcmrOutput(pub u32); - impl CcmrOutput { - #[doc = "Capture/Compare 3 selection"] - pub fn ccs(&self, n: usize) -> super::vals::CcmrOutputCcs { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; - super::vals::CcmrOutputCcs(val as u8) - } - #[doc = "Capture/Compare 3 selection"] - pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrOutputCcs) { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - #[doc = "Output compare 3 fast enable"] - pub fn ocfe(&self, n: usize) -> bool { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Output compare 3 fast enable"] - pub fn set_ocfe(&mut self, n: usize, val: bool) { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Output compare 3 preload enable"] - pub fn ocpe(&self, n: usize) -> super::vals::Ocpe { - assert!(n < 2usize); - let offs = 3usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Ocpe(val as u8) - } - #[doc = "Output compare 3 preload enable"] - pub fn set_ocpe(&mut self, n: usize, val: super::vals::Ocpe) { - assert!(n < 2usize); - let offs = 3usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); - } - #[doc = "Output compare 3 mode"] - pub fn ocm(&self, n: usize) -> super::vals::Ocm { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - let val = (self.0 >> offs) & 0x07; - super::vals::Ocm(val as u8) - } - #[doc = "Output compare 3 mode"] - pub fn set_ocm(&mut self, n: usize, val: super::vals::Ocm) { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); - } - #[doc = "Output compare 3 clear enable"] - pub fn occe(&self, n: usize) -> bool { - assert!(n < 2usize); - let offs = 7usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Output compare 3 clear enable"] - pub fn set_occe(&mut self, n: usize, val: bool) { - assert!(n < 2usize); - let offs = 7usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - } - impl Default for CcmrOutput { - fn default() -> CcmrOutput { - CcmrOutput(0) - } + pub struct Csslsef(pub u8); + impl Csslsef { + #[doc = "No failure detected on LSE clock failure"] + pub const NOFAILURE: Self = Self(0); + #[doc = "Failure detected on LSE clock failure"] + pub const FAILURE: Self = Self(0x01); } - #[doc = "DMA/Interrupt enable register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct DierAdv(pub u32); - impl DierAdv { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Update interrupt enable"] - pub fn set_uie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn ccie(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn set_ccie(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "COM interrupt enable"] - pub const fn comie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "COM interrupt enable"] - pub fn set_comie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Trigger interrupt enable"] - pub const fn tie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Trigger interrupt enable"] - pub fn set_tie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Break interrupt enable"] - pub const fn bie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Break interrupt enable"] - pub fn set_bie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Update DMA request enable"] - pub const fn ude(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Update DMA request enable"] - pub fn set_ude(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn ccde(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn set_ccde(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "COM DMA request enable"] - pub const fn comde(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "COM DMA request enable"] - pub fn set_comde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "Trigger DMA request enable"] - pub const fn tde(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "Trigger DMA request enable"] - pub fn set_tde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsedrv(pub u8); + impl Lsedrv { + #[doc = "Lowest drive"] + pub const LOW: Self = Self(0); + #[doc = "Medium low drive"] + pub const MEDIUMLOW: Self = Self(0x01); + #[doc = "Medium high drive"] + pub const MEDIUMHIGH: Self = Self(0x02); + #[doc = "Highest drive"] + pub const HIGH: Self = Self(0x03); } - impl Default for DierAdv { - fn default() -> DierAdv { - DierAdv(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Iophen(pub u8); + impl Iophen { + #[doc = "Port clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Port clock enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "capture/compare enable register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcerAdv(pub u32); - impl CcerAdv { - #[doc = "Capture/Compare 1 output enable"] - pub fn cce(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 output enable"] - pub fn set_cce(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Capture/Compare 1 complementary output enable"] - pub fn ccne(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 complementary output enable"] - pub fn set_ccne(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccnp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccnp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hserdyr(pub u8); + impl Hserdyr { + #[doc = "Oscillator is not stable"] + pub const NOTREADY: Self = Self(0); + #[doc = "Oscillator is stable"] + pub const READY: Self = Self(0x01); } - impl Default for CcerAdv { - fn default() -> CcerAdv { - CcerAdv(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pllsrc(pub u8); + impl Pllsrc { + #[doc = "HSI selected as PLL input clock"] + pub const HSI16: Self = Self(0); + #[doc = "HSE selected as PLL input clock"] + pub const HSE: Self = Self(0x01); } - #[doc = "capture/compare register 1"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccr32(pub u32); - impl Ccr32 { - #[doc = "Capture/Compare 1 value"] - pub const fn ccr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "Capture/Compare 1 value"] - pub fn set_ccr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lserdy(pub u8); + impl Lserdy { + #[doc = "Oscillator not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "Oscillator ready"] + pub const READY: Self = Self(0x01); } - impl Default for Ccr32 { - fn default() -> Ccr32 { - Ccr32(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csshsef(pub u8); + impl Csshsef { + #[doc = "No clock security interrupt caused by HSE clock failure"] + pub const NOCLOCK: Self = Self(0); + #[doc = "Clock security interrupt caused by HSE clock failure"] + pub const CLOCK: Self = Self(0x01); } - #[doc = "auto-reload register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Arr32(pub u32); - impl Arr32 { - #[doc = "Auto-reload value"] - pub const fn arr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "Auto-reload value"] - pub fn set_arr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dbgrstw(pub u8); + impl Dbgrstw { + #[doc = "Reset the module"] + pub const RESET: Self = Self(0x01); } - impl Default for Arr32 { - fn default() -> Arr32 { - Arr32(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lpwrrstfr(pub u8); + impl Lpwrrstfr { + #[doc = "No reset has occured"] + pub const NORESET: Self = Self(0); + #[doc = "A reset has occured"] + pub const RESET: Self = Self(0x01); } - #[doc = "slave mode control register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Smcr(pub u32); - impl Smcr { - #[doc = "Slave mode selection"] - pub const fn sms(&self) -> super::vals::Sms { - let val = (self.0 >> 0usize) & 0x07; - super::vals::Sms(val as u8) - } - #[doc = "Slave mode selection"] - pub fn set_sms(&mut self, val: super::vals::Sms) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); - } - #[doc = "Trigger selection"] - pub const fn ts(&self) -> super::vals::Ts { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Ts(val as u8) - } - #[doc = "Trigger selection"] - pub fn set_ts(&mut self, val: super::vals::Ts) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } - #[doc = "Master/Slave mode"] - pub const fn msm(&self) -> super::vals::Msm { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Msm(val as u8) - } - #[doc = "Master/Slave mode"] - pub fn set_msm(&mut self, val: super::vals::Msm) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } - #[doc = "External trigger filter"] - pub const fn etf(&self) -> super::vals::Etf { - let val = (self.0 >> 8usize) & 0x0f; - super::vals::Etf(val as u8) - } - #[doc = "External trigger filter"] - pub fn set_etf(&mut self, val: super::vals::Etf) { - self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); - } - #[doc = "External trigger prescaler"] - pub const fn etps(&self) -> super::vals::Etps { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Etps(val as u8) - } - #[doc = "External trigger prescaler"] - pub fn set_etps(&mut self, val: super::vals::Etps) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); - } - #[doc = "External clock enable"] - pub const fn ece(&self) -> super::vals::Ece { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Ece(val as u8) - } - #[doc = "External clock enable"] - pub fn set_ece(&mut self, val: super::vals::Ece) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); - } - #[doc = "External trigger polarity"] - pub const fn etp(&self) -> super::vals::Etp { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Etp(val as u8) - } - #[doc = "External trigger polarity"] - pub fn set_etp(&mut self, val: super::vals::Etp) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsebyp(pub u8); + impl Lsebyp { + #[doc = "LSE oscillator not bypassed"] + pub const NOTBYPASSED: Self = Self(0); + #[doc = "LSE oscillator bypassed"] + pub const BYPASSED: Self = Self(0x01); } - impl Default for Smcr { - fn default() -> Smcr { - Smcr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Iophrst(pub u8); + impl Iophrst { + #[doc = "Reset I/O port"] + pub const RESET: Self = Self(0x01); } - #[doc = "capture/compare mode register 1 (input mode)"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcmrInput(pub u32); - impl CcmrInput { - #[doc = "Capture/Compare 1 selection"] - pub fn ccs(&self, n: usize) -> super::vals::CcmrInputCcs { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; - super::vals::CcmrInputCcs(val as u8) - } - #[doc = "Capture/Compare 1 selection"] - pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrInputCcs) { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); - } - #[doc = "Input capture 1 prescaler"] - pub fn icpsc(&self, n: usize) -> u8 { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; - val as u8 - } - #[doc = "Input capture 1 prescaler"] - pub fn set_icpsc(&mut self, n: usize, val: u8) { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val as u32) & 0x03) << offs); - } - #[doc = "Input capture 1 filter"] - pub fn icf(&self, n: usize) -> super::vals::Icf { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - let val = (self.0 >> offs) & 0x0f; - super::vals::Icf(val as u8) - } - #[doc = "Input capture 1 filter"] - pub fn set_icf(&mut self, n: usize, val: super::vals::Icf) { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csslse(pub u8); + impl Csslse { + #[doc = "LSE CSS interrupt disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "LSE CSS interrupt enabled"] + pub const ENABLED: Self = Self(0x01); } - impl Default for CcmrInput { - fn default() -> CcmrInput { - CcmrInput(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsidivfr(pub u8); + impl Hsidivfr { + #[doc = "16 MHz HSI clock not divided"] + pub const NOTDIVIDED: Self = Self(0); + #[doc = "16 MHz HSI clock divided by 4"] + pub const DIV4: Self = Self(0x01); } - #[doc = "control register 2"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Gp(pub u32); - impl Cr2Gp { - #[doc = "Capture/compare DMA selection"] - pub const fn ccds(&self) -> super::vals::Ccds { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ccds(val as u8) - } - #[doc = "Capture/compare DMA selection"] - pub fn set_ccds(&mut self, val: super::vals::Ccds) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) - } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } - #[doc = "TI1 selection"] - pub const fn ti1s(&self) -> super::vals::Tis { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Tis(val as u8) - } - #[doc = "TI1 selection"] - pub fn set_ti1s(&mut self, val: super::vals::Tis) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cryprstw(pub u8); + impl Cryprstw { + #[doc = "Reset the module"] + pub const RESET: Self = Self(0x01); } - impl Default for Cr2Gp { - fn default() -> Cr2Gp { - Cr2Gp(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Iophsmen(pub u8); + impl Iophsmen { + #[doc = "Port x clock is disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "Port x clock is enabled in Sleep mode (if enabled by IOPHEN)"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "capture/compare register 1"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccr16(pub u32); - impl Ccr16 { - #[doc = "Capture/Compare 1 value"] - pub const fn ccr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "Capture/Compare 1 value"] - pub fn set_ccr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pllmul(pub u8); + impl Pllmul { + #[doc = "PLL clock entry x 3"] + pub const MUL3: Self = Self(0); + #[doc = "PLL clock entry x 4"] + pub const MUL4: Self = Self(0x01); + #[doc = "PLL clock entry x 6"] + pub const MUL6: Self = Self(0x02); + #[doc = "PLL clock entry x 8"] + pub const MUL8: Self = Self(0x03); + #[doc = "PLL clock entry x 12"] + pub const MUL12: Self = Self(0x04); + #[doc = "PLL clock entry x 16"] + pub const MUL16: Self = Self(0x05); + #[doc = "PLL clock entry x 24"] + pub const MUL24: Self = Self(0x06); + #[doc = "PLL clock entry x 32"] + pub const MUL32: Self = Self(0x07); + #[doc = "PLL clock entry x 48"] + pub const MUL48: Self = Self(0x08); } - impl Default for Ccr16 { - fn default() -> Ccr16 { - Ccr16(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sramsmen(pub u8); + impl Sramsmen { + #[doc = "NVM interface clock disabled in Sleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "NVM interface clock enabled in Sleep mode"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "auto-reload register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Arr16(pub u32); - impl Arr16 { - #[doc = "Auto-reload value"] - pub const fn arr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "Auto-reload value"] - pub fn set_arr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pllon(pub u8); + impl Pllon { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Crypen(pub u8); + impl Crypen { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csslsed(pub u8); + impl Csslsed { + #[doc = "No failure detected on LSE (32 kHz oscillator)"] + pub const NOFAILURE: Self = Self(0); + #[doc = "Failure detected on LSE (32 kHz oscillator)"] + pub const FAILURE: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sw(pub u8); + impl Sw { + #[doc = "MSI oscillator used as system clock"] + pub const MSI: Self = Self(0); + #[doc = "HSI oscillator used as system clock"] + pub const HSI16: Self = Self(0x01); + #[doc = "HSE oscillator used as system clock"] + pub const HSE: Self = Self(0x02); + #[doc = "PLL used as system clock"] + pub const PLL: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsebyp(pub u8); + impl Hsebyp { + #[doc = "HSE oscillator not bypassed"] + pub const NOTBYPASSED: Self = Self(0); + #[doc = "HSE oscillator bypassed"] + pub const BYPASSED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Csslseon(pub u8); + impl Csslseon { + #[doc = "Oscillator OFF"] + pub const OFF: Self = Self(0); + #[doc = "Oscillator ON"] + pub const ON: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ppre(pub u8); + impl Ppre { + #[doc = "HCLK not divided"] + pub const DIV1: Self = Self(0); + #[doc = "HCLK divided by 2"] + pub const DIV2: Self = Self(0x04); + #[doc = "HCLK divided by 4"] + pub const DIV4: Self = Self(0x05); + #[doc = "HCLK divided by 8"] + pub const DIV8: Self = Self(0x06); + #[doc = "HCLK divided by 16"] + pub const DIV16: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mcosel(pub u8); + impl Mcosel { + #[doc = "No clock"] + pub const NOCLOCK: Self = Self(0); + #[doc = "SYSCLK clock selected"] + pub const SYSCLK: Self = Self(0x01); + #[doc = "HSI oscillator clock selected"] + pub const HSI16: Self = Self(0x02); + #[doc = "MSI oscillator clock selected"] + pub const MSI: Self = Self(0x03); + #[doc = "HSE oscillator clock selected"] + pub const HSE: Self = Self(0x04); + #[doc = "PLL clock selected"] + pub const PLL: Self = Self(0x05); + #[doc = "LSI oscillator clock selected"] + pub const LSI: Self = Self(0x06); + #[doc = "LSE oscillator clock selected"] + pub const LSE: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dbgen(pub u8); + impl Dbgen { + #[doc = "Clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Arr16 { - fn default() -> Arr16 { - Arr16(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptimsel(pub u8); + impl Lptimsel { + #[doc = "APB clock selected as Timer clock"] + pub const APB: Self = Self(0); + #[doc = "LSI clock selected as Timer clock"] + pub const LSI: Self = Self(0x01); + #[doc = "HSI16 clock selected as Timer clock"] + pub const HSI16: Self = Self(0x02); + #[doc = "LSE clock selected as Timer clock"] + pub const LSE: Self = Self(0x03); } - #[doc = "break and dead-time register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bdtr(pub u32); - impl Bdtr { - #[doc = "Dead-time generator setup"] - pub const fn dtg(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "Dead-time generator setup"] - pub fn set_dtg(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - #[doc = "Lock configuration"] - pub const fn lock(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x03; - val as u8 - } - #[doc = "Lock configuration"] - pub fn set_lock(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); - } - #[doc = "Off-state selection for Idle mode"] - pub const fn ossi(&self) -> super::vals::Ossi { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Ossi(val as u8) - } - #[doc = "Off-state selection for Idle mode"] - pub fn set_ossi(&mut self, val: super::vals::Ossi) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "Off-state selection for Run mode"] - pub const fn ossr(&self) -> super::vals::Ossr { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Ossr(val as u8) - } - #[doc = "Off-state selection for Run mode"] - pub fn set_ossr(&mut self, val: super::vals::Ossr) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "Break enable"] - pub const fn bke(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "Break enable"] - pub fn set_bke(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "Break polarity"] - pub const fn bkp(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "Break polarity"] - pub fn set_bkp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "Automatic output enable"] - pub const fn aoe(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "Automatic output enable"] - pub fn set_aoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - #[doc = "Main output enable"] - pub const fn moe(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 - } - #[doc = "Main output enable"] - pub fn set_moe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsirdyie(pub u8); + impl Hsirdyie { + #[doc = "Ready interrupt disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Ready interrupt enabled"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Bdtr { - fn default() -> Bdtr { - Bdtr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hpre(pub u8); + impl Hpre { + #[doc = "system clock not divided"] + pub const DIV1: Self = Self(0); + #[doc = "system clock divided by 2"] + pub const DIV2: Self = Self(0x08); + #[doc = "system clock divided by 4"] + pub const DIV4: Self = Self(0x09); + #[doc = "system clock divided by 8"] + pub const DIV8: Self = Self(0x0a); + #[doc = "system clock divided by 16"] + pub const DIV16: Self = Self(0x0b); + #[doc = "system clock divided by 64"] + pub const DIV64: Self = Self(0x0c); + #[doc = "system clock divided by 128"] + pub const DIV128: Self = Self(0x0d); + #[doc = "system clock divided by 256"] + pub const DIV256: Self = Self(0x0e); + #[doc = "system clock divided by 512"] + pub const DIV512: Self = Self(0x0f); } - #[doc = "control register 2"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Basic(pub u32); - impl Cr2Basic { - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) - } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lpuartsel(pub u8); + impl Lpuartsel { + #[doc = "APB clock selected as peripheral clock"] + pub const APB: Self = Self(0); + #[doc = "System clock selected as peripheral clock"] + pub const SYSTEM: Self = Self(0x01); + #[doc = "HSI16 clock selected as peripheral clock"] + pub const HSI16: Self = Self(0x02); + #[doc = "LSE clock selected as peripheral clock"] + pub const LSE: Self = Self(0x03); } - impl Default for Cr2Basic { - fn default() -> Cr2Basic { - Cr2Basic(0) -======= #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ossr(pub u8); - impl Ossr { - #[doc = "When inactive, OC/OCN outputs are disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "When inactive, OC/OCN outputs are enabled with their inactive level"] - pub const IDLELEVEL: Self = Self(0x01); + pub struct Hsi48rdyfr(pub u8); + impl Hsi48rdyfr { + #[doc = "No clock ready interrupt"] + pub const NOTINTERRUPTED: Self = Self(0); + #[doc = "Clock ready interrupt"] + pub const INTERRUPTED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mms(pub u8); - impl Mms { - #[doc = "The UG bit from the TIMx_EGR register is used as trigger output"] - pub const RESET: Self = Self(0); - #[doc = "The counter enable signal, CNT_EN, is used as trigger output"] - pub const ENABLE: Self = Self(0x01); - #[doc = "The update event is selected as trigger output"] - pub const UPDATE: Self = Self(0x02); - #[doc = "The trigger output send a positive pulse when the CC1IF flag it to be set, as soon as a capture or a compare match occurred"] - pub const COMPAREPULSE: Self = Self(0x03); - #[doc = "OC1REF signal is used as trigger output"] - pub const COMPAREOC1: Self = Self(0x04); - #[doc = "OC2REF signal is used as trigger output"] - pub const COMPAREOC2: Self = Self(0x05); - #[doc = "OC3REF signal is used as trigger output"] - pub const COMPAREOC3: Self = Self(0x06); - #[doc = "OC4REF signal is used as trigger output"] - pub const COMPAREOC4: Self = Self(0x07); + pub struct Sws(pub u8); + impl Sws { + #[doc = "MSI oscillator used as system clock"] + pub const MSI: Self = Self(0); + #[doc = "HSI oscillator used as system clock"] + pub const HSI16: Self = Self(0x01); + #[doc = "HSE oscillator used as system clock"] + pub const HSE: Self = Self(0x02); + #[doc = "PLL used as system clock"] + pub const PLL: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Icf(pub u8); - impl Icf { - #[doc = "No filter, sampling is done at fDTS"] - pub const NOFILTER: Self = Self(0); - #[doc = "fSAMPLING=fCK_INT, N=2"] - pub const FCK_INT_N2: Self = Self(0x01); - #[doc = "fSAMPLING=fCK_INT, N=4"] - pub const FCK_INT_N4: Self = Self(0x02); - #[doc = "fSAMPLING=fCK_INT, N=8"] - pub const FCK_INT_N8: Self = Self(0x03); - #[doc = "fSAMPLING=fDTS/2, N=6"] - pub const FDTS_DIV2_N6: Self = Self(0x04); - #[doc = "fSAMPLING=fDTS/2, N=8"] - pub const FDTS_DIV2_N8: Self = Self(0x05); - #[doc = "fSAMPLING=fDTS/4, N=6"] - pub const FDTS_DIV4_N6: Self = Self(0x06); - #[doc = "fSAMPLING=fDTS/4, N=8"] - pub const FDTS_DIV4_N8: Self = Self(0x07); - #[doc = "fSAMPLING=fDTS/8, N=6"] - pub const FDTS_DIV8_N6: Self = Self(0x08); - #[doc = "fSAMPLING=fDTS/8, N=8"] - pub const FDTS_DIV8_N8: Self = Self(0x09); - #[doc = "fSAMPLING=fDTS/16, N=5"] - pub const FDTS_DIV16_N5: Self = Self(0x0a); - #[doc = "fSAMPLING=fDTS/16, N=6"] - pub const FDTS_DIV16_N6: Self = Self(0x0b); - #[doc = "fSAMPLING=fDTS/16, N=8"] - pub const FDTS_DIV16_N8: Self = Self(0x0c); - #[doc = "fSAMPLING=fDTS/32, N=5"] - pub const FDTS_DIV32_N5: Self = Self(0x0d); - #[doc = "fSAMPLING=fDTS/32, N=6"] - pub const FDTS_DIV32_N6: Self = Self(0x0e); - #[doc = "fSAMPLING=fDTS/32, N=8"] - pub const FDTS_DIV32_N8: Self = Self(0x0f); + pub struct Stopwuck(pub u8); + impl Stopwuck { + #[doc = "Internal 64 KHz to 4 MHz (MSI) oscillator selected as wake-up from Stop clock"] + pub const MSI: Self = Self(0); + #[doc = "Internal 16 MHz (HSI) oscillator selected as wake-up from Stop clock (or HSI16/4 if HSI16DIVEN=1)"] + pub const HSI16: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct CcmrInputCcs(pub u8); - impl CcmrInputCcs { - #[doc = "CCx channel is configured as input, normal mapping: ICx mapped to TIx"] - pub const TI4: Self = Self(0x01); - #[doc = "CCx channel is configured as input, alternate mapping (switches 1 with 2, 3 with 4)"] - pub const TI3: Self = Self(0x02); - #[doc = "CCx channel is configured as input, ICx is mapped on TRC"] - pub const TRC: Self = Self(0x03); + pub struct Lptimrstw(pub u8); + impl Lptimrstw { + #[doc = "Reset the module"] + pub const RESET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sms(pub u8); - impl Sms { - #[doc = "Slave mode disabled - if CEN = ‘1 then the prescaler is clocked directly by the internal clock."] - pub const DISABLED: Self = Self(0); - #[doc = "Encoder mode 1 - Counter counts up/down on TI2FP1 edge depending on TI1FP2 level."] - pub const ENCODER_MODE_1: Self = Self(0x01); - #[doc = "Encoder mode 2 - Counter counts up/down on TI1FP2 edge depending on TI2FP1 level."] - pub const ENCODER_MODE_2: Self = Self(0x02); - #[doc = "Encoder mode 3 - Counter counts up/down on both TI1FP1 and TI2FP2 edges depending on the level of the other input."] - pub const ENCODER_MODE_3: Self = Self(0x03); - #[doc = "Reset Mode - Rising edge of the selected trigger input (TRGI) reinitializes the counter and generates an update of the registers."] - pub const RESET_MODE: Self = Self(0x04); - #[doc = "Gated Mode - The counter clock is enabled when the trigger input (TRGI) is high. The counter stops (but is not reset) as soon as the trigger becomes low. Both start and stop of the counter are controlled."] - pub const GATED_MODE: Self = Self(0x05); - #[doc = "Trigger Mode - The counter starts at a rising edge of the trigger TRGI (but it is not reset). Only the start of the counter is controlled."] - pub const TRIGGER_MODE: Self = Self(0x06); - #[doc = "External Clock Mode 1 - Rising edges of the selected trigger (TRGI) clock the counter."] - pub const EXT_CLOCK_MODE: Self = Self(0x07); + pub struct Msirange(pub u8); + impl Msirange { + #[doc = "range 0 around 65.536 kHz"] + pub const RANGE0: Self = Self(0); + #[doc = "range 1 around 131.072 kHz"] + pub const RANGE1: Self = Self(0x01); + #[doc = "range 2 around 262.144 kHz"] + pub const RANGE2: Self = Self(0x02); + #[doc = "range 3 around 524.288 kHz"] + pub const RANGE3: Self = Self(0x03); + #[doc = "range 4 around 1.048 MHz"] + pub const RANGE4: Self = Self(0x04); + #[doc = "range 5 around 2.097 MHz (reset value)"] + pub const RANGE5: Self = Self(0x05); + #[doc = "range 6 around 4.194 MHz"] + pub const RANGE6: Self = Self(0x06); + #[doc = "not allowed"] + pub const RANGE7: Self = Self(0x07); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ocpe(pub u8); - impl Ocpe { - #[doc = "Preload register on CCR2 disabled. New values written to CCR2 are taken into account immediately"] + pub struct Dbgsmen(pub u8); + impl Dbgsmen { + #[doc = "Clock disabled"] pub const DISABLED: Self = Self(0); - #[doc = "Preload register on CCR2 enabled. Preload value is loaded into active register on each update event"] + #[doc = "Clock enabled"] pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ece(pub u8); - impl Ece { - #[doc = "External clock mode 2 disabled"] + pub struct Hsiouten(pub u8); + impl Hsiouten { + #[doc = "HSI output clock disabled"] pub const DISABLED: Self = Self(0); - #[doc = "External clock mode 2 enabled. The counter is clocked by any active edge on the ETRF signal."] + #[doc = "HSI output clock enabled"] pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ccds(pub u8); - impl Ccds { - #[doc = "CCx DMA request sent when CCx event occurs"] - pub const ONCOMPARE: Self = Self(0); - #[doc = "CCx DMA request sent when update event occurs"] - pub const ONUPDATE: Self = Self(0x01); + pub struct Rtcrstw(pub u8); + impl Rtcrstw { + #[doc = "Resets the RTC peripheral"] + pub const RESET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tis(pub u8); - impl Tis { - #[doc = "The TIMx_CH1 pin is connected to TI1 input"] - pub const NORMAL: Self = Self(0); - #[doc = "The TIMx_CH1, CH2, CH3 pins are connected to TI1 input"] - pub const XOR: Self = Self(0x01); + pub struct Icsel(pub u8); + impl Icsel { + #[doc = "APB clock selected as peripheral clock"] + pub const APB: Self = Self(0); + #[doc = "System clock selected as peripheral clock"] + pub const SYSTEM: Self = Self(0x01); + #[doc = "HSI16 clock selected as peripheral clock"] + pub const HSI16: Self = Self(0x02); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ossi(pub u8); - impl Ossi { - #[doc = "When inactive, OC/OCN outputs are disabled"] + pub struct Hsi16rdyfr(pub u8); + impl Hsi16rdyfr { + #[doc = "HSI 16 MHz oscillator not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "HSI 16 MHz oscillator ready"] + pub const READY: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcsel(pub u8); + impl Rtcsel { + #[doc = "No clock"] + pub const NOCLOCK: Self = Self(0); + #[doc = "LSE oscillator clock used as RTC clock"] + pub const LSE: Self = Self(0x01); + #[doc = "LSI oscillator clock used as RTC clock"] + pub const LSI: Self = Self(0x02); + #[doc = "HSE oscillator clock divided by a programmable prescaler (selection through the RTCPRE[1:0] +bits in the RCC clock control register (RCC_CR)) used as the RTC clock"] + pub const HSE: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptimen(pub u8); + impl Lptimen { + #[doc = "Clock disabled"] pub const DISABLED: Self = Self(0); - #[doc = "When inactive, OC/OCN outputs are forced to idle level"] - pub const IDLELEVEL: Self = Self(0x01); + #[doc = "Clock enabled"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mcopre(pub u8); + impl Mcopre { + #[doc = "No division"] + pub const DIV1: Self = Self(0); + #[doc = "Division by 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "Division by 4"] + pub const DIV4: Self = Self(0x02); + #[doc = "Division by 8"] + pub const DIV8: Self = Self(0x03); + #[doc = "Division by 16"] + pub const DIV16: Self = Self(0x04); } } pub mod regs { use crate::generic::*; - #[doc = "DMA address for full transfer"] + #[doc = "AHB peripheral clock enable register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dmar(pub u32); - impl Dmar { - #[doc = "DMA register for burst accesses"] - pub const fn dmab(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Ahbenr(pub u32); + impl Ahbenr { + #[doc = "DMA clock enable bit"] + pub const fn dmaen(&self) -> super::vals::Crypen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Crypen(val as u8) } - #[doc = "DMA register for burst accesses"] - pub fn set_dmab(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "DMA clock enable bit"] + pub fn set_dmaen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "NVM interface clock enable bit"] + pub const fn mifen(&self) -> super::vals::Crypen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "NVM interface clock enable bit"] + pub fn set_mifen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "CRC clock enable bit"] + pub const fn crcen(&self) -> super::vals::Crypen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "CRC clock enable bit"] + pub fn set_crcen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Touch Sensing clock enable bit"] + pub const fn touchen(&self) -> super::vals::Crypen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "Touch Sensing clock enable bit"] + pub fn set_touchen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "Random Number Generator clock enable bit"] + pub const fn rngen(&self) -> super::vals::Crypen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "Random Number Generator clock enable bit"] + pub fn set_rngen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "Crypto clock enable bit"] + pub const fn crypen(&self) -> super::vals::Crypen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Crypen(val as u8) + } + #[doc = "Crypto clock enable bit"] + pub fn set_crypen(&mut self, val: super::vals::Crypen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } } - impl Default for Dmar { - fn default() -> Dmar { - Dmar(0) + impl Default for Ahbenr { + fn default() -> Ahbenr { + Ahbenr(0) } } - #[doc = "capture/compare register 1"] + #[doc = "Clock interrupt enable register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccr16(pub u32); - impl Ccr16 { - #[doc = "Capture/Compare 1 value"] - pub const fn ccr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Cier(pub u32); + impl Cier { + #[doc = "LSI ready interrupt flag"] + pub const fn lsirdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "LSI ready interrupt flag"] + pub fn set_lsirdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LSE ready interrupt flag"] + pub const fn lserdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "LSE ready interrupt flag"] + pub fn set_lserdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "HSI16 ready interrupt flag"] + pub const fn hsi16rdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "HSI16 ready interrupt flag"] + pub fn set_hsi16rdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "HSE ready interrupt flag"] + pub const fn hserdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "HSE ready interrupt flag"] + pub fn set_hserdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "PLL ready interrupt flag"] + pub const fn pllrdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "PLL ready interrupt flag"] + pub fn set_pllrdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "MSI ready interrupt flag"] + pub const fn msirdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "MSI ready interrupt flag"] + pub fn set_msirdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "HSI48 ready interrupt flag"] + pub const fn hsi48rdyie(&self) -> super::vals::Hsirdyie { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Hsirdyie(val as u8) + } + #[doc = "HSI48 ready interrupt flag"] + pub fn set_hsi48rdyie(&mut self, val: super::vals::Hsirdyie) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "Capture/Compare 1 value"] - pub fn set_ccr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "LSE CSS interrupt flag"] + pub const fn csslse(&self) -> super::vals::Csslse { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Csslse(val as u8) + } + #[doc = "LSE CSS interrupt flag"] + pub fn set_csslse(&mut self, val: super::vals::Csslse) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } } - impl Default for Ccr16 { - fn default() -> Ccr16 { - Ccr16(0) + impl Default for Cier { + fn default() -> Cier { + Cier(0) } } - #[doc = "event generation register"] + #[doc = "AHB peripheral clock enable in sleep mode register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct EgrBasic(pub u32); - impl EgrBasic { - #[doc = "Update generation"] - pub const fn ug(&self) -> bool { + pub struct Ahbsmenr(pub u32); + impl Ahbsmenr { + #[doc = "DMA clock enable during sleep mode bit"] + pub const fn dmasmen(&self) -> super::vals::Dmasmen { let val = (self.0 >> 0usize) & 0x01; + super::vals::Dmasmen(val as u8) + } + #[doc = "DMA clock enable during sleep mode bit"] + pub fn set_dmasmen(&mut self, val: super::vals::Dmasmen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "NVM interface clock enable during sleep mode bit"] + pub const fn mifsmen(&self) -> super::vals::Mifsmen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Mifsmen(val as u8) + } + #[doc = "NVM interface clock enable during sleep mode bit"] + pub fn set_mifsmen(&mut self, val: super::vals::Mifsmen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "SRAM interface clock enable during sleep mode bit"] + pub const fn sramsmen(&self) -> super::vals::Sramsmen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Sramsmen(val as u8) + } + #[doc = "SRAM interface clock enable during sleep mode bit"] + pub fn set_sramsmen(&mut self, val: super::vals::Sramsmen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "CRC clock enable during sleep mode bit"] + pub const fn crcsmen(&self) -> super::vals::Crcsmen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Crcsmen(val as u8) + } + #[doc = "CRC clock enable during sleep mode bit"] + pub fn set_crcsmen(&mut self, val: super::vals::Crcsmen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "Touch Sensing clock enable during sleep mode bit"] + pub const fn touchsmen(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Update generation"] - pub fn set_ug(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Touch Sensing clock enable during sleep mode bit"] + pub fn set_touchsmen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - } - impl Default for EgrBasic { - fn default() -> EgrBasic { - EgrBasic(0) + #[doc = "Random Number Generator clock enable during sleep mode bit"] + pub const fn rngsmen(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 } - } - #[doc = "counter"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cnt16(pub u32); - impl Cnt16 { - #[doc = "counter value"] - pub const fn cnt(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "Random Number Generator clock enable during sleep mode bit"] + pub fn set_rngsmen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "counter value"] - pub fn set_cnt(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Crypto clock enable during sleep mode bit"] + pub const fn crypsmen(&self) -> super::vals::Crypsmen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Crypsmen(val as u8) + } + #[doc = "Crypto clock enable during sleep mode bit"] + pub fn set_crypsmen(&mut self, val: super::vals::Crypsmen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } } - impl Default for Cnt16 { - fn default() -> Cnt16 { - Cnt16(0) + impl Default for Ahbsmenr { + fn default() -> Ahbsmenr { + Ahbsmenr(0) } } - #[doc = "control register 2"] + #[doc = "Control and status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Adv(pub u32); - impl Cr2Adv { - #[doc = "Capture/compare preloaded control"] - pub const fn ccpc(&self) -> bool { + pub struct Csr(pub u32); + impl Csr { + #[doc = "Internal low-speed oscillator enable"] + pub const fn lsion(&self) -> super::vals::Csslseon { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Csslseon(val as u8) } - #[doc = "Capture/compare preloaded control"] - pub fn set_ccpc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Internal low-speed oscillator enable"] + pub fn set_lsion(&mut self, val: super::vals::Csslseon) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Capture/compare control update selection"] - pub const fn ccus(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "Internal low-speed oscillator ready bit"] + pub const fn lsirdy(&self) -> super::vals::Lserdy { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Lserdy(val as u8) } - #[doc = "Capture/compare control update selection"] - pub fn set_ccus(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Internal low-speed oscillator ready bit"] + pub fn set_lsirdy(&mut self, val: super::vals::Lserdy) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Capture/compare DMA selection"] - pub const fn ccds(&self) -> super::vals::Ccds { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ccds(val as u8) + #[doc = "External low-speed oscillator enable bit"] + pub const fn lseon(&self) -> super::vals::Csslseon { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Csslseon(val as u8) } - #[doc = "Capture/compare DMA selection"] - pub fn set_ccds(&mut self, val: super::vals::Ccds) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "External low-speed oscillator enable bit"] + pub fn set_lseon(&mut self, val: super::vals::Csslseon) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) + #[doc = "External low-speed oscillator ready bit"] + pub const fn lserdy(&self) -> super::vals::Lserdy { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Lserdy(val as u8) } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + #[doc = "External low-speed oscillator ready bit"] + pub fn set_lserdy(&mut self, val: super::vals::Lserdy) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "TI1 selection"] - pub const fn ti1s(&self) -> super::vals::Tis { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Tis(val as u8) + #[doc = "External low-speed oscillator bypass bit"] + pub const fn lsebyp(&self) -> super::vals::Lsebyp { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Lsebyp(val as u8) } - #[doc = "TI1 selection"] - pub fn set_ti1s(&mut self, val: super::vals::Tis) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "External low-speed oscillator bypass bit"] + pub fn set_lsebyp(&mut self, val: super::vals::Lsebyp) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "Output Idle state 1"] - pub fn ois(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 8usize + n * 2usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "LSEDRV"] + pub const fn lsedrv(&self) -> super::vals::Lsedrv { + let val = (self.0 >> 11usize) & 0x03; + super::vals::Lsedrv(val as u8) + } + #[doc = "LSEDRV"] + pub fn set_lsedrv(&mut self, val: super::vals::Lsedrv) { + self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + } + #[doc = "CSSLSEON"] + pub const fn csslseon(&self) -> super::vals::Csslseon { + let val = (self.0 >> 13usize) & 0x01; + super::vals::Csslseon(val as u8) + } + #[doc = "CSSLSEON"] + pub fn set_csslseon(&mut self, val: super::vals::Csslseon) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "CSS on LSE failure detection flag"] + pub const fn csslsed(&self) -> super::vals::Csslsed { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Csslsed(val as u8) + } + #[doc = "CSS on LSE failure detection flag"] + pub fn set_csslsed(&mut self, val: super::vals::Csslsed) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "RTC and LCD clock source selection bits"] + pub const fn rtcsel(&self) -> super::vals::Rtcsel { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Rtcsel(val as u8) + } + #[doc = "RTC and LCD clock source selection bits"] + pub fn set_rtcsel(&mut self, val: super::vals::Rtcsel) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + } + #[doc = "RTC clock enable bit"] + pub const fn rtcen(&self) -> super::vals::Rtcen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Rtcen(val as u8) + } + #[doc = "RTC clock enable bit"] + pub fn set_rtcen(&mut self, val: super::vals::Rtcen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "RTC software reset bit"] + pub const fn rtcrst(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "Output Idle state 1"] - pub fn set_ois(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 8usize + n * 2usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "RTC software reset bit"] + pub fn set_rtcrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "Output Idle state 1"] - pub const fn ois1n(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + #[doc = "Remove reset flag"] + pub const fn rmvf(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Output Idle state 1"] - pub fn set_ois1n(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "Remove reset flag"] + pub fn set_rmvf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "Output Idle state 2"] - pub const fn ois2n(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "OBLRSTF"] + pub const fn oblrstf(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "Output Idle state 2"] - pub fn set_ois2n(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "OBLRSTF"] + pub fn set_oblrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "Output Idle state 3"] - pub const fn ois3n(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "PIN reset flag"] + pub const fn pinrstf(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "Output Idle state 3"] - pub fn set_ois3n(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "PIN reset flag"] + pub fn set_pinrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - } - impl Default for Cr2Adv { - fn default() -> Cr2Adv { - Cr2Adv(0) + #[doc = "POR/PDR reset flag"] + pub const fn porrstf(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 } - } - #[doc = "capture/compare enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcerAdv(pub u32); - impl CcerAdv { - #[doc = "Capture/Compare 1 output enable"] - pub fn cce(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "POR/PDR reset flag"] + pub fn set_porrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + } + #[doc = "Software reset flag"] + pub const fn sftrstf(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 output enable"] - pub fn set_cce(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Software reset flag"] + pub fn set_sftrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Independent watchdog reset flag"] + pub const fn iwdgrstf(&self) -> bool { + let val = (self.0 >> 29usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Independent watchdog reset flag"] + pub fn set_iwdgrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); } - #[doc = "Capture/Compare 1 complementary output enable"] - pub fn ccne(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Window watchdog reset flag"] + pub const fn wwdgrstf(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 complementary output enable"] - pub fn set_ccne(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Window watchdog reset flag"] + pub fn set_wwdgrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccnp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Low-power reset flag"] + pub const fn lpwrrstf(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccnp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Low-power reset flag"] + pub fn set_lpwrrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } } - impl Default for CcerAdv { - fn default() -> CcerAdv { - CcerAdv(0) + impl Default for Csr { + fn default() -> Csr { + Csr(0) } } - #[doc = "status register"] + #[doc = "APB1 peripheral clock enable register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrBasic(pub u32); - impl SrBasic { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { + pub struct Apb1enr(pub u32); + impl Apb1enr { + #[doc = "Timer2 clock enable bit"] + pub const fn tim2en(&self) -> super::vals::Lptimen { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Lptimen(val as u8) } - #[doc = "Update interrupt flag"] - pub fn set_uif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Timer2 clock enable bit"] + pub fn set_tim2en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - } - impl Default for SrBasic { - fn default() -> SrBasic { - SrBasic(0) + #[doc = "Timer3 clock enable bit"] + pub const fn tim3en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Lptimen(val as u8) } - } - #[doc = "DMA control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dcr(pub u32); - impl Dcr { - #[doc = "DMA base address"] - pub const fn dba(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x1f; - val as u8 + #[doc = "Timer3 clock enable bit"] + pub fn set_tim3en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "DMA base address"] - pub fn set_dba(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 0usize)) | (((val as u32) & 0x1f) << 0usize); + #[doc = "Timer 6 clock enable bit"] + pub const fn tim6en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Lptimen(val as u8) } - #[doc = "DMA burst length"] - pub const fn dbl(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x1f; - val as u8 + #[doc = "Timer 6 clock enable bit"] + pub fn set_tim6en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "DMA burst length"] - pub fn set_dbl(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); + #[doc = "Timer 7 clock enable bit"] + pub const fn tim7en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lptimen(val as u8) } - } - impl Default for Dcr { - fn default() -> Dcr { - Dcr(0) + #[doc = "Timer 7 clock enable bit"] + pub fn set_tim7en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - } - #[doc = "repetition counter register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rcr(pub u32); - impl Rcr { - #[doc = "Repetition counter value"] - pub const fn rep(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + #[doc = "Window watchdog clock enable bit"] + pub const fn wwdgen(&self) -> super::vals::Lptimen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Lptimen(val as u8) } - #[doc = "Repetition counter value"] - pub fn set_rep(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "Window watchdog clock enable bit"] + pub fn set_wwdgen(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - } - impl Default for Rcr { - fn default() -> Rcr { - Rcr(0) + #[doc = "SPI2 clock enable bit"] + pub const fn spi2en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Lptimen(val as u8) } - } - #[doc = "control register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1Basic(pub u32); - impl Cr1Basic { - #[doc = "Counter enable"] - pub const fn cen(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "SPI2 clock enable bit"] + pub fn set_spi2en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "Counter enable"] - pub fn set_cen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "UART2 clock enable bit"] + pub const fn usart2en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Lptimen(val as u8) } - #[doc = "Update disable"] - pub const fn udis(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "UART2 clock enable bit"] + pub fn set_usart2en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "Update disable"] - pub fn set_udis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "LPUART1 clock enable bit"] + pub const fn lpuart1en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "LPUART1 clock enable bit"] + pub fn set_lpuart1en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "USART4 clock enable bit"] + pub const fn usart4en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Lptimen(val as u8) + } + #[doc = "USART4 clock enable bit"] + pub fn set_usart4en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "USART5 clock enable bit"] + pub const fn usart5en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Lptimen(val as u8) } - #[doc = "Update request source"] - pub const fn urs(&self) -> super::vals::Urs { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Urs(val as u8) + #[doc = "USART5 clock enable bit"] + pub fn set_usart5en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - #[doc = "Update request source"] - pub fn set_urs(&mut self, val: super::vals::Urs) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "I2C1 clock enable bit"] + pub const fn i2c1en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Lptimen(val as u8) } - #[doc = "One-pulse mode"] - pub const fn opm(&self) -> super::vals::Opm { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Opm(val as u8) + #[doc = "I2C1 clock enable bit"] + pub fn set_i2c1en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "One-pulse mode"] - pub fn set_opm(&mut self, val: super::vals::Opm) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "I2C2 clock enable bit"] + pub const fn i2c2en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Lptimen(val as u8) } - #[doc = "Auto-reload preload enable"] - pub const fn arpe(&self) -> super::vals::Arpe { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Arpe(val as u8) + #[doc = "I2C2 clock enable bit"] + pub fn set_i2c2en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - #[doc = "Auto-reload preload enable"] - pub fn set_arpe(&mut self, val: super::vals::Arpe) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "USB clock enable bit"] + pub const fn usben(&self) -> super::vals::Lptimen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Lptimen(val as u8) } - } - impl Default for Cr1Basic { - fn default() -> Cr1Basic { - Cr1Basic(0) + #[doc = "USB clock enable bit"] + pub fn set_usben(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); } - } - #[doc = "event generation register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct EgrGp(pub u32); - impl EgrGp { - #[doc = "Update generation"] - pub const fn ug(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "Clock recovery system clock enable bit"] + pub const fn crsen(&self) -> super::vals::Lptimen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Lptimen(val as u8) } - #[doc = "Update generation"] - pub fn set_ug(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Clock recovery system clock enable bit"] + pub fn set_crsen(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } - #[doc = "Capture/compare 1 generation"] - pub fn ccg(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "Power interface clock enable bit"] + pub const fn pwren(&self) -> super::vals::Lptimen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Lptimen(val as u8) } - #[doc = "Capture/compare 1 generation"] - pub fn set_ccg(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Power interface clock enable bit"] + pub fn set_pwren(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - #[doc = "Capture/Compare control update generation"] - pub const fn comg(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "DAC interface clock enable bit"] + pub const fn dacen(&self) -> super::vals::Lptimen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Lptimen(val as u8) } - #[doc = "Capture/Compare control update generation"] - pub fn set_comg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "DAC interface clock enable bit"] + pub fn set_dacen(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } - #[doc = "Trigger generation"] - pub const fn tg(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "I2C3 clock enable bit"] + pub const fn i2c3en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Lptimen(val as u8) } - #[doc = "Trigger generation"] - pub fn set_tg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "I2C3 clock enable bit"] + pub fn set_i2c3en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); } - #[doc = "Break generation"] - pub const fn bg(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "Low power timer clock enable bit"] + pub const fn lptim1en(&self) -> super::vals::Lptimen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Lptimen(val as u8) } - #[doc = "Break generation"] - pub fn set_bg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Low power timer clock enable bit"] + pub fn set_lptim1en(&mut self, val: super::vals::Lptimen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for EgrGp { - fn default() -> EgrGp { - EgrGp(0) + impl Default for Apb1enr { + fn default() -> Apb1enr { + Apb1enr(0) } } - #[doc = "capture/compare enable register"] + #[doc = "Internal clock sources calibration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcerGp(pub u32); - impl CcerGp { - #[doc = "Capture/Compare 1 output enable"] - pub fn cce(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + pub struct Icscr(pub u32); + impl Icscr { + #[doc = "nternal high speed clock calibration"] + pub const fn hsi16cal(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "Capture/Compare 1 output enable"] - pub fn set_cce(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "nternal high speed clock calibration"] + pub fn set_hsi16cal(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "High speed internal clock trimming"] + pub const fn hsi16trim(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x1f; + val as u8 } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "High speed internal clock trimming"] + pub fn set_hsi16trim(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccnp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "MSI clock ranges"] + pub const fn msirange(&self) -> super::vals::Msirange { + let val = (self.0 >> 13usize) & 0x07; + super::vals::Msirange(val as u8) } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccnp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "MSI clock ranges"] + pub fn set_msirange(&mut self, val: super::vals::Msirange) { + self.0 = (self.0 & !(0x07 << 13usize)) | (((val.0 as u32) & 0x07) << 13usize); + } + #[doc = "MSI clock calibration"] + pub const fn msical(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; + val as u8 + } + #[doc = "MSI clock calibration"] + pub fn set_msical(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + } + #[doc = "MSI clock trimming"] + pub const fn msitrim(&self) -> u8 { + let val = (self.0 >> 24usize) & 0xff; + val as u8 + } + #[doc = "MSI clock trimming"] + pub fn set_msitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 24usize)) | (((val as u32) & 0xff) << 24usize); } } - impl Default for CcerGp { - fn default() -> CcerGp { - CcerGp(0) + impl Default for Icscr { + fn default() -> Icscr { + Icscr(0) } } - #[doc = "break and dead-time register"] + #[doc = "APB2 peripheral clock enable in sleep mode register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bdtr(pub u32); - impl Bdtr { - #[doc = "Dead-time generator setup"] - pub const fn dtg(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + pub struct Apb2smenr(pub u32); + impl Apb2smenr { + #[doc = "System configuration controller clock enable during sleep mode bit"] + pub const fn syscfgsmen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Dbgsmen(val as u8) } - #[doc = "Dead-time generator setup"] - pub fn set_dtg(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "System configuration controller clock enable during sleep mode bit"] + pub fn set_syscfgsmen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Lock configuration"] - pub const fn lock(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x03; - val as u8 + #[doc = "TIM21 timer clock enable during sleep mode bit"] + pub const fn tim21smen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Dbgsmen(val as u8) } - #[doc = "Lock configuration"] - pub fn set_lock(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + #[doc = "TIM21 timer clock enable during sleep mode bit"] + pub fn set_tim21smen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Off-state selection for Idle mode"] - pub const fn ossi(&self) -> super::vals::Ossi { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Ossi(val as u8) + #[doc = "TIM22 timer clock enable during sleep mode bit"] + pub const fn tim22smen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Dbgsmen(val as u8) } - #[doc = "Off-state selection for Idle mode"] - pub fn set_ossi(&mut self, val: super::vals::Ossi) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "TIM22 timer clock enable during sleep mode bit"] + pub fn set_tim22smen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Off-state selection for Run mode"] - pub const fn ossr(&self) -> super::vals::Ossr { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Ossr(val as u8) + #[doc = "ADC clock enable during sleep mode bit"] + pub const fn adcsmen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Dbgsmen(val as u8) } - #[doc = "Off-state selection for Run mode"] - pub fn set_ossr(&mut self, val: super::vals::Ossr) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + #[doc = "ADC clock enable during sleep mode bit"] + pub fn set_adcsmen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Break enable"] - pub const fn bke(&self) -> bool { + #[doc = "SPI1 clock enable during sleep mode bit"] + pub const fn spi1smen(&self) -> super::vals::Dbgsmen { let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "Break enable"] - pub fn set_bke(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "Break polarity"] - pub const fn bkp(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 + super::vals::Dbgsmen(val as u8) } - #[doc = "Break polarity"] - pub fn set_bkp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "SPI1 clock enable during sleep mode bit"] + pub fn set_spi1smen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Automatic output enable"] - pub const fn aoe(&self) -> bool { + #[doc = "USART1 clock enable during sleep mode bit"] + pub const fn usart1smen(&self) -> super::vals::Dbgsmen { let val = (self.0 >> 14usize) & 0x01; - val != 0 + super::vals::Dbgsmen(val as u8) } - #[doc = "Automatic output enable"] - pub fn set_aoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "USART1 clock enable during sleep mode bit"] + pub fn set_usart1smen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "Main output enable"] - pub const fn moe(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 + #[doc = "DBG clock enable during sleep mode bit"] + pub const fn dbgsmen(&self) -> super::vals::Dbgsmen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Dbgsmen(val as u8) } - #[doc = "Main output enable"] - pub fn set_moe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "DBG clock enable during sleep mode bit"] + pub fn set_dbgsmen(&mut self, val: super::vals::Dbgsmen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } } - impl Default for Bdtr { - fn default() -> Bdtr { - Bdtr(0) + impl Default for Apb2smenr { + fn default() -> Apb2smenr { + Apb2smenr(0) } } - #[doc = "control register 1"] + #[doc = "GPIO clock enable register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1Gp(pub u32); - impl Cr1Gp { - #[doc = "Counter enable"] - pub const fn cen(&self) -> bool { + pub struct Iopenr(pub u32); + impl Iopenr { + #[doc = "IO port A clock enable bit"] + pub const fn iopaen(&self) -> super::vals::Iophen { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Iophen(val as u8) } - #[doc = "Counter enable"] - pub fn set_cen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "IO port A clock enable bit"] + pub fn set_iopaen(&mut self, val: super::vals::Iophen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Update disable"] - pub const fn udis(&self) -> bool { + #[doc = "IO port B clock enable bit"] + pub const fn iopben(&self) -> super::vals::Iophen { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Iophen(val as u8) } - #[doc = "Update disable"] - pub fn set_udis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "IO port B clock enable bit"] + pub fn set_iopben(&mut self, val: super::vals::Iophen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Update request source"] - pub const fn urs(&self) -> super::vals::Urs { + #[doc = "IO port A clock enable bit"] + pub const fn iopcen(&self) -> super::vals::Iophen { let val = (self.0 >> 2usize) & 0x01; - super::vals::Urs(val as u8) + super::vals::Iophen(val as u8) } - #[doc = "Update request source"] - pub fn set_urs(&mut self, val: super::vals::Urs) { + #[doc = "IO port A clock enable bit"] + pub fn set_iopcen(&mut self, val: super::vals::Iophen) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "One-pulse mode"] - pub const fn opm(&self) -> super::vals::Opm { + #[doc = "I/O port D clock enable bit"] + pub const fn iopden(&self) -> super::vals::Iophen { let val = (self.0 >> 3usize) & 0x01; - super::vals::Opm(val as u8) + super::vals::Iophen(val as u8) } - #[doc = "One-pulse mode"] - pub fn set_opm(&mut self, val: super::vals::Opm) { + #[doc = "I/O port D clock enable bit"] + pub fn set_iopden(&mut self, val: super::vals::Iophen) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Direction"] - pub const fn dir(&self) -> super::vals::Dir { + #[doc = "I/O port E clock enable bit"] + pub const fn iopeen(&self) -> super::vals::Iophen { let val = (self.0 >> 4usize) & 0x01; - super::vals::Dir(val as u8) + super::vals::Iophen(val as u8) } - #[doc = "Direction"] - pub fn set_dir(&mut self, val: super::vals::Dir) { + #[doc = "I/O port E clock enable bit"] + pub fn set_iopeen(&mut self, val: super::vals::Iophen) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Center-aligned mode selection"] - pub const fn cms(&self) -> super::vals::Cms { - let val = (self.0 >> 5usize) & 0x03; - super::vals::Cms(val as u8) - } - #[doc = "Center-aligned mode selection"] - pub fn set_cms(&mut self, val: super::vals::Cms) { - self.0 = (self.0 & !(0x03 << 5usize)) | (((val.0 as u32) & 0x03) << 5usize); - } - #[doc = "Auto-reload preload enable"] - pub const fn arpe(&self) -> super::vals::Arpe { + #[doc = "I/O port H clock enable bit"] + pub const fn iophen(&self) -> super::vals::Iophen { let val = (self.0 >> 7usize) & 0x01; - super::vals::Arpe(val as u8) + super::vals::Iophen(val as u8) } - #[doc = "Auto-reload preload enable"] - pub fn set_arpe(&mut self, val: super::vals::Arpe) { + #[doc = "I/O port H clock enable bit"] + pub fn set_iophen(&mut self, val: super::vals::Iophen) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "Clock division"] - pub const fn ckd(&self) -> super::vals::Ckd { - let val = (self.0 >> 8usize) & 0x03; - super::vals::Ckd(val as u8) - } - #[doc = "Clock division"] - pub fn set_ckd(&mut self, val: super::vals::Ckd) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); - } } - impl Default for Cr1Gp { - fn default() -> Cr1Gp { - Cr1Gp(0) + impl Default for Iopenr { + fn default() -> Iopenr { + Iopenr(0) } } - #[doc = "capture/compare mode register 1 (input mode)"] + #[doc = "APB2 peripheral clock enable register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcmrInput(pub u32); - impl CcmrInput { - #[doc = "Capture/Compare 1 selection"] - pub fn ccs(&self, n: usize) -> super::vals::CcmrInputCcs { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; - super::vals::CcmrInputCcs(val as u8) + pub struct Apb2enr(pub u32); + impl Apb2enr { + #[doc = "System configuration controller clock enable bit"] + pub const fn syscfgen(&self) -> super::vals::Dbgen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Dbgen(val as u8) } - #[doc = "Capture/Compare 1 selection"] - pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrInputCcs) { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "System configuration controller clock enable bit"] + pub fn set_syscfgen(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Input capture 1 prescaler"] - pub fn icpsc(&self, n: usize) -> u8 { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; - val as u8 + #[doc = "TIM21 timer clock enable bit"] + pub const fn tim21en(&self) -> super::vals::Dbgen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Dbgen(val as u8) } - #[doc = "Input capture 1 prescaler"] - pub fn set_icpsc(&mut self, n: usize, val: u8) { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val as u32) & 0x03) << offs); + #[doc = "TIM21 timer clock enable bit"] + pub fn set_tim21en(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Input capture 1 filter"] - pub fn icf(&self, n: usize) -> super::vals::Icf { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - let val = (self.0 >> offs) & 0x0f; - super::vals::Icf(val as u8) + #[doc = "TIM22 timer clock enable bit"] + pub const fn tim22en(&self) -> super::vals::Dbgen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "TIM22 timer clock enable bit"] + pub fn set_tim22en(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "MiFaRe Firewall clock enable bit"] + pub const fn mifien(&self) -> super::vals::Dbgen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "MiFaRe Firewall clock enable bit"] + pub fn set_mifien(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + } + #[doc = "ADC clock enable bit"] + pub const fn adcen(&self) -> super::vals::Dbgen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "ADC clock enable bit"] + pub fn set_adcen(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SPI1 clock enable bit"] + pub const fn spi1en(&self) -> super::vals::Dbgen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Dbgen(val as u8) + } + #[doc = "SPI1 clock enable bit"] + pub fn set_spi1en(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Input capture 1 filter"] - pub fn set_icf(&mut self, n: usize, val: super::vals::Icf) { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); + #[doc = "USART1 clock enable bit"] + pub const fn usart1en(&self) -> super::vals::Dbgen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Dbgen(val as u8) } - } - impl Default for CcmrInput { - fn default() -> CcmrInput { - CcmrInput(0) + #[doc = "USART1 clock enable bit"] + pub fn set_usart1en(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - } - #[doc = "control register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Basic(pub u32); - impl Cr2Basic { - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) + #[doc = "DBG clock enable bit"] + pub const fn dbgen(&self) -> super::vals::Dbgen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Dbgen(val as u8) } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + #[doc = "DBG clock enable bit"] + pub fn set_dbgen(&mut self, val: super::vals::Dbgen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } } - impl Default for Cr2Basic { - fn default() -> Cr2Basic { - Cr2Basic(0) + impl Default for Apb2enr { + fn default() -> Apb2enr { + Apb2enr(0) } } - #[doc = "status register"] + #[doc = "APB2 peripheral reset register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrAdv(pub u32); - impl SrAdv { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { + pub struct Apb2rstr(pub u32); + impl Apb2rstr { + #[doc = "System configuration controller reset"] + pub const fn syscfgrst(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Update interrupt flag"] - pub fn set_uif(&mut self, val: bool) { + #[doc = "System configuration controller reset"] + pub fn set_syscfgrst(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn ccif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "TIM21 timer reset"] + pub const fn tim21rst(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn set_ccif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "TIM21 timer reset"] + pub fn set_tim21rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "COM interrupt flag"] - pub const fn comif(&self) -> bool { + #[doc = "TIM22 timer reset"] + pub const fn tim22rst(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "COM interrupt flag"] - pub fn set_comif(&mut self, val: bool) { + #[doc = "TIM22 timer reset"] + pub fn set_tim22rst(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Trigger interrupt flag"] - pub const fn tif(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "ADC interface reset"] + pub const fn adcrst(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "Trigger interrupt flag"] - pub fn set_tif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "ADC interface reset"] + pub fn set_adcrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Break interrupt flag"] - pub const fn bif(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "SPI 1 reset"] + pub const fn spi1rst(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; val != 0 } - #[doc = "Break interrupt flag"] - pub fn set_bif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "SPI 1 reset"] + pub fn set_spi1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn ccof(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "USART1 reset"] + pub const fn usart1rst(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn set_ccof(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "USART1 reset"] + pub fn set_usart1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + } + #[doc = "DBG reset"] + pub const fn dbgrst(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 + } + #[doc = "DBG reset"] + pub fn set_dbgrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } } - impl Default for SrAdv { - fn default() -> SrAdv { - SrAdv(0) ->>>>>>> c084e70 (Update generated code) + impl Default for Apb2rstr { + fn default() -> Apb2rstr { + Apb2rstr(0) } } - #[doc = "event generation register"] + #[doc = "Clock control register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] -<<<<<<< HEAD - pub struct EgrGp(pub u32); - impl EgrGp { - #[doc = "Update generation"] - pub const fn ug(&self) -> bool { -======= - pub struct DierGp(pub u32); - impl DierGp { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { ->>>>>>> c084e70 (Update generated code) + pub struct Cr(pub u32); + impl Cr { + #[doc = "16 MHz high-speed internal clock enable"] + pub const fn hsi16on(&self) -> super::vals::Pllon { let val = (self.0 >> 0usize) & 0x01; + super::vals::Pllon(val as u8) + } + #[doc = "16 MHz high-speed internal clock enable"] + pub fn set_hsi16on(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "High-speed internal clock enable bit for some IP kernels"] + pub const fn hsi16keron(&self) -> super::vals::Pllon { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Pllon(val as u8) + } + #[doc = "High-speed internal clock enable bit for some IP kernels"] + pub fn set_hsi16keron(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "Internal high-speed clock ready flag"] + pub const fn hsi16rdyf(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Update generation"] - pub fn set_ug(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Internal high-speed clock ready flag"] + pub fn set_hsi16rdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Capture/compare 1 generation"] - pub fn ccg(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "HSI16DIVEN"] + pub const fn hsi16diven(&self) -> super::vals::Hsidiven { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Hsidiven(val as u8) + } + #[doc = "HSI16DIVEN"] + pub fn set_hsi16diven(&mut self, val: super::vals::Hsidiven) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "HSI16DIVF"] + pub const fn hsi16divf(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Capture/compare 1 generation"] - pub fn set_ccg(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "HSI16DIVF"] + pub fn set_hsi16divf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } -<<<<<<< HEAD - #[doc = "Capture/Compare control update generation"] - pub const fn comg(&self) -> bool { + #[doc = "16 MHz high-speed internal clock output enable"] + pub const fn hsi16outen(&self) -> super::vals::Hsiouten { let val = (self.0 >> 5usize) & 0x01; - val != 0 + super::vals::Hsiouten(val as u8) } - #[doc = "Capture/Compare control update generation"] - pub fn set_comg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "16 MHz high-speed internal clock output enable"] + pub fn set_hsi16outen(&mut self, val: super::vals::Hsiouten) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Trigger generation"] - pub const fn tg(&self) -> bool { -======= - #[doc = "Trigger interrupt enable"] - pub const fn tie(&self) -> bool { ->>>>>>> c084e70 (Update generated code) - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "MSI clock enable bit"] + pub const fn msion(&self) -> super::vals::Pllon { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Pllon(val as u8) } - #[doc = "Trigger generation"] - pub fn set_tg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "MSI clock enable bit"] + pub fn set_msion(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } -<<<<<<< HEAD - #[doc = "Break generation"] - pub const fn bg(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "MSI clock ready flag"] + pub const fn msirdy(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "Break generation"] - pub fn set_bg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "MSI clock ready flag"] + pub fn set_msirdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - } - impl Default for EgrGp { - fn default() -> EgrGp { - EgrGp(0) + #[doc = "HSE clock enable bit"] + pub const fn hseon(&self) -> super::vals::Pllon { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Pllon(val as u8) } - } - #[doc = "DMA/Interrupt enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct DierBasic(pub u32); - impl DierBasic { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "HSE clock enable bit"] + pub fn set_hseon(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "HSE clock ready flag"] + pub const fn hserdy(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Update interrupt enable"] - pub fn set_uie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "HSE clock ready flag"] + pub fn set_hserdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } -======= ->>>>>>> c084e70 (Update generated code) - #[doc = "Update DMA request enable"] - pub const fn ude(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "HSE clock bypass bit"] + pub const fn hsebyp(&self) -> super::vals::Hsebyp { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Hsebyp(val as u8) } - #[doc = "Update DMA request enable"] - pub fn set_ude(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "HSE clock bypass bit"] + pub fn set_hsebyp(&mut self, val: super::vals::Hsebyp) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } -<<<<<<< HEAD - } - impl Default for DierBasic { - fn default() -> DierBasic { - DierBasic(0) + #[doc = "Clock security system on HSE enable bit"] + pub const fn csshseon(&self) -> super::vals::Pllon { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Pllon(val as u8) } - } - #[doc = "capture/compare enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcerGp(pub u32); - impl CcerGp { - #[doc = "Capture/Compare 1 output enable"] - pub fn cce(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "Clock security system on HSE enable bit"] + pub fn set_csshseon(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "Capture/Compare 1 output enable"] - pub fn set_cce(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "TC/LCD prescaler"] + pub const fn rtcpre(&self) -> super::vals::Rtcpre { + let val = (self.0 >> 20usize) & 0x03; + super::vals::Rtcpre(val as u8) } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "TC/LCD prescaler"] + pub fn set_rtcpre(&mut self, val: super::vals::Rtcpre) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "PLL enable bit"] + pub const fn pllon(&self) -> super::vals::Pllon { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Pllon(val as u8) } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn ccnp(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "PLL enable bit"] + pub fn set_pllon(&mut self, val: super::vals::Pllon) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "PLL clock ready flag"] + pub const fn pllrdy(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 output Polarity"] - pub fn set_ccnp(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + n * 4usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "PLL clock ready flag"] + pub fn set_pllrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } } - impl Default for CcerGp { - fn default() -> CcerGp { - CcerGp(0) + impl Default for Cr { + fn default() -> Cr { + Cr(0) } } - #[doc = "repetition counter register"] + #[doc = "Clock configuration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rcr(pub u32); - impl Rcr { - #[doc = "Repetition counter value"] - pub const fn rep(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + pub struct Ccipr(pub u32); + impl Ccipr { + #[doc = "USART1 clock source selection bits"] + pub const fn usart1sel(&self) -> super::vals::Lpuartsel { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Lpuartsel(val as u8) } - #[doc = "Repetition counter value"] - pub fn set_rep(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "USART1 clock source selection bits"] + pub fn set_usart1sel(&mut self, val: super::vals::Lpuartsel) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); } - } - impl Default for Rcr { - fn default() -> Rcr { - Rcr(0) + #[doc = "USART2 clock source selection bits"] + pub const fn usart2sel(&self) -> super::vals::Lpuartsel { + let val = (self.0 >> 2usize) & 0x03; + super::vals::Lpuartsel(val as u8) } - } - #[doc = "control register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1Gp(pub u32); - impl Cr1Gp { - #[doc = "Counter enable"] - pub const fn cen(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "USART2 clock source selection bits"] + pub fn set_usart2sel(&mut self, val: super::vals::Lpuartsel) { + self.0 = (self.0 & !(0x03 << 2usize)) | (((val.0 as u32) & 0x03) << 2usize); } - #[doc = "Counter enable"] - pub fn set_cen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); -======= - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn ccde(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "LPUART1 clock source selection bits"] + pub const fn lpuart1sel(&self) -> super::vals::Lpuartsel { + let val = (self.0 >> 10usize) & 0x03; + super::vals::Lpuartsel(val as u8) } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn set_ccde(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "LPUART1 clock source selection bits"] + pub fn set_lpuart1sel(&mut self, val: super::vals::Lpuartsel) { + self.0 = (self.0 & !(0x03 << 10usize)) | (((val.0 as u32) & 0x03) << 10usize); } - #[doc = "Trigger DMA request enable"] - pub const fn tde(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 + #[doc = "I2C1 clock source selection bits"] + pub const fn i2c1sel(&self) -> super::vals::Icsel { + let val = (self.0 >> 12usize) & 0x03; + super::vals::Icsel(val as u8) } - #[doc = "Trigger DMA request enable"] - pub fn set_tde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "I2C1 clock source selection bits"] + pub fn set_i2c1sel(&mut self, val: super::vals::Icsel) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); } - } - impl Default for DierGp { - fn default() -> DierGp { - DierGp(0) + #[doc = "I2C3 clock source selection bits"] + pub const fn i2c3sel(&self) -> super::vals::Icsel { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Icsel(val as u8) } - } - #[doc = "auto-reload register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Arr16(pub u32); - impl Arr16 { - #[doc = "Auto-reload value"] - pub const fn arr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "I2C3 clock source selection bits"] + pub fn set_i2c3sel(&mut self, val: super::vals::Icsel) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); } - #[doc = "Auto-reload value"] - pub fn set_arr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Low Power Timer clock source selection bits"] + pub const fn lptim1sel(&self) -> super::vals::Lptimsel { + let val = (self.0 >> 18usize) & 0x03; + super::vals::Lptimsel(val as u8) + } + #[doc = "Low Power Timer clock source selection bits"] + pub fn set_lptim1sel(&mut self, val: super::vals::Lptimsel) { + self.0 = (self.0 & !(0x03 << 18usize)) | (((val.0 as u32) & 0x03) << 18usize); + } + #[doc = "48 MHz HSI48 clock source selection bit"] + pub const fn hsi48msel(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "48 MHz HSI48 clock source selection bit"] + pub fn set_hsi48msel(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } } - impl Default for Arr16 { - fn default() -> Arr16 { - Arr16(0) + impl Default for Ccipr { + fn default() -> Ccipr { + Ccipr(0) } } - #[doc = "counter"] + #[doc = "GPIO reset register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cnt32(pub u32); - impl Cnt32 { - #[doc = "counter value"] - pub const fn cnt(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "counter value"] - pub fn set_cnt(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + pub struct Ioprstr(pub u32); + impl Ioprstr { + #[doc = "I/O port A reset"] + pub const fn ioparst(&self) -> super::vals::Iophrst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Iophrst(val as u8) } - } - impl Default for Cnt32 { - fn default() -> Cnt32 { - Cnt32(0) ->>>>>>> c084e70 (Update generated code) + #[doc = "I/O port A reset"] + pub fn set_ioparst(&mut self, val: super::vals::Iophrst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Update disable"] - pub const fn udis(&self) -> bool { + #[doc = "I/O port B reset"] + pub const fn iopbrst(&self) -> super::vals::Iophrst { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Iophrst(val as u8) } - #[doc = "Update disable"] - pub fn set_udis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "I/O port B reset"] + pub fn set_iopbrst(&mut self, val: super::vals::Iophrst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Update request source"] - pub const fn urs(&self) -> super::vals::Urs { + #[doc = "I/O port A reset"] + pub const fn iopcrst(&self) -> super::vals::Iophrst { let val = (self.0 >> 2usize) & 0x01; - super::vals::Urs(val as u8) + super::vals::Iophrst(val as u8) } - #[doc = "Update request source"] - pub fn set_urs(&mut self, val: super::vals::Urs) { + #[doc = "I/O port A reset"] + pub fn set_iopcrst(&mut self, val: super::vals::Iophrst) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "One-pulse mode"] - pub const fn opm(&self) -> super::vals::Opm { + #[doc = "I/O port D reset"] + pub const fn iopdrst(&self) -> super::vals::Iophrst { let val = (self.0 >> 3usize) & 0x01; - super::vals::Opm(val as u8) + super::vals::Iophrst(val as u8) } - #[doc = "One-pulse mode"] - pub fn set_opm(&mut self, val: super::vals::Opm) { + #[doc = "I/O port D reset"] + pub fn set_iopdrst(&mut self, val: super::vals::Iophrst) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Direction"] - pub const fn dir(&self) -> super::vals::Dir { + #[doc = "I/O port E reset"] + pub const fn ioperst(&self) -> super::vals::Iophrst { let val = (self.0 >> 4usize) & 0x01; - super::vals::Dir(val as u8) + super::vals::Iophrst(val as u8) } - #[doc = "Direction"] - pub fn set_dir(&mut self, val: super::vals::Dir) { + #[doc = "I/O port E reset"] + pub fn set_ioperst(&mut self, val: super::vals::Iophrst) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Center-aligned mode selection"] - pub const fn cms(&self) -> super::vals::Cms { - let val = (self.0 >> 5usize) & 0x03; - super::vals::Cms(val as u8) - } - #[doc = "Center-aligned mode selection"] - pub fn set_cms(&mut self, val: super::vals::Cms) { - self.0 = (self.0 & !(0x03 << 5usize)) | (((val.0 as u32) & 0x03) << 5usize); - } - #[doc = "Auto-reload preload enable"] - pub const fn arpe(&self) -> super::vals::Arpe { + #[doc = "I/O port H reset"] + pub const fn iophrst(&self) -> super::vals::Iophrst { let val = (self.0 >> 7usize) & 0x01; - super::vals::Arpe(val as u8) + super::vals::Iophrst(val as u8) } - #[doc = "Auto-reload preload enable"] - pub fn set_arpe(&mut self, val: super::vals::Arpe) { + #[doc = "I/O port H reset"] + pub fn set_iophrst(&mut self, val: super::vals::Iophrst) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "Clock division"] - pub const fn ckd(&self) -> super::vals::Ckd { - let val = (self.0 >> 8usize) & 0x03; - super::vals::Ckd(val as u8) - } - #[doc = "Clock division"] - pub fn set_ckd(&mut self, val: super::vals::Ckd) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); - } } - impl Default for Cr1Gp { - fn default() -> Cr1Gp { - Cr1Gp(0) + impl Default for Ioprstr { + fn default() -> Ioprstr { + Ioprstr(0) } } -<<<<<<< HEAD - #[doc = "status register"] + #[doc = "APB1 peripheral clock enable in sleep mode register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrBasic(pub u32); - impl SrBasic { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { + pub struct Apb1smenr(pub u32); + impl Apb1smenr { + #[doc = "Timer2 clock enable during sleep mode bit"] + pub const fn tim2smen(&self) -> super::vals::Lptimsmen { let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Update interrupt flag"] - pub fn set_uif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + super::vals::Lptimsmen(val as u8) } - } - impl Default for SrBasic { - fn default() -> SrBasic { - SrBasic(0) + #[doc = "Timer2 clock enable during sleep mode bit"] + pub fn set_tim2smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - } - #[doc = "status register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrAdv(pub u32); - impl SrAdv { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "Timer3 clock enable during Sleep mode bit"] + pub const fn tim3smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "Update interrupt flag"] - pub fn set_uif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Timer3 clock enable during Sleep mode bit"] + pub fn set_tim3smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn ccif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "Timer 6 clock enable during sleep mode bit"] + pub const fn tim6smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn set_ccif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Timer 6 clock enable during sleep mode bit"] + pub fn set_tim6smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "COM interrupt flag"] - pub const fn comif(&self) -> bool { + #[doc = "Timer 7 clock enable during Sleep mode bit"] + pub const fn tim7smen(&self) -> super::vals::Lptimsmen { let val = (self.0 >> 5usize) & 0x01; - val != 0 + super::vals::Lptimsmen(val as u8) } - #[doc = "COM interrupt flag"] - pub fn set_comif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Timer 7 clock enable during Sleep mode bit"] + pub fn set_tim7smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Trigger interrupt flag"] - pub const fn tif(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "Window watchdog clock enable during sleep mode bit"] + pub const fn wwdgsmen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "Trigger interrupt flag"] - pub fn set_tif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Window watchdog clock enable during sleep mode bit"] + pub fn set_wwdgsmen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "Break interrupt flag"] - pub const fn bif(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "SPI2 clock enable during sleep mode bit"] + pub const fn spi2smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "Break interrupt flag"] - pub fn set_bif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "SPI2 clock enable during sleep mode bit"] + pub fn set_spi2smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn ccof(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "UART2 clock enable during sleep mode bit"] + pub const fn usart2smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn set_ccof(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "UART2 clock enable during sleep mode bit"] + pub fn set_usart2smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - } - impl Default for SrAdv { - fn default() -> SrAdv { - SrAdv(0) + #[doc = "LPUART1 clock enable during sleep mode bit"] + pub const fn lpuart1smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - } - #[doc = "DMA control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dcr(pub u32); - impl Dcr { - #[doc = "DMA base address"] - pub const fn dba(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x1f; - val as u8 + #[doc = "LPUART1 clock enable during sleep mode bit"] + pub fn set_lpuart1smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "DMA base address"] - pub fn set_dba(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 0usize)) | (((val as u32) & 0x1f) << 0usize); + #[doc = "USART4 clock enable during Sleep mode bit"] + pub const fn usart4smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "DMA burst length"] - pub const fn dbl(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x1f; - val as u8 + #[doc = "USART4 clock enable during Sleep mode bit"] + pub fn set_usart4smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "DMA burst length"] - pub fn set_dbl(&mut self, val: u8) { - self.0 = (self.0 & !(0x1f << 8usize)) | (((val as u32) & 0x1f) << 8usize); + #[doc = "USART5 clock enable during Sleep mode bit"] + pub const fn usart5smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - } - impl Default for Dcr { - fn default() -> Dcr { - Dcr(0) + #[doc = "USART5 clock enable during Sleep mode bit"] + pub fn set_usart5smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - } - #[doc = "control register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1Basic(pub u32); - impl Cr1Basic { - #[doc = "Counter enable"] - pub const fn cen(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "I2C1 clock enable during sleep mode bit"] + pub const fn i2c1smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "Counter enable"] - pub fn set_cen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "I2C1 clock enable during sleep mode bit"] + pub fn set_i2c1smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "Update disable"] - pub const fn udis(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "I2C2 clock enable during sleep mode bit"] + pub const fn i2c2smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "Update disable"] - pub fn set_udis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "I2C2 clock enable during sleep mode bit"] + pub fn set_i2c2smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - #[doc = "Update request source"] - pub const fn urs(&self) -> super::vals::Urs { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Urs(val as u8) + #[doc = "USB clock enable during sleep mode bit"] + pub const fn usbsmen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "Update request source"] - pub fn set_urs(&mut self, val: super::vals::Urs) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "USB clock enable during sleep mode bit"] + pub fn set_usbsmen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); } - #[doc = "One-pulse mode"] - pub const fn opm(&self) -> super::vals::Opm { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Opm(val as u8) + #[doc = "Clock recovery system clock enable during sleep mode bit"] + pub const fn crssmen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "One-pulse mode"] - pub fn set_opm(&mut self, val: super::vals::Opm) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "Clock recovery system clock enable during sleep mode bit"] + pub fn set_crssmen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } - #[doc = "Auto-reload preload enable"] - pub const fn arpe(&self) -> super::vals::Arpe { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Arpe(val as u8) + #[doc = "Power interface clock enable during sleep mode bit"] + pub const fn pwrsmen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "Auto-reload preload enable"] - pub fn set_arpe(&mut self, val: super::vals::Arpe) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Power interface clock enable during sleep mode bit"] + pub fn set_pwrsmen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - } - impl Default for Cr1Basic { - fn default() -> Cr1Basic { - Cr1Basic(0) -======= - #[doc = "DMA/Interrupt enable register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct DierBasic(pub u32); - impl DierBasic { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "DAC interface clock enable during sleep mode bit"] + pub const fn dacsmen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "Update interrupt enable"] - pub fn set_uie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "DAC interface clock enable during sleep mode bit"] + pub fn set_dacsmen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } - #[doc = "Update DMA request enable"] - pub const fn ude(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "2C3 clock enable during Sleep mode bit"] + pub const fn i2c3smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Lptimsmen(val as u8) } - #[doc = "Update DMA request enable"] - pub fn set_ude(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "2C3 clock enable during Sleep mode bit"] + pub fn set_i2c3smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "Low power timer clock enable during sleep mode bit"] + pub const fn lptim1smen(&self) -> super::vals::Lptimsmen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Lptimsmen(val as u8) + } + #[doc = "Low power timer clock enable during sleep mode bit"] + pub fn set_lptim1smen(&mut self, val: super::vals::Lptimsmen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for DierBasic { - fn default() -> DierBasic { - DierBasic(0) ->>>>>>> c084e70 (Update generated code) + impl Default for Apb1smenr { + fn default() -> Apb1smenr { + Apb1smenr(0) } } - #[doc = "event generation register"] + #[doc = "Clock recovery RC register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct EgrAdv(pub u32); - impl EgrAdv { - #[doc = "Update generation"] - pub const fn ug(&self) -> bool { + pub struct Crrcr(pub u32); + impl Crrcr { + #[doc = "48MHz HSI clock enable bit"] + pub const fn hsi48on(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Update generation"] - pub fn set_ug(&mut self, val: bool) { + #[doc = "48MHz HSI clock enable bit"] + pub fn set_hsi48on(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Capture/compare 1 generation"] - pub fn ccg(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 - } - #[doc = "Capture/compare 1 generation"] - pub fn set_ccg(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - #[doc = "Capture/Compare control update generation"] - pub const fn comg(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "48MHz HSI clock ready flag"] + pub const fn hsi48rdy(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Capture/Compare control update generation"] - pub fn set_comg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "48MHz HSI clock ready flag"] + pub fn set_hsi48rdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Trigger generation"] - pub const fn tg(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "48 MHz HSI clock divided by 6 output enable"] + pub const fn hsi48div6en(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Trigger generation"] - pub fn set_tg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "48 MHz HSI clock divided by 6 output enable"] + pub fn set_hsi48div6en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Break generation"] - pub const fn bg(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "48 MHz HSI clock calibration"] + pub const fn hsi48cal(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; + val as u8 } - #[doc = "Break generation"] - pub fn set_bg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "48 MHz HSI clock calibration"] + pub fn set_hsi48cal(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); } } - impl Default for EgrAdv { - fn default() -> EgrAdv { - EgrAdv(0) -<<<<<<< HEAD -======= + impl Default for Crrcr { + fn default() -> Crrcr { + Crrcr(0) } } - #[doc = "control register 2"] + #[doc = "Clock interrupt flag register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Gp(pub u32); - impl Cr2Gp { - #[doc = "Capture/compare DMA selection"] - pub const fn ccds(&self) -> super::vals::Ccds { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ccds(val as u8) - } - #[doc = "Capture/compare DMA selection"] - pub fn set_ccds(&mut self, val: super::vals::Ccds) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + pub struct Cifr(pub u32); + impl Cifr { + #[doc = "LSI ready interrupt flag"] + pub const fn lsirdyf(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) + #[doc = "LSI ready interrupt flag"] + pub fn set_lsirdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + #[doc = "LSE ready interrupt flag"] + pub const fn lserdyf(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 } - #[doc = "TI1 selection"] - pub const fn ti1s(&self) -> super::vals::Tis { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Tis(val as u8) + #[doc = "LSE ready interrupt flag"] + pub fn set_lserdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "TI1 selection"] - pub fn set_ti1s(&mut self, val: super::vals::Tis) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "HSI16 ready interrupt flag"] + pub const fn hsi16rdyf(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 } - } - impl Default for Cr2Gp { - fn default() -> Cr2Gp { - Cr2Gp(0) ->>>>>>> c084e70 (Update generated code) + #[doc = "HSI16 ready interrupt flag"] + pub fn set_hsi16rdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - } - #[doc = "prescaler"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] -<<<<<<< HEAD - pub struct Psc(pub u32); - impl Psc { - #[doc = "Prescaler value"] - pub const fn psc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 -======= - pub struct DierAdv(pub u32); - impl DierAdv { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "HSE ready interrupt flag"] + pub const fn hserdyf(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 ->>>>>>> c084e70 (Update generated code) } - #[doc = "Prescaler value"] - pub fn set_psc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "HSE ready interrupt flag"] + pub fn set_hserdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } -<<<<<<< HEAD - } - impl Default for Psc { - fn default() -> Psc { - Psc(0) -======= - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn ccie(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "PLL ready interrupt flag"] + pub const fn pllrdyf(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn set_ccie(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "PLL ready interrupt flag"] + pub fn set_pllrdyf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "COM interrupt enable"] - pub const fn comie(&self) -> bool { + #[doc = "MSI ready interrupt flag"] + pub const fn msirdyf(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "COM interrupt enable"] - pub fn set_comie(&mut self, val: bool) { + #[doc = "MSI ready interrupt flag"] + pub fn set_msirdyf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Trigger interrupt enable"] - pub const fn tie(&self) -> bool { + #[doc = "HSI48 ready interrupt flag"] + pub const fn hsi48rdyf(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Trigger interrupt enable"] - pub fn set_tie(&mut self, val: bool) { + #[doc = "HSI48 ready interrupt flag"] + pub fn set_hsi48rdyf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Break interrupt enable"] - pub const fn bie(&self) -> bool { + #[doc = "LSE Clock Security System Interrupt flag"] + pub const fn csslsef(&self) -> super::vals::Csslsef { let val = (self.0 >> 7usize) & 0x01; - val != 0 + super::vals::Csslsef(val as u8) } - #[doc = "Break interrupt enable"] - pub fn set_bie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "LSE Clock Security System Interrupt flag"] + pub fn set_csslsef(&mut self, val: super::vals::Csslsef) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "Update DMA request enable"] - pub const fn ude(&self) -> bool { + #[doc = "Clock Security System Interrupt flag"] + pub const fn csshsef(&self) -> super::vals::Csshsef { let val = (self.0 >> 8usize) & 0x01; - val != 0 ->>>>>>> c084e70 (Update generated code) - } - } - #[doc = "counter"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cnt16(pub u32); - impl Cnt16 { - #[doc = "counter value"] - pub const fn cnt(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + super::vals::Csshsef(val as u8) } - #[doc = "counter value"] - pub fn set_cnt(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Clock Security System Interrupt flag"] + pub fn set_csshsef(&mut self, val: super::vals::Csshsef) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } -<<<<<<< HEAD } - impl Default for Cnt16 { - fn default() -> Cnt16 { - Cnt16(0) + impl Default for Cifr { + fn default() -> Cifr { + Cifr(0) } } - #[doc = "status register"] + #[doc = "APB1 peripheral reset register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrGp(pub u32); - impl SrGp { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { + pub struct Apb1rstr(pub u32); + impl Apb1rstr { + #[doc = "Timer2 reset"] + pub const fn tim2rst(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Update interrupt flag"] - pub fn set_uif(&mut self, val: bool) { + #[doc = "Timer2 reset"] + pub fn set_tim2rst(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn ccif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Timer3 reset"] + pub const fn tim3rst(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Capture/compare 1 interrupt flag"] - pub fn set_ccif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Timer3 reset"] + pub fn set_tim3rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "COM interrupt flag"] - pub const fn comif(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "Timer 6 reset"] + pub const fn tim6rst(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "COM interrupt flag"] - pub fn set_comif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Timer 6 reset"] + pub fn set_tim6rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Trigger interrupt flag"] - pub const fn tif(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Timer 7 reset"] + pub const fn tim7rst(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Trigger interrupt flag"] - pub fn set_tif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Timer 7 reset"] + pub fn set_tim7rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Break interrupt flag"] - pub const fn bif(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Window watchdog reset"] + pub const fn wwdrst(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; val != 0 } - #[doc = "Break interrupt flag"] - pub fn set_bif(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Window watchdog reset"] + pub fn set_wwdrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn ccof(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "SPI2 reset"] + pub const fn spi2rst(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 overcapture flag"] - pub fn set_ccof(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); - } - } - impl Default for SrGp { - fn default() -> SrGp { - SrGp(0) + #[doc = "SPI2 reset"] + pub fn set_spi2rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - } - #[doc = "control register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Adv(pub u32); - impl Cr2Adv { - #[doc = "Capture/compare preloaded control"] - pub const fn ccpc(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "UART2 reset"] + pub const fn lpuart12rst(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Capture/compare preloaded control"] - pub fn set_ccpc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "UART2 reset"] + pub fn set_lpuart12rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "Capture/compare control update selection"] - pub const fn ccus(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "LPUART1 reset"] + pub const fn lpuart1rst(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "Capture/compare control update selection"] - pub fn set_ccus(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Capture/compare DMA selection"] - pub const fn ccds(&self) -> super::vals::Ccds { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Ccds(val as u8) - } - #[doc = "Capture/compare DMA selection"] - pub fn set_ccds(&mut self, val: super::vals::Ccds) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + #[doc = "LPUART1 reset"] + pub fn set_lpuart1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "Master mode selection"] - pub const fn mms(&self) -> super::vals::Mms { - let val = (self.0 >> 4usize) & 0x07; - super::vals::Mms(val as u8) + #[doc = "USART4 reset"] + pub const fn usart4rst(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 } - #[doc = "Master mode selection"] - pub fn set_mms(&mut self, val: super::vals::Mms) { - self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); + #[doc = "USART4 reset"] + pub fn set_usart4rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "TI1 selection"] - pub const fn ti1s(&self) -> super::vals::Tis { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Tis(val as u8) + #[doc = "USART5 reset"] + pub const fn usart5rst(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 } - #[doc = "TI1 selection"] - pub fn set_ti1s(&mut self, val: super::vals::Tis) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "USART5 reset"] + pub fn set_usart5rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "Output Idle state 1"] - pub fn ois(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 8usize + n * 2usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "I2C1 reset"] + pub const fn i2c1rst(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "Output Idle state 1"] - pub fn set_ois(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 8usize + n * 2usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "I2C1 reset"] + pub fn set_i2c1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Output Idle state 1"] - pub const fn ois1n(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + #[doc = "I2C2 reset"] + pub const fn i2c2rst(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "Output Idle state 1"] - pub fn set_ois1n(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "I2C2 reset"] + pub fn set_i2c2rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Output Idle state 2"] - pub const fn ois2n(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "USB reset"] + pub const fn usbrst(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "Output Idle state 2"] - pub fn set_ois2n(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "USB reset"] + pub fn set_usbrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "Output Idle state 3"] - pub const fn ois3n(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "Clock recovery system reset"] + pub const fn crsrst(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "Output Idle state 3"] - pub fn set_ois3n(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - } - impl Default for Cr2Adv { - fn default() -> Cr2Adv { - Cr2Adv(0) + #[doc = "Clock recovery system reset"] + pub fn set_crsrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - } - #[doc = "event generation register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct EgrBasic(pub u32); - impl EgrBasic { - #[doc = "Update generation"] - pub const fn ug(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Power interface reset"] + pub const fn pwrrst(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; val != 0 } - #[doc = "Update generation"] - pub fn set_ug(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Power interface reset"] + pub fn set_pwrrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } - } - impl Default for EgrBasic { - fn default() -> EgrBasic { - EgrBasic(0) -======= - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn ccde(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "DAC interface reset"] + pub const fn dacrst(&self) -> bool { + let val = (self.0 >> 29usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn set_ccde(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "DAC interface reset"] + pub fn set_dacrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); } - #[doc = "COM DMA request enable"] - pub const fn comde(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "I2C3 reset"] + pub const fn i2c3rst(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; val != 0 } - #[doc = "COM DMA request enable"] - pub fn set_comde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "I2C3 reset"] + pub fn set_i2c3rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); } - #[doc = "Trigger DMA request enable"] - pub const fn tde(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "Low power timer reset"] + pub const fn lptim1rst(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; val != 0 } - #[doc = "Trigger DMA request enable"] - pub fn set_tde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "Low power timer reset"] + pub fn set_lptim1rst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } } - impl Default for DierAdv { - fn default() -> DierAdv { - DierAdv(0) + impl Default for Apb1rstr { + fn default() -> Apb1rstr { + Apb1rstr(0) } } - #[doc = "capture/compare mode register 2 (output mode)"] + #[doc = "GPIO clock enable in sleep mode register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct CcmrOutput(pub u32); - impl CcmrOutput { - #[doc = "Capture/Compare 3 selection"] - pub fn ccs(&self, n: usize) -> super::vals::CcmrOutputCcs { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - let val = (self.0 >> offs) & 0x03; - super::vals::CcmrOutputCcs(val as u8) + pub struct Iopsmen(pub u32); + impl Iopsmen { + #[doc = "IOPASMEN"] + pub const fn iopasmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Iophsmen(val as u8) } - #[doc = "Capture/Compare 3 selection"] - pub fn set_ccs(&mut self, n: usize, val: super::vals::CcmrOutputCcs) { - assert!(n < 2usize); - let offs = 0usize + n * 8usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "IOPASMEN"] + pub fn set_iopasmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Output compare 3 fast enable"] - pub fn ocfe(&self, n: usize) -> bool { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "IOPBSMEN"] + pub const fn iopbsmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Iophsmen(val as u8) } - #[doc = "Output compare 3 fast enable"] - pub fn set_ocfe(&mut self, n: usize, val: bool) { - assert!(n < 2usize); - let offs = 2usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "IOPBSMEN"] + pub fn set_iopbsmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Output compare 3 preload enable"] - pub fn ocpe(&self, n: usize) -> super::vals::Ocpe { - assert!(n < 2usize); - let offs = 3usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Ocpe(val as u8) + #[doc = "IOPCSMEN"] + pub const fn iopcsmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Iophsmen(val as u8) } - #[doc = "Output compare 3 preload enable"] - pub fn set_ocpe(&mut self, n: usize, val: super::vals::Ocpe) { - assert!(n < 2usize); - let offs = 3usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "IOPCSMEN"] + pub fn set_iopcsmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Output compare 3 mode"] - pub fn ocm(&self, n: usize) -> super::vals::Ocm { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - let val = (self.0 >> offs) & 0x07; - super::vals::Ocm(val as u8) + #[doc = "IOPDSMEN"] + pub const fn iopdsmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Iophsmen(val as u8) } - #[doc = "Output compare 3 mode"] - pub fn set_ocm(&mut self, n: usize, val: super::vals::Ocm) { - assert!(n < 2usize); - let offs = 4usize + n * 8usize; - self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); + #[doc = "IOPDSMEN"] + pub fn set_iopdsmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Output compare 3 clear enable"] - pub fn occe(&self, n: usize) -> bool { - assert!(n < 2usize); - let offs = 7usize + n * 8usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "Port E clock enable during Sleep mode bit"] + pub const fn iopesmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Iophsmen(val as u8) } - #[doc = "Output compare 3 clear enable"] - pub fn set_occe(&mut self, n: usize, val: bool) { - assert!(n < 2usize); - let offs = 7usize + n * 8usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Port E clock enable during Sleep mode bit"] + pub fn set_iopesmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "IOPHSMEN"] + pub const fn iophsmen(&self) -> super::vals::Iophsmen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Iophsmen(val as u8) + } + #[doc = "IOPHSMEN"] + pub fn set_iophsmen(&mut self, val: super::vals::Iophsmen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } } - impl Default for CcmrOutput { - fn default() -> CcmrOutput { - CcmrOutput(0) + impl Default for Iopsmen { + fn default() -> Iopsmen { + Iopsmen(0) } } - #[doc = "capture/compare register 1"] + #[doc = "AHB peripheral reset register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccr32(pub u32); - impl Ccr32 { - #[doc = "Capture/Compare 1 value"] - pub const fn ccr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Ahbrstr(pub u32); + impl Ahbrstr { + #[doc = "DMA reset"] + pub const fn dmarst(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 + } + #[doc = "DMA reset"] + pub fn set_dmarst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Memory interface reset"] + pub const fn mifrst(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Memory interface reset"] + pub fn set_mifrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + } + #[doc = "Test integration module reset"] + pub const fn crcrst(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 + } + #[doc = "Test integration module reset"] + pub fn set_crcrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + } + #[doc = "Touch Sensing reset"] + pub const fn touchrst(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "Capture/Compare 1 value"] - pub fn set_ccr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Touch Sensing reset"] + pub fn set_touchrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - } - impl Default for Ccr32 { - fn default() -> Ccr32 { - Ccr32(0) + #[doc = "Random Number Generator module reset"] + pub const fn rngrst(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 } - } - #[doc = "prescaler"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Psc(pub u32); - impl Psc { - #[doc = "Prescaler value"] - pub const fn psc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "Random Number Generator module reset"] + pub fn set_rngrst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "Prescaler value"] - pub fn set_psc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Crypto module reset"] + pub const fn cryprst(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "Crypto module reset"] + pub fn set_cryprst(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } } - impl Default for Psc { - fn default() -> Psc { - Psc(0) ->>>>>>> c084e70 (Update generated code) + impl Default for Ahbrstr { + fn default() -> Ahbrstr { + Ahbrstr(0) } } - #[doc = "DMA/Interrupt enable register"] + #[doc = "Clock interrupt clear register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] -<<<<<<< HEAD - pub struct DierGp(pub u32); - impl DierGp { - #[doc = "Update interrupt enable"] - pub const fn uie(&self) -> bool { -======= - pub struct SrGp(pub u32); - impl SrGp { - #[doc = "Update interrupt flag"] - pub const fn uif(&self) -> bool { ->>>>>>> c084e70 (Update generated code) + pub struct Cicr(pub u32); + impl Cicr { + #[doc = "LSI ready Interrupt clear"] + pub const fn lsirdyc(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Update interrupt enable"] - pub fn set_uie(&mut self, val: bool) { + #[doc = "LSI ready Interrupt clear"] + pub fn set_lsirdyc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn ccie(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "LSE ready Interrupt clear"] + pub const fn lserdyc(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 interrupt enable"] - pub fn set_ccie(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 1usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "LSE ready Interrupt clear"] + pub fn set_lserdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Trigger interrupt enable"] - pub const fn tie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "HSI16 ready Interrupt clear"] + pub const fn hsi16rdyc(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Trigger interrupt enable"] - pub fn set_tie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "HSI16 ready Interrupt clear"] + pub fn set_hsi16rdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Update DMA request enable"] - pub const fn ude(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "HSE ready Interrupt clear"] + pub const fn hserdyc(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Update DMA request enable"] - pub fn set_ude(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "HSE ready Interrupt clear"] + pub fn set_hserdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn ccde(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "PLL ready Interrupt clear"] + pub const fn pllrdyc(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Capture/Compare 1 DMA request enable"] - pub fn set_ccde(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 9usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "PLL ready Interrupt clear"] + pub fn set_pllrdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Trigger DMA request enable"] - pub const fn tde(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "MSI ready Interrupt clear"] + pub const fn msirdyc(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Trigger DMA request enable"] - pub fn set_tde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "MSI ready Interrupt clear"] + pub fn set_msirdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - } - impl Default for DierGp { - fn default() -> DierGp { - DierGp(0) + #[doc = "HSI48 ready Interrupt clear"] + pub const fn hsi48rdyc(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 + } + #[doc = "HSI48 ready Interrupt clear"] + pub fn set_hsi48rdyc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "LSE Clock Security System Interrupt clear"] + pub const fn csslsec(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 + } + #[doc = "LSE Clock Security System Interrupt clear"] + pub fn set_csslsec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Clock Security System Interrupt clear"] + pub const fn csshsec(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; + val != 0 + } + #[doc = "Clock Security System Interrupt clear"] + pub fn set_csshsec(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Counter used as upcounter"] - pub const UP: Self = Self(0); - #[doc = "Counter used as downcounter"] - pub const DOWN: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ts(pub u8); - impl Ts { - #[doc = "Internal Trigger 0 (ITR0)"] - pub const ITR0: Self = Self(0); - #[doc = "Internal Trigger 1 (ITR1)"] - pub const ITR1: Self = Self(0x01); - #[doc = "Internal Trigger 2 (ITR2)"] - pub const ITR2: Self = Self(0x02); - #[doc = "TI1 Edge Detector (TI1F_ED)"] - pub const TI1F_ED: Self = Self(0x04); - #[doc = "Filtered Timer Input 1 (TI1FP1)"] - pub const TI1FP1: Self = Self(0x05); - #[doc = "Filtered Timer Input 2 (TI2FP2)"] - pub const TI2FP2: Self = Self(0x06); - #[doc = "External Trigger input (ETRF)"] - pub const ETRF: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Opm(pub u8); - impl Opm { - #[doc = "Counter is not stopped at update event"] - pub const DISABLED: Self = Self(0); - #[doc = "Counter stops counting at the next update event (clearing the CEN bit)"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct CcmrInputCcs(pub u8); - impl CcmrInputCcs { - #[doc = "CCx channel is configured as input, normal mapping: ICx mapped to TIx"] - pub const TI4: Self = Self(0x01); - #[doc = "CCx channel is configured as input, alternate mapping (switches 1 with 2, 3 with 4)"] - pub const TI3: Self = Self(0x02); - #[doc = "CCx channel is configured as input, ICx is mapped on TRC"] - pub const TRC: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etf(pub u8); - impl Etf { - #[doc = "No filter, sampling is done at fDTS"] - pub const NOFILTER: Self = Self(0); - #[doc = "fSAMPLING=fCK_INT, N=2"] - pub const FCK_INT_N2: Self = Self(0x01); - #[doc = "fSAMPLING=fCK_INT, N=4"] - pub const FCK_INT_N4: Self = Self(0x02); - #[doc = "fSAMPLING=fCK_INT, N=8"] - pub const FCK_INT_N8: Self = Self(0x03); - #[doc = "fSAMPLING=fDTS/2, N=6"] - pub const FDTS_DIV2_N6: Self = Self(0x04); - #[doc = "fSAMPLING=fDTS/2, N=8"] - pub const FDTS_DIV2_N8: Self = Self(0x05); - #[doc = "fSAMPLING=fDTS/4, N=6"] - pub const FDTS_DIV4_N6: Self = Self(0x06); - #[doc = "fSAMPLING=fDTS/4, N=8"] - pub const FDTS_DIV4_N8: Self = Self(0x07); - #[doc = "fSAMPLING=fDTS/8, N=6"] - pub const FDTS_DIV8_N6: Self = Self(0x08); - #[doc = "fSAMPLING=fDTS/8, N=8"] - pub const FDTS_DIV8_N8: Self = Self(0x09); - #[doc = "fSAMPLING=fDTS/16, N=5"] - pub const FDTS_DIV16_N5: Self = Self(0x0a); - #[doc = "fSAMPLING=fDTS/16, N=6"] - pub const FDTS_DIV16_N6: Self = Self(0x0b); - #[doc = "fSAMPLING=fDTS/16, N=8"] - pub const FDTS_DIV16_N8: Self = Self(0x0c); - #[doc = "fSAMPLING=fDTS/32, N=5"] - pub const FDTS_DIV32_N5: Self = Self(0x0d); - #[doc = "fSAMPLING=fDTS/32, N=6"] - pub const FDTS_DIV32_N6: Self = Self(0x0e); - #[doc = "fSAMPLING=fDTS/32, N=8"] - pub const FDTS_DIV32_N8: Self = Self(0x0f); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ccds(pub u8); - impl Ccds { - #[doc = "CCx DMA request sent when CCx event occurs"] - pub const ONCOMPARE: Self = Self(0); - #[doc = "CCx DMA request sent when update event occurs"] - pub const ONUPDATE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sms(pub u8); - impl Sms { - #[doc = "Slave mode disabled - if CEN = ‘1 then the prescaler is clocked directly by the internal clock."] - pub const DISABLED: Self = Self(0); - #[doc = "Encoder mode 1 - Counter counts up/down on TI2FP1 edge depending on TI1FP2 level."] - pub const ENCODER_MODE_1: Self = Self(0x01); - #[doc = "Encoder mode 2 - Counter counts up/down on TI1FP2 edge depending on TI2FP1 level."] - pub const ENCODER_MODE_2: Self = Self(0x02); - #[doc = "Encoder mode 3 - Counter counts up/down on both TI1FP1 and TI2FP2 edges depending on the level of the other input."] - pub const ENCODER_MODE_3: Self = Self(0x03); - #[doc = "Reset Mode - Rising edge of the selected trigger input (TRGI) reinitializes the counter and generates an update of the registers."] - pub const RESET_MODE: Self = Self(0x04); - #[doc = "Gated Mode - The counter clock is enabled when the trigger input (TRGI) is high. The counter stops (but is not reset) as soon as the trigger becomes low. Both start and stop of the counter are controlled."] - pub const GATED_MODE: Self = Self(0x05); - #[doc = "Trigger Mode - The counter starts at a rising edge of the trigger TRGI (but it is not reset). Only the start of the counter is controlled."] - pub const TRIGGER_MODE: Self = Self(0x06); - #[doc = "External Clock Mode 1 - Rising edges of the selected trigger (TRGI) clock the counter."] - pub const EXT_CLOCK_MODE: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ossr(pub u8); - impl Ossr { - #[doc = "When inactive, OC/OCN outputs are disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "When inactive, OC/OCN outputs are enabled with their inactive level"] - pub const IDLELEVEL: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ocpe(pub u8); - impl Ocpe { - #[doc = "Preload register on CCR2 disabled. New values written to CCR2 are taken into account immediately"] - pub const DISABLED: Self = Self(0); - #[doc = "Preload register on CCR2 enabled. Preload value is loaded into active register on each update event"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etp(pub u8); - impl Etp { - #[doc = "ETR is noninverted, active at high level or rising edge"] - pub const NOTINVERTED: Self = Self(0); - #[doc = "ETR is inverted, active at low level or falling edge"] - pub const INVERTED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Icf(pub u8); - impl Icf { - #[doc = "No filter, sampling is done at fDTS"] - pub const NOFILTER: Self = Self(0); - #[doc = "fSAMPLING=fCK_INT, N=2"] - pub const FCK_INT_N2: Self = Self(0x01); - #[doc = "fSAMPLING=fCK_INT, N=4"] - pub const FCK_INT_N4: Self = Self(0x02); - #[doc = "fSAMPLING=fCK_INT, N=8"] - pub const FCK_INT_N8: Self = Self(0x03); - #[doc = "fSAMPLING=fDTS/2, N=6"] - pub const FDTS_DIV2_N6: Self = Self(0x04); - #[doc = "fSAMPLING=fDTS/2, N=8"] - pub const FDTS_DIV2_N8: Self = Self(0x05); - #[doc = "fSAMPLING=fDTS/4, N=6"] - pub const FDTS_DIV4_N6: Self = Self(0x06); - #[doc = "fSAMPLING=fDTS/4, N=8"] - pub const FDTS_DIV4_N8: Self = Self(0x07); - #[doc = "fSAMPLING=fDTS/8, N=6"] - pub const FDTS_DIV8_N6: Self = Self(0x08); - #[doc = "fSAMPLING=fDTS/8, N=8"] - pub const FDTS_DIV8_N8: Self = Self(0x09); - #[doc = "fSAMPLING=fDTS/16, N=5"] - pub const FDTS_DIV16_N5: Self = Self(0x0a); - #[doc = "fSAMPLING=fDTS/16, N=6"] - pub const FDTS_DIV16_N6: Self = Self(0x0b); - #[doc = "fSAMPLING=fDTS/16, N=8"] - pub const FDTS_DIV16_N8: Self = Self(0x0c); - #[doc = "fSAMPLING=fDTS/32, N=5"] - pub const FDTS_DIV32_N5: Self = Self(0x0d); - #[doc = "fSAMPLING=fDTS/32, N=6"] - pub const FDTS_DIV32_N6: Self = Self(0x0e); - #[doc = "fSAMPLING=fDTS/32, N=8"] - pub const FDTS_DIV32_N8: Self = Self(0x0f); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tis(pub u8); - impl Tis { - #[doc = "The TIMx_CH1 pin is connected to TI1 input"] - pub const NORMAL: Self = Self(0); - #[doc = "The TIMx_CH1, CH2, CH3 pins are connected to TI1 input"] - pub const XOR: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Urs(pub u8); - impl Urs { - #[doc = "Any of counter overflow/underflow, setting UG, or update through slave mode, generates an update interrupt or DMA request"] - pub const ANYEVENT: Self = Self(0); - #[doc = "Only counter overflow/underflow generates an update interrupt or DMA request"] - pub const COUNTERONLY: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ece(pub u8); - impl Ece { - #[doc = "External clock mode 2 disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "External clock mode 2 enabled. The counter is clocked by any active edge on the ETRF signal."] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ossi(pub u8); - impl Ossi { - #[doc = "When inactive, OC/OCN outputs are disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "When inactive, OC/OCN outputs are forced to idle level"] - pub const IDLELEVEL: Self = Self(0x01); - } -<<<<<<< HEAD - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cms(pub u8); - impl Cms { - #[doc = "The counter counts up or down depending on the direction bit"] - pub const EDGEALIGNED: Self = Self(0); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting down."] - pub const CENTERALIGNED1: Self = Self(0x01); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting up."] - pub const CENTERALIGNED2: Self = Self(0x02); - #[doc = "The counter counts up and down alternatively. Output compare interrupt flags are set both when the counter is counting up or down."] - pub const CENTERALIGNED3: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Msm(pub u8); - impl Msm { - #[doc = "No action"] - pub const NOSYNC: Self = Self(0); - #[doc = "The effect of an event on the trigger input (TRGI) is delayed to allow a perfect synchronization between the current timer and its slaves (through TRGO). It is useful if we want to synchronize several timers on a single external event."] - pub const SYNC: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mms(pub u8); - impl Mms { - #[doc = "The UG bit from the TIMx_EGR register is used as trigger output"] - pub const RESET: Self = Self(0); - #[doc = "The counter enable signal, CNT_EN, is used as trigger output"] - pub const ENABLE: Self = Self(0x01); - #[doc = "The update event is selected as trigger output"] - pub const UPDATE: Self = Self(0x02); - #[doc = "The trigger output send a positive pulse when the CC1IF flag it to be set, as soon as a capture or a compare match occurred"] - pub const COMPAREPULSE: Self = Self(0x03); - #[doc = "OC1REF signal is used as trigger output"] - pub const COMPAREOC1: Self = Self(0x04); - #[doc = "OC2REF signal is used as trigger output"] - pub const COMPAREOC2: Self = Self(0x05); - #[doc = "OC3REF signal is used as trigger output"] - pub const COMPAREOC3: Self = Self(0x06); - #[doc = "OC4REF signal is used as trigger output"] - pub const COMPAREOC4: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Arpe(pub u8); - impl Arpe { - #[doc = "TIMx_APRR register is not buffered"] - pub const DISABLED: Self = Self(0); - #[doc = "TIMx_APRR register is buffered"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ocm(pub u8); - impl Ocm { - #[doc = "The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the outputs"] - pub const FROZEN: Self = Self(0); - #[doc = "Set channel to active level on match. OCyREF signal is forced high when the counter matches the capture/compare register"] - pub const ACTIVEONMATCH: Self = Self(0x01); - #[doc = "Set channel to inactive level on match. OCyREF signal is forced low when the counter matches the capture/compare register"] - pub const INACTIVEONMATCH: Self = Self(0x02); - #[doc = "OCyREF toggles when TIMx_CNT=TIMx_CCRy"] - pub const TOGGLE: Self = Self(0x03); - #[doc = "OCyREF is forced low"] - pub const FORCEINACTIVE: Self = Self(0x04); - #[doc = "OCyREF is forced high"] - pub const FORCEACTIVE: Self = Self(0x05); - #[doc = "In upcounting, channel is active as long as TIMx_CNTTIMx_CCRy else active"] - pub const PWMMODE1: Self = Self(0x06); - #[doc = "Inversely to PwmMode1"] - pub const PWMMODE2: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct CcmrOutputCcs(pub u8); - impl CcmrOutputCcs { - #[doc = "CCx channel is configured as output"] - pub const OUTPUT: Self = Self(0); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ckd(pub u8); - impl Ckd { - #[doc = "t_DTS = t_CK_INT"] - pub const DIV1: Self = Self(0); - #[doc = "t_DTS = 2 × t_CK_INT"] - pub const DIV2: Self = Self(0x01); - #[doc = "t_DTS = 4 × t_CK_INT"] - pub const DIV4: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Etps(pub u8); - impl Etps { - #[doc = "Prescaler OFF"] - pub const DIV1: Self = Self(0); - #[doc = "ETRP frequency divided by 2"] - pub const DIV2: Self = Self(0x01); - #[doc = "ETRP frequency divided by 4"] - pub const DIV4: Self = Self(0x02); - #[doc = "ETRP frequency divided by 8"] - pub const DIV8: Self = Self(0x03); - } - } -} -pub mod spi_v2 { - use crate::generic::*; - #[doc = "Serial peripheral interface"] - #[derive(Copy, Clone)] - pub struct Spi(pub *mut u8); - unsafe impl Send for Spi {} - unsafe impl Sync for Spi {} - impl Spi { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "CRC polynomial register"] - pub fn crcpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "RX CRC register"] - pub fn rxcrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "TX CRC register"] - pub fn txcrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - } - pub mod regs { - use crate::generic::*; -======= - impl Default for SrGp { - fn default() -> SrGp { - SrGp(0) + impl Default for Cicr { + fn default() -> Cicr { + Cicr(0) } } - #[doc = "auto-reload register"] + #[doc = "Clock configuration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Arr32(pub u32); - impl Arr32 { - #[doc = "Auto-reload value"] - pub const fn arr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Cfgr(pub u32); + impl Cfgr { + #[doc = "System clock switch"] + pub const fn sw(&self) -> super::vals::Sw { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Sw(val as u8) } - #[doc = "Auto-reload value"] - pub fn set_arr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "System clock switch"] + pub fn set_sw(&mut self, val: super::vals::Sw) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); + } + #[doc = "System clock switch status"] + pub const fn sws(&self) -> super::vals::Sws { + let val = (self.0 >> 2usize) & 0x03; + super::vals::Sws(val as u8) + } + #[doc = "System clock switch status"] + pub fn set_sws(&mut self, val: super::vals::Sws) { + self.0 = (self.0 & !(0x03 << 2usize)) | (((val.0 as u32) & 0x03) << 2usize); + } + #[doc = "AHB prescaler"] + pub const fn hpre(&self) -> super::vals::Hpre { + let val = (self.0 >> 4usize) & 0x0f; + super::vals::Hpre(val as u8) + } + #[doc = "AHB prescaler"] + pub fn set_hpre(&mut self, val: super::vals::Hpre) { + self.0 = (self.0 & !(0x0f << 4usize)) | (((val.0 as u32) & 0x0f) << 4usize); + } + #[doc = "APB low-speed prescaler (APB1)"] + pub fn ppre(&self, n: usize) -> super::vals::Ppre { + assert!(n < 2usize); + let offs = 8usize + n * 3usize; + let val = (self.0 >> offs) & 0x07; + super::vals::Ppre(val as u8) + } + #[doc = "APB low-speed prescaler (APB1)"] + pub fn set_ppre(&mut self, n: usize, val: super::vals::Ppre) { + assert!(n < 2usize); + let offs = 8usize + n * 3usize; + self.0 = (self.0 & !(0x07 << offs)) | (((val.0 as u32) & 0x07) << offs); + } + #[doc = "Wake-up from stop clock selection"] + pub const fn stopwuck(&self) -> super::vals::Stopwuck { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Stopwuck(val as u8) + } + #[doc = "Wake-up from stop clock selection"] + pub fn set_stopwuck(&mut self, val: super::vals::Stopwuck) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "PLL entry clock source"] + pub const fn pllsrc(&self) -> super::vals::Pllsrc { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Pllsrc(val as u8) + } + #[doc = "PLL entry clock source"] + pub fn set_pllsrc(&mut self, val: super::vals::Pllsrc) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "PLL multiplication factor"] + pub const fn pllmul(&self) -> super::vals::Pllmul { + let val = (self.0 >> 18usize) & 0x0f; + super::vals::Pllmul(val as u8) + } + #[doc = "PLL multiplication factor"] + pub fn set_pllmul(&mut self, val: super::vals::Pllmul) { + self.0 = (self.0 & !(0x0f << 18usize)) | (((val.0 as u32) & 0x0f) << 18usize); + } + #[doc = "PLL output division"] + pub const fn plldiv(&self) -> super::vals::Plldiv { + let val = (self.0 >> 22usize) & 0x03; + super::vals::Plldiv(val as u8) + } + #[doc = "PLL output division"] + pub fn set_plldiv(&mut self, val: super::vals::Plldiv) { + self.0 = (self.0 & !(0x03 << 22usize)) | (((val.0 as u32) & 0x03) << 22usize); + } + #[doc = "Microcontroller clock output selection"] + pub const fn mcosel(&self) -> super::vals::Mcosel { + let val = (self.0 >> 24usize) & 0x0f; + super::vals::Mcosel(val as u8) + } + #[doc = "Microcontroller clock output selection"] + pub fn set_mcosel(&mut self, val: super::vals::Mcosel) { + self.0 = (self.0 & !(0x0f << 24usize)) | (((val.0 as u32) & 0x0f) << 24usize); + } + #[doc = "Microcontroller clock output prescaler"] + pub const fn mcopre(&self) -> super::vals::Mcopre { + let val = (self.0 >> 28usize) & 0x07; + super::vals::Mcopre(val as u8) + } + #[doc = "Microcontroller clock output prescaler"] + pub fn set_mcopre(&mut self, val: super::vals::Mcopre) { + self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); } } - impl Default for Arr32 { - fn default() -> Arr32 { - Arr32(0) + impl Default for Cfgr { + fn default() -> Cfgr { + Cfgr(0) } } } } -pub mod spi_v2 { +pub mod i2c_v2 { use crate::generic::*; - #[doc = "Serial peripheral interface"] + #[doc = "Inter-integrated circuit"] #[derive(Copy, Clone)] - pub struct Spi(pub *mut u8); - unsafe impl Send for Spi {} - unsafe impl Sync for Spi {} - impl Spi { - #[doc = "control register 1"] + pub struct I2c(pub *mut u8); + unsafe impl Send for I2c {} + unsafe impl Sync for I2c {} + impl I2c { + #[doc = "Control register 1"] pub fn cr1(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(0usize)) } } - #[doc = "control register 2"] + #[doc = "Control register 2"] pub fn cr2(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(4usize)) } } - #[doc = "status register"] - pub fn sr(self) -> Reg { + #[doc = "Own address register 1"] + pub fn oar1(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(8usize)) } } - #[doc = "data register"] - pub fn dr(self) -> Reg { + #[doc = "Own address register 2"] + pub fn oar2(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(12usize)) } } - #[doc = "CRC polynomial register"] - pub fn crcpr(self) -> Reg { + #[doc = "Timing register"] + pub fn timingr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(16usize)) } } - #[doc = "RX CRC register"] - pub fn rxcrcr(self) -> Reg { + #[doc = "Status register 1"] + pub fn timeoutr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(20usize)) } } - #[doc = "TX CRC register"] - pub fn txcrcr(self) -> Reg { + #[doc = "Interrupt and Status register"] + pub fn isr(self) -> Reg { unsafe { Reg::from_ptr(self.0.add(24usize)) } } + #[doc = "Interrupt clear register"] + pub fn icr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "PEC register"] + pub fn pecr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "Receive data register"] + pub fn rxdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "Transmit data register"] + pub fn txdr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } } - pub mod regs { + pub mod vals { use crate::generic::*; - #[doc = "TX CRC register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Txcrcr(pub u32); - impl Txcrcr { - #[doc = "Tx CRC register"] - pub const fn tx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "Tx CRC register"] - pub fn set_tx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Nack(pub u8); + impl Nack { + #[doc = "an ACK is sent after current received byte"] + pub const ACK: Self = Self(0); + #[doc = "a NACK is sent after current received byte"] + pub const NACK: Self = Self(0x01); } - impl Default for Txcrcr { - fn default() -> Txcrcr { - Txcrcr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Autoend(pub u8); + impl Autoend { + #[doc = "Software end mode: TC flag is set when NBYTES data are transferred, stretching SCL low"] + pub const SOFTWARE: Self = Self(0); + #[doc = "Automatic end mode: a STOP condition is automatically sent when NBYTES data are transferred"] + pub const AUTOMATIC: Self = Self(0x01); } - #[doc = "CRC polynomial register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crcpr(pub u32); - impl Crcpr { - #[doc = "CRC polynomial register"] - pub const fn crcpoly(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "CRC polynomial register"] - pub fn set_crcpoly(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct RdWrn(pub u8); + impl RdWrn { + #[doc = "Master requests a write transfer"] + pub const WRITE: Self = Self(0); + #[doc = "Master requests a read transfer"] + pub const READ: Self = Self(0x01); } - impl Default for Crcpr { - fn default() -> Crcpr { - Crcpr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pecerr(pub u8); + impl Pecerr { + #[doc = "Received PEC does match with PEC register"] + pub const MATCH: Self = Self(0); + #[doc = "Received PEC does not match with PEC register"] + pub const NOMATCH: Self = Self(0x01); } ->>>>>>> c084e70 (Update generated code) - #[doc = "RX CRC register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rxcrcr(pub u32); - impl Rxcrcr { - #[doc = "Rx CRC register"] - pub const fn rx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "Rx CRC register"] - pub fn set_rx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Reload(pub u8); + impl Reload { + #[doc = "The transfer is completed after the NBYTES data transfer (STOP or RESTART will follow)"] + pub const COMPLETED: Self = Self(0); + #[doc = "The transfer is not completed after the NBYTES data transfer (NBYTES will be reloaded)"] + pub const NOTCOMPLETED: Self = Self(0x01); } - impl Default for Rxcrcr { - fn default() -> Rxcrcr { - Rxcrcr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Headr(pub u8); + impl Headr { + #[doc = "The master sends the complete 10 bit slave address read sequence"] + pub const COMPLETE: Self = Self(0); + #[doc = "The master only sends the 1st 7 bits of the 10 bit address, followed by Read direction"] + pub const PARTIAL: Self = Self(0x01); } - #[doc = "data register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dr(pub u32); - impl Dr { - #[doc = "Data register"] - pub const fn dr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "Data register"] - pub fn set_dr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dir(pub u8); + impl Dir { + #[doc = "Write transfer, slave enters receiver mode"] + pub const WRITE: Self = Self(0); + #[doc = "Read transfer, slave enters transmitter mode"] + pub const READ: Self = Self(0x01); } - impl Default for Dr { - fn default() -> Dr { - Dr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dnf(pub u8); + impl Dnf { + #[doc = "Digital filter disabled"] + pub const NOFILTER: Self = Self(0); + #[doc = "Digital filter enabled and filtering capability up to 1 tI2CCLK"] + pub const FILTER1: Self = Self(0x01); + #[doc = "Digital filter enabled and filtering capability up to 2 tI2CCLK"] + pub const FILTER2: Self = Self(0x02); + #[doc = "Digital filter enabled and filtering capability up to 3 tI2CCLK"] + pub const FILTER3: Self = Self(0x03); + #[doc = "Digital filter enabled and filtering capability up to 4 tI2CCLK"] + pub const FILTER4: Self = Self(0x04); + #[doc = "Digital filter enabled and filtering capability up to 5 tI2CCLK"] + pub const FILTER5: Self = Self(0x05); + #[doc = "Digital filter enabled and filtering capability up to 6 tI2CCLK"] + pub const FILTER6: Self = Self(0x06); + #[doc = "Digital filter enabled and filtering capability up to 7 tI2CCLK"] + pub const FILTER7: Self = Self(0x07); + #[doc = "Digital filter enabled and filtering capability up to 8 tI2CCLK"] + pub const FILTER8: Self = Self(0x08); + #[doc = "Digital filter enabled and filtering capability up to 9 tI2CCLK"] + pub const FILTER9: Self = Self(0x09); + #[doc = "Digital filter enabled and filtering capability up to 10 tI2CCLK"] + pub const FILTER10: Self = Self(0x0a); + #[doc = "Digital filter enabled and filtering capability up to 11 tI2CCLK"] + pub const FILTER11: Self = Self(0x0b); + #[doc = "Digital filter enabled and filtering capability up to 12 tI2CCLK"] + pub const FILTER12: Self = Self(0x0c); + #[doc = "Digital filter enabled and filtering capability up to 13 tI2CCLK"] + pub const FILTER13: Self = Self(0x0d); + #[doc = "Digital filter enabled and filtering capability up to 14 tI2CCLK"] + pub const FILTER14: Self = Self(0x0e); + #[doc = "Digital filter enabled and filtering capability up to 15 tI2CCLK"] + pub const FILTER15: Self = Self(0x0f); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Oamsk(pub u8); + impl Oamsk { + #[doc = "No mask"] + pub const NOMASK: Self = Self(0); + #[doc = "OA2[1] +is masked and don’t care. Only OA2[7:2] +are compared"] + pub const MASK1: Self = Self(0x01); + #[doc = "OA2[2:1] +are masked and don’t care. Only OA2[7:3] +are compared"] + pub const MASK2: Self = Self(0x02); + #[doc = "OA2[3:1] +are masked and don’t care. Only OA2[7:4] +are compared"] + pub const MASK3: Self = Self(0x03); + #[doc = "OA2[4:1] +are masked and don’t care. Only OA2[7:5] +are compared"] + pub const MASK4: Self = Self(0x04); + #[doc = "OA2[5:1] +are masked and don’t care. Only OA2[7:6] +are compared"] + pub const MASK5: Self = Self(0x05); + #[doc = "OA2[6:1] +are masked and don’t care. Only OA2[7] +is compared."] + pub const MASK6: Self = Self(0x06); + #[doc = "OA2[7:1] +are masked and don’t care. No comparison is done, and all (except reserved) 7-bit received addresses are acknowledged"] + pub const MASK7: Self = Self(0x07); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Start(pub u8); + impl Start { + #[doc = "No Start generation"] + pub const NOSTART: Self = Self(0); + #[doc = "Restart/Start generation"] + pub const START: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Add(pub u8); + impl Add { + #[doc = "The master operates in 7-bit addressing mode"] + pub const BIT7: Self = Self(0); + #[doc = "The master operates in 10-bit addressing mode"] + pub const BIT10: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Oamode(pub u8); + impl Oamode { + #[doc = "Own address 1 is a 7-bit address"] + pub const BIT7: Self = Self(0); + #[doc = "Own address 1 is a 10-bit address"] + pub const BIT10: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Stop(pub u8); + impl Stop { + #[doc = "No Stop generation"] + pub const NOSTOP: Self = Self(0); + #[doc = "Stop generation after current byte transfer"] + pub const STOP: Self = Self(0x01); } - #[doc = "control register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pecbyte(pub u8); + impl Pecbyte { + #[doc = "No PEC transfer"] + pub const NOPEC: Self = Self(0); + #[doc = "PEC transmission/reception is requested"] + pub const PEC: Self = Self(0x01); + } + } + pub mod regs { + use crate::generic::*; + #[doc = "Control register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] -<<<<<<< HEAD pub struct Cr1(pub u32); impl Cr1 { - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { -======= - pub struct Sr(pub u32); - impl Sr { - #[doc = "Receive buffer not empty"] - pub const fn rxne(&self) -> bool { ->>>>>>> c084e70 (Update generated code) + #[doc = "Peripheral enable"] + pub const fn pe(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::Cpha(val as u8) + val != 0 } -<<<<<<< HEAD - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Peripheral enable"] + pub fn set_pe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { + #[doc = "TX Interrupt enable"] + pub const fn txie(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; - super::vals::Cpol(val as u8) + val != 0 } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "TX Interrupt enable"] + pub fn set_txie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Master selection"] - pub const fn mstr(&self) -> super::vals::Mstr { + #[doc = "RX Interrupt enable"] + pub const fn rxie(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; - super::vals::Mstr(val as u8) + val != 0 } - #[doc = "Master selection"] - pub fn set_mstr(&mut self, val: super::vals::Mstr) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "RX Interrupt enable"] + pub fn set_rxie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Baud rate control"] - pub const fn br(&self) -> super::vals::Br { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Br(val as u8) + #[doc = "Address match interrupt enable (slave only)"] + pub const fn addrie(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; + val != 0 } - #[doc = "Baud rate control"] - pub fn set_br(&mut self, val: super::vals::Br) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + #[doc = "Address match interrupt enable (slave only)"] + pub fn set_addrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "SPI enable"] - pub const fn spe(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Not acknowledge received interrupt enable"] + pub const fn nackie(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "SPI enable"] - pub fn set_spe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Frame format"] - pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { -======= - #[doc = "Receive buffer not empty"] - pub fn set_rxne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Not acknowledge received interrupt enable"] + pub fn set_nackie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Transmit buffer empty"] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "STOP detection Interrupt enable"] + pub const fn stopie(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Transmit buffer empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "STOP detection Interrupt enable"] + pub fn set_stopie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "CRC error flag"] - pub const fn crcerr(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "Transfer Complete interrupt enable"] + pub const fn tcie(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "CRC error flag"] - pub fn set_crcerr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Transfer Complete interrupt enable"] + pub fn set_tcie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Mode fault"] - pub const fn modf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "Error interrupts enable"] + pub const fn errie(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Mode fault"] - pub fn set_modf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Error interrupts enable"] + pub fn set_errie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + } + #[doc = "Digital noise filter"] + pub const fn dnf(&self) -> super::vals::Dnf { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Dnf(val as u8) + } + #[doc = "Digital noise filter"] + pub fn set_dnf(&mut self, val: super::vals::Dnf) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); } - #[doc = "Overrun flag"] - pub const fn ovr(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Analog noise filter OFF"] + pub const fn anfoff(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; val != 0 } - #[doc = "Overrun flag"] - pub fn set_ovr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Analog noise filter OFF"] + pub fn set_anfoff(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "Busy flag"] - pub const fn bsy(&self) -> bool { ->>>>>>> c084e70 (Update generated code) - let val = (self.0 >> 7usize) & 0x01; - super::vals::Lsbfirst(val as u8) + #[doc = "DMA transmission requests enable"] + pub const fn txdmaen(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; + val != 0 } - #[doc = "Frame format"] - pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "DMA transmission requests enable"] + pub fn set_txdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "Internal slave select"] - pub const fn ssi(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "DMA reception requests enable"] + pub const fn rxdmaen(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; val != 0 } -<<<<<<< HEAD - #[doc = "Internal slave select"] - pub fn set_ssi(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "DMA reception requests enable"] + pub fn set_rxdmaen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "Software slave management"] - pub const fn ssm(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + #[doc = "Slave byte control"] + pub const fn sbc(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Software slave management"] - pub fn set_ssm(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "Slave byte control"] + pub fn set_sbc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Receive only"] - pub const fn rxonly(&self) -> super::vals::Rxonly { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Rxonly(val as u8) + #[doc = "Clock stretching disable"] + pub const fn nostretch(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 } - #[doc = "Receive only"] - pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "Clock stretching disable"] + pub fn set_nostretch(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "CRC length"] - pub const fn crcl(&self) -> super::vals::Crcl { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Crcl(val as u8) + #[doc = "General call enable"] + pub const fn gcen(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; + val != 0 } - #[doc = "CRC length"] - pub fn set_crcl(&mut self, val: super::vals::Crcl) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + #[doc = "General call enable"] + pub fn set_gcen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "CRC transfer next"] - pub const fn crcnext(&self) -> super::vals::Crcnext { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Crcnext(val as u8) + #[doc = "SMBus Host address enable"] + pub const fn smbhen(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 } - #[doc = "CRC transfer next"] - pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "SMBus Host address enable"] + pub fn set_smbhen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "Hardware CRC calculation enable"] - pub const fn crcen(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "SMBus Device Default address enable"] + pub const fn smbden(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "Hardware CRC calculation enable"] - pub fn set_crcen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "SMBus Device Default address enable"] + pub fn set_smbden(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Output enable in bidirectional mode"] - pub const fn bidioe(&self) -> super::vals::Bidioe { - let val = (self.0 >> 14usize) & 0x01; - super::vals::Bidioe(val as u8) + #[doc = "SMBUS alert enable"] + pub const fn alerten(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 } - #[doc = "Output enable in bidirectional mode"] - pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "SMBUS alert enable"] + pub fn set_alerten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Bidirectional data mode enable"] - pub const fn bidimode(&self) -> super::vals::Bidimode { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Bidimode(val as u8) + #[doc = "PEC enable"] + pub const fn pecen(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 } - #[doc = "Bidirectional data mode enable"] - pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "PEC enable"] + pub fn set_pecen(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } } impl Default for Cr1 { @@ -35473,10486 +15785,9166 @@ pub mod spi_v2 { Cr1(0) } } - #[doc = "CRC polynomial register"] + #[doc = "Timing register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crcpr(pub u32); - impl Crcpr { - #[doc = "CRC polynomial register"] - pub const fn crcpoly(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + pub struct Timingr(pub u32); + impl Timingr { + #[doc = "SCL low period (master mode)"] + pub const fn scll(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "CRC polynomial register"] - pub fn set_crcpoly(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "SCL low period (master mode)"] + pub fn set_scll(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - } - impl Default for Crcpr { - fn default() -> Crcpr { - Crcpr(0) -======= - #[doc = "Busy flag"] - pub fn set_bsy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "SCL high period (master mode)"] + pub const fn sclh(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; + val as u8 } - #[doc = "Frame format error"] - pub const fn fre(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "SCL high period (master mode)"] + pub fn set_sclh(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); } - #[doc = "Frame format error"] - pub fn set_fre(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Data hold time"] + pub const fn sdadel(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x0f; + val as u8 } - #[doc = "FIFO reception level"] - pub const fn frlvl(&self) -> u8 { - let val = (self.0 >> 9usize) & 0x03; + #[doc = "Data hold time"] + pub fn set_sdadel(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 16usize)) | (((val as u32) & 0x0f) << 16usize); + } + #[doc = "Data setup time"] + pub const fn scldel(&self) -> u8 { + let val = (self.0 >> 20usize) & 0x0f; val as u8 } - #[doc = "FIFO reception level"] - pub fn set_frlvl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 9usize)) | (((val as u32) & 0x03) << 9usize); + #[doc = "Data setup time"] + pub fn set_scldel(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 20usize)) | (((val as u32) & 0x0f) << 20usize); } - #[doc = "FIFO Transmission Level"] - pub const fn ftlvl(&self) -> u8 { - let val = (self.0 >> 11usize) & 0x03; + #[doc = "Timing prescaler"] + pub const fn presc(&self) -> u8 { + let val = (self.0 >> 28usize) & 0x0f; val as u8 } - #[doc = "FIFO Transmission Level"] - pub fn set_ftlvl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val as u32) & 0x03) << 11usize); + #[doc = "Timing prescaler"] + pub fn set_presc(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 28usize)) | (((val as u32) & 0x0f) << 28usize); } } - impl Default for Sr { - fn default() -> Sr { - Sr(0) ->>>>>>> c084e70 (Update generated code) + impl Default for Timingr { + fn default() -> Timingr { + Timingr(0) } } - #[doc = "control register 2"] + #[doc = "Transmit data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Rx buffer DMA enable"] - pub const fn rxdmaen(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Rx buffer DMA enable"] - pub fn set_rxdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Tx buffer DMA enable"] - pub const fn txdmaen(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Tx buffer DMA enable"] - pub fn set_txdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + pub struct Txdr(pub u32); + impl Txdr { + #[doc = "8-bit transmit data"] + pub const fn txdata(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "SS output enable"] - pub const fn ssoe(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "8-bit transmit data"] + pub fn set_txdata(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } - #[doc = "SS output enable"] - pub fn set_ssoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + } + impl Default for Txdr { + fn default() -> Txdr { + Txdr(0) } - #[doc = "NSS pulse management"] - pub const fn nssp(&self) -> bool { + } + #[doc = "Interrupt clear register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Icr(pub u32); + impl Icr { + #[doc = "Address Matched flag clear"] + pub const fn addrcf(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; val != 0 -<<<<<<< HEAD } - #[doc = "NSS pulse management"] - pub fn set_nssp(&mut self, val: bool) { + #[doc = "Address Matched flag clear"] + pub fn set_addrcf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Frame format"] - pub const fn frf(&self) -> super::vals::Frf { + #[doc = "Not Acknowledge flag clear"] + pub const fn nackcf(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; - super::vals::Frf(val as u8) + val != 0 } - #[doc = "Frame format"] - pub fn set_frf(&mut self, val: super::vals::Frf) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "Not Acknowledge flag clear"] + pub fn set_nackcf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Error interrupt enable"] - pub const fn errie(&self) -> bool { + #[doc = "Stop detection flag clear"] + pub const fn stopcf(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Error interrupt enable"] - pub fn set_errie(&mut self, val: bool) { + #[doc = "Stop detection flag clear"] + pub fn set_stopcf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "RX buffer not empty interrupt enable"] - pub const fn rxneie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Bus error flag clear"] + pub const fn berrcf(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "RX buffer not empty interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Bus error flag clear"] + pub fn set_berrcf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Tx buffer empty interrupt enable"] - pub const fn txeie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Arbitration lost flag clear"] + pub const fn arlocf(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "Tx buffer empty interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Arbitration lost flag clear"] + pub fn set_arlocf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Data size"] - pub const fn ds(&self) -> super::vals::Ds { - let val = (self.0 >> 8usize) & 0x0f; - super::vals::Ds(val as u8) + #[doc = "Overrun/Underrun flag clear"] + pub const fn ovrcf(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 } - #[doc = "Data size"] - pub fn set_ds(&mut self, val: super::vals::Ds) { - self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + #[doc = "Overrun/Underrun flag clear"] + pub fn set_ovrcf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } -======= + #[doc = "PEC Error flag clear"] + pub const fn peccf(&self) -> bool { + let val = (self.0 >> 11usize) & 0x01; + val != 0 } - #[doc = "NSS pulse management"] - pub fn set_nssp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "PEC Error flag clear"] + pub fn set_peccf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); } - #[doc = "Frame format"] - pub const fn frf(&self) -> super::vals::Frf { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Frf(val as u8) + #[doc = "Timeout detection flag clear"] + pub const fn timoutcf(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 } - #[doc = "Frame format"] - pub fn set_frf(&mut self, val: super::vals::Frf) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "Timeout detection flag clear"] + pub fn set_timoutcf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "Error interrupt enable"] - pub const fn errie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; + #[doc = "Alert flag clear"] + pub const fn alertcf(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "Error interrupt enable"] - pub fn set_errie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "Alert flag clear"] + pub fn set_alertcf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "RX buffer not empty interrupt enable"] - pub const fn rxneie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + } + impl Default for Icr { + fn default() -> Icr { + Icr(0) + } + } + #[doc = "PEC register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pecr(pub u32); + impl Pecr { + #[doc = "Packet error checking register"] + pub const fn pec(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "Packet error checking register"] + pub fn set_pec(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + } + impl Default for Pecr { + fn default() -> Pecr { + Pecr(0) + } + } + #[doc = "Status register 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Timeoutr(pub u32); + impl Timeoutr { + #[doc = "Bus timeout A"] + pub const fn timeouta(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "Bus timeout A"] + pub fn set_timeouta(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "Idle clock timeout detection"] + pub const fn tidle(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; val != 0 } - #[doc = "RX buffer not empty interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Idle clock timeout detection"] + pub fn set_tidle(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "Tx buffer empty interrupt enable"] - pub const fn txeie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Clock timeout enable"] + pub const fn timouten(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; val != 0 } - #[doc = "Tx buffer empty interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Clock timeout enable"] + pub fn set_timouten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "Data size"] - pub const fn ds(&self) -> super::vals::Ds { - let val = (self.0 >> 8usize) & 0x0f; - super::vals::Ds(val as u8) + #[doc = "Bus timeout B"] + pub const fn timeoutb(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - #[doc = "Data size"] - pub fn set_ds(&mut self, val: super::vals::Ds) { - self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); + #[doc = "Bus timeout B"] + pub fn set_timeoutb(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } ->>>>>>> c084e70 (Update generated code) - #[doc = "FIFO reception threshold"] - pub const fn frxth(&self) -> super::vals::Frxth { - let val = (self.0 >> 12usize) & 0x01; - super::vals::Frxth(val as u8) + #[doc = "Extended clock timeout enable"] + pub const fn texten(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; + val != 0 } - #[doc = "FIFO reception threshold"] - pub fn set_frxth(&mut self, val: super::vals::Frxth) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + #[doc = "Extended clock timeout enable"] + pub fn set_texten(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } - #[doc = "Last DMA transfer for reception"] - pub const fn ldma_rx(&self) -> super::vals::LdmaRx { - let val = (self.0 >> 13usize) & 0x01; - super::vals::LdmaRx(val as u8) + } + impl Default for Timeoutr { + fn default() -> Timeoutr { + Timeoutr(0) } - #[doc = "Last DMA transfer for reception"] - pub fn set_ldma_rx(&mut self, val: super::vals::LdmaRx) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "Own address register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Oar2(pub u32); + impl Oar2 { + #[doc = "Interface address"] + pub const fn oa2(&self) -> u8 { + let val = (self.0 >> 1usize) & 0x7f; + val as u8 } - #[doc = "Last DMA transfer for transmission"] - pub const fn ldma_tx(&self) -> super::vals::LdmaTx { - let val = (self.0 >> 14usize) & 0x01; - super::vals::LdmaTx(val as u8) + #[doc = "Interface address"] + pub fn set_oa2(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 1usize)) | (((val as u32) & 0x7f) << 1usize); } - #[doc = "Last DMA transfer for transmission"] - pub fn set_ldma_tx(&mut self, val: super::vals::LdmaTx) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + #[doc = "Own Address 2 masks"] + pub const fn oa2msk(&self) -> super::vals::Oamsk { + let val = (self.0 >> 8usize) & 0x07; + super::vals::Oamsk(val as u8) + } + #[doc = "Own Address 2 masks"] + pub fn set_oa2msk(&mut self, val: super::vals::Oamsk) { + self.0 = (self.0 & !(0x07 << 8usize)) | (((val.0 as u32) & 0x07) << 8usize); + } + #[doc = "Own Address 2 enable"] + pub const fn oa2en(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Own Address 2 enable"] + pub fn set_oa2en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) + impl Default for Oar2 { + fn default() -> Oar2 { + Oar2(0) } } -<<<<<<< HEAD - #[doc = "status register"] + #[doc = "Own address register 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Receive buffer not empty"] - pub const fn rxne(&self) -> bool { -======= - #[doc = "control register 1"] + pub struct Oar1(pub u32); + impl Oar1 { + #[doc = "Interface address"] + pub const fn oa1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x03ff; + val as u16 + } + #[doc = "Interface address"] + pub fn set_oa1(&mut self, val: u16) { + self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + } + #[doc = "Own Address 1 10-bit mode"] + pub const fn oa1mode(&self) -> super::vals::Oamode { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Oamode(val as u8) + } + #[doc = "Own Address 1 10-bit mode"] + pub fn set_oa1mode(&mut self, val: super::vals::Oamode) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "Own Address 1 enable"] + pub const fn oa1en(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; + val != 0 + } + #[doc = "Own Address 1 enable"] + pub fn set_oa1en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + } + impl Default for Oar1 { + fn default() -> Oar1 { + Oar1(0) + } + } + #[doc = "Interrupt and Status register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { ->>>>>>> c084e70 (Update generated code) + pub struct Isr(pub u32); + impl Isr { + #[doc = "Transmit data register empty (transmitters)"] + pub const fn txe(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; - super::vals::Cpha(val as u8) + val != 0 } -<<<<<<< HEAD - #[doc = "Receive buffer not empty"] + #[doc = "Transmit data register empty (transmitters)"] + pub fn set_txe(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + } + #[doc = "Transmit interrupt status (transmitters)"] + pub const fn txis(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; + val != 0 + } + #[doc = "Transmit interrupt status (transmitters)"] + pub fn set_txis(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + } + #[doc = "Receive data register not empty (receivers)"] + pub const fn rxne(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; + val != 0 + } + #[doc = "Receive data register not empty (receivers)"] pub fn set_rxne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Transmit buffer empty"] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "Address matched (slave mode)"] + pub const fn addr(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Transmit buffer empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Address matched (slave mode)"] + pub fn set_addr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "CRC error flag"] - pub const fn crcerr(&self) -> bool { + #[doc = "Not acknowledge received flag"] + pub const fn nackf(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "CRC error flag"] - pub fn set_crcerr(&mut self, val: bool) { + #[doc = "Not acknowledge received flag"] + pub fn set_nackf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Mode fault"] - pub const fn modf(&self) -> bool { + #[doc = "Stop detection flag"] + pub const fn stopf(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Mode fault"] - pub fn set_modf(&mut self, val: bool) { + #[doc = "Stop detection flag"] + pub fn set_stopf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Overrun flag"] - pub const fn ovr(&self) -> bool { + #[doc = "Transfer Complete (master mode)"] + pub const fn tc(&self) -> bool { let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Overrun flag"] - pub fn set_ovr(&mut self, val: bool) { + #[doc = "Transfer Complete (master mode)"] + pub fn set_tc(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Busy flag"] - pub const fn bsy(&self) -> bool { + #[doc = "Transfer Complete Reload"] + pub const fn tcr(&self) -> bool { let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Busy flag"] - pub fn set_bsy(&mut self, val: bool) { + #[doc = "Transfer Complete Reload"] + pub fn set_tcr(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Frame format error"] - pub const fn fre(&self) -> bool { + #[doc = "Bus error"] + pub const fn berr(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Frame format error"] - pub fn set_fre(&mut self, val: bool) { + #[doc = "Bus error"] + pub fn set_berr(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "FIFO reception level"] - pub const fn frlvl(&self) -> u8 { - let val = (self.0 >> 9usize) & 0x03; - val as u8 - } - #[doc = "FIFO reception level"] - pub fn set_frlvl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 9usize)) | (((val as u32) & 0x03) << 9usize); - } - #[doc = "FIFO Transmission Level"] - pub const fn ftlvl(&self) -> u8 { - let val = (self.0 >> 11usize) & 0x03; - val as u8 - } - #[doc = "FIFO Transmission Level"] - pub fn set_ftlvl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val as u32) & 0x03) << 11usize); - } - } - impl Default for Sr { - fn default() -> Sr { - Sr(0) + #[doc = "Arbitration lost"] + pub const fn arlo(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; + val != 0 } - } - #[doc = "TX CRC register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Txcrcr(pub u32); - impl Txcrcr { - #[doc = "Tx CRC register"] - pub const fn tx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "Arbitration lost"] + pub fn set_arlo(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Tx CRC register"] - pub fn set_tx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Overrun/Underrun (slave mode)"] + pub const fn ovr(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 } - } - impl Default for Txcrcr { - fn default() -> Txcrcr { - Txcrcr(0) -======= - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + #[doc = "Overrun/Underrun (slave mode)"] + pub fn set_ovr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Cpol(val as u8) + #[doc = "PEC Error in reception"] + pub const fn pecerr(&self) -> super::vals::Pecerr { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Pecerr(val as u8) } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + #[doc = "PEC Error in reception"] + pub fn set_pecerr(&mut self, val: super::vals::Pecerr) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "Master selection"] - pub const fn mstr(&self) -> super::vals::Mstr { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Mstr(val as u8) + #[doc = "Timeout or t_low detection flag"] + pub const fn timeout(&self) -> bool { + let val = (self.0 >> 12usize) & 0x01; + val != 0 } - #[doc = "Master selection"] - pub fn set_mstr(&mut self, val: super::vals::Mstr) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + #[doc = "Timeout or t_low detection flag"] + pub fn set_timeout(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); } - #[doc = "Baud rate control"] - pub const fn br(&self) -> super::vals::Br { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Br(val as u8) + #[doc = "SMBus alert"] + pub const fn alert(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; + val != 0 } - #[doc = "Baud rate control"] - pub fn set_br(&mut self, val: super::vals::Br) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + #[doc = "SMBus alert"] + pub fn set_alert(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "SPI enable"] - pub const fn spe(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Bus busy"] + pub const fn busy(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; val != 0 } - #[doc = "SPI enable"] - pub fn set_spe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Bus busy"] + pub fn set_busy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "Frame format"] - pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { - let val = (self.0 >> 7usize) & 0x01; - super::vals::Lsbfirst(val as u8) + #[doc = "Transfer direction (Slave mode)"] + pub const fn dir(&self) -> super::vals::Dir { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Dir(val as u8) } - #[doc = "Frame format"] - pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); + #[doc = "Transfer direction (Slave mode)"] + pub fn set_dir(&mut self, val: super::vals::Dir) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "Internal slave select"] - pub const fn ssi(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "Address match code (Slave mode)"] + pub const fn addcode(&self) -> u8 { + let val = (self.0 >> 17usize) & 0x7f; + val as u8 } - #[doc = "Internal slave select"] - pub fn set_ssi(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Address match code (Slave mode)"] + pub fn set_addcode(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 17usize)) | (((val as u32) & 0x7f) << 17usize); } - #[doc = "Software slave management"] - pub const fn ssm(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 + } + impl Default for Isr { + fn default() -> Isr { + Isr(0) } - #[doc = "Software slave management"] - pub fn set_ssm(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + #[doc = "Control register 2"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cr2(pub u32); + impl Cr2 { + #[doc = "Slave address bit (master mode)"] + pub const fn sadd(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x03ff; + val as u16 } - #[doc = "Receive only"] - pub const fn rxonly(&self) -> super::vals::Rxonly { + #[doc = "Slave address bit (master mode)"] + pub fn set_sadd(&mut self, val: u16) { + self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + } + #[doc = "Transfer direction (master mode)"] + pub const fn rd_wrn(&self) -> super::vals::RdWrn { let val = (self.0 >> 10usize) & 0x01; - super::vals::Rxonly(val as u8) + super::vals::RdWrn(val as u8) } - #[doc = "Receive only"] - pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { + #[doc = "Transfer direction (master mode)"] + pub fn set_rd_wrn(&mut self, val: super::vals::RdWrn) { self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "CRC length"] - pub const fn crcl(&self) -> super::vals::Crcl { + #[doc = "10-bit addressing mode (master mode)"] + pub const fn add10(&self) -> super::vals::Add { let val = (self.0 >> 11usize) & 0x01; - super::vals::Crcl(val as u8) + super::vals::Add(val as u8) } - #[doc = "CRC length"] - pub fn set_crcl(&mut self, val: super::vals::Crcl) { + #[doc = "10-bit addressing mode (master mode)"] + pub fn set_add10(&mut self, val: super::vals::Add) { self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "CRC transfer next"] - pub const fn crcnext(&self) -> super::vals::Crcnext { + #[doc = "10-bit address header only read direction (master receiver mode)"] + pub const fn head10r(&self) -> super::vals::Headr { let val = (self.0 >> 12usize) & 0x01; - super::vals::Crcnext(val as u8) + super::vals::Headr(val as u8) } - #[doc = "CRC transfer next"] - pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { + #[doc = "10-bit address header only read direction (master receiver mode)"] + pub fn set_head10r(&mut self, val: super::vals::Headr) { self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Hardware CRC calculation enable"] - pub const fn crcen(&self) -> bool { + #[doc = "Start generation"] + pub const fn start(&self) -> super::vals::Start { let val = (self.0 >> 13usize) & 0x01; - val != 0 + super::vals::Start(val as u8) } - #[doc = "Hardware CRC calculation enable"] - pub fn set_crcen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "Start generation"] + pub fn set_start(&mut self, val: super::vals::Start) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); } - #[doc = "Output enable in bidirectional mode"] - pub const fn bidioe(&self) -> super::vals::Bidioe { + #[doc = "Stop generation (master mode)"] + pub const fn stop(&self) -> super::vals::Stop { let val = (self.0 >> 14usize) & 0x01; - super::vals::Bidioe(val as u8) + super::vals::Stop(val as u8) } - #[doc = "Output enable in bidirectional mode"] - pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { + #[doc = "Stop generation (master mode)"] + pub fn set_stop(&mut self, val: super::vals::Stop) { self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "Bidirectional data mode enable"] - pub const fn bidimode(&self) -> super::vals::Bidimode { + #[doc = "NACK generation (slave mode)"] + pub const fn nack(&self) -> super::vals::Nack { let val = (self.0 >> 15usize) & 0x01; - super::vals::Bidimode(val as u8) + super::vals::Nack(val as u8) } - #[doc = "Bidirectional data mode enable"] - pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { + #[doc = "NACK generation (slave mode)"] + pub fn set_nack(&mut self, val: super::vals::Nack) { self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } + #[doc = "Number of bytes"] + pub const fn nbytes(&self) -> u8 { + let val = (self.0 >> 16usize) & 0xff; + val as u8 + } + #[doc = "Number of bytes"] + pub fn set_nbytes(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + } + #[doc = "NBYTES reload mode"] + pub const fn reload(&self) -> super::vals::Reload { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Reload(val as u8) + } + #[doc = "NBYTES reload mode"] + pub fn set_reload(&mut self, val: super::vals::Reload) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "Automatic end mode (master mode)"] + pub const fn autoend(&self) -> super::vals::Autoend { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Autoend(val as u8) + } + #[doc = "Automatic end mode (master mode)"] + pub fn set_autoend(&mut self, val: super::vals::Autoend) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "Packet error checking byte"] + pub const fn pecbyte(&self) -> super::vals::Pecbyte { + let val = (self.0 >> 26usize) & 0x01; + super::vals::Pecbyte(val as u8) + } + #[doc = "Packet error checking byte"] + pub fn set_pecbyte(&mut self, val: super::vals::Pecbyte) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + } + } + impl Default for Cr2 { + fn default() -> Cr2 { + Cr2(0) + } + } + #[doc = "Receive data register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Rxdr(pub u32); + impl Rxdr { + #[doc = "8-bit receive data"] + pub const fn rxdata(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 + } + #[doc = "8-bit receive data"] + pub fn set_rxdata(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + } + } + impl Default for Rxdr { + fn default() -> Rxdr { + Rxdr(0) + } + } + } +} +pub mod rcc_h7 { + use crate::generic::*; + #[doc = "Reset and clock control"] + #[derive(Copy, Clone)] + pub struct Rcc(pub *mut u8); + unsafe impl Send for Rcc {} + unsafe impl Sync for Rcc {} + impl Rcc { + #[doc = "clock control register"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "RCC HSI configuration register"] + pub fn hsicfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "RCC Internal Clock Source Calibration Register"] + pub fn icscr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(4usize)) } + } + #[doc = "RCC Clock Recovery RC Register"] + pub fn crrcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "RCC CSI configuration register"] + pub fn csicfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "RCC Clock Configuration Register"] + pub fn cfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "RCC Domain 1 Clock Configuration Register"] + pub fn d1cfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "RCC Domain 2 Clock Configuration Register"] + pub fn d2cfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "RCC Domain 3 Clock Configuration Register"] + pub fn d3cfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "RCC PLLs Clock Source Selection Register"] + pub fn pllckselr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "RCC PLLs Configuration Register"] + pub fn pllcfgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "RCC PLL1 Dividers Configuration Register"] + pub fn plldivr(self, n: usize) -> Reg { + assert!(n < 3usize); + unsafe { Reg::from_ptr(self.0.add(48usize + n * 8usize)) } + } + #[doc = "RCC PLL1 Fractional Divider Register"] + pub fn pllfracr(self, n: usize) -> Reg { + assert!(n < 3usize); + unsafe { Reg::from_ptr(self.0.add(52usize + n * 8usize)) } + } + #[doc = "RCC Domain 1 Kernel Clock Configuration Register"] + pub fn d1ccipr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] + pub fn d2ccip1r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(80usize)) } + } + #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] + pub fn d2ccip2r(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(84usize)) } + } + #[doc = "RCC Domain 3 Kernel Clock Configuration Register"] + pub fn d3ccipr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(88usize)) } + } + #[doc = "RCC Clock Source Interrupt Enable Register"] + pub fn cier(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(96usize)) } + } + #[doc = "RCC Clock Source Interrupt Flag Register"] + pub fn cifr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(100usize)) } + } + #[doc = "RCC Clock Source Interrupt Clear Register"] + pub fn cicr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(104usize)) } + } + #[doc = "RCC Backup Domain Control Register"] + pub fn bdcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(112usize)) } + } + #[doc = "RCC Clock Control and Status Register"] + pub fn csr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(116usize)) } + } + #[doc = "RCC AHB3 Reset Register"] + pub fn ahb3rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(124usize)) } + } + #[doc = "RCC AHB1 Peripheral Reset Register"] + pub fn ahb1rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(128usize)) } + } + #[doc = "RCC AHB2 Peripheral Reset Register"] + pub fn ahb2rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(132usize)) } + } + #[doc = "RCC AHB4 Peripheral Reset Register"] + pub fn ahb4rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(136usize)) } + } + #[doc = "RCC APB3 Peripheral Reset Register"] + pub fn apb3rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(140usize)) } + } + #[doc = "RCC APB1 Peripheral Reset Register"] + pub fn apb1lrstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(144usize)) } + } + #[doc = "RCC APB1 Peripheral Reset Register"] + pub fn apb1hrstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(148usize)) } + } + #[doc = "RCC APB2 Peripheral Reset Register"] + pub fn apb2rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(152usize)) } + } + #[doc = "RCC APB4 Peripheral Reset Register"] + pub fn apb4rstr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(156usize)) } + } + #[doc = "RCC Global Control Register"] + pub fn gcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(160usize)) } + } + #[doc = "RCC D3 Autonomous mode Register"] + pub fn d3amr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(168usize)) } + } + #[doc = "RCC Reset Status Register"] + pub fn rsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(208usize)) } + } + #[doc = "RCC AHB3 Clock Register"] + pub fn ahb3enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(212usize)) } + } + #[doc = "RCC AHB1 Clock Register"] + pub fn ahb1enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(216usize)) } + } + #[doc = "RCC AHB2 Clock Register"] + pub fn ahb2enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(220usize)) } + } + #[doc = "RCC AHB4 Clock Register"] + pub fn ahb4enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(224usize)) } + } + #[doc = "RCC APB3 Clock Register"] + pub fn apb3enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(228usize)) } + } + #[doc = "RCC APB1 Clock Register"] + pub fn apb1lenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(232usize)) } + } + #[doc = "RCC APB1 Clock Register"] + pub fn apb1henr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(236usize)) } + } + #[doc = "RCC APB2 Clock Register"] + pub fn apb2enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(240usize)) } + } + #[doc = "RCC APB4 Clock Register"] + pub fn apb4enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(244usize)) } + } + #[doc = "RCC AHB3 Sleep Clock Register"] + pub fn ahb3lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(252usize)) } + } + #[doc = "RCC AHB1 Sleep Clock Register"] + pub fn ahb1lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(256usize)) } + } + #[doc = "RCC AHB2 Sleep Clock Register"] + pub fn ahb2lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(260usize)) } + } + #[doc = "RCC AHB4 Sleep Clock Register"] + pub fn ahb4lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(264usize)) } + } + #[doc = "RCC APB3 Sleep Clock Register"] + pub fn apb3lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(268usize)) } + } + #[doc = "RCC APB1 Low Sleep Clock Register"] + pub fn apb1llpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(272usize)) } + } + #[doc = "RCC APB1 High Sleep Clock Register"] + pub fn apb1hlpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(276usize)) } + } + #[doc = "RCC APB2 Sleep Clock Register"] + pub fn apb2lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(280usize)) } + } + #[doc = "RCC APB4 Sleep Clock Register"] + pub fn apb4lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(284usize)) } + } + #[doc = "RCC Reset Status Register"] + pub fn c1_rsr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(304usize)) } } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) ->>>>>>> c084e70 (Update generated code) - } + #[doc = "RCC AHB3 Clock Register"] + pub fn c1_ahb3enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(308usize)) } + } + #[doc = "RCC AHB1 Clock Register"] + pub fn c1_ahb1enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(312usize)) } + } + #[doc = "RCC AHB2 Clock Register"] + pub fn c1_ahb2enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(316usize)) } + } + #[doc = "RCC AHB4 Clock Register"] + pub fn c1_ahb4enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(320usize)) } + } + #[doc = "RCC APB3 Clock Register"] + pub fn c1_apb3enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(324usize)) } + } + #[doc = "RCC APB1 Clock Register"] + pub fn c1_apb1lenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(328usize)) } + } + #[doc = "RCC APB1 Clock Register"] + pub fn c1_apb1henr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(332usize)) } + } + #[doc = "RCC APB2 Clock Register"] + pub fn c1_apb2enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(336usize)) } + } + #[doc = "RCC APB4 Clock Register"] + pub fn c1_apb4enr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(340usize)) } + } + #[doc = "RCC AHB3 Sleep Clock Register"] + pub fn c1_ahb3lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(348usize)) } + } + #[doc = "RCC AHB1 Sleep Clock Register"] + pub fn c1_ahb1lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(352usize)) } + } + #[doc = "RCC AHB2 Sleep Clock Register"] + pub fn c1_ahb2lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(356usize)) } + } + #[doc = "RCC AHB4 Sleep Clock Register"] + pub fn c1_ahb4lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(360usize)) } + } + #[doc = "RCC APB3 Sleep Clock Register"] + pub fn c1_apb3lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(364usize)) } + } + #[doc = "RCC APB1 Low Sleep Clock Register"] + pub fn c1_apb1llpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(368usize)) } + } + #[doc = "RCC APB1 High Sleep Clock Register"] + pub fn c1_apb1hlpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(372usize)) } + } + #[doc = "RCC APB2 Sleep Clock Register"] + pub fn c1_apb2lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(376usize)) } + } + #[doc = "RCC APB4 Sleep Clock Register"] + pub fn c1_apb4lpenr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(380usize)) } } } pub mod vals { use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] -<<<<<<< HEAD - pub struct Bidioe(pub u8); - impl Bidioe { - #[doc = "Output disabled (receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0); - #[doc = "Output enabled (transmit-only mode)"] - pub const OUTPUTENABLED: Self = Self(0x01); + pub struct Ahb2enrDcmien(pub u8); + impl Ahb2enrDcmien { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct LdmaRx(pub u8); - impl LdmaRx { - #[doc = "Number of data to transfer for receive is even"] - pub const EVEN: Self = Self(0); - #[doc = "Number of data to transfer for receive is odd"] - pub const ODD: Self = Self(0x01); + pub struct Fdcansel(pub u8); + impl Fdcansel { + #[doc = "HSE selected as peripheral clock"] + pub const HSE: Self = Self(0); + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0x01); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x02); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxonly(pub u8); - impl Rxonly { - #[doc = "Full duplex (Transmit and receive)"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Output disabled (Receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0x01); + pub struct Lsirdyie(pub u8); + impl Lsirdyie { + #[doc = "Interrupt disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Interrupt enabled"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidimode(pub u8); - impl Bidimode { - #[doc = "2-line unidirectional data mode selected"] - pub const UNIDIRECTIONAL: Self = Self(0); - #[doc = "1-line bidirectional data mode selected"] - pub const BIDIRECTIONAL: Self = Self(0x01); + pub struct Sw(pub u8); + impl Sw { + #[doc = "HSI selected as system clock"] + pub const HSI: Self = Self(0); + #[doc = "CSI selected as system clock"] + pub const CSI: Self = Self(0x01); + #[doc = "HSE selected as system clock"] + pub const HSE: Self = Self(0x02); + #[doc = "PLL1 selected as system clock"] + pub const PLL1: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ftlvlr(pub u8); - impl Ftlvlr { - #[doc = "Tx FIFO Empty"] - pub const EMPTY: Self = Self(0); - #[doc = "Tx 1/4 FIFO"] - pub const QUARTER: Self = Self(0x01); - #[doc = "Tx 1/2 FIFO"] - pub const HALF: Self = Self(0x02); - #[doc = "Tx FIFO full"] - pub const FULL: Self = Self(0x03); + pub struct I2c123sel(pub u8); + impl I2c123sel { + #[doc = "rcc_pclk1 selected as peripheral clock"] + pub const RCC_PCLK1: Self = Self(0); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x01); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x02); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ds(pub u8); - impl Ds { - #[doc = "4-bit"] - pub const FOURBIT: Self = Self(0x03); - #[doc = "5-bit"] - pub const FIVEBIT: Self = Self(0x04); - #[doc = "6-bit"] - pub const SIXBIT: Self = Self(0x05); - #[doc = "7-bit"] - pub const SEVENBIT: Self = Self(0x06); - #[doc = "8-bit"] - pub const EIGHTBIT: Self = Self(0x07); - #[doc = "9-bit"] - pub const NINEBIT: Self = Self(0x08); - #[doc = "10-bit"] - pub const TENBIT: Self = Self(0x09); - #[doc = "11-bit"] - pub const ELEVENBIT: Self = Self(0x0a); - #[doc = "12-bit"] - pub const TWELVEBIT: Self = Self(0x0b); - #[doc = "13-bit"] - pub const THIRTEENBIT: Self = Self(0x0c); - #[doc = "14-bit"] - pub const FOURTEENBIT: Self = Self(0x0d); - #[doc = "15-bit"] - pub const FIFTEENBIT: Self = Self(0x0e); - #[doc = "16-bit"] - pub const SIXTEENBIT: Self = Self(0x0f); + pub struct C1Ahb4lpenrGpioalpen(pub u8); + impl C1Ahb4lpenrGpioalpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frxth(pub u8); - impl Frxth { - #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/2 (16-bit)"] - pub const HALF: Self = Self(0); - #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/4 (8-bit)"] - pub const QUARTER: Self = Self(0x01); + pub struct C1Ahb2enrDcmien(pub u8); + impl C1Ahb2enrDcmien { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frlvlr(pub u8); - impl Frlvlr { - #[doc = "Rx FIFO Empty"] - pub const EMPTY: Self = Self(0); - #[doc = "Rx 1/4 FIFO"] - pub const QUARTER: Self = Self(0x01); - #[doc = "Rx 1/2 FIFO"] - pub const HALF: Self = Self(0x02); - #[doc = "Rx FIFO full"] - pub const FULL: Self = Self(0x03); + pub struct C1Ahb1enrDma1en(pub u8); + impl C1Ahb1enrDma1en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "CK to 0 when idle"] - pub const IDLELOW: Self = Self(0); - #[doc = "CK to 1 when idle"] - pub const IDLEHIGH: Self = Self(0x01); + pub struct C1Apb4lpenrSyscfglpen(pub u8); + impl C1Apb4lpenrSyscfglpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Br(pub u8); - impl Br { - #[doc = "f_PCLK / 2"] - pub const DIV2: Self = Self(0); - #[doc = "f_PCLK / 4"] - pub const DIV4: Self = Self(0x01); - #[doc = "f_PCLK / 8"] - pub const DIV8: Self = Self(0x02); - #[doc = "f_PCLK / 16"] - pub const DIV16: Self = Self(0x03); - #[doc = "f_PCLK / 32"] - pub const DIV32: Self = Self(0x04); - #[doc = "f_PCLK / 64"] - pub const DIV64: Self = Self(0x05); - #[doc = "f_PCLK / 128"] - pub const DIV128: Self = Self(0x06); - #[doc = "f_PCLK / 256"] - pub const DIV256: Self = Self(0x07); + pub struct Mco1(pub u8); + impl Mco1 { + #[doc = "HSI selected for micro-controller clock output"] + pub const HSI: Self = Self(0); + #[doc = "LSE selected for micro-controller clock output"] + pub const LSE: Self = Self(0x01); + #[doc = "HSE selected for micro-controller clock output"] + pub const HSE: Self = Self(0x02); + #[doc = "pll1_q selected for micro-controller clock output"] + pub const PLL1_Q: Self = Self(0x03); + #[doc = "HSI48 selected for micro-controller clock output"] + pub const HSI48: Self = Self(0x04); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsbfirst(pub u8); - impl Lsbfirst { - #[doc = "Data is transmitted/received with the MSB first"] - pub const MSBFIRST: Self = Self(0); - #[doc = "Data is transmitted/received with the LSB first"] - pub const LSBFIRST: Self = Self(0x01); + pub struct Crsrst(pub u8); + impl Crsrst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frer(pub u8); - impl Frer { - #[doc = "No frame format error"] - pub const NOERROR: Self = Self(0); - #[doc = "A frame format error occurred"] - pub const ERROR: Self = Self(0x01); + pub struct Lpuart1sel(pub u8); + impl Lpuart1sel { + #[doc = "rcc_pclk_d3 selected as peripheral clock"] + pub const RCC_PCLK_D3: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x05); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcl(pub u8); - impl Crcl { - #[doc = "8-bit CRC length"] - pub const EIGHTBIT: Self = Self(0); - #[doc = "16-bit CRC length"] - pub const SIXTEENBIT: Self = Self(0x01); + pub struct Lserdyr(pub u8); + impl Lserdyr { + #[doc = "LSE oscillator not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "LSE oscillator ready"] + pub const READY: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcnext(pub u8); - impl Crcnext { - #[doc = "Next transmit value is from Tx buffer"] - pub const TXBUFFER: Self = Self(0); - #[doc = "Next transmit value is from Tx CRC register"] - pub const CRC: Self = Self(0x01); + pub struct D1ppre(pub u8); + impl D1ppre { + #[doc = "rcc_hclk not divided"] + pub const DIV1: Self = Self(0); + #[doc = "rcc_hclk divided by 2"] + pub const DIV2: Self = Self(0x04); + #[doc = "rcc_hclk divided by 4"] + pub const DIV4: Self = Self(0x05); + #[doc = "rcc_hclk divided by 8"] + pub const DIV8: Self = Self(0x06); + #[doc = "rcc_hclk divided by 16"] + pub const DIV16: Self = Self(0x07); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frf(pub u8); - impl Frf { - #[doc = "SPI Motorola mode"] - pub const MOTOROLA: Self = Self(0); - #[doc = "SPI TI mode"] - pub const TI: Self = Self(0x01); + pub struct Ww1rsc(pub u8); + impl Ww1rsc { + #[doc = "Clear WWDG1 scope control"] + pub const CLEAR: Self = Self(0); + #[doc = "Set WWDG1 scope control"] + pub const SET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct LdmaTx(pub u8); - impl LdmaTx { - #[doc = "Number of data to transfer for transmit is even"] - pub const EVEN: Self = Self(0); - #[doc = "Number of data to transfer for transmit is odd"] - pub const ODD: Self = Self(0x01); + pub struct Ahb1lpenrDma1lpen(pub u8); + impl Ahb1lpenrDma1lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mstr(pub u8); - impl Mstr { - #[doc = "Slave configuration"] - pub const SLAVE: Self = Self(0); - #[doc = "Master configuration"] - pub const MASTER: Self = Self(0x01); + pub struct Usart234578sel(pub u8); + impl Usart234578sel { + #[doc = "rcc_pclk1 selected as peripheral clock"] + pub const RCC_PCLK1: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x05); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRSTEDGE: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECONDEDGE: Self = Self(0x01); - } - } -} -pub mod usart_v1 { - use crate::generic::*; - #[doc = "Universal asynchronous receiver transmitter"] - #[derive(Copy, Clone)] - pub struct Uart(pub *mut u8); - unsafe impl Send for Uart {} - unsafe impl Sync for Uart {} - impl Uart { - #[doc = "Status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "Data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "Baud rate register"] - pub fn brr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } + pub struct Adcsel(pub u8); + impl Adcsel { + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x01); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x02); } - #[doc = "Control register 3"] - pub fn cr3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb1henrCrsen(pub u8); + impl Apb1henrCrsen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - } - #[doc = "Universal synchronous asynchronous receiver transmitter"] - #[derive(Copy, Clone)] - pub struct Usart(pub *mut u8); - unsafe impl Send for Usart {} - unsafe impl Sync for Usart {} - impl Usart { - #[doc = "Status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dfsdm1sel(pub u8); + impl Dfsdm1sel { + #[doc = "rcc_pclk2 selected as peripheral clock"] + pub const RCC_PCLK2: Self = Self(0); + #[doc = "System clock selected as peripheral clock"] + pub const SYS: Self = Self(0x01); } - #[doc = "Data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb4enrSyscfgen(pub u8); + impl C1Apb4enrSyscfgen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "Baud rate register"] - pub fn brr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pll1vcosel(pub u8); + impl Pll1vcosel { + #[doc = "VCO frequency range 192 to 836 MHz"] + pub const WIDEVCO: Self = Self(0); + #[doc = "VCO frequency range 150 to 420 MHz"] + pub const MEDIUMVCO: Self = Self(0x01); } - #[doc = "Control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptim1sel(pub u8); + impl Lptim1sel { + #[doc = "rcc_pclk1 selected as peripheral clock"] + pub const RCC_PCLK1: Self = Self(0); + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x02); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x03); + #[doc = "LSI selected as peripheral clock"] + pub const LSI: Self = Self(0x04); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x05); } - #[doc = "Control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcsel(pub u8); + impl Rtcsel { + #[doc = "No clock"] + pub const NOCLOCK: Self = Self(0); + #[doc = "LSE oscillator clock used as RTC clock"] + pub const LSE: Self = Self(0x01); + #[doc = "LSI oscillator clock used as RTC clock"] + pub const LSI: Self = Self(0x02); + #[doc = "HSE oscillator clock divided by a prescaler used as RTC clock"] + pub const HSE: Self = Self(0x03); } - #[doc = "Control register 3"] - pub fn cr3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb1lpenrDma1lpen(pub u8); + impl C1Ahb1lpenrDma1lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "Guard time and prescaler register"] - pub fn gtpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } -======= - pub struct Frer(pub u8); - impl Frer { - #[doc = "No frame format error"] - pub const NOERROR: Self = Self(0); - #[doc = "A frame format error occurred"] - pub const ERROR: Self = Self(0x01); + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Dma1rst(pub u8); + impl Dma1rst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frf(pub u8); - impl Frf { - #[doc = "SPI Motorola mode"] - pub const MOTOROLA: Self = Self(0); - #[doc = "SPI TI mode"] - pub const TI: Self = Self(0x01); + pub struct C1Apb3lpenrLtdclpen(pub u8); + impl C1Apb3lpenrLtdclpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct LdmaTx(pub u8); - impl LdmaTx { - #[doc = "Number of data to transfer for transmit is even"] - pub const EVEN: Self = Self(0); - #[doc = "Number of data to transfer for transmit is odd"] - pub const ODD: Self = Self(0x01); + pub struct Timpre(pub u8); + impl Timpre { + #[doc = "Timer kernel clock equal to 2x pclk by default"] + pub const DEFAULTX2: Self = Self(0); + #[doc = "Timer kernel clock equal to 4x pclk by default"] + pub const DEFAULTX4: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mstr(pub u8); - impl Mstr { - #[doc = "Slave configuration"] - pub const SLAVE: Self = Self(0); - #[doc = "Master configuration"] - pub const MASTER: Self = Self(0x01); + pub struct C1Ahb2lpenrDcmilpen(pub u8); + impl C1Ahb2lpenrDcmilpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidimode(pub u8); - impl Bidimode { - #[doc = "2-line unidirectional data mode selected"] - pub const UNIDIRECTIONAL: Self = Self(0); - #[doc = "1-line bidirectional data mode selected"] - pub const BIDIRECTIONAL: Self = Self(0x01); + pub struct Lsirdyc(pub u8); + impl Lsirdyc { + #[doc = "Clear interrupt flag"] + pub const CLEAR: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsbfirst(pub u8); - impl Lsbfirst { - #[doc = "Data is transmitted/received with the MSB first"] - pub const MSBFIRST: Self = Self(0); - #[doc = "Data is transmitted/received with the LSB first"] - pub const LSBFIRST: Self = Self(0x01); + pub struct Pll1rge(pub u8); + impl Pll1rge { + #[doc = "Frequency is between 1 and 2 MHz"] + pub const RANGE1: Self = Self(0); + #[doc = "Frequency is between 2 and 4 MHz"] + pub const RANGE2: Self = Self(0x01); + #[doc = "Frequency is between 4 and 8 MHz"] + pub const RANGE4: Self = Self(0x02); + #[doc = "Frequency is between 8 and 16 MHz"] + pub const RANGE8: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidioe(pub u8); - impl Bidioe { - #[doc = "Output disabled (receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0); - #[doc = "Output enabled (transmit-only mode)"] - pub const OUTPUTENABLED: Self = Self(0x01); + pub struct Lsion(pub u8); + impl Lsion { + #[doc = "LSI oscillator Off"] + pub const OFF: Self = Self(0); + #[doc = "LSI oscillator On"] + pub const ON: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "CK to 0 when idle"] - pub const IDLELOW: Self = Self(0); - #[doc = "CK to 1 when idle"] - pub const IDLEHIGH: Self = Self(0x01); + pub struct Usart16sel(pub u8); + impl Usart16sel { + #[doc = "rcc_pclk2 selected as peripheral clock"] + pub const RCC_PCLK2: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x05); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcl(pub u8); - impl Crcl { - #[doc = "8-bit CRC length"] - pub const EIGHTBIT: Self = Self(0); - #[doc = "16-bit CRC length"] - pub const SIXTEENBIT: Self = Self(0x01); + pub struct Sai4asel(pub u8); + impl Sai4asel { + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0); + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "pll3_p selected as peripheral clock"] + pub const PLL3_P: Self = Self(0x02); + #[doc = "i2s_ckin selected as peripheral clock"] + pub const I2S_CKIN: Self = Self(0x03); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x04); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcnext(pub u8); - impl Crcnext { - #[doc = "Next transmit value is from Tx buffer"] - pub const TXBUFFER: Self = Self(0); - #[doc = "Next transmit value is from Tx CRC register"] - pub const CRC: Self = Self(0x01); ->>>>>>> c084e70 (Update generated code) + pub struct Gpioarst(pub u8); + impl Gpioarst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } - } - pub mod vals { - use crate::generic::*; #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] -<<<<<<< HEAD - pub struct Ps(pub u8); - impl Ps { - #[doc = "Even parity"] - pub const EVEN: Self = Self(0); - #[doc = "Odd parity"] - pub const ODD: Self = Self(0x01); + pub struct Lseon(pub u8); + impl Lseon { + #[doc = "LSE oscillator Off"] + pub const OFF: Self = Self(0); + #[doc = "LSE oscillator On"] + pub const ON: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "Steady low value on CK pin outside transmission window"] - pub const LOW: Self = Self(0); - #[doc = "Steady high value on CK pin outside transmission window"] - pub const HIGH: Self = Self(0x01); + pub struct D2ppre1(pub u8); + impl D2ppre1 { + #[doc = "rcc_hclk not divided"] + pub const DIV1: Self = Self(0); + #[doc = "rcc_hclk divided by 2"] + pub const DIV2: Self = Self(0x04); + #[doc = "rcc_hclk divided by 4"] + pub const DIV4: Self = Self(0x05); + #[doc = "rcc_hclk divided by 8"] + pub const DIV8: Self = Self(0x06); + #[doc = "rcc_hclk divided by 16"] + pub const DIV16: Self = Self(0x07); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rwu(pub u8); - impl Rwu { - #[doc = "Receiver in active mode"] - pub const ACTIVE: Self = Self(0); - #[doc = "Receiver in mute mode"] - pub const MUTE: Self = Self(0x01); + pub struct Ckpersel(pub u8); + impl Ckpersel { + #[doc = "HSI selected as peripheral clock"] + pub const HSI: Self = Self(0); + #[doc = "CSI selected as peripheral clock"] + pub const CSI: Self = Self(0x01); + #[doc = "HSE selected as peripheral clock"] + pub const HSE: Self = Self(0x02); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct M(pub u8); - impl M { - #[doc = "8 data bits"] - pub const M8: Self = Self(0); - #[doc = "9 data bits"] - pub const M9: Self = Self(0x01); + pub struct Lsebyp(pub u8); + impl Lsebyp { + #[doc = "LSE crystal oscillator not bypassed"] + pub const NOTBYPASSED: Self = Self(0); + #[doc = "LSE crystal oscillator bypassed with external clock"] + pub const BYPASSED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Hdsel(pub u8); - impl Hdsel { - #[doc = "Half duplex mode is not selected"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Half duplex mode is selected"] - pub const HALFDUPLEX: Self = Self(0x01); + pub struct C1Apb1lenrTim2en(pub u8); + impl C1Apb1lenrTim2en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Stop(pub u8); - impl Stop { - #[doc = "1 stop bit"] - pub const STOP1: Self = Self(0); - #[doc = "0.5 stop bits"] - pub const STOP0P5: Self = Self(0x01); - #[doc = "2 stop bits"] - pub const STOP2: Self = Self(0x02); - #[doc = "1.5 stop bits"] - pub const STOP1P5: Self = Self(0x03); + pub struct C1Ahb3lpenrMdmalpen(pub u8); + impl C1Ahb3lpenrMdmalpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lbdl(pub u8); - impl Lbdl { - #[doc = "10-bit break detection"] - pub const LBDL10: Self = Self(0); - #[doc = "11-bit break detection"] - pub const LBDL11: Self = Self(0x01); + pub struct Sdmmcsel(pub u8); + impl Sdmmcsel { + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0); + #[doc = "pll2_r selected as peripheral clock"] + pub const PLL2_R: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Wake(pub u8); - impl Wake { - #[doc = "USART wakeup on idle line"] - pub const IDLELINE: Self = Self(0); - #[doc = "USART wakeup on address mark"] - pub const ADDRESSMARK: Self = Self(0x01); + pub struct Swsr(pub u8); + impl Swsr { + #[doc = "HSI oscillator used as system clock"] + pub const HSI: Self = Self(0); + #[doc = "CSI oscillator used as system clock"] + pub const CSI: Self = Self(0x01); + #[doc = "HSE oscillator used as system clock"] + pub const HSE: Self = Self(0x02); + #[doc = "PLL1 used as system clock"] + pub const PLL1: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Irlp(pub u8); - impl Irlp { - #[doc = "Normal mode"] - pub const NORMAL: Self = Self(0); - #[doc = "Low-power mode"] - pub const LOWPOWER: Self = Self(0x01); + pub struct Apb4enrSyscfgen(pub u8); + impl Apb4enrSyscfgen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Sbk(pub u8); - impl Sbk { - #[doc = "No break character is transmitted"] - pub const NOBREAK: Self = Self(0); - #[doc = "Break character transmitted"] - pub const BREAK: Self = Self(0x01); + pub struct D3ppre(pub u8); + impl D3ppre { + #[doc = "rcc_hclk not divided"] + pub const DIV1: Self = Self(0); + #[doc = "rcc_hclk divided by 2"] + pub const DIV2: Self = Self(0x04); + #[doc = "rcc_hclk divided by 4"] + pub const DIV4: Self = Self(0x05); + #[doc = "rcc_hclk divided by 8"] + pub const DIV8: Self = Self(0x06); + #[doc = "rcc_hclk divided by 16"] + pub const DIV16: Self = Self(0x07); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRST: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECOND: Self = Self(0x01); -======= - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRSTEDGE: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECONDEDGE: Self = Self(0x01); + pub struct C1Apb1llpenrTim2lpen(pub u8); + impl C1Apb1llpenrTim2lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxonly(pub u8); - impl Rxonly { - #[doc = "Full duplex (Transmit and receive)"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Output disabled (Receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0x01); + pub struct C1RsrCpurstfr(pub u8); + impl C1RsrCpurstfr { + #[doc = "No reset occoured for block"] + pub const NORESETOCCOURED: Self = Self(0); + #[doc = "Reset occoured for block"] + pub const RESETOCCOURRED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frxth(pub u8); - impl Frxth { - #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/2 (16-bit)"] - pub const HALF: Self = Self(0); - #[doc = "RXNE event is generated if the FIFO level is greater than or equal to 1/4 (8-bit)"] - pub const QUARTER: Self = Self(0x01); + pub struct Hsidiv(pub u8); + impl Hsidiv { + #[doc = "No division"] + pub const DIV1: Self = Self(0); + #[doc = "Division by 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "Division by 4"] + pub const DIV4: Self = Self(0x02); + #[doc = "Division by 8"] + pub const DIV8: Self = Self(0x03); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Br(pub u8); - impl Br { - #[doc = "f_PCLK / 2"] - pub const DIV2: Self = Self(0); - #[doc = "f_PCLK / 4"] - pub const DIV4: Self = Self(0x01); - #[doc = "f_PCLK / 8"] - pub const DIV8: Self = Self(0x02); - #[doc = "f_PCLK / 16"] - pub const DIV16: Self = Self(0x03); - #[doc = "f_PCLK / 32"] - pub const DIV32: Self = Self(0x04); - #[doc = "f_PCLK / 64"] - pub const DIV64: Self = Self(0x05); - #[doc = "f_PCLK / 128"] - pub const DIV128: Self = Self(0x06); - #[doc = "f_PCLK / 256"] - pub const DIV256: Self = Self(0x07); + pub struct Bdmaamen(pub u8); + impl Bdmaamen { + #[doc = "Clock disabled in autonomous mode"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock enabled in autonomous mode"] + pub const ENABLED: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ftlvlr(pub u8); - impl Ftlvlr { - #[doc = "Tx FIFO Empty"] - pub const EMPTY: Self = Self(0); - #[doc = "Tx 1/4 FIFO"] - pub const QUARTER: Self = Self(0x01); - #[doc = "Tx 1/2 FIFO"] - pub const HALF: Self = Self(0x02); - #[doc = "Tx FIFO full"] - pub const FULL: Self = Self(0x03); + pub struct Bdrst(pub u8); + impl Bdrst { + #[doc = "Resets the entire VSW domain"] + pub const RESET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frlvlr(pub u8); - impl Frlvlr { - #[doc = "Rx FIFO Empty"] - pub const EMPTY: Self = Self(0); - #[doc = "Rx 1/4 FIFO"] - pub const QUARTER: Self = Self(0x01); - #[doc = "Rx 1/2 FIFO"] - pub const HALF: Self = Self(0x02); - #[doc = "Rx FIFO full"] - pub const FULL: Self = Self(0x03); + pub struct Hpre(pub u8); + impl Hpre { + #[doc = "sys_ck not divided"] + pub const DIV1: Self = Self(0); + #[doc = "sys_ck divided by 2"] + pub const DIV2: Self = Self(0x08); + #[doc = "sys_ck divided by 4"] + pub const DIV4: Self = Self(0x09); + #[doc = "sys_ck divided by 8"] + pub const DIV8: Self = Self(0x0a); + #[doc = "sys_ck divided by 16"] + pub const DIV16: Self = Self(0x0b); + #[doc = "sys_ck divided by 64"] + pub const DIV64: Self = Self(0x0c); + #[doc = "sys_ck divided by 128"] + pub const DIV128: Self = Self(0x0d); + #[doc = "sys_ck divided by 256"] + pub const DIV256: Self = Self(0x0e); + #[doc = "sys_ck divided by 512"] + pub const DIV512: Self = Self(0x0f); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ds(pub u8); - impl Ds { - #[doc = "4-bit"] - pub const FOURBIT: Self = Self(0x03); - #[doc = "5-bit"] - pub const FIVEBIT: Self = Self(0x04); - #[doc = "6-bit"] - pub const SIXBIT: Self = Self(0x05); - #[doc = "7-bit"] - pub const SEVENBIT: Self = Self(0x06); - #[doc = "8-bit"] - pub const EIGHTBIT: Self = Self(0x07); - #[doc = "9-bit"] - pub const NINEBIT: Self = Self(0x08); - #[doc = "10-bit"] - pub const TENBIT: Self = Self(0x09); - #[doc = "11-bit"] - pub const ELEVENBIT: Self = Self(0x0a); - #[doc = "12-bit"] - pub const TWELVEBIT: Self = Self(0x0b); - #[doc = "13-bit"] - pub const THIRTEENBIT: Self = Self(0x0c); - #[doc = "14-bit"] - pub const FOURTEENBIT: Self = Self(0x0d); - #[doc = "15-bit"] - pub const FIFTEENBIT: Self = Self(0x0e); - #[doc = "16-bit"] - pub const SIXTEENBIT: Self = Self(0x0f); + pub struct Pll1fracen(pub u8); + impl Pll1fracen { + #[doc = "Reset latch to tranfer FRACN to the Sigma-Delta modulator"] + pub const RESET: Self = Self(0); + #[doc = "Set latch to tranfer FRACN to the Sigma-Delta modulator"] + pub const SET: Self = Self(0x01); } #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct LdmaRx(pub u8); - impl LdmaRx { - #[doc = "Number of data to transfer for receive is even"] - pub const EVEN: Self = Self(0); - #[doc = "Number of data to transfer for receive is odd"] - pub const ODD: Self = Self(0x01); - } - } -} -pub mod syscfg_h7 { - use crate::generic::*; - #[doc = "System configuration controller"] - #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "peripheral mode configuration register"] - pub fn pmcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "external interrupt configuration register 1"] - pub fn exticr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "compensation cell control/status register"] - pub fn cccsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "SYSCFG compensation cell value register"] - pub fn ccvr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "SYSCFG compensation cell code register"] - pub fn cccr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "SYSCFG power control register"] - pub fn pwrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "SYSCFG package register"] - pub fn pkgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(292usize)) } - } - #[doc = "SYSCFG user register 0"] - pub fn ur0(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(768usize)) } - } - #[doc = "SYSCFG user register 2"] - pub fn ur2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(776usize)) } + pub struct Rngsel(pub u8); + impl Rngsel { + #[doc = "HSI48 selected as peripheral clock"] + pub const HSI48: Self = Self(0); + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0x01); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x02); + #[doc = "LSI selected as peripheral clock"] + pub const LSI: Self = Self(0x03); } - #[doc = "SYSCFG user register 3"] - pub fn ur3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(780usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mdmarst(pub u8); + impl Mdmarst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } - #[doc = "SYSCFG user register 4"] - pub fn ur4(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(784usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb3enrMdmaen(pub u8); + impl C1Ahb3enrMdmaen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "SYSCFG user register 5"] - pub fn ur5(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(788usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsirdyr(pub u8); + impl Lsirdyr { + #[doc = "LSI oscillator not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "LSI oscillator ready"] + pub const READY: Self = Self(0x01); } - #[doc = "SYSCFG user register 6"] - pub fn ur6(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(792usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Spi6sel(pub u8); + impl Spi6sel { + #[doc = "rcc_pclk4 selected as peripheral clock"] + pub const RCC_PCLK4: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "HSE selected as peripheral clock"] + pub const HSE: Self = Self(0x05); } - #[doc = "SYSCFG user register 7"] - pub fn ur7(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(796usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb1hlpenrCrslpen(pub u8); + impl Apb1hlpenrCrslpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "SYSCFG user register 8"] - pub fn ur8(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(800usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb1henrCrsen(pub u8); + impl C1Apb1henrCrsen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "SYSCFG user register 9"] - pub fn ur9(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(804usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Tim1rst(pub u8); + impl Tim1rst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } - #[doc = "SYSCFG user register 10"] - pub fn ur10(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(808usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Tim2rst(pub u8); + impl Tim2rst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } - #[doc = "SYSCFG user register 11"] - pub fn ur11(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(812usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb2enrTim1en(pub u8); + impl C1Apb2enrTim1en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "SYSCFG user register 12"] - pub fn ur12(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(816usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Pllsrc(pub u8); + impl Pllsrc { + #[doc = "HSI selected as PLL clock"] + pub const HSI: Self = Self(0); + #[doc = "CSI selected as PLL clock"] + pub const CSI: Self = Self(0x01); + #[doc = "HSE selected as PLL clock"] + pub const HSE: Self = Self(0x02); + #[doc = "No clock sent to DIVMx dividers and PLLs"] + pub const NONE: Self = Self(0x03); } - #[doc = "SYSCFG user register 13"] - pub fn ur13(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(820usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb3lpenrMdmalpen(pub u8); + impl Ahb3lpenrMdmalpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "SYSCFG user register 14"] - pub fn ur14(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(824usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb4lpenrSyscfglpen(pub u8); + impl Apb4lpenrSyscfglpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "SYSCFG user register 15"] - pub fn ur15(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(828usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Sai1sel(pub u8); + impl Sai1sel { + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0); + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "pll3_p selected as peripheral clock"] + pub const PLL3_P: Self = Self(0x02); + #[doc = "I2S_CKIN selected as peripheral clock"] + pub const I2S_CKIN: Self = Self(0x03); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x04); } - #[doc = "SYSCFG user register 16"] - pub fn ur16(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(832usize)) } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb3enrLtdcen(pub u8); + impl C1Apb3enrLtdcen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "SYSCFG user register 17"] - pub fn ur17(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(836usize)) } ->>>>>>> c084e70 (Update generated code) + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb3enrMdmaen(pub u8); + impl Ahb3enrMdmaen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - } - pub mod regs { - use crate::generic::*; -<<<<<<< HEAD - #[doc = "Guard time and prescaler register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Gtpr(pub u32); - impl Gtpr { - #[doc = "Prescaler value"] - pub const fn psc(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "Prescaler value"] - pub fn set_psc(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - #[doc = "Guard time value"] - pub const fn gt(&self) -> u8 { - let val = (self.0 >> 8usize) & 0xff; - val as u8 - } - #[doc = "Guard time value"] - pub fn set_gt(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Fmcsel(pub u8); + impl Fmcsel { + #[doc = "rcc_hclk3 selected as peripheral clock"] + pub const RCC_HCLK3: Self = Self(0); + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0x01); + #[doc = "pll2_r selected as peripheral clock"] + pub const PLL2_R: Self = Self(0x02); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x03); } - impl Default for Gtpr { - fn default() -> Gtpr { - Gtpr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Spi45sel(pub u8); + impl Spi45sel { + #[doc = "APB clock selected as peripheral clock"] + pub const APB: Self = Self(0); + #[doc = "pll2_q selected as peripheral clock"] + pub const PLL2_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x04); + #[doc = "HSE selected as peripheral clock"] + pub const HSE: Self = Self(0x05); } - #[doc = "Control register 3"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr3Usart(pub u32); - impl Cr3Usart { - #[doc = "Error interrupt enable"] - pub const fn eie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Error interrupt enable"] - pub fn set_eie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "IrDA mode enable"] - pub const fn iren(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "IrDA mode enable"] - pub fn set_iren(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "IrDA low-power"] - pub const fn irlp(&self) -> super::vals::Irlp { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Irlp(val as u8) - } - #[doc = "IrDA low-power"] - pub fn set_irlp(&mut self, val: super::vals::Irlp) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "Half-duplex selection"] - pub const fn hdsel(&self) -> super::vals::Hdsel { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Hdsel(val as u8) - } - #[doc = "Half-duplex selection"] - pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "Smartcard NACK enable"] - pub const fn nack(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "Smartcard NACK enable"] - pub fn set_nack(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Smartcard mode enable"] - pub const fn scen(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Smartcard mode enable"] - pub fn set_scen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "DMA enable receiver"] - pub const fn dmar(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "DMA enable receiver"] - pub fn set_dmar(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "DMA enable transmitter"] - pub const fn dmat(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "DMA enable transmitter"] - pub fn set_dmat(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "RTS enable"] - pub const fn rtse(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "RTS enable"] - pub fn set_rtse(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "CTS enable"] - pub const fn ctse(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "CTS enable"] - pub fn set_ctse(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "CTS interrupt enable"] - pub const fn ctsie(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "CTS interrupt enable"] - pub fn set_ctsie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Divp1(pub u8); + impl Divp1 { + #[doc = "pll_p_ck = vco_ck"] + pub const DIV1: Self = Self(0); + #[doc = "pll_p_ck = vco_ck / 2"] + pub const DIV2: Self = Self(0x01); + #[doc = "pll_p_ck = vco_ck / 4"] + pub const DIV4: Self = Self(0x03); + #[doc = "pll_p_ck = vco_ck / 6"] + pub const DIV6: Self = Self(0x05); + #[doc = "pll_p_ck = vco_ck / 8"] + pub const DIV8: Self = Self(0x07); + #[doc = "pll_p_ck = vco_ck / 10"] + pub const DIV10: Self = Self(0x09); + #[doc = "pll_p_ck = vco_ck / 12"] + pub const DIV12: Self = Self(0x0b); + #[doc = "pll_p_ck = vco_ck / 14"] + pub const DIV14: Self = Self(0x0d); + #[doc = "pll_p_ck = vco_ck / 16"] + pub const DIV16: Self = Self(0x0f); + #[doc = "pll_p_ck = vco_ck / 18"] + pub const DIV18: Self = Self(0x11); + #[doc = "pll_p_ck = vco_ck / 20"] + pub const DIV20: Self = Self(0x13); + #[doc = "pll_p_ck = vco_ck / 22"] + pub const DIV22: Self = Self(0x15); + #[doc = "pll_p_ck = vco_ck / 24"] + pub const DIV24: Self = Self(0x17); + #[doc = "pll_p_ck = vco_ck / 26"] + pub const DIV26: Self = Self(0x19); + #[doc = "pll_p_ck = vco_ck / 28"] + pub const DIV28: Self = Self(0x1b); + #[doc = "pll_p_ck = vco_ck / 30"] + pub const DIV30: Self = Self(0x1d); + #[doc = "pll_p_ck = vco_ck / 32"] + pub const DIV32: Self = Self(0x1f); + #[doc = "pll_p_ck = vco_ck / 34"] + pub const DIV34: Self = Self(0x21); + #[doc = "pll_p_ck = vco_ck / 36"] + pub const DIV36: Self = Self(0x23); + #[doc = "pll_p_ck = vco_ck / 38"] + pub const DIV38: Self = Self(0x25); + #[doc = "pll_p_ck = vco_ck / 40"] + pub const DIV40: Self = Self(0x27); + #[doc = "pll_p_ck = vco_ck / 42"] + pub const DIV42: Self = Self(0x29); + #[doc = "pll_p_ck = vco_ck / 44"] + pub const DIV44: Self = Self(0x2b); + #[doc = "pll_p_ck = vco_ck / 46"] + pub const DIV46: Self = Self(0x2d); + #[doc = "pll_p_ck = vco_ck / 48"] + pub const DIV48: Self = Self(0x2f); + #[doc = "pll_p_ck = vco_ck / 50"] + pub const DIV50: Self = Self(0x31); + #[doc = "pll_p_ck = vco_ck / 52"] + pub const DIV52: Self = Self(0x33); + #[doc = "pll_p_ck = vco_ck / 54"] + pub const DIV54: Self = Self(0x35); + #[doc = "pll_p_ck = vco_ck / 56"] + pub const DIV56: Self = Self(0x37); + #[doc = "pll_p_ck = vco_ck / 58"] + pub const DIV58: Self = Self(0x39); + #[doc = "pll_p_ck = vco_ck / 60"] + pub const DIV60: Self = Self(0x3b); + #[doc = "pll_p_ck = vco_ck / 62"] + pub const DIV62: Self = Self(0x3d); + #[doc = "pll_p_ck = vco_ck / 64"] + pub const DIV64: Self = Self(0x3f); + #[doc = "pll_p_ck = vco_ck / 66"] + pub const DIV66: Self = Self(0x41); + #[doc = "pll_p_ck = vco_ck / 68"] + pub const DIV68: Self = Self(0x43); + #[doc = "pll_p_ck = vco_ck / 70"] + pub const DIV70: Self = Self(0x45); + #[doc = "pll_p_ck = vco_ck / 72"] + pub const DIV72: Self = Self(0x47); + #[doc = "pll_p_ck = vco_ck / 74"] + pub const DIV74: Self = Self(0x49); + #[doc = "pll_p_ck = vco_ck / 76"] + pub const DIV76: Self = Self(0x4b); + #[doc = "pll_p_ck = vco_ck / 78"] + pub const DIV78: Self = Self(0x4d); + #[doc = "pll_p_ck = vco_ck / 80"] + pub const DIV80: Self = Self(0x4f); + #[doc = "pll_p_ck = vco_ck / 82"] + pub const DIV82: Self = Self(0x51); + #[doc = "pll_p_ck = vco_ck / 84"] + pub const DIV84: Self = Self(0x53); + #[doc = "pll_p_ck = vco_ck / 86"] + pub const DIV86: Self = Self(0x55); + #[doc = "pll_p_ck = vco_ck / 88"] + pub const DIV88: Self = Self(0x57); + #[doc = "pll_p_ck = vco_ck / 90"] + pub const DIV90: Self = Self(0x59); + #[doc = "pll_p_ck = vco_ck / 92"] + pub const DIV92: Self = Self(0x5b); + #[doc = "pll_p_ck = vco_ck / 94"] + pub const DIV94: Self = Self(0x5d); + #[doc = "pll_p_ck = vco_ck / 96"] + pub const DIV96: Self = Self(0x5f); + #[doc = "pll_p_ck = vco_ck / 98"] + pub const DIV98: Self = Self(0x61); + #[doc = "pll_p_ck = vco_ck / 100"] + pub const DIV100: Self = Self(0x63); + #[doc = "pll_p_ck = vco_ck / 102"] + pub const DIV102: Self = Self(0x65); + #[doc = "pll_p_ck = vco_ck / 104"] + pub const DIV104: Self = Self(0x67); + #[doc = "pll_p_ck = vco_ck / 106"] + pub const DIV106: Self = Self(0x69); + #[doc = "pll_p_ck = vco_ck / 108"] + pub const DIV108: Self = Self(0x6b); + #[doc = "pll_p_ck = vco_ck / 110"] + pub const DIV110: Self = Self(0x6d); + #[doc = "pll_p_ck = vco_ck / 112"] + pub const DIV112: Self = Self(0x6f); + #[doc = "pll_p_ck = vco_ck / 114"] + pub const DIV114: Self = Self(0x71); + #[doc = "pll_p_ck = vco_ck / 116"] + pub const DIV116: Self = Self(0x73); + #[doc = "pll_p_ck = vco_ck / 118"] + pub const DIV118: Self = Self(0x75); + #[doc = "pll_p_ck = vco_ck / 120"] + pub const DIV120: Self = Self(0x77); + #[doc = "pll_p_ck = vco_ck / 122"] + pub const DIV122: Self = Self(0x79); + #[doc = "pll_p_ck = vco_ck / 124"] + pub const DIV124: Self = Self(0x7b); + #[doc = "pll_p_ck = vco_ck / 126"] + pub const DIV126: Self = Self(0x7d); + #[doc = "pll_p_ck = vco_ck / 128"] + pub const DIV128: Self = Self(0x7f); } - impl Default for Cr3Usart { - fn default() -> Cr3Usart { - Cr3Usart(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lptim2sel(pub u8); + impl Lptim2sel { + #[doc = "rcc_pclk4 selected as peripheral clock"] + pub const RCC_PCLK4: Self = Self(0); + #[doc = "pll2_p selected as peripheral clock"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x02); + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0x03); + #[doc = "LSI selected as peripheral clock"] + pub const LSI: Self = Self(0x04); + #[doc = "PER selected as peripheral clock"] + pub const PER: Self = Self(0x05); } - #[doc = "Data register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dr(pub u32); - impl Dr { - #[doc = "Data value"] - pub const fn dr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x01ff; - val as u16 - } - #[doc = "Data value"] - pub fn set_dr(&mut self, val: u16) { - self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); -======= - #[doc = "SYSCFG compensation cell code register"] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb3enrLtdcen(pub u8); + impl Apb3enrLtdcen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); + } #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cccr(pub u32); - impl Cccr { - #[doc = "NMOS compensation code"] - pub const fn ncc(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "NMOS compensation code"] - pub fn set_ncc(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); - } - #[doc = "PMOS compensation code"] - pub const fn pcc(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 - } - #[doc = "PMOS compensation code"] - pub fn set_pcc(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb1hlpenrCrslpen(pub u8); + impl C1Apb1hlpenrCrslpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Cccr { - fn default() -> Cccr { - Cccr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Usbsel(pub u8); + impl Usbsel { + #[doc = "Disable the kernel clock"] + pub const DISABLE: Self = Self(0); + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0x01); + #[doc = "pll3_q selected as peripheral clock"] + pub const PLL3_Q: Self = Self(0x02); + #[doc = "HSI48 selected as peripheral clock"] + pub const HSI48: Self = Self(0x03); } - #[doc = "peripheral mode configuration register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pmcr(pub u32); - impl Pmcr { - #[doc = "I2C1 Fm+"] - pub const fn i2c1fmp(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "I2C1 Fm+"] - pub fn set_i2c1fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "I2C2 Fm+"] - pub const fn i2c2fmp(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "I2C2 Fm+"] - pub fn set_i2c2fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "I2C3 Fm+"] - pub const fn i2c3fmp(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "I2C3 Fm+"] - pub fn set_i2c3fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "I2C4 Fm+"] - pub const fn i2c4fmp(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "I2C4 Fm+"] - pub fn set_i2c4fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "PB(6) Fm+"] - pub const fn pb6fmp(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "PB(6) Fm+"] - pub fn set_pb6fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "PB(7) Fast Mode Plus"] - pub const fn pb7fmp(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "PB(7) Fast Mode Plus"] - pub fn set_pb7fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "PB(8) Fast Mode Plus"] - pub const fn pb8fmp(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "PB(8) Fast Mode Plus"] - pub fn set_pb8fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "PB(9) Fm+"] - pub const fn pb9fmp(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "PB(9) Fm+"] - pub fn set_pb9fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Booster Enable"] - pub const fn booste(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Booster Enable"] - pub fn set_booste(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Analog switch supply voltage selection"] - pub const fn boostvddsel(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "Analog switch supply voltage selection"] - pub fn set_boostvddsel(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } - #[doc = "Ethernet PHY Interface Selection"] - pub const fn epis(&self) -> u8 { - let val = (self.0 >> 21usize) & 0x07; - val as u8 - } - #[doc = "Ethernet PHY Interface Selection"] - pub fn set_epis(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 21usize)) | (((val as u32) & 0x07) << 21usize); - } - #[doc = "PA0 Switch Open"] - pub const fn pa0so(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 - } - #[doc = "PA0 Switch Open"] - pub fn set_pa0so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); - } - #[doc = "PA1 Switch Open"] - pub const fn pa1so(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 - } - #[doc = "PA1 Switch Open"] - pub fn set_pa1so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); - } - #[doc = "PC2 Switch Open"] - pub const fn pc2so(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 - } - #[doc = "PC2 Switch Open"] - pub fn set_pc2so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); - } - #[doc = "PC3 Switch Open"] - pub const fn pc3so(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 - } - #[doc = "PC3 Switch Open"] - pub fn set_pc3so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ltdcrst(pub u8); + impl Ltdcrst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } - impl Default for Pmcr { - fn default() -> Pmcr { - Pmcr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Ahb4enrGpioaen(pub u8); + impl C1Ahb4enrGpioaen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "SYSCFG user register 6"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur6(pub u32); - impl Ur6 { - #[doc = "Protected area start address for bank 1"] - pub const fn pa_beg_1(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 - } - #[doc = "Protected area start address for bank 1"] - pub fn set_pa_beg_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); - } - #[doc = "Protected area end address for bank 1"] - pub const fn pa_end_1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 - } - #[doc = "Protected area end address for bank 1"] - pub fn set_pa_end_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Spdifsel(pub u8); + impl Spdifsel { + #[doc = "pll1_q selected as peripheral clock"] + pub const PLL1_Q: Self = Self(0); + #[doc = "pll2_r selected as peripheral clock"] + pub const PLL2_R: Self = Self(0x01); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x02); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x03); } - impl Default for Ur6 { - fn default() -> Ur6 { - Ur6(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb1lenrTim2en(pub u8); + impl Apb1lenrTim2en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "SYSCFG user register 17"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur17(pub u32); - impl Ur17 { - #[doc = "I/O high speed / low voltage"] - pub const fn io_hslv(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "I/O high speed / low voltage"] - pub fn set_io_hslv(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsebyp(pub u8); + impl Hsebyp { + #[doc = "HSE crystal oscillator not bypassed"] + pub const NOTBYPASSED: Self = Self(0); + #[doc = "HSE crystal oscillator bypassed with external clock"] + pub const BYPASSED: Self = Self(0x01); } - impl Default for Ur17 { - fn default() -> Ur17 { - Ur17(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1RsrRmvf(pub u8); + impl C1RsrRmvf { + #[doc = "Not clearing the the reset flags"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Clear the reset flags"] + pub const CLEAR: Self = Self(0x01); } - #[doc = "SYSCFG power control register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pwrcr(pub u32); - impl Pwrcr { - #[doc = "Overdrive enable"] - pub const fn oden(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "Overdrive enable"] - pub fn set_oden(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); ->>>>>>> c084e70 (Update generated code) - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb3lpenrLtdclpen(pub u8); + impl Apb3lpenrLtdclpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Pwrcr { - fn default() -> Pwrcr { - Pwrcr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsecsson(pub u8); + impl Lsecsson { + #[doc = "Clock security system on 32 kHz oscillator off"] + pub const SECURITYOFF: Self = Self(0); + #[doc = "Clock security system on 32 kHz oscillator on"] + pub const SECURITYON: Self = Self(0x01); } -<<<<<<< HEAD - #[doc = "Baud rate register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Brr(pub u32); - impl Brr { - #[doc = "fraction of USARTDIV"] - pub const fn div_fraction(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "fraction of USARTDIV"] - pub fn set_div_fraction(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); - } - #[doc = "mantissa of USARTDIV"] - pub const fn div_mantissa(&self) -> u16 { - let val = (self.0 >> 4usize) & 0x0fff; - val as u16 - } - #[doc = "mantissa of USARTDIV"] - pub fn set_div_mantissa(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 4usize)) | (((val as u32) & 0x0fff) << 4usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb1enrDma1en(pub u8); + impl Ahb1enrDma1en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Brr { - fn default() -> Brr { - Brr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsion(pub u8); + impl Hsion { + #[doc = "Clock Off"] + pub const OFF: Self = Self(0); + #[doc = "Clock On"] + pub const ON: Self = Self(0x01); } - #[doc = "Control register 2"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Address of the USART node"] - pub const fn add(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "Address of the USART node"] - pub fn set_add(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); - } - #[doc = "lin break detection length"] - pub const fn lbdl(&self) -> super::vals::Lbdl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lbdl(val as u8) - } - #[doc = "lin break detection length"] - pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "LIN break detection interrupt enable"] - pub const fn lbdie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "LIN break detection interrupt enable"] - pub fn set_lbdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "STOP bits"] - pub const fn stop(&self) -> super::vals::Stop { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Stop(val as u8) - } - #[doc = "STOP bits"] - pub fn set_stop(&mut self, val: super::vals::Stop) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); - } - #[doc = "LIN mode enable"] - pub const fn linen(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "LIN mode enable"] - pub fn set_linen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Swpsel(pub u8); + impl Swpsel { + #[doc = "pclk selected as peripheral clock"] + pub const PCLK: Self = Self(0); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x01); } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Divp1en(pub u8); + impl Divp1en { + #[doc = "Clock ouput is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "Clock output is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "Control register 1"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Send break"] - pub const fn sbk(&self) -> super::vals::Sbk { - let val = (self.0 >> 0usize) & 0x01; - super::vals::Sbk(val as u8) - } - #[doc = "Send break"] - pub fn set_sbk(&mut self, val: super::vals::Sbk) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); - } - #[doc = "Receiver wakeup"] - pub const fn rwu(&self) -> super::vals::Rwu { - let val = (self.0 >> 1usize) & 0x01; - super::vals::Rwu(val as u8) - } - #[doc = "Receiver wakeup"] - pub fn set_rwu(&mut self, val: super::vals::Rwu) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); - } - #[doc = "Receiver enable"] - pub const fn re(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Receiver enable"] - pub fn set_re(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Transmitter enable"] - pub const fn te(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Transmitter enable"] - pub fn set_te(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "IDLE interrupt enable"] - pub const fn idleie(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "IDLE interrupt enable"] - pub fn set_idleie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "RXNE interrupt enable"] - pub const fn rxneie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "RXNE interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Transmission complete interrupt enable"] - pub const fn tcie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Transmission complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "TXE interrupt enable"] - pub const fn txeie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "TXE interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "PE interrupt enable"] - pub const fn peie(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "PE interrupt enable"] - pub fn set_peie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Parity selection"] - pub const fn ps(&self) -> super::vals::Ps { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Ps(val as u8) - } - #[doc = "Parity selection"] - pub fn set_ps(&mut self, val: super::vals::Ps) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "Parity control enable"] - pub const fn pce(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 - } - #[doc = "Parity control enable"] - pub fn set_pce(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); - } - #[doc = "Wakeup method"] - pub const fn wake(&self) -> super::vals::Wake { - let val = (self.0 >> 11usize) & 0x01; - super::vals::Wake(val as u8) - } - #[doc = "Wakeup method"] - pub fn set_wake(&mut self, val: super::vals::Wake) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); - } - #[doc = "Word length"] - pub const fn m(&self) -> super::vals::M { - let val = (self.0 >> 12usize) & 0x01; - super::vals::M(val as u8) - } - #[doc = "Word length"] - pub fn set_m(&mut self, val: super::vals::M) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); - } - #[doc = "USART enable"] - pub const fn ue(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "USART enable"] - pub fn set_ue(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Rtcen(pub u8); + impl Rtcen { + #[doc = "RTC clock disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "RTC clock enabled"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct RsrRmvf(pub u8); + impl RsrRmvf { + #[doc = "Not clearing the the reset flags"] + pub const NOTACTIVE: Self = Self(0); + #[doc = "Clear the reset flags"] + pub const CLEAR: Self = Self(0x01); } - #[doc = "Control register 2"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2Usart(pub u32); - impl Cr2Usart { - #[doc = "Address of the USART node"] - pub const fn add(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "Address of the USART node"] - pub fn set_add(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); - } - #[doc = "lin break detection length"] - pub const fn lbdl(&self) -> super::vals::Lbdl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Lbdl(val as u8) - } - #[doc = "lin break detection length"] - pub fn set_lbdl(&mut self, val: super::vals::Lbdl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "LIN break detection interrupt enable"] - pub const fn lbdie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "LIN break detection interrupt enable"] - pub fn set_lbdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Last bit clock pulse"] - pub const fn lbcl(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Last bit clock pulse"] - pub fn set_lbcl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Cpha(val as u8) - } - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); - } - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Cpol(val as u8) - } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); - } - #[doc = "Clock enable"] - pub const fn clken(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 - } - #[doc = "Clock enable"] - pub fn set_clken(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - #[doc = "STOP bits"] - pub const fn stop(&self) -> super::vals::Stop { - let val = (self.0 >> 12usize) & 0x03; - super::vals::Stop(val as u8) - } - #[doc = "STOP bits"] - pub fn set_stop(&mut self, val: super::vals::Stop) { - self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); - } - #[doc = "LIN mode enable"] - pub const fn linen(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "LIN mode enable"] - pub fn set_linen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct I2c4sel(pub u8); + impl I2c4sel { + #[doc = "rcc_pclk4 selected as peripheral clock"] + pub const RCC_PCLK4: Self = Self(0); + #[doc = "pll3_r selected as peripheral clock"] + pub const PLL3_R: Self = Self(0x01); + #[doc = "hsi_ker selected as peripheral clock"] + pub const HSI_KER: Self = Self(0x02); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x03); } - impl Default for Cr2Usart { - fn default() -> Cr2Usart { - Cr2Usart(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Cecsel(pub u8); + impl Cecsel { + #[doc = "LSE selected as peripheral clock"] + pub const LSE: Self = Self(0); + #[doc = "LSI selected as peripheral clock"] + pub const LSI: Self = Self(0x01); + #[doc = "csi_ker selected as peripheral clock"] + pub const CSI_KER: Self = Self(0x02); } - #[doc = "Status register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct SrUsart(pub u32); - impl SrUsart { - #[doc = "Parity error"] - pub const fn pe(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Parity error"] - pub fn set_pe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Framing error"] - pub const fn fe(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Framing error"] - pub fn set_fe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Noise error flag"] - pub const fn ne(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Noise error flag"] - pub fn set_ne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Overrun error"] - pub const fn ore(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Overrun error"] - pub fn set_ore(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "IDLE line detected"] - pub const fn idle(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "IDLE line detected"] - pub fn set_idle(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Read data register not empty"] - pub const fn rxne(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Read data register not empty"] - pub fn set_rxne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Transmission complete"] - pub const fn tc(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Transmission complete"] - pub fn set_tc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Transmit data register empty"] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Transmit data register empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "LIN break detection flag"] - pub const fn lbd(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "LIN break detection flag"] - pub fn set_lbd(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "CTS flag"] - pub const fn cts(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 - } - #[doc = "CTS flag"] - pub fn set_cts(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Mco2(pub u8); + impl Mco2 { + #[doc = "System clock selected for micro-controller clock output"] + pub const SYSCLK: Self = Self(0); + #[doc = "pll2_p selected for micro-controller clock output"] + pub const PLL2_P: Self = Self(0x01); + #[doc = "HSE selected for micro-controller clock output"] + pub const HSE: Self = Self(0x02); + #[doc = "pll1_p selected for micro-controller clock output"] + pub const PLL1_P: Self = Self(0x03); + #[doc = "CSI selected for micro-controller clock output"] + pub const CSI: Self = Self(0x04); + #[doc = "LSI selected for micro-controller clock output"] + pub const LSI: Self = Self(0x05); } - impl Default for SrUsart { - fn default() -> SrUsart { - SrUsart(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb4enrGpioaen(pub u8); + impl Ahb4enrGpioaen { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "Status register"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Parity error"] - pub const fn pe(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Parity error"] - pub fn set_pe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Framing error"] - pub const fn fe(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Framing error"] - pub fn set_fe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Noise error flag"] - pub const fn ne(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Noise error flag"] - pub fn set_ne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Overrun error"] - pub const fn ore(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Overrun error"] - pub fn set_ore(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "IDLE line detected"] - pub const fn idle(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 - } - #[doc = "IDLE line detected"] - pub fn set_idle(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); - } - #[doc = "Read data register not empty"] - pub const fn rxne(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 - } - #[doc = "Read data register not empty"] - pub fn set_rxne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); - } - #[doc = "Transmission complete"] - pub const fn tc(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Transmission complete"] - pub fn set_tc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Transmit data register empty"] - pub const fn txe(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Transmit data register empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "LIN break detection flag"] - pub const fn lbd(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "LIN break detection flag"] - pub fn set_lbd(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Camitfrst(pub u8); + impl Camitfrst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } - impl Default for Sr { - fn default() -> Sr { - Sr(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsirdyr(pub u8); + impl Hsirdyr { + #[doc = "Clock not ready"] + pub const NOTREADY: Self = Self(0); + #[doc = "Clock ready"] + pub const READY: Self = Self(0x01); } - #[doc = "Control register 3"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr3(pub u32); - impl Cr3 { - #[doc = "Error interrupt enable"] - pub const fn eie(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Error interrupt enable"] - pub fn set_eie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "IrDA mode enable"] - pub const fn iren(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "IrDA mode enable"] - pub fn set_iren(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "IrDA low-power"] - pub const fn irlp(&self) -> super::vals::Irlp { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Irlp(val as u8) - } - #[doc = "IrDA low-power"] - pub fn set_irlp(&mut self, val: super::vals::Irlp) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "Half-duplex selection"] - pub const fn hdsel(&self) -> super::vals::Hdsel { - let val = (self.0 >> 3usize) & 0x01; - super::vals::Hdsel(val as u8) - } - #[doc = "Half-duplex selection"] - pub fn set_hdsel(&mut self, val: super::vals::Hdsel) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); - } - #[doc = "DMA enable receiver"] - pub const fn dmar(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "DMA enable receiver"] - pub fn set_dmar(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "DMA enable transmitter"] - pub const fn dmat(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "DMA enable transmitter"] - pub fn set_dmat(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb4lpenrGpioalpen(pub u8); + impl Ahb4lpenrGpioalpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Cr3 { - fn default() -> Cr3 { - Cr3(0) -======= - #[doc = "SYSCFG user register 5"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur5(pub u32); - impl Ur5 { - #[doc = "Mass erase secured area disabled for bank 1"] - pub const fn mesad_1(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Mass erase secured area disabled for bank 1"] - pub fn set_mesad_1(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Write protection for flash bank 1"] - pub const fn wrpn_1(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; - val as u8 - } - #[doc = "Write protection for flash bank 1"] - pub fn set_wrpn_1(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb1llpenrTim2lpen(pub u8); + impl Apb1llpenrTim2lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Ur5 { - fn default() -> Ur5 { - Ur5(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct RsrCpurstfr(pub u8); + impl RsrCpurstfr { + #[doc = "No reset occoured for block"] + pub const NORESETOCCOURED: Self = Self(0); + #[doc = "Reset occoured for block"] + pub const RESETOCCOURRED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hrtimsel(pub u8); + impl Hrtimsel { + #[doc = "The HRTIM prescaler clock source is the same as other timers (rcc_timy_ker_ck)"] + pub const TIMY_KER: Self = Self(0); + #[doc = "The HRTIM prescaler clock source is the CPU clock (c_ck)"] + pub const C_CK: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Stopwuck(pub u8); + impl Stopwuck { + #[doc = "HSI selected as wake up clock from system Stop"] + pub const HSI: Self = Self(0); + #[doc = "CSI selected as wake up clock from system Stop"] + pub const CSI: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct C1Apb2lpenrTim1lpen(pub u8); + impl C1Apb2lpenrTim1lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsedrv(pub u8); + impl Lsedrv { + #[doc = "Lowest LSE oscillator driving capability"] + pub const LOWEST: Self = Self(0); + #[doc = "Medium low LSE oscillator driving capability"] + pub const MEDIUMLOW: Self = Self(0x01); + #[doc = "Medium high LSE oscillator driving capability"] + pub const MEDIUMHIGH: Self = Self(0x02); + #[doc = "Highest LSE oscillator driving capability"] + pub const HIGHEST: Self = Self(0x03); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Ahb2lpenrDcmilpen(pub u8); + impl Ahb2lpenrDcmilpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); + } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb2lpenrTim1lpen(pub u8); + impl Apb2lpenrTim1lpen { + #[doc = "The selected clock is disabled during csleep mode"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled during csleep mode"] + pub const ENABLED: Self = Self(0x01); } - #[doc = "SYSCFG user register 7"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur7(pub u32); - impl Ur7 { - #[doc = "Secured area start address for bank 1"] - pub const fn sa_beg_1(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 - } - #[doc = "Secured area start address for bank 1"] - pub fn set_sa_beg_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); - } - #[doc = "Secured area end address for bank 1"] - pub const fn sa_end_1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 - } - #[doc = "Secured area end address for bank 1"] - pub fn set_sa_end_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Apb2enrTim1en(pub u8); + impl Apb2enrTim1en { + #[doc = "The selected clock is disabled"] + pub const DISABLED: Self = Self(0); + #[doc = "The selected clock is enabled"] + pub const ENABLED: Self = Self(0x01); } - impl Default for Ur7 { - fn default() -> Ur7 { - Ur7(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Syscfgrst(pub u8); + impl Syscfgrst { + #[doc = "Reset the selected module"] + pub const RESET: Self = Self(0x01); } - #[doc = "SYSCFG user register 4"] #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur4(pub u32); - impl Ur4 { - #[doc = "Mass Erase Protected Area Disabled for bank 1"] - pub const fn mepad_1(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Mass Erase Protected Area Disabled for bank 1"] - pub fn set_mepad_1(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Lsecssdr(pub u8); + impl Lsecssdr { + #[doc = "No failure detected on 32 kHz oscillator"] + pub const NOFAILURE: Self = Self(0); + #[doc = "Failure detected on 32 kHz oscillator"] + pub const FAILURE: Self = Self(0x01); } - impl Default for Ur4 { - fn default() -> Ur4 { - Ur4(0) - } + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] + pub struct Hsidivfr(pub u8); + impl Hsidivfr { + #[doc = "New HSIDIV ratio has not yet propagated to hsi_ck"] + pub const NOTPROPAGATED: Self = Self(0); + #[doc = "HSIDIV ratio has propagated to hsi_ck"] + pub const PROPAGATED: Self = Self(0x01); } - #[doc = "SYSCFG user register 14"] + } + pub mod regs { + use crate::generic::*; + #[doc = "RCC PLL1 Fractional Divider Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur14(pub u32); - impl Ur14 { - #[doc = "D1 Stop Reset"] - pub const fn d1stprst(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + pub struct Pll1fracr(pub u32); + impl Pll1fracr { + #[doc = "Fractional part of the multiplication factor for PLL1 VCO"] + pub const fn fracn1(&self) -> u16 { + let val = (self.0 >> 3usize) & 0x1fff; + val as u16 } - #[doc = "D1 Stop Reset"] - pub fn set_d1stprst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Fractional part of the multiplication factor for PLL1 VCO"] + pub fn set_fracn1(&mut self, val: u16) { + self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); } } - impl Default for Ur14 { - fn default() -> Ur14 { - Ur14(0) + impl Default for Pll1fracr { + fn default() -> Pll1fracr { + Pll1fracr(0) } } - #[doc = "SYSCFG package register"] + #[doc = "RCC HSI configuration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pkgr(pub u32); - impl Pkgr { - #[doc = "Package"] - pub const fn pkg(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; + pub struct Hsicfgr(pub u32); + impl Hsicfgr { + #[doc = "HSI clock calibration"] + pub const fn hsical(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 + } + #[doc = "HSI clock calibration"] + pub fn set_hsical(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + } + #[doc = "HSI clock trimming"] + pub const fn hsitrim(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x7f; val as u8 } - #[doc = "Package"] - pub fn set_pkg(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "HSI clock trimming"] + pub fn set_hsitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); } } - impl Default for Pkgr { - fn default() -> Pkgr { - Pkgr(0) + impl Default for Hsicfgr { + fn default() -> Hsicfgr { + Hsicfgr(0) } } - #[doc = "compensation cell control/status register"] + #[doc = "RCC PLLs Configuration Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cccsr(pub u32); - impl Cccsr { - #[doc = "enable"] - pub const fn en(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "enable"] - pub fn set_en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + pub struct Pllcfgr(pub u32); + impl Pllcfgr { + #[doc = "PLL1 fractional latch enable"] + pub fn pllfracen(&self, n: usize) -> super::vals::Pll1fracen { + assert!(n < 3usize); + let offs = 0usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Pll1fracen(val as u8) } - #[doc = "Code selection"] - pub const fn cs(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "PLL1 fractional latch enable"] + pub fn set_pllfracen(&mut self, n: usize, val: super::vals::Pll1fracen) { + assert!(n < 3usize); + let offs = 0usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Code selection"] - pub fn set_cs(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "PLL1 VCO selection"] + pub fn pllvcosel(&self, n: usize) -> super::vals::Pll1vcosel { + assert!(n < 3usize); + let offs = 1usize + n * 4usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Pll1vcosel(val as u8) } - #[doc = "Compensation cell ready flag"] - pub const fn ready(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "PLL1 VCO selection"] + pub fn set_pllvcosel(&mut self, n: usize, val: super::vals::Pll1vcosel) { + assert!(n < 3usize); + let offs = 1usize + n * 4usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Compensation cell ready flag"] - pub fn set_ready(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "PLL1 input frequency range"] + pub fn pllrge(&self, n: usize) -> super::vals::Pll1rge { + assert!(n < 3usize); + let offs = 2usize + n * 4usize; + let val = (self.0 >> offs) & 0x03; + super::vals::Pll1rge(val as u8) } - #[doc = "High-speed at low-voltage"] - pub const fn hslv(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "PLL1 input frequency range"] + pub fn set_pllrge(&mut self, n: usize, val: super::vals::Pll1rge) { + assert!(n < 3usize); + let offs = 2usize + n * 4usize; + self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); } - #[doc = "High-speed at low-voltage"] - pub fn set_hslv(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "PLL1 DIVP divider output enable"] + pub fn divpen(&self, n: usize) -> super::vals::Divp1en { + assert!(n < 3usize); + let offs = 16usize + n * 3usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Divp1en(val as u8) } - } - impl Default for Cccsr { - fn default() -> Cccsr { - Cccsr(0) + #[doc = "PLL1 DIVP divider output enable"] + pub fn set_divpen(&mut self, n: usize, val: super::vals::Divp1en) { + assert!(n < 3usize); + let offs = 16usize + n * 3usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - } - #[doc = "SYSCFG user register 8"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur8(pub u32); - impl Ur8 { - #[doc = "Mass erase protected area disabled for bank 2"] - pub const fn mepad_2(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "PLL1 DIVQ divider output enable"] + pub fn divqen(&self, n: usize) -> super::vals::Divp1en { + assert!(n < 3usize); + let offs = 17usize + n * 3usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Divp1en(val as u8) } - #[doc = "Mass erase protected area disabled for bank 2"] - pub fn set_mepad_2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "PLL1 DIVQ divider output enable"] + pub fn set_divqen(&mut self, n: usize, val: super::vals::Divp1en) { + assert!(n < 3usize); + let offs = 17usize + n * 3usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - #[doc = "Mass erase secured area disabled for bank 2"] - pub const fn mesad_2(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "PLL1 DIVR divider output enable"] + pub fn divren(&self, n: usize) -> super::vals::Divp1en { + assert!(n < 3usize); + let offs = 18usize + n * 3usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Divp1en(val as u8) } - #[doc = "Mass erase secured area disabled for bank 2"] - pub fn set_mesad_2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "PLL1 DIVR divider output enable"] + pub fn set_divren(&mut self, n: usize, val: super::vals::Divp1en) { + assert!(n < 3usize); + let offs = 18usize + n * 3usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } } - impl Default for Ur8 { - fn default() -> Ur8 { - Ur8(0) + impl Default for Pllcfgr { + fn default() -> Pllcfgr { + Pllcfgr(0) } } - #[doc = "SYSCFG user register 16"] + #[doc = "RCC APB1 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur16(pub u32); - impl Ur16 { - #[doc = "Freeze independent watchdog in Stop mode"] - pub const fn fziwdgstp(&self) -> bool { + pub struct Apb1lenr(pub u32); + impl Apb1lenr { + #[doc = "TIM peripheral clock enable"] + pub const fn tim2en(&self) -> super::vals::Apb1lenrTim2en { let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Freeze independent watchdog in Stop mode"] - pub fn set_fziwdgstp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Private key programmed"] - pub const fn pkp(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Private key programmed"] - pub fn set_pkp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - } - impl Default for Ur16 { - fn default() -> Ur16 { - Ur16(0) + super::vals::Apb1lenrTim2en(val as u8) } - } - #[doc = "SYSCFG user register 15"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur15(pub u32); - impl Ur15 { - #[doc = "Freeze independent watchdog in Standby mode"] - pub const fn fziwdgstb(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "TIM peripheral clock enable"] + pub fn set_tim2en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Freeze independent watchdog in Standby mode"] - pub fn set_fziwdgstb(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "TIM peripheral clock enable"] + pub const fn tim3en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - } - impl Default for Ur15 { - fn default() -> Ur15 { - Ur15(0) + #[doc = "TIM peripheral clock enable"] + pub fn set_tim3en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - } - #[doc = "SYSCFG user register 10"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur10(pub u32); - impl Ur10 { - #[doc = "Protected area end address for bank 2"] - pub const fn pa_end_2(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + #[doc = "TIM peripheral clock enable"] + pub const fn tim4en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - #[doc = "Protected area end address for bank 2"] - pub fn set_pa_end_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "TIM peripheral clock enable"] + pub fn set_tim4en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Secured area start address for bank 2"] - pub const fn sa_beg_2(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "TIM peripheral clock enable"] + pub const fn tim5en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - #[doc = "Secured area start address for bank 2"] - pub fn set_sa_beg_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "TIM peripheral clock enable"] + pub fn set_tim5en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - } - impl Default for Ur10 { - fn default() -> Ur10 { - Ur10(0) + #[doc = "TIM peripheral clock enable"] + pub const fn tim6en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - } - #[doc = "SYSCFG user register 9"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur9(pub u32); - impl Ur9 { - #[doc = "Write protection for flash bank 2"] - pub const fn wrpn_2(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + #[doc = "TIM peripheral clock enable"] + pub fn set_tim6en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Write protection for flash bank 2"] - pub fn set_wrpn_2(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "TIM peripheral clock enable"] + pub const fn tim7en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - #[doc = "Protected area start address for bank 2"] - pub const fn pa_beg_2(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "TIM peripheral clock enable"] + pub fn set_tim7en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Protected area start address for bank 2"] - pub fn set_pa_beg_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "TIM peripheral clock enable"] + pub const fn tim12en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - } - impl Default for Ur9 { - fn default() -> Ur9 { - Ur9(0) + #[doc = "TIM peripheral clock enable"] + pub fn set_tim12en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - } - #[doc = "SYSCFG user register 11"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur11(pub u32); - impl Ur11 { - #[doc = "Secured area end address for bank 2"] - pub const fn sa_end_2(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + #[doc = "TIM peripheral clock enable"] + pub const fn tim13en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - #[doc = "Secured area end address for bank 2"] - pub fn set_sa_end_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "TIM peripheral clock enable"] + pub fn set_tim13en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "Independent Watchdog 1 mode"] - pub const fn iwdg1m(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "TIM peripheral clock enable"] + pub const fn tim14en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - #[doc = "Independent Watchdog 1 mode"] - pub fn set_iwdg1m(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "TIM peripheral clock enable"] + pub fn set_tim14en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - } - impl Default for Ur11 { - fn default() -> Ur11 { - Ur11(0) + #[doc = "LPTIM1 Peripheral Clocks Enable"] + pub const fn lptim1en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - } - #[doc = "SYSCFG user register 0"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur0(pub u32); - impl Ur0 { - #[doc = "Bank Swap"] - pub const fn bks(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "LPTIM1 Peripheral Clocks Enable"] + pub fn set_lptim1en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Bank Swap"] - pub fn set_bks(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "SPI2 Peripheral Clocks Enable"] + pub const fn spi2en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - #[doc = "Readout protection"] - pub const fn rdp(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; - val as u8 + #[doc = "SPI2 Peripheral Clocks Enable"] + pub fn set_spi2en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "Readout protection"] - pub fn set_rdp(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + #[doc = "SPI3 Peripheral Clocks Enable"] + pub const fn spi3en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - } - impl Default for Ur0 { - fn default() -> Ur0 { - Ur0(0) + #[doc = "SPI3 Peripheral Clocks Enable"] + pub fn set_spi3en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - } - #[doc = "SYSCFG user register 12"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur12(pub u32); - impl Ur12 { - #[doc = "Secure mode"] - pub const fn secure(&self) -> bool { + #[doc = "SPDIFRX Peripheral Clocks Enable"] + pub const fn spdifrxen(&self) -> super::vals::Apb1lenrTim2en { let val = (self.0 >> 16usize) & 0x01; - val != 0 + super::vals::Apb1lenrTim2en(val as u8) } - #[doc = "Secure mode"] - pub fn set_secure(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "SPDIFRX Peripheral Clocks Enable"] + pub fn set_spdifrxen(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - } - impl Default for Ur12 { - fn default() -> Ur12 { - Ur12(0) + #[doc = "USART2 Peripheral Clocks Enable"] + pub const fn usart2en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - } - #[doc = "SYSCFG user register 13"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur13(pub u32); - impl Ur13 { - #[doc = "Secured DTCM RAM Size"] - pub const fn sdrs(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; - val as u8 + #[doc = "USART2 Peripheral Clocks Enable"] + pub fn set_usart2en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "Secured DTCM RAM Size"] - pub fn set_sdrs(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + #[doc = "USART3 Peripheral Clocks Enable"] + pub const fn usart3en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - #[doc = "D1 Standby reset"] - pub const fn d1sbrst(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "USART3 Peripheral Clocks Enable"] + pub fn set_usart3en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "D1 Standby reset"] - pub fn set_d1sbrst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "UART4 Peripheral Clocks Enable"] + pub const fn uart4en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - } - impl Default for Ur13 { - fn default() -> Ur13 { - Ur13(0) + #[doc = "UART4 Peripheral Clocks Enable"] + pub fn set_uart4en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - } - #[doc = "external interrupt configuration register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI x configuration (x = 4 to 7)"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 + #[doc = "UART5 Peripheral Clocks Enable"] + pub const fn uart5en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - #[doc = "EXTI x configuration (x = 4 to 7)"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + #[doc = "UART5 Peripheral Clocks Enable"] + pub fn set_uart5en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) + #[doc = "I2C1 Peripheral Clocks Enable"] + pub const fn i2c1en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - } - #[doc = "SYSCFG user register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur2(pub u32); - impl Ur2 { - #[doc = "BOR_LVL Brownout Reset Threshold Level"] - pub const fn borh(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; - val as u8 + #[doc = "I2C1 Peripheral Clocks Enable"] + pub fn set_i2c1en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "BOR_LVL Brownout Reset Threshold Level"] - pub fn set_borh(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + #[doc = "I2C2 Peripheral Clocks Enable"] + pub const fn i2c2en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - #[doc = "Boot Address 0"] - pub const fn boot_add0(&self) -> u16 { - let val = (self.0 >> 16usize) & 0xffff; - val as u16 + #[doc = "I2C2 Peripheral Clocks Enable"] + pub fn set_i2c2en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - #[doc = "Boot Address 0"] - pub fn set_boot_add0(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + #[doc = "I2C3 Peripheral Clocks Enable"] + pub const fn i2c3en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - } - impl Default for Ur2 { - fn default() -> Ur2 { - Ur2(0) + #[doc = "I2C3 Peripheral Clocks Enable"] + pub fn set_i2c3en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); } - } - #[doc = "SYSCFG compensation cell value register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccvr(pub u32); - impl Ccvr { - #[doc = "NMOS compensation value"] - pub const fn ncv(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + #[doc = "HDMI-CEC peripheral clock enable"] + pub const fn cecen(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - #[doc = "NMOS compensation value"] - pub fn set_ncv(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "HDMI-CEC peripheral clock enable"] + pub fn set_cecen(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } - #[doc = "PMOS compensation value"] - pub const fn pcv(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "DAC1&2 peripheral clock enable"] + pub const fn dac12en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - #[doc = "PMOS compensation value"] - pub fn set_pcv(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "DAC1&2 peripheral clock enable"] + pub fn set_dac12en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } - } - impl Default for Ccvr { - fn default() -> Ccvr { - Ccvr(0) + #[doc = "UART7 Peripheral Clocks Enable"] + pub const fn uart7en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - } - #[doc = "SYSCFG user register 3"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur3(pub u32); - impl Ur3 { - #[doc = "Boot Address 1"] - pub const fn boot_add1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0xffff; - val as u16 + #[doc = "UART7 Peripheral Clocks Enable"] + pub fn set_uart7en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); } - #[doc = "Boot Address 1"] - pub fn set_boot_add1(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + #[doc = "UART8 Peripheral Clocks Enable"] + pub const fn uart8en(&self) -> super::vals::Apb1lenrTim2en { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Apb1lenrTim2en(val as u8) } - } - impl Default for Ur3 { - fn default() -> Ur3 { - Ur3(0) ->>>>>>> c084e70 (Update generated code) + #[doc = "UART8 Peripheral Clocks Enable"] + pub fn set_uart8en(&mut self, val: super::vals::Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - } -} -<<<<<<< HEAD -pub mod sdmmc_v2 { - use crate::generic::*; - #[doc = "SDMMC"] - #[derive(Copy, Clone)] - pub struct Sdmmc(pub *mut u8); - unsafe impl Send for Sdmmc {} - unsafe impl Sync for Sdmmc {} - impl Sdmmc { - #[doc = "SDMMC power control register"] - pub fn power(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] - pub fn clkcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] - pub fn argr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] - pub fn cmdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "SDMMC command response register"] - pub fn respcmdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - pub fn respr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(20usize + n * 4usize)) } - } - #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] - pub fn dtimer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] - pub fn dlenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] - pub fn dctrl(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] - pub fn dcntr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } - } - #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] - pub fn star(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(52usize)) } - } - #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] - pub fn icr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(56usize)) } - } - #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] - pub fn maskr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(60usize)) } - } - #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] - pub fn acktimer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(64usize)) } - } - #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] - pub fn idmactrlr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(80usize)) } - } - #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] - pub fn idmabsizer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(84usize)) } - } - #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] - pub fn idmabase0r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(88usize)) } - } - #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] - pub fn idmabase1r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(92usize)) } - } - #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] - pub fn fifor(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(128usize)) } - } - #[doc = "SDMMC IP version register"] - pub fn ver(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(1012usize)) } - } - #[doc = "SDMMC IP identification register"] - pub fn id(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(1016usize)) } -======= -pub mod syscfg_f4 { - use crate::generic::*; - #[doc = "System configuration controller"] - #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "memory remap register"] - pub fn memrm(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "peripheral mode configuration register"] - pub fn pmc(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "external interrupt configuration register"] - pub fn exticr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "Compensation cell control register"] - pub fn cmpcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } + impl Default for Apb1lenr { + fn default() -> Apb1lenr { + Apb1lenr(0) + } } - } - pub mod regs { - use crate::generic::*; - #[doc = "peripheral mode configuration register"] + #[doc = "RCC AHB2 Peripheral Reset Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pmc(pub u32); - impl Pmc { - #[doc = "ADC1DC2"] - pub const fn adc1dc2(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + pub struct Ahb2rstr(pub u32); + impl Ahb2rstr { + #[doc = "CAMITF block reset"] + pub const fn camitfrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Camitfrst(val as u8) } - #[doc = "ADC1DC2"] - pub fn set_adc1dc2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "CAMITF block reset"] + pub fn set_camitfrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "ADC2DC2"] - pub const fn adc2dc2(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 + #[doc = "Cryptography block reset"] + pub const fn cryptrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Camitfrst(val as u8) } - #[doc = "ADC2DC2"] - pub fn set_adc2dc2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "Cryptography block reset"] + pub fn set_cryptrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "ADC3DC2"] - pub const fn adc3dc2(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 + #[doc = "Hash block reset"] + pub const fn hashrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Camitfrst(val as u8) } - #[doc = "ADC3DC2"] - pub fn set_adc3dc2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "Hash block reset"] + pub fn set_hashrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Ethernet PHY interface selection"] - pub const fn mii_rmii_sel(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + #[doc = "Random Number Generator block reset"] + pub const fn rngrst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Camitfrst(val as u8) } - #[doc = "Ethernet PHY interface selection"] - pub fn set_mii_rmii_sel(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "Random Number Generator block reset"] + pub fn set_rngrst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "SDMMC2 and SDMMC2 Delay block reset"] + pub const fn sdmmc2rst(&self) -> super::vals::Camitfrst { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Camitfrst(val as u8) + } + #[doc = "SDMMC2 and SDMMC2 Delay block reset"] + pub fn set_sdmmc2rst(&mut self, val: super::vals::Camitfrst) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } } - impl Default for Pmc { - fn default() -> Pmc { - Pmc(0) + impl Default for Ahb2rstr { + fn default() -> Ahb2rstr { + Ahb2rstr(0) } } - #[doc = "memory remap register"] + #[doc = "RCC AHB2 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Memrm(pub u32); - impl Memrm { - #[doc = "Memory mapping selection"] - pub const fn mem_mode(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x07; - val as u8 + pub struct Ahb2lpenr(pub u32); + impl Ahb2lpenr { + #[doc = "DCMI peripheral clock enable during csleep mode"] + pub const fn dcmilpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) } - #[doc = "Memory mapping selection"] - pub fn set_mem_mode(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); + #[doc = "DCMI peripheral clock enable during csleep mode"] + pub fn set_dcmilpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Flash bank mode selection"] - pub const fn fb_mode(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "CRYPT peripheral clock enable during CSleep mode"] + pub const fn cryptlpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) } - #[doc = "Flash bank mode selection"] - pub fn set_fb_mode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "CRYPT peripheral clock enable during CSleep mode"] + pub fn set_cryptlpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "FMC memory mapping swap"] - pub const fn swp_fmc(&self) -> u8 { - let val = (self.0 >> 10usize) & 0x03; - val as u8 + #[doc = "HASH peripheral clock enable during CSleep mode"] + pub const fn hashlpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) } - #[doc = "FMC memory mapping swap"] - pub fn set_swp_fmc(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 10usize)) | (((val as u32) & 0x03) << 10usize); + #[doc = "HASH peripheral clock enable during CSleep mode"] + pub fn set_hashlpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - } - impl Default for Memrm { - fn default() -> Memrm { - Memrm(0) + #[doc = "RNG peripheral clock enable during CSleep mode"] + pub const fn rnglpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) } - } - #[doc = "external interrupt configuration register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI x configuration"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 + #[doc = "RNG peripheral clock enable during CSleep mode"] + pub fn set_rnglpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "EXTI x configuration"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] + pub const fn sdmmc2lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) } - } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) + #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] + pub fn set_sdmmc2lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - } - #[doc = "Compensation cell control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cmpcr(pub u32); - impl Cmpcr { - #[doc = "Compensation cell power-down"] - pub const fn cmp_pd(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "SRAM1 Clock Enable During CSleep Mode"] + pub const fn sram1lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) } - #[doc = "Compensation cell power-down"] - pub fn set_cmp_pd(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "SRAM1 Clock Enable During CSleep Mode"] + pub fn set_sram1lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } - #[doc = "READY"] - pub const fn ready(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "SRAM2 Clock Enable During CSleep Mode"] + pub const fn sram2lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM2 Clock Enable During CSleep Mode"] + pub fn set_sram2lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); } - #[doc = "READY"] - pub fn set_ready(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "SRAM3 Clock Enable During CSleep Mode"] + pub const fn sram3lpen(&self) -> super::vals::Ahb2lpenrDcmilpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Ahb2lpenrDcmilpen(val as u8) } - } - impl Default for Cmpcr { - fn default() -> Cmpcr { - Cmpcr(0) + #[doc = "SRAM3 Clock Enable During CSleep Mode"] + pub fn set_sram3lpen(&mut self, val: super::vals::Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - } -} -pub mod gpio_v1 { - use crate::generic::*; - #[doc = "General purpose I/O"] - #[derive(Copy, Clone)] - pub struct Gpio(pub *mut u8); - unsafe impl Send for Gpio {} - unsafe impl Sync for Gpio {} - impl Gpio { - #[doc = "Port configuration register low (GPIOn_CRL)"] - pub fn cr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } - } - #[doc = "Port input data register (GPIOn_IDR)"] - pub fn idr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Port output data register (GPIOn_ODR)"] - pub fn odr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Port bit set/reset register (GPIOn_BSRR)"] - pub fn bsrr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Port bit reset register (GPIOn_BRR)"] - pub fn brr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "Port configuration lock register"] - pub fn lckr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } ->>>>>>> c084e70 (Update generated code) + impl Default for Ahb2lpenr { + fn default() -> Ahb2lpenr { + Ahb2lpenr(0) + } } - } - pub mod regs { - use crate::generic::*; -<<<<<<< HEAD - #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] + #[doc = "RCC APB1 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmabsizer(pub u32); - impl Idmabsizer { - #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmabndt(&self) -> u8 { - let val = (self.0 >> 5usize) & 0xff; - val as u8 + pub struct C1Apb1henr(pub u32); + impl C1Apb1henr { + #[doc = "Clock Recovery System peripheral clock enable"] + pub const fn crsen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) } - #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmabndt(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 5usize)) | (((val as u32) & 0xff) << 5usize); + #[doc = "Clock Recovery System peripheral clock enable"] + pub fn set_crsen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - } - impl Default for Idmabsizer { - fn default() -> Idmabsizer { - Idmabsizer(0) + #[doc = "SWPMI Peripheral Clocks Enable"] + pub const fn swpen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) } - } - #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dcntr(pub u32); - impl Dcntr { - #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] - pub const fn datacount(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + #[doc = "SWPMI Peripheral Clocks Enable"] + pub fn set_swpen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] - pub fn set_datacount(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "OPAMP peripheral clock enable"] + pub const fn opampen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) } - } - impl Default for Dcntr { - fn default() -> Dcntr { - Dcntr(0) + #[doc = "OPAMP peripheral clock enable"] + pub fn set_opampen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - } - #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmabase0r(pub u32); - impl Idmabase0r { - #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] - pub const fn idmabase0(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "MDIOS peripheral clock enable"] + pub const fn mdiosen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) } - #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] - pub fn set_idmabase0(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "MDIOS peripheral clock enable"] + pub fn set_mdiosen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FDCAN Peripheral Clocks Enable"] + pub const fn fdcanen(&self) -> super::vals::C1Apb1henrCrsen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1henrCrsen(val as u8) + } + #[doc = "FDCAN Peripheral Clocks Enable"] + pub fn set_fdcanen(&mut self, val: super::vals::C1Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } } - impl Default for Idmabase0r { - fn default() -> Idmabase0r { - Idmabase0r(0) + impl Default for C1Apb1henr { + fn default() -> C1Apb1henr { + C1Apb1henr(0) } } - #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] + #[doc = "RCC AHB3 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmabase1r(pub u32); - impl Idmabase1r { - #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] - pub const fn idmabase1(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Ahb3lpenr(pub u32); + impl Ahb3lpenr { + #[doc = "MDMA Clock Enable During CSleep Mode"] + pub const fn mdmalpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) } - #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] - pub fn set_idmabase1(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "MDMA Clock Enable During CSleep Mode"] + pub fn set_mdmalpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - } - impl Default for Idmabase1r { - fn default() -> Idmabase1r { - Idmabase1r(0) + #[doc = "DMA2D Clock Enable During CSleep Mode"] + pub const fn dma2dlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) } - } - #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Clkcr(pub u32); - impl Clkcr { - #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] - pub const fn clkdiv(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x03ff; - val as u16 + #[doc = "DMA2D Clock Enable During CSleep Mode"] + pub fn set_dma2dlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] - pub fn set_clkdiv(&mut self, val: u16) { - self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + #[doc = "JPGDEC Clock Enable During CSleep Mode"] + pub const fn jpgdeclpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) } - #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] - pub const fn pwrsav(&self) -> bool { + #[doc = "JPGDEC Clock Enable During CSleep Mode"] + pub fn set_jpgdeclpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FLITF Clock Enable During CSleep Mode"] + pub const fn flashlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "FLITF Clock Enable During CSleep Mode"] + pub fn set_flashlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + } + #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] + pub const fn fmclpen(&self) -> super::vals::Ahb3lpenrMdmalpen { let val = (self.0 >> 12usize) & 0x01; - val != 0 + super::vals::Ahb3lpenrMdmalpen(val as u8) } - #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] - pub fn set_pwrsav(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fmclpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn widbus(&self) -> u8 { - let val = (self.0 >> 14usize) & 0x03; - val as u8 + #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] + pub const fn qspilpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) } - #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_widbus(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); + #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] + pub fn set_qspilpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] - pub const fn negedge(&self) -> bool { + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] + pub const fn sdmmc1lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { let val = (self.0 >> 16usize) & 0x01; - val != 0 + super::vals::Ahb3lpenrMdmalpen(val as u8) } - #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] - pub fn set_negedge(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] + pub fn set_sdmmc1lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] - pub const fn hwfc_en(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 + #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] + pub const fn d1dtcm1lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) } - #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] - pub fn set_hwfc_en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] + pub fn set_d1dtcm1lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] - pub const fn ddr(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 + #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] + pub const fn dtcm2lpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) } - #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] - pub fn set_ddr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] + pub fn set_dtcm2lpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } - #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn busspeed(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 + #[doc = "D1ITCM Block Clock Enable During CSleep mode"] + pub const fn itcmlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) } - #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_busspeed(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "D1ITCM Block Clock Enable During CSleep mode"] + pub fn set_itcmlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); } - #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn selclkrx(&self) -> u8 { - let val = (self.0 >> 20usize) & 0x03; - val as u8 + #[doc = "AXISRAM Block Clock Enable During CSleep mode"] + pub const fn axisramlpen(&self) -> super::vals::Ahb3lpenrMdmalpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Ahb3lpenrMdmalpen(val as u8) } - #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_selclkrx(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); + #[doc = "AXISRAM Block Clock Enable During CSleep mode"] + pub fn set_axisramlpen(&mut self, val: super::vals::Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for Clkcr { - fn default() -> Clkcr { - Clkcr(0) + impl Default for Ahb3lpenr { + fn default() -> Ahb3lpenr { + Ahb3lpenr(0) } } - #[doc = "SDMMC command response register"] + #[doc = "RCC PLLs Clock Source Selection Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Respcmdr(pub u32); - impl Respcmdr { - #[doc = "Response command index"] - pub const fn respcmd(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x3f; - val as u8 - } - #[doc = "Response command index"] - pub fn set_respcmd(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); + pub struct Pllckselr(pub u32); + impl Pllckselr { + #[doc = "DIVMx and PLLs clock source selection"] + pub const fn pllsrc(&self) -> super::vals::Pllsrc { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Pllsrc(val as u8) } - } - impl Default for Respcmdr { - fn default() -> Respcmdr { - Respcmdr(0) + #[doc = "DIVMx and PLLs clock source selection"] + pub fn set_pllsrc(&mut self, val: super::vals::Pllsrc) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); } - } - #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dlenr(pub u32); - impl Dlenr { - #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] - pub const fn datalength(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + #[doc = "Prescaler for PLL1"] + pub fn divm(&self, n: usize) -> u8 { + assert!(n < 3usize); + let offs = 4usize + n * 8usize; + let val = (self.0 >> offs) & 0x3f; + val as u8 } - #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] - pub fn set_datalength(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "Prescaler for PLL1"] + pub fn set_divm(&mut self, n: usize, val: u8) { + assert!(n < 3usize); + let offs = 4usize + n * 8usize; + self.0 = (self.0 & !(0x3f << offs)) | (((val as u32) & 0x3f) << offs); } } - impl Default for Dlenr { - fn default() -> Dlenr { - Dlenr(0) + impl Default for Pllckselr { + fn default() -> Pllckselr { + Pllckselr(0) } } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[doc = "RCC APB2 Peripheral Reset Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp2r(pub u32); - impl Resp2r { - #[doc = "see Table404."] - pub const fn cardstatus2(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "see Table404."] - pub fn set_cardstatus2(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + pub struct Apb2rstr(pub u32); + impl Apb2rstr { + #[doc = "TIM1 block reset"] + pub const fn tim1rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Tim1rst(val as u8) } - } - impl Default for Resp2r { - fn default() -> Resp2r { - Resp2r(0) + #[doc = "TIM1 block reset"] + pub fn set_tim1rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - } - #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cmdr(pub u32); - impl Cmdr { - #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] - pub const fn cmdindex(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x3f; - val as u8 + #[doc = "TIM8 block reset"] + pub const fn tim8rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Tim1rst(val as u8) } - #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] - pub fn set_cmdindex(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); + #[doc = "TIM8 block reset"] + pub fn set_tim8rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] - pub const fn cmdtrans(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "USART1 block reset"] + pub const fn usart1rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Tim1rst(val as u8) } - #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] - pub fn set_cmdtrans(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "USART1 block reset"] + pub fn set_usart1rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] - pub const fn cmdstop(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "USART6 block reset"] + pub const fn usart6rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Tim1rst(val as u8) } - #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] - pub fn set_cmdstop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "USART6 block reset"] + pub fn set_usart6rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] - pub const fn waitresp(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x03; - val as u8 + #[doc = "SPI1 block reset"] + pub const fn spi1rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Tim1rst(val as u8) } - #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] - pub fn set_waitresp(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + #[doc = "SPI1 block reset"] + pub fn set_spi1rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] - pub const fn waitint(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 + #[doc = "SPI4 block reset"] + pub const fn spi4rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 13usize) & 0x01; + super::vals::Tim1rst(val as u8) } - #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] - pub fn set_waitint(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "SPI4 block reset"] + pub fn set_spi4rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); } - #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] - pub const fn waitpend(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 + #[doc = "TIM15 block reset"] + pub const fn tim15rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Tim1rst(val as u8) } - #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] - pub fn set_waitpend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "TIM15 block reset"] + pub fn set_tim15rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] - pub const fn cpsmen(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 + #[doc = "TIM16 block reset"] + pub const fn tim16rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Tim1rst(val as u8) } - #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] - pub fn set_cpsmen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "TIM16 block reset"] + pub fn set_tim16rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] - pub const fn dthold(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 + #[doc = "TIM17 block reset"] + pub const fn tim17rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Tim1rst(val as u8) } - #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] - pub fn set_dthold(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "TIM17 block reset"] + pub fn set_tim17rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] - pub const fn bootmode(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 + #[doc = "SPI5 block reset"] + pub const fn spi5rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Tim1rst(val as u8) } - #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] - pub fn set_bootmode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "SPI5 block reset"] + pub fn set_spi5rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - #[doc = "Enable boot mode procedure."] - pub const fn booten(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 + #[doc = "SAI1 block reset"] + pub const fn sai1rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Tim1rst(val as u8) } - #[doc = "Enable boot mode procedure."] - pub fn set_booten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "SAI1 block reset"] + pub fn set_sai1rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] - pub const fn cmdsuspend(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "SAI2 block reset"] + pub const fn sai2rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Tim1rst(val as u8) } - #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] - pub fn set_cmdsuspend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "SAI2 block reset"] + pub fn set_sai2rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); } - } - impl Default for Cmdr { - fn default() -> Cmdr { - Cmdr(0) + #[doc = "SAI3 block reset"] + pub const fn sai3rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Tim1rst(val as u8) } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp3r(pub u32); - impl Resp3r { - #[doc = "see Table404."] - pub const fn cardstatus3(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "SAI3 block reset"] + pub fn set_sai3rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "see Table404."] - pub fn set_cardstatus3(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "DFSDM1 block reset"] + pub const fn dfsdm1rst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Tim1rst(val as u8) } - } - impl Default for Resp3r { - fn default() -> Resp3r { - Resp3r(0) + #[doc = "DFSDM1 block reset"] + pub fn set_dfsdm1rst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp4r(pub u32); - impl Resp4r { - #[doc = "see Table404."] - pub const fn cardstatus4(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "HRTIM block reset"] + pub const fn hrtimrst(&self) -> super::vals::Tim1rst { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Tim1rst(val as u8) } - #[doc = "see Table404."] - pub fn set_cardstatus4(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "HRTIM block reset"] + pub fn set_hrtimrst(&mut self, val: super::vals::Tim1rst) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } } - impl Default for Resp4r { - fn default() -> Resp4r { - Resp4r(0) + impl Default for Apb2rstr { + fn default() -> Apb2rstr { + Apb2rstr(0) } } - #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] + #[doc = "RCC AHB4 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Icr(pub u32); - impl Icr { - #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] - pub const fn ccrcfailc(&self) -> bool { + pub struct Ahb4enr(pub u32); + impl Ahb4enr { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioaen(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] - pub fn set_ccrcfailc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioaen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] - pub const fn dcrcfailc(&self) -> bool { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioben(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] - pub fn set_dcrcfailc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioben(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] - pub const fn ctimeoutc(&self) -> bool { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiocen(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 2usize) & 0x01; - val != 0 + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] - pub fn set_ctimeoutc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiocen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] - pub const fn dtimeoutc(&self) -> bool { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioden(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 3usize) & 0x01; - val != 0 + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] - pub fn set_dtimeoutc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioden(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] - pub const fn txunderrc(&self) -> bool { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioeen(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 4usize) & 0x01; - val != 0 + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] - pub fn set_txunderrc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioeen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] - pub const fn rxoverrc(&self) -> bool { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiofen(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 5usize) & 0x01; - val != 0 + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] - pub fn set_rxoverrc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiofen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] - pub const fn cmdrendc(&self) -> bool { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiogen(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 6usize) & 0x01; - val != 0 + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] - pub fn set_cmdrendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiogen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] - pub const fn cmdsentc(&self) -> bool { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiohen(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 7usize) & 0x01; - val != 0 + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] - pub fn set_cmdsentc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiohen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] - pub const fn dataendc(&self) -> bool { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioien(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 8usize) & 0x01; - val != 0 + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] - pub fn set_dataendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioien(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] - pub const fn dholdc(&self) -> bool { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiojen(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 9usize) & 0x01; - val != 0 + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] - pub fn set_dholdc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiojen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] - pub const fn dbckendc(&self) -> bool { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioken(&self) -> super::vals::Ahb4enrGpioaen { let val = (self.0 >> 10usize) & 0x01; - val != 0 + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] - pub fn set_dbckendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); -======= - #[doc = "Port configuration lock register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Lckr(pub u32); - impl Lckr { - #[doc = "Port A Lock bit"] - pub fn lck(&self, n: usize) -> super::vals::Lck { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Lck(val as u8) + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioken(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "Port A Lock bit"] - pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "CRC peripheral clock enable"] + pub const fn crcen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "Lock key"] - pub const fn lckk(&self) -> super::vals::Lckk { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Lckk(val as u8) + #[doc = "CRC peripheral clock enable"] + pub fn set_crcen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "Lock key"] - pub fn set_lckk(&mut self, val: super::vals::Lckk) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + #[doc = "BDMA and DMAMUX2 Clock Enable"] + pub const fn bdmaen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - } - impl Default for Lckr { - fn default() -> Lckr { - Lckr(0) + #[doc = "BDMA and DMAMUX2 Clock Enable"] + pub fn set_bdmaen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - } - #[doc = "Port configuration register (GPIOn_CRx)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Port n mode bits"] - pub fn mode(&self, n: usize) -> super::vals::Mode { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Mode(val as u8) + #[doc = "ADC3 Peripheral Clocks Enable"] + pub const fn adc3en(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "Port n mode bits"] - pub fn set_mode(&mut self, n: usize, val: super::vals::Mode) { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "ADC3 Peripheral Clocks Enable"] + pub fn set_adc3en(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "Port n configuration bits"] - pub fn cnf(&self, n: usize) -> super::vals::Cnf { - assert!(n < 8usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Cnf(val as u8) + #[doc = "HSEM peripheral clock enable"] + pub const fn hsemen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) } - #[doc = "Port n configuration bits"] - pub fn set_cnf(&mut self, n: usize, val: super::vals::Cnf) { - assert!(n < 8usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "HSEM peripheral clock enable"] + pub fn set_hsemen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "Backup RAM Clock Enable"] + pub const fn bkpramen(&self) -> super::vals::Ahb4enrGpioaen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb4enrGpioaen(val as u8) + } + #[doc = "Backup RAM Clock Enable"] + pub fn set_bkpramen(&mut self, val: super::vals::Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } } - impl Default for Cr { - fn default() -> Cr { - Cr(0) + impl Default for Ahb4enr { + fn default() -> Ahb4enr { + Ahb4enr(0) } } - #[doc = "Port bit reset register (GPIOn_BRR)"] + #[doc = "RCC APB3 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Brr(pub u32); - impl Brr { - #[doc = "Reset bit"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + pub struct Apb3lpenr(pub u32); + impl Apb3lpenr { + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub const fn ltdclpen(&self) -> super::vals::Apb3lpenrLtdclpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb3lpenrLtdclpen(val as u8) } - #[doc = "Reset bit"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub fn set_ltdclpen(&mut self, val: super::vals::Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub const fn wwdg1lpen(&self) -> super::vals::Apb3lpenrLtdclpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Apb3lpenrLtdclpen(val as u8) + } + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub fn set_wwdg1lpen(&mut self, val: super::vals::Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } } - impl Default for Brr { - fn default() -> Brr { - Brr(0) + impl Default for Apb3lpenr { + fn default() -> Apb3lpenr { + Apb3lpenr(0) } } - #[doc = "Port bit set/reset register (GPIOn_BSRR)"] + #[doc = "RCC AHB2 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bsrr(pub u32); - impl Bsrr { - #[doc = "Set bit"] - pub fn bs(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + pub struct Ahb2enr(pub u32); + impl Ahb2enr { + #[doc = "DCMI peripheral clock"] + pub const fn dcmien(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) } - #[doc = "Set bit"] - pub fn set_bs(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "DCMI peripheral clock"] + pub fn set_dcmien(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Reset bit"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "CRYPT peripheral clock enable"] + pub const fn crypten(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) } - #[doc = "Reset bit"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "CRYPT peripheral clock enable"] + pub fn set_crypten(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - } - impl Default for Bsrr { - fn default() -> Bsrr { - Bsrr(0) + #[doc = "HASH peripheral clock enable"] + pub const fn hashen(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) } - } - #[doc = "Port output data register (GPIOn_ODR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Odr(pub u32); - impl Odr { - #[doc = "Port output data"] - pub fn odr(&self, n: usize) -> super::vals::Odr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Odr(val as u8) + #[doc = "HASH peripheral clock enable"] + pub fn set_hashen(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Port output data"] - pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "RNG peripheral clocks enable"] + pub const fn rngen(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) } - } - impl Default for Odr { - fn default() -> Odr { - Odr(0) + #[doc = "RNG peripheral clocks enable"] + pub fn set_rngen(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - } - #[doc = "Port input data register (GPIOn_IDR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idr(pub u32); - impl Idr { - #[doc = "Port input data"] - pub fn idr(&self, n: usize) -> super::vals::Idr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Idr(val as u8) + #[doc = "SDMMC2 and SDMMC2 delay clock enable"] + pub const fn sdmmc2en(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) } - #[doc = "Port input data"] - pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); ->>>>>>> c084e70 (Update generated code) + #[doc = "SDMMC2 and SDMMC2 delay clock enable"] + pub fn set_sdmmc2en(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] - pub const fn dabortc(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 + #[doc = "SRAM1 block enable"] + pub const fn sram1en(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) + } + #[doc = "SRAM1 block enable"] + pub fn set_sram1en(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "SRAM2 block enable"] + pub const fn sram2en(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) + } + #[doc = "SRAM2 block enable"] + pub fn set_sram2en(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "SRAM3 block enable"] + pub const fn sram3en(&self) -> super::vals::Ahb2enrDcmien { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Ahb2enrDcmien(val as u8) } - #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] - pub fn set_dabortc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "SRAM3 block enable"] + pub fn set_sram3en(&mut self, val: super::vals::Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } - #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] - pub const fn busyd0endc(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 + } + impl Default for Ahb2enr { + fn default() -> Ahb2enr { + Ahb2enr(0) } - #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] - pub fn set_busyd0endc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "RCC AHB2 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Ahb2lpenr(pub u32); + impl C1Ahb2lpenr { + #[doc = "DCMI peripheral clock enable during csleep mode"] + pub const fn dcmilpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) } - #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] - pub const fn sdioitc(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + #[doc = "DCMI peripheral clock enable during csleep mode"] + pub fn set_dcmilpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] - pub fn set_sdioitc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "CRYPT peripheral clock enable during CSleep mode"] + pub const fn cryptlpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) } - #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] - pub const fn ackfailc(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + #[doc = "CRYPT peripheral clock enable during CSleep mode"] + pub fn set_cryptlpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] - pub fn set_ackfailc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "HASH peripheral clock enable during CSleep mode"] + pub const fn hashlpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) } - #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] - pub const fn acktimeoutc(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 + #[doc = "HASH peripheral clock enable during CSleep mode"] + pub fn set_hashlpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] - pub fn set_acktimeoutc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "RNG peripheral clock enable during CSleep mode"] + pub const fn rnglpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) } - #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] - pub const fn vswendc(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + #[doc = "RNG peripheral clock enable during CSleep mode"] + pub fn set_rnglpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] - pub fn set_vswendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] + pub const fn sdmmc2lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) } - #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] - pub const fn ckstopc(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + #[doc = "SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode"] + pub fn set_sdmmc2lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] - pub fn set_ckstopc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "SRAM1 Clock Enable During CSleep Mode"] + pub const fn sram1lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) } - #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] - pub const fn idmatec(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 + #[doc = "SRAM1 Clock Enable During CSleep Mode"] + pub fn set_sram1lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } - #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] - pub fn set_idmatec(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "SRAM2 Clock Enable During CSleep Mode"] + pub const fn sram2lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) } - #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] - pub const fn idmabtcc(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 + #[doc = "SRAM2 Clock Enable During CSleep Mode"] + pub fn set_sram2lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); } - #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] - pub fn set_idmabtcc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "SRAM3 Clock Enable During CSleep Mode"] + pub const fn sram3lpen(&self) -> super::vals::C1Ahb2lpenrDcmilpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Ahb2lpenrDcmilpen(val as u8) + } + #[doc = "SRAM3 Clock Enable During CSleep Mode"] + pub fn set_sram3lpen(&mut self, val: super::vals::C1Ahb2lpenrDcmilpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } -<<<<<<< HEAD - impl Default for Icr { - fn default() -> Icr { - Icr(0) + impl Default for C1Ahb2lpenr { + fn default() -> C1Ahb2lpenr { + C1Ahb2lpenr(0) } } - #[doc = "SDMMC IP identification register"] + #[doc = "RCC PLL1 Dividers Configuration Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Id(pub u32); - impl Id { - #[doc = "SDMMC IP identification."] - pub const fn ip_id(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Pll1divr(pub u32); + impl Pll1divr { + #[doc = "Multiplication factor for PLL1 VCO"] + pub const fn divn1(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 } - #[doc = "SDMMC IP identification."] - pub fn set_ip_id(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Multiplication factor for PLL1 VCO"] + pub fn set_divn1(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + } + #[doc = "PLL1 DIVP division factor"] + pub const fn divp1(&self) -> super::vals::Divp1 { + let val = (self.0 >> 9usize) & 0x7f; + super::vals::Divp1(val as u8) + } + #[doc = "PLL1 DIVP division factor"] + pub fn set_divp1(&mut self, val: super::vals::Divp1) { + self.0 = (self.0 & !(0x7f << 9usize)) | (((val.0 as u32) & 0x7f) << 9usize); + } + #[doc = "PLL1 DIVQ division factor"] + pub const fn divq1(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x7f; + val as u8 + } + #[doc = "PLL1 DIVQ division factor"] + pub fn set_divq1(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); + } + #[doc = "PLL1 DIVR division factor"] + pub const fn divr1(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x7f; + val as u8 + } + #[doc = "PLL1 DIVR division factor"] + pub fn set_divr1(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); } } - impl Default for Id { - fn default() -> Id { - Id(0) + impl Default for Pll1divr { + fn default() -> Pll1divr { + Pll1divr(0) } } - #[doc = "SDMMC power control register"] + #[doc = "RCC AHB3 Reset Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Power(pub u32); - impl Power { - #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] - pub const fn pwrctrl(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; - val as u8 + pub struct Ahb3rstr(pub u32); + impl Ahb3rstr { + #[doc = "MDMA block reset"] + pub const fn mdmarst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Mdmarst(val as u8) } - #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] - pub fn set_pwrctrl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + #[doc = "MDMA block reset"] + pub fn set_mdmarst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] - pub const fn vswitch(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "DMA2D block reset"] + pub const fn dma2drst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Mdmarst(val as u8) } - #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] - pub fn set_vswitch(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "DMA2D block reset"] + pub fn set_dma2drst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] - pub const fn vswitchen(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "JPGDEC block reset"] + pub const fn jpgdecrst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Mdmarst(val as u8) } - #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] - pub fn set_vswitchen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "JPGDEC block reset"] + pub fn set_jpgdecrst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] - pub const fn dirpol(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "FMC block reset"] + pub const fn fmcrst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Mdmarst(val as u8) } - #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] - pub fn set_dirpol(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "FMC block reset"] + pub fn set_fmcrst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - } - impl Default for Power { - fn default() -> Power { - Power(0) + #[doc = "QUADSPI and QUADSPI delay block reset"] + pub const fn qspirst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Mdmarst(val as u8) } - } - #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dtimer(pub u32); - impl Dtimer { - #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] - pub const fn datatime(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "QUADSPI and QUADSPI delay block reset"] + pub fn set_qspirst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] - pub fn set_datatime(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "SDMMC1 and SDMMC1 delay block reset"] + pub const fn sdmmc1rst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Mdmarst(val as u8) } - } - impl Default for Dtimer { - fn default() -> Dtimer { - Dtimer(0) + #[doc = "SDMMC1 and SDMMC1 delay block reset"] + pub fn set_sdmmc1rst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - } - #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Fifor(pub u32); - impl Fifor { - #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] - pub const fn fifodata(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "CPU reset"] + pub const fn cpurst(&self) -> super::vals::Mdmarst { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Mdmarst(val as u8) } - #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] - pub fn set_fifodata(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "CPU reset"] + pub fn set_cpurst(&mut self, val: super::vals::Mdmarst) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for Fifor { - fn default() -> Fifor { - Fifor(0) + impl Default for Ahb3rstr { + fn default() -> Ahb3rstr { + Ahb3rstr(0) } } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[doc = "RCC PLL2 Dividers Configuration Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp1r(pub u32); - impl Resp1r { - #[doc = "see Table 432"] - pub const fn cardstatus1(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct Pll2divr(pub u32); + impl Pll2divr { + #[doc = "Multiplication factor for PLL1 VCO"] + pub const fn divn2(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 } - #[doc = "see Table 432"] - pub fn set_cardstatus1(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Multiplication factor for PLL1 VCO"] + pub fn set_divn2(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); } - } - impl Default for Resp1r { - fn default() -> Resp1r { - Resp1r(0) + #[doc = "PLL1 DIVP division factor"] + pub const fn divp2(&self) -> u8 { + let val = (self.0 >> 9usize) & 0x7f; + val as u8 } - } - #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Argr(pub u32); - impl Argr { - #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] - pub const fn cmdarg(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "PLL1 DIVP division factor"] + pub fn set_divp2(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 9usize)) | (((val as u32) & 0x7f) << 9usize); } - #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] - pub fn set_cmdarg(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "PLL1 DIVQ division factor"] + pub const fn divq2(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x7f; + val as u8 + } + #[doc = "PLL1 DIVQ division factor"] + pub fn set_divq2(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); + } + #[doc = "PLL1 DIVR division factor"] + pub const fn divr2(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x7f; + val as u8 + } + #[doc = "PLL1 DIVR division factor"] + pub fn set_divr2(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); } } - impl Default for Argr { - fn default() -> Argr { - Argr(0) + impl Default for Pll2divr { + fn default() -> Pll2divr { + Pll2divr(0) } } - #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] + #[doc = "RCC Domain 3 Kernel Clock Configuration Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Star(pub u32); - impl Star { - #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn ccrcfail(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_ccrcfail(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dcrcfail(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dcrcfail(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + pub struct D3ccipr(pub u32); + impl D3ccipr { + #[doc = "LPUART1 kernel clock source selection"] + pub const fn lpuart1sel(&self) -> super::vals::Lpuart1sel { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Lpuart1sel(val as u8) } - #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] - pub const fn ctimeout(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "LPUART1 kernel clock source selection"] + pub fn set_lpuart1sel(&mut self, val: super::vals::Lpuart1sel) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); } - #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] - pub fn set_ctimeout(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "I2C4 kernel clock source selection"] + pub const fn i2c4sel(&self) -> super::vals::I2c4sel { + let val = (self.0 >> 8usize) & 0x03; + super::vals::I2c4sel(val as u8) } - #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dtimeout(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "I2C4 kernel clock source selection"] + pub fn set_i2c4sel(&mut self, val: super::vals::I2c4sel) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); } - #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dtimeout(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "LPTIM2 kernel clock source selection"] + pub const fn lptim2sel(&self) -> super::vals::Lptim2sel { + let val = (self.0 >> 10usize) & 0x07; + super::vals::Lptim2sel(val as u8) } - #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn txunderr(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "LPTIM2 kernel clock source selection"] + pub fn set_lptim2sel(&mut self, val: super::vals::Lptim2sel) { + self.0 = (self.0 & !(0x07 << 10usize)) | (((val.0 as u32) & 0x07) << 10usize); } - #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_txunderr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "LPTIM3,4,5 kernel clock source selection"] + pub const fn lptim345sel(&self) -> super::vals::Lptim2sel { + let val = (self.0 >> 13usize) & 0x07; + super::vals::Lptim2sel(val as u8) } - #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn rxoverr(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "LPTIM3,4,5 kernel clock source selection"] + pub fn set_lptim345sel(&mut self, val: super::vals::Lptim2sel) { + self.0 = (self.0 & !(0x07 << 13usize)) | (((val.0 as u32) & 0x07) << 13usize); } - #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_rxoverr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "SAR ADC kernel clock source selection"] + pub const fn adcsel(&self) -> super::vals::Adcsel { + let val = (self.0 >> 16usize) & 0x03; + super::vals::Adcsel(val as u8) } - #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn cmdrend(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "SAR ADC kernel clock source selection"] + pub fn set_adcsel(&mut self, val: super::vals::Adcsel) { + self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); } - #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_cmdrend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Sub-Block A of SAI4 kernel clock source selection"] + pub const fn sai4asel(&self) -> super::vals::Sai4asel { + let val = (self.0 >> 21usize) & 0x07; + super::vals::Sai4asel(val as u8) } - #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn cmdsent(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "Sub-Block A of SAI4 kernel clock source selection"] + pub fn set_sai4asel(&mut self, val: super::vals::Sai4asel) { + self.0 = (self.0 & !(0x07 << 21usize)) | (((val.0 as u32) & 0x07) << 21usize); } - #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_cmdsent(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Sub-Block B of SAI4 kernel clock source selection"] + pub const fn sai4bsel(&self) -> super::vals::Sai4asel { + let val = (self.0 >> 24usize) & 0x07; + super::vals::Sai4asel(val as u8) } - #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dataend(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "Sub-Block B of SAI4 kernel clock source selection"] + pub fn set_sai4bsel(&mut self, val: super::vals::Sai4asel) { + self.0 = (self.0 & !(0x07 << 24usize)) | (((val.0 as u32) & 0x07) << 24usize); } - #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dataend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "SPI6 kernel clock source selection"] + pub const fn spi6sel(&self) -> super::vals::Spi6sel { + let val = (self.0 >> 28usize) & 0x07; + super::vals::Spi6sel(val as u8) } - #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dhold(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 + #[doc = "SPI6 kernel clock source selection"] + pub fn set_spi6sel(&mut self, val: super::vals::Spi6sel) { + self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); } - #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dhold(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + } + impl Default for D3ccipr { + fn default() -> D3ccipr { + D3ccipr(0) } - #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dbckend(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 + } + #[doc = "RCC APB1 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1hrstr(pub u32); + impl Apb1hrstr { + #[doc = "Clock Recovery System reset"] + pub const fn crsrst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Crsrst(val as u8) } - #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dbckend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "Clock Recovery System reset"] + pub fn set_crsrst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dabort(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 + #[doc = "SWPMI block reset"] + pub const fn swprst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Crsrst(val as u8) } - #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dabort(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "SWPMI block reset"] + pub fn set_swprst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub const fn dpsmact(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 + #[doc = "OPAMP block reset"] + pub const fn opamprst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Crsrst(val as u8) } - #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub fn set_dpsmact(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "OPAMP block reset"] + pub fn set_opamprst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub const fn cpsmact(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 + #[doc = "MDIOS block reset"] + pub const fn mdiosrst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Crsrst(val as u8) } - #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub fn set_cpsmact(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "MDIOS block reset"] + pub fn set_mdiosrst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] - pub const fn txfifohe(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 + #[doc = "FDCAN block reset"] + pub const fn fdcanrst(&self) -> super::vals::Crsrst { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Crsrst(val as u8) } - #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] - pub fn set_txfifohe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "FDCAN block reset"] + pub fn set_fdcanrst(&mut self, val: super::vals::Crsrst) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] - pub const fn rxfifohf(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 + } + impl Default for Apb1hrstr { + fn default() -> Apb1hrstr { + Apb1hrstr(0) } - #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] - pub fn set_rxfifohf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + } + #[doc = "RCC Domain 2 Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D2cfgr(pub u32); + impl D2cfgr { + #[doc = "D2 domain APB1 prescaler"] + pub const fn d2ppre1(&self) -> super::vals::D2ppre1 { + let val = (self.0 >> 4usize) & 0x07; + super::vals::D2ppre1(val as u8) } - #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] - pub const fn txfifof(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "D2 domain APB1 prescaler"] + pub fn set_d2ppre1(&mut self, val: super::vals::D2ppre1) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); } - #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] - pub fn set_txfifof(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "D2 domain APB2 prescaler"] + pub const fn d2ppre2(&self) -> super::vals::D2ppre1 { + let val = (self.0 >> 8usize) & 0x07; + super::vals::D2ppre1(val as u8) } - #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] - pub const fn rxfifof(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 + #[doc = "D2 domain APB2 prescaler"] + pub fn set_d2ppre2(&mut self, val: super::vals::D2ppre1) { + self.0 = (self.0 & !(0x07 << 8usize)) | (((val.0 as u32) & 0x07) << 8usize); } - #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] - pub fn set_rxfifof(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + } + impl Default for D2cfgr { + fn default() -> D2cfgr { + D2cfgr(0) } - #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] - pub const fn txfifoe(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 + } + #[doc = "RCC APB1 Low Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1llpenr(pub u32); + impl Apb1llpenr { + #[doc = "TIM2 peripheral clock enable during CSleep mode"] + pub const fn tim2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] - pub fn set_txfifoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "TIM2 peripheral clock enable during CSleep mode"] + pub fn set_tim2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] - pub const fn rxfifoe(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 + #[doc = "TIM3 peripheral clock enable during CSleep mode"] + pub const fn tim3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] - pub fn set_rxfifoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "TIM3 peripheral clock enable during CSleep mode"] + pub fn set_tim3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] - pub const fn busyd0(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 + #[doc = "TIM4 peripheral clock enable during CSleep mode"] + pub const fn tim4lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] - pub fn set_busyd0(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + #[doc = "TIM4 peripheral clock enable during CSleep mode"] + pub fn set_tim4lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn busyd0end(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 + #[doc = "TIM5 peripheral clock enable during CSleep mode"] + pub const fn tim5lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_busyd0end(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "TIM5 peripheral clock enable during CSleep mode"] + pub fn set_tim5lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn sdioit(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + #[doc = "TIM6 peripheral clock enable during CSleep mode"] + pub const fn tim6lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_sdioit(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "TIM6 peripheral clock enable during CSleep mode"] + pub fn set_tim6lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn ackfail(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + #[doc = "TIM7 peripheral clock enable during CSleep mode"] + pub const fn tim7lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_ackfail(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "TIM7 peripheral clock enable during CSleep mode"] + pub fn set_tim7lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn acktimeout(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 + #[doc = "TIM12 peripheral clock enable during CSleep mode"] + pub const fn tim12lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_acktimeout(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "TIM12 peripheral clock enable during CSleep mode"] + pub fn set_tim12lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn vswend(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + #[doc = "TIM13 peripheral clock enable during CSleep mode"] + pub const fn tim13lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_vswend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "TIM13 peripheral clock enable during CSleep mode"] + pub fn set_tim13lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn ckstop(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + #[doc = "TIM14 peripheral clock enable during CSleep mode"] + pub const fn tim14lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_ckstop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "TIM14 peripheral clock enable during CSleep mode"] + pub fn set_tim14lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn idmate(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 + #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim1lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_idmate(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim1lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn idmabtc(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 + #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_idmabtc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - } - impl Default for Star { - fn default() -> Star { - Star(0) + #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - } - #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Acktimer(pub u32); - impl Acktimer { - #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] - pub const fn acktime(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] - pub fn set_acktime(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] + pub const fn spdifrxlpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) } - } - impl Default for Acktimer { - fn default() -> Acktimer { - Acktimer(0) -======= - impl Default for Idr { - fn default() -> Idr { - Idr(0) + #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spdifrxlpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); + } + #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart4lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart4lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); + } + #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart5lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart5lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); + } + #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c1lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c1lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); + } + #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c2lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c2lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c3lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c3lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] + pub const fn ceclpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] + pub fn set_ceclpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] + pub const fn dac12lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] + pub fn set_dac12lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart7lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart7lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart8lpen(&self) -> super::vals::Apb1llpenrTim2lpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Apb1llpenrTim2lpen(val as u8) + } + #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart8lpen(&mut self, val: super::vals::Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bsw(pub u8); - impl Bsw { - #[doc = "No action on the corresponding ODx bit"] - pub const NOACTION: Self = Self(0); - #[doc = "Sets the corresponding ODRx bit"] - pub const SET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lck(pub u8); - impl Lck { - #[doc = "Port configuration not locked"] - pub const UNLOCKED: Self = Self(0); - #[doc = "Port configuration locked"] - pub const LOCKED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Odr(pub u8); - impl Odr { - #[doc = "Set output to logic low"] - pub const LOW: Self = Self(0); - #[doc = "Set output to logic high"] - pub const HIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mode(pub u8); - impl Mode { - #[doc = "Input mode (reset state)"] - pub const INPUT: Self = Self(0); - #[doc = "Output mode 10 MHz"] - pub const OUTPUT: Self = Self(0x01); - #[doc = "Output mode 2 MHz"] - pub const OUTPUT2: Self = Self(0x02); - #[doc = "Output mode 50 MHz"] - pub const OUTPUT50: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Brw(pub u8); - impl Brw { - #[doc = "No action on the corresponding ODx bit"] - pub const NOACTION: Self = Self(0); - #[doc = "Reset the ODx bit"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lckk(pub u8); - impl Lckk { - #[doc = "Port configuration lock key not active"] - pub const NOTACTIVE: Self = Self(0); - #[doc = "Port configuration lock key active"] - pub const ACTIVE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Idr(pub u8); - impl Idr { - #[doc = "Input is logic low"] - pub const LOW: Self = Self(0); - #[doc = "Input is logic high"] - pub const HIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cnf(pub u8); - impl Cnf { - #[doc = "Analog mode / Push-Pull mode"] - pub const PUSHPULL: Self = Self(0); - #[doc = "Floating input (reset state) / Open Drain-Mode"] - pub const OPENDRAIN: Self = Self(0x01); - #[doc = "Input with pull-up/pull-down / Alternate Function Push-Pull Mode"] - pub const ALTPUSHPULL: Self = Self(0x02); - #[doc = "Alternate Function Open-Drain Mode"] - pub const ALTOPENDRAIN: Self = Self(0x03); - } - } -} -pub mod sdmmc_v2 { - use crate::generic::*; - #[doc = "SDMMC"] - #[derive(Copy, Clone)] - pub struct Sdmmc(pub *mut u8); - unsafe impl Send for Sdmmc {} - unsafe impl Sync for Sdmmc {} - impl Sdmmc { - #[doc = "SDMMC power control register"] - pub fn power(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] - pub fn clkcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] - pub fn argr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] - pub fn cmdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "SDMMC command response register"] - pub fn respcmdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - pub fn respr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(20usize + n * 4usize)) } - } - #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] - pub fn dtimer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] - pub fn dlenr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] - pub fn dctrl(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] - pub fn dcntr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } - } - #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] - pub fn star(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(52usize)) } - } - #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] - pub fn icr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(56usize)) } - } - #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] - pub fn maskr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(60usize)) } - } - #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] - pub fn acktimer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(64usize)) } - } - #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] - pub fn idmactrlr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(80usize)) } - } - #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] - pub fn idmabsizer(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(84usize)) } - } - #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] - pub fn idmabase0r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(88usize)) } - } - #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] - pub fn idmabase1r(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(92usize)) } - } - #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] - pub fn fifor(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(128usize)) } - } - #[doc = "SDMMC IP version register"] - pub fn ver(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(1012usize)) } - } - #[doc = "SDMMC IP identification register"] - pub fn id(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(1016usize)) } + impl Default for Apb1llpenr { + fn default() -> Apb1llpenr { + Apb1llpenr(0) + } } - } - pub mod regs { - use crate::generic::*; - #[doc = "The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register."] + #[doc = "RCC AHB4 Peripheral Reset Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Icr(pub u32); - impl Icr { - #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] - pub const fn ccrcfailc(&self) -> bool { + pub struct Ahb4rstr(pub u32); + impl Ahb4rstr { + #[doc = "GPIO block reset"] + pub const fn gpioarst(&self) -> super::vals::Gpioarst { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Gpioarst(val as u8) } - #[doc = "CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag."] - pub fn set_ccrcfailc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "GPIO block reset"] + pub fn set_gpioarst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] - pub const fn dcrcfailc(&self) -> bool { + #[doc = "GPIO block reset"] + pub const fn gpiobrst(&self) -> super::vals::Gpioarst { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Gpioarst(val as u8) } - #[doc = "DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag."] - pub fn set_dcrcfailc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "GPIO block reset"] + pub fn set_gpiobrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] - pub const fn ctimeoutc(&self) -> bool { + #[doc = "GPIO block reset"] + pub const fn gpiocrst(&self) -> super::vals::Gpioarst { let val = (self.0 >> 2usize) & 0x01; - val != 0 + super::vals::Gpioarst(val as u8) } - #[doc = "CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag."] - pub fn set_ctimeoutc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "GPIO block reset"] + pub fn set_gpiocrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] - pub const fn dtimeoutc(&self) -> bool { + #[doc = "GPIO block reset"] + pub const fn gpiodrst(&self) -> super::vals::Gpioarst { let val = (self.0 >> 3usize) & 0x01; - val != 0 + super::vals::Gpioarst(val as u8) } - #[doc = "DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag."] - pub fn set_dtimeoutc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "GPIO block reset"] + pub fn set_gpiodrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] - pub const fn txunderrc(&self) -> bool { + #[doc = "GPIO block reset"] + pub const fn gpioerst(&self) -> super::vals::Gpioarst { let val = (self.0 >> 4usize) & 0x01; - val != 0 + super::vals::Gpioarst(val as u8) } - #[doc = "TXUNDERR flag clear bit Set by software to clear TXUNDERR flag."] - pub fn set_txunderrc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "GPIO block reset"] + pub fn set_gpioerst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] - pub const fn rxoverrc(&self) -> bool { + #[doc = "GPIO block reset"] + pub const fn gpiofrst(&self) -> super::vals::Gpioarst { let val = (self.0 >> 5usize) & 0x01; - val != 0 + super::vals::Gpioarst(val as u8) } - #[doc = "RXOVERR flag clear bit Set by software to clear the RXOVERR flag."] - pub fn set_rxoverrc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "GPIO block reset"] + pub fn set_gpiofrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] - pub const fn cmdrendc(&self) -> bool { + #[doc = "GPIO block reset"] + pub const fn gpiogrst(&self) -> super::vals::Gpioarst { let val = (self.0 >> 6usize) & 0x01; - val != 0 + super::vals::Gpioarst(val as u8) } - #[doc = "CMDREND flag clear bit Set by software to clear the CMDREND flag."] - pub fn set_cmdrendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "GPIO block reset"] + pub fn set_gpiogrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] - pub const fn cmdsentc(&self) -> bool { + #[doc = "GPIO block reset"] + pub const fn gpiohrst(&self) -> super::vals::Gpioarst { let val = (self.0 >> 7usize) & 0x01; - val != 0 + super::vals::Gpioarst(val as u8) } - #[doc = "CMDSENT flag clear bit Set by software to clear the CMDSENT flag."] - pub fn set_cmdsentc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "GPIO block reset"] + pub fn set_gpiohrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] - pub const fn dataendc(&self) -> bool { + #[doc = "GPIO block reset"] + pub const fn gpioirst(&self) -> super::vals::Gpioarst { let val = (self.0 >> 8usize) & 0x01; - val != 0 + super::vals::Gpioarst(val as u8) } - #[doc = "DATAEND flag clear bit Set by software to clear the DATAEND flag."] - pub fn set_dataendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "GPIO block reset"] + pub fn set_gpioirst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] - pub const fn dholdc(&self) -> bool { + #[doc = "GPIO block reset"] + pub const fn gpiojrst(&self) -> super::vals::Gpioarst { let val = (self.0 >> 9usize) & 0x01; - val != 0 + super::vals::Gpioarst(val as u8) } - #[doc = "DHOLD flag clear bit Set by software to clear the DHOLD flag."] - pub fn set_dholdc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "GPIO block reset"] + pub fn set_gpiojrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] - pub const fn dbckendc(&self) -> bool { + #[doc = "GPIO block reset"] + pub const fn gpiokrst(&self) -> super::vals::Gpioarst { let val = (self.0 >> 10usize) & 0x01; - val != 0 + super::vals::Gpioarst(val as u8) } - #[doc = "DBCKEND flag clear bit Set by software to clear the DBCKEND flag."] - pub fn set_dbckendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "GPIO block reset"] + pub fn set_gpiokrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] - pub const fn dabortc(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 + #[doc = "CRC block reset"] + pub const fn crcrst(&self) -> super::vals::Gpioarst { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Gpioarst(val as u8) } - #[doc = "DABORT flag clear bit Set by software to clear the DABORT flag."] - pub fn set_dabortc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "CRC block reset"] + pub fn set_crcrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] - pub const fn busyd0endc(&self) -> bool { + #[doc = "BDMA block reset"] + pub const fn bdmarst(&self) -> super::vals::Gpioarst { let val = (self.0 >> 21usize) & 0x01; - val != 0 - } - #[doc = "BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag."] - pub fn set_busyd0endc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); - } - #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] - pub const fn sdioitc(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 - } - #[doc = "SDIOIT flag clear bit Set by software to clear the SDIOIT flag."] - pub fn set_sdioitc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] - pub const fn ackfailc(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + super::vals::Gpioarst(val as u8) } - #[doc = "ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag."] - pub fn set_ackfailc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "BDMA block reset"] + pub fn set_bdmarst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] - pub const fn acktimeoutc(&self) -> bool { + #[doc = "ADC3 block reset"] + pub const fn adc3rst(&self) -> super::vals::Gpioarst { let val = (self.0 >> 24usize) & 0x01; - val != 0 + super::vals::Gpioarst(val as u8) } - #[doc = "ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag."] - pub fn set_acktimeoutc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "ADC3 block reset"] + pub fn set_adc3rst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] - pub const fn vswendc(&self) -> bool { + #[doc = "HSEM block reset"] + pub const fn hsemrst(&self) -> super::vals::Gpioarst { let val = (self.0 >> 25usize) & 0x01; - val != 0 - } - #[doc = "VSWEND flag clear bit Set by software to clear the VSWEND flag."] - pub fn set_vswendc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); - } - #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] - pub const fn ckstopc(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 - } - #[doc = "CKSTOP flag clear bit Set by software to clear the CKSTOP flag."] - pub fn set_ckstopc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); - } - #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] - pub const fn idmatec(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 - } - #[doc = "IDMA transfer error clear bit Set by software to clear the IDMATE flag."] - pub fn set_idmatec(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); - } - #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] - pub const fn idmabtcc(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 + super::vals::Gpioarst(val as u8) } - #[doc = "IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag."] - pub fn set_idmabtcc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "HSEM block reset"] + pub fn set_hsemrst(&mut self, val: super::vals::Gpioarst) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); } } - impl Default for Icr { - fn default() -> Icr { - Icr(0) + impl Default for Ahb4rstr { + fn default() -> Ahb4rstr { + Ahb4rstr(0) } } - #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] + #[doc = "RCC Clock Source Interrupt Flag Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Star(pub u32); - impl Star { - #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn ccrcfail(&self) -> bool { + pub struct Cifr(pub u32); + impl Cifr { + #[doc = "LSI ready Interrupt Flag"] + pub const fn lsirdyf(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Command response received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_ccrcfail(&mut self, val: bool) { + #[doc = "LSI ready Interrupt Flag"] + pub fn set_lsirdyf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dcrcfail(&self) -> bool { + #[doc = "LSE ready Interrupt Flag"] + pub const fn lserdyf(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Data block sent/received (CRC check failed). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dcrcfail(&mut self, val: bool) { + #[doc = "LSE ready Interrupt Flag"] + pub fn set_lserdyf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] - pub const fn ctimeout(&self) -> bool { + #[doc = "HSI ready Interrupt Flag"] + pub const fn hsirdyf(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Command response timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR. The Command Timeout period has a fixed value of 64 SDMMC_CK clock periods."] - pub fn set_ctimeout(&mut self, val: bool) { + #[doc = "HSI ready Interrupt Flag"] + pub fn set_hsirdyf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dtimeout(&self) -> bool { + #[doc = "HSE ready Interrupt Flag"] + pub const fn hserdyf(&self) -> bool { let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Data timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dtimeout(&mut self, val: bool) { + #[doc = "HSE ready Interrupt Flag"] + pub fn set_hserdyf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn txunderr(&self) -> bool { + #[doc = "CSI ready Interrupt Flag"] + pub const fn csirdy(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Transmit FIFO underrun error or IDMA read transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_txunderr(&mut self, val: bool) { + #[doc = "CSI ready Interrupt Flag"] + pub fn set_csirdy(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn rxoverr(&self) -> bool { + #[doc = "RC48 ready Interrupt Flag"] + pub const fn hsi48rdyf(&self) -> bool { let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Received FIFO overrun error or IDMA write transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_rxoverr(&mut self, val: bool) { + #[doc = "RC48 ready Interrupt Flag"] + pub fn set_hsi48rdyf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn cmdrend(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 - } - #[doc = "Command response received (CRC check passed, or no CRC). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_cmdrend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn cmdsent(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 - } - #[doc = "Command sent (no response required). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_cmdsent(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); - } - #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dataend(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "PLL1 ready Interrupt Flag"] + pub fn pllrdyf(&self, n: usize) -> bool { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; val != 0 } - #[doc = "Data transfer ended correctly. (data counter, DATACOUNT is zero and no errors occur). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dataend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "PLL1 ready Interrupt Flag"] + pub fn set_pllrdyf(&mut self, n: usize, val: bool) { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); } - #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dhold(&self) -> bool { + #[doc = "LSE clock security system Interrupt Flag"] + pub const fn lsecssf(&self) -> bool { let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "Data transfer Hold. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dhold(&mut self, val: bool) { + #[doc = "LSE clock security system Interrupt Flag"] + pub fn set_lsecssf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dbckend(&self) -> bool { + #[doc = "HSE clock security system Interrupt Flag"] + pub const fn hsecssf(&self) -> bool { let val = (self.0 >> 10usize) & 0x01; val != 0 } - #[doc = "Data block sent/received. (CRC check passed) and DPSM moves to the READWAIT state. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dbckend(&mut self, val: bool) { + #[doc = "HSE clock security system Interrupt Flag"] + pub fn set_hsecssf(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn dabort(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 - } - #[doc = "Data transfer aborted by CMD12. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_dabort(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); - } - #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub const fn dpsmact(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 - } - #[doc = "Data path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub fn set_dpsmact(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); - } - #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub const fn cpsmact(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "Command path state machine active, i.e. not in Idle state. This is a hardware status flag only, does not generate an interrupt."] - pub fn set_cpsmact(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] - pub const fn txfifohe(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 - } - #[doc = "Transmit FIFO half empty At least half the number of words can be written into the FIFO. This bit is cleared when the FIFO becomes half+1 full."] - pub fn set_txfifohe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); - } - #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] - pub const fn rxfifohf(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 - } - #[doc = "Receive FIFO half full There are at least half the number of words in the FIFO. This bit is cleared when the FIFO becomes half+1 empty."] - pub fn set_rxfifohf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); - } - #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] - pub const fn txfifof(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Transmit FIFO full This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes empty."] - pub fn set_txfifof(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + } + impl Default for Cifr { + fn default() -> Cifr { + Cifr(0) } - #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] - pub const fn rxfifof(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 + } + #[doc = "RCC APB4 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb4lpenr(pub u32); + impl C1Apb4lpenr { + #[doc = "SYSCFG peripheral clock enable during CSleep mode"] + pub const fn syscfglpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Receive FIFO full This bit is cleared when one FIFO location becomes empty."] - pub fn set_rxfifof(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "SYSCFG peripheral clock enable during CSleep mode"] + pub fn set_syscfglpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] - pub const fn txfifoe(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 + #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lpuart1lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Transmit FIFO empty This bit is cleared when one FIFO location becomes full."] - pub fn set_txfifoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lpuart1lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] - pub const fn rxfifoe(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 + #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi6lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Receive FIFO empty This is a hardware status flag only, does not generate an interrupt. This bit is cleared when one FIFO location becomes full."] - pub fn set_rxfifoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi6lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] - pub const fn busyd0(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 + #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Inverted value of SDMMC_D0 line (Busy), sampled at the end of a CMD response and a second time 2 SDMMC_CK cycles after the CMD response. This bit is reset to not busy when the SDMMCD0 line changes from busy to not busy. This bit does not signal busy due to data transfer. This is a hardware status flag only, it does not generate an interrupt."] - pub fn set_busyd0(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn busyd0end(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 + #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim2lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "end of SDMMC_D0 Busy following a CMD response detected. This indicates only end of busy following a CMD response. This bit does not signal busy due to data transfer. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_busyd0end(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim2lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn sdioit(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim3lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "SDIO interrupt received. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_sdioit(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim3lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn ackfail(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Boot acknowledgment received (boot acknowledgment check fail). Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_ackfail(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn acktimeout(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 + #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim5lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Boot acknowledgment timeout. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_acktimeout(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim5lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn vswend(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] + pub const fn comp12lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Voltage switch critical timing section completion. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_vswend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] + pub fn set_comp12lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn ckstop(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + #[doc = "VREF peripheral clock enable during CSleep mode"] + pub const fn vreflpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_ckstop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "VREF peripheral clock enable during CSleep mode"] + pub fn set_vreflpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn idmate(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 + #[doc = "RTC APB Clock Enable During CSleep Mode"] + pub const fn rtcapblpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_idmate(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "RTC APB Clock Enable During CSleep Mode"] + pub fn set_rtcapblpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn idmabtc(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 + #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai4lpen(&self) -> super::vals::C1Apb4lpenrSyscfglpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb4lpenrSyscfglpen(val as u8) } - #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_idmabtc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai4lpen(&mut self, val: super::vals::C1Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } } - impl Default for Star { - fn default() -> Star { - Star(0) ->>>>>>> c084e70 (Update generated code) + impl Default for C1Apb4lpenr { + fn default() -> C1Apb4lpenr { + C1Apb4lpenr(0) } } - #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] + #[doc = "RCC AHB4 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Maskr(pub u32); - impl Maskr { - #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] - pub const fn ccrcfailie(&self) -> bool { + pub struct C1Ahb4lpenr(pub u32); + impl C1Ahb4lpenr { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioalpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::C1Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure."] - pub fn set_ccrcfailie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioalpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] - pub const fn dcrcfailie(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioblpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::C1Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure."] - pub fn set_dcrcfailie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioblpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] - pub const fn ctimeoutie(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioclpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { let val = (self.0 >> 2usize) & 0x01; - val != 0 + super::vals::C1Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout."] - pub fn set_ctimeoutie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioclpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] - pub const fn dtimeoutie(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiodlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { let val = (self.0 >> 3usize) & 0x01; - val != 0 + super::vals::C1Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout."] - pub fn set_dtimeoutie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiodlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] - pub const fn txunderrie(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioelpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { let val = (self.0 >> 4usize) & 0x01; - val != 0 + super::vals::C1Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error."] - pub fn set_txunderrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioelpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] - pub const fn rxoverrie(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioflpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { let val = (self.0 >> 5usize) & 0x01; - val != 0 + super::vals::C1Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error."] - pub fn set_rxoverrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioflpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] - pub const fn cmdrendie(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioglpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { let val = (self.0 >> 6usize) & 0x01; - val != 0 + super::vals::C1Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response."] - pub fn set_cmdrendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioglpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] - pub const fn cmdsentie(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiohlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { let val = (self.0 >> 7usize) & 0x01; - val != 0 + super::vals::C1Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command."] - pub fn set_cmdsentie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiohlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] - pub const fn dataendie(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioilpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { let val = (self.0 >> 8usize) & 0x01; - val != 0 + super::vals::C1Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end."] - pub fn set_dataendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioilpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] - pub const fn dholdie(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiojlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { let val = (self.0 >> 9usize) & 0x01; -<<<<<<< HEAD - val != 0 + super::vals::C1Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] - pub fn set_dholdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiojlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] - pub const fn dbckendie(&self) -> bool { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioklpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { let val = (self.0 >> 10usize) & 0x01; - val != 0 + super::vals::C1Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] - pub fn set_dbckendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioklpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] - pub const fn dabortie(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 + #[doc = "CRC peripheral clock enable during CSleep mode"] + pub const fn crclpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] - pub fn set_dabortie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "CRC peripheral clock enable during CSleep mode"] + pub fn set_crclpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] - pub const fn txfifoheie(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 + #[doc = "BDMA Clock Enable During CSleep Mode"] + pub const fn bdmalpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] - pub fn set_txfifoheie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "BDMA Clock Enable During CSleep Mode"] + pub fn set_bdmalpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] - pub const fn rxfifohfie(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 + #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc3lpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] - pub fn set_rxfifohfie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc3lpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] - pub const fn rxfifofie(&self) -> bool { + #[doc = "Backup RAM Clock Enable During CSleep Mode"] + pub const fn bkpramlpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "Backup RAM Clock Enable During CSleep Mode"] + pub fn set_bkpramlpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "SRAM4 Clock Enable During CSleep Mode"] + pub const fn sram4lpen(&self) -> super::vals::C1Ahb4lpenrGpioalpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "SRAM4 Clock Enable During CSleep Mode"] + pub fn set_sram4lpen(&mut self, val: super::vals::C1Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + } + impl Default for C1Ahb4lpenr { + fn default() -> C1Ahb4lpenr { + C1Ahb4lpenr(0) + } + } + #[doc = "RCC APB3 Peripheral Reset Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb3rstr(pub u32); + impl Apb3rstr { + #[doc = "LTDC block reset"] + pub const fn ltdcrst(&self) -> super::vals::Ltdcrst { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ltdcrst(val as u8) + } + #[doc = "LTDC block reset"] + pub fn set_ltdcrst(&mut self, val: super::vals::Ltdcrst) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + } + impl Default for Apb3rstr { + fn default() -> Apb3rstr { + Apb3rstr(0) + } + } + #[doc = "RCC APB2 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct C1Apb2enr(pub u32); + impl C1Apb2enr { + #[doc = "TIM1 peripheral clock enable"] + pub const fn tim1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "TIM1 peripheral clock enable"] + pub fn set_tim1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM8 peripheral clock enable"] + pub const fn tim8en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "TIM8 peripheral clock enable"] + pub fn set_tim8en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "USART1 Peripheral Clocks Enable"] + pub const fn usart1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "USART1 Peripheral Clocks Enable"] + pub fn set_usart1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "USART6 Peripheral Clocks Enable"] + pub const fn usart6en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "USART6 Peripheral Clocks Enable"] + pub fn set_usart6en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "SPI1 Peripheral Clocks Enable"] + pub const fn spi1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SPI1 Peripheral Clocks Enable"] + pub fn set_spi1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "SPI4 Peripheral Clocks Enable"] + pub const fn spi4en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 13usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "SPI4 Peripheral Clocks Enable"] + pub fn set_spi4en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); + } + #[doc = "TIM15 peripheral clock enable"] + pub const fn tim15en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) + } + #[doc = "TIM15 peripheral clock enable"] + pub fn set_tim15en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "TIM16 peripheral clock enable"] + pub const fn tim16en(&self) -> super::vals::C1Apb2enrTim1en { let val = (self.0 >> 17usize) & 0x01; - val != 0 + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] - pub fn set_rxfifofie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "TIM16 peripheral clock enable"] + pub fn set_tim16en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] - pub const fn txfifoeie(&self) -> bool { + #[doc = "TIM17 peripheral clock enable"] + pub const fn tim17en(&self) -> super::vals::C1Apb2enrTim1en { let val = (self.0 >> 18usize) & 0x01; - val != 0 + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] - pub fn set_txfifoeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "TIM17 peripheral clock enable"] + pub fn set_tim17en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] - pub const fn busyd0endie(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 + #[doc = "SPI5 Peripheral Clocks Enable"] + pub const fn spi5en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] - pub fn set_busyd0endie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "SPI5 Peripheral Clocks Enable"] + pub fn set_spi5en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] - pub const fn sdioitie(&self) -> bool { + #[doc = "SAI1 Peripheral Clocks Enable"] + pub const fn sai1en(&self) -> super::vals::C1Apb2enrTim1en { let val = (self.0 >> 22usize) & 0x01; - val != 0 + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] - pub fn set_sdioitie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "SAI1 Peripheral Clocks Enable"] + pub fn set_sai1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] - pub const fn ackfailie(&self) -> bool { + #[doc = "SAI2 Peripheral Clocks Enable"] + pub const fn sai2en(&self) -> super::vals::C1Apb2enrTim1en { let val = (self.0 >> 23usize) & 0x01; - val != 0 + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] - pub fn set_ackfailie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "SAI2 Peripheral Clocks Enable"] + pub fn set_sai2en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); } - #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] - pub const fn acktimeoutie(&self) -> bool { + #[doc = "SAI3 Peripheral Clocks Enable"] + pub const fn sai3en(&self) -> super::vals::C1Apb2enrTim1en { let val = (self.0 >> 24usize) & 0x01; - val != 0 - } - #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] - pub fn set_acktimeoutie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] - pub const fn vswendie(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + #[doc = "SAI3 Peripheral Clocks Enable"] + pub fn set_sai3en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] - pub fn set_vswendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "DFSDM1 Peripheral Clocks Enable"] + pub const fn dfsdm1en(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] - pub const fn ckstopie(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + #[doc = "DFSDM1 Peripheral Clocks Enable"] + pub fn set_dfsdm1en(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] - pub fn set_ckstopie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "HRTIM peripheral clock enable"] + pub const fn hrtimen(&self) -> super::vals::C1Apb2enrTim1en { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb2enrTim1en(val as u8) } - #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] - pub const fn idmabtcie(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 + #[doc = "HRTIM peripheral clock enable"] + pub fn set_hrtimen(&mut self, val: super::vals::C1Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } - #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] - pub fn set_idmabtcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + } + impl Default for C1Apb2enr { + fn default() -> C1Apb2enr { + C1Apb2enr(0) } } - impl Default for Maskr { - fn default() -> Maskr { - Maskr(0) -======= - val != 0 + #[doc = "RCC AHB4 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Ahb4lpenr(pub u32); + impl Ahb4lpenr { + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioalpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state."] - pub fn set_dholdie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioalpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] - pub const fn dbckendie(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioblpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end."] - pub fn set_dbckendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioblpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] - pub const fn dabortie(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioclpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted."] - pub fn set_dabortie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioclpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] - pub const fn txfifoheie(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; - val != 0 + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiodlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty."] - pub fn set_txfifoheie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiodlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] - pub const fn rxfifohfie(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioelpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full."] - pub fn set_rxfifohfie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioelpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] - pub const fn rxfifofie(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioflpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full."] - pub fn set_rxfifofie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioflpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] - pub const fn txfifoeie(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioglpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] - pub fn set_txfifoeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioglpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] - pub const fn busyd0endie(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiohlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] - pub fn set_busyd0endie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiohlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] - pub const fn sdioitie(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioilpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] - pub fn set_sdioitie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioilpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] - pub const fn ackfailie(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpiojlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] - pub fn set_ackfailie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpiojlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] - pub const fn acktimeoutie(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub const fn gpioklpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] - pub fn set_acktimeoutie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "GPIO peripheral clock enable during CSleep mode"] + pub fn set_gpioklpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] - pub const fn vswendie(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + #[doc = "CRC peripheral clock enable during CSleep mode"] + pub const fn crclpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] - pub fn set_vswendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "CRC peripheral clock enable during CSleep mode"] + pub fn set_crclpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] - pub const fn ckstopie(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + #[doc = "BDMA Clock Enable During CSleep Mode"] + pub const fn bdmalpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] - pub fn set_ckstopie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "BDMA Clock Enable During CSleep Mode"] + pub fn set_bdmalpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] - pub const fn idmabtcie(&self) -> bool { + #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc3lpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "ADC3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc3lpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "Backup RAM Clock Enable During CSleep Mode"] + pub const fn bkpramlpen(&self) -> super::vals::Ahb4lpenrGpioalpen { let val = (self.0 >> 28usize) & 0x01; - val != 0 + super::vals::Ahb4lpenrGpioalpen(val as u8) } - #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] - pub fn set_idmabtcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "Backup RAM Clock Enable During CSleep Mode"] + pub fn set_bkpramlpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "SRAM4 Clock Enable During CSleep Mode"] + pub const fn sram4lpen(&self) -> super::vals::Ahb4lpenrGpioalpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Ahb4lpenrGpioalpen(val as u8) + } + #[doc = "SRAM4 Clock Enable During CSleep Mode"] + pub fn set_sram4lpen(&mut self, val: super::vals::Ahb4lpenrGpioalpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } } - impl Default for Maskr { - fn default() -> Maskr { - Maskr(0) + impl Default for Ahb4lpenr { + fn default() -> Ahb4lpenr { + Ahb4lpenr(0) } } - #[doc = "SDMMC power control register"] + #[doc = "RCC APB1 High Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Power(pub u32); - impl Power { - #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] - pub const fn pwrctrl(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; - val as u8 + pub struct C1Apb1hlpenr(pub u32); + impl C1Apb1hlpenr { + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub const fn crslpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) } - #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] - pub fn set_pwrctrl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub fn set_crslpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] - pub const fn vswitch(&self) -> bool { + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub const fn swplpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { let val = (self.0 >> 2usize) & 0x01; - val != 0 + super::vals::C1Apb1hlpenrCrslpen(val as u8) } - #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] - pub fn set_vswitch(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub fn set_swplpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] - pub const fn vswitchen(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub const fn opamplpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) } - #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] - pub fn set_vswitchen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub fn set_opamplpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] - pub const fn dirpol(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub const fn mdioslpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) } - #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] - pub fn set_dirpol(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub fn set_mdioslpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub const fn fdcanlpen(&self) -> super::vals::C1Apb1hlpenrCrslpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1hlpenrCrslpen(val as u8) + } + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fdcanlpen(&mut self, val: super::vals::C1Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } } - impl Default for Power { - fn default() -> Power { - Power(0) ->>>>>>> c084e70 (Update generated code) + impl Default for C1Apb1hlpenr { + fn default() -> C1Apb1hlpenr { + C1Apb1hlpenr(0) } } - #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] + #[doc = "RCC Clock Recovery RC Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dctrl(pub u32); - impl Dctrl { - #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] - pub const fn dten(&self) -> bool { + pub struct Crrcr(pub u32); + impl Crrcr { + #[doc = "Internal RC 48 MHz clock calibration"] + pub const fn hsi48cal(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x03ff; + val as u16 + } + #[doc = "Internal RC 48 MHz clock calibration"] + pub fn set_hsi48cal(&mut self, val: u16) { + self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + } + } + impl Default for Crrcr { + fn default() -> Crrcr { + Crrcr(0) + } + } + #[doc = "RCC Clock Source Interrupt Enable Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Cier(pub u32); + impl Cier { + #[doc = "LSI ready Interrupt Enable"] + pub const fn lsirdyie(&self) -> super::vals::Lsirdyie { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Lsirdyie(val as u8) } - #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] - pub fn set_dten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "LSI ready Interrupt Enable"] + pub fn set_lsirdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn dtdir(&self) -> bool { + #[doc = "LSE ready Interrupt Enable"] + pub const fn lserdyie(&self) -> super::vals::Lsirdyie { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Lsirdyie(val as u8) } - #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_dtdir(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "LSE ready Interrupt Enable"] + pub fn set_lserdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn dtmode(&self) -> u8 { - let val = (self.0 >> 2usize) & 0x03; - val as u8 + #[doc = "HSI ready Interrupt Enable"] + pub const fn hsirdyie(&self) -> super::vals::Lsirdyie { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Lsirdyie(val as u8) } - #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_dtmode(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 2usize)) | (((val as u32) & 0x03) << 2usize); + #[doc = "HSI ready Interrupt Enable"] + pub fn set_hsirdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] - pub const fn dblocksize(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "HSE ready Interrupt Enable"] + pub const fn hserdyie(&self) -> super::vals::Lsirdyie { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Lsirdyie(val as u8) } - #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] - pub fn set_dblocksize(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "HSE ready Interrupt Enable"] + pub fn set_hserdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Read wait start. If this bit is set, read wait operation starts."] - pub const fn rwstart(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "CSI ready Interrupt Enable"] + pub const fn csirdyie(&self) -> super::vals::Lsirdyie { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Lsirdyie(val as u8) } - #[doc = "Read wait start. If this bit is set, read wait operation starts."] - pub fn set_rwstart(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "CSI ready Interrupt Enable"] + pub fn set_csirdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] - pub const fn rwstop(&self) -> bool { + #[doc = "RC48 ready Interrupt Enable"] + pub const fn hsi48rdyie(&self) -> super::vals::Lsirdyie { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lsirdyie(val as u8) + } + #[doc = "RC48 ready Interrupt Enable"] + pub fn set_hsi48rdyie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "PLL1 ready Interrupt Enable"] + pub fn pllrdyie(&self, n: usize) -> super::vals::Lsirdyie { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lsirdyie(val as u8) + } + #[doc = "PLL1 ready Interrupt Enable"] + pub fn set_pllrdyie(&mut self, n: usize, val: super::vals::Lsirdyie) { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + } + #[doc = "LSE clock security system Interrupt Enable"] + pub const fn lsecssie(&self) -> super::vals::Lsirdyie { let val = (self.0 >> 9usize) & 0x01; - val != 0 + super::vals::Lsirdyie(val as u8) } - #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] - pub fn set_rwstop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "LSE clock security system Interrupt Enable"] + pub fn set_lsecssie(&mut self, val: super::vals::Lsirdyie) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn rwmod(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 + } + impl Default for Cier { + fn default() -> Cier { + Cier(0) } - #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_rwmod(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + } + #[doc = "RCC Domain 1 Kernel Clock Configuration Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct D1ccipr(pub u32); + impl D1ccipr { + #[doc = "FMC kernel clock source selection"] + pub const fn fmcsel(&self) -> super::vals::Fmcsel { + let val = (self.0 >> 0usize) & 0x03; + super::vals::Fmcsel(val as u8) } - #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] - pub const fn sdioen(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 + #[doc = "FMC kernel clock source selection"] + pub fn set_fmcsel(&mut self, val: super::vals::Fmcsel) { + self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); } - #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] - pub fn set_sdioen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "QUADSPI kernel clock source selection"] + pub const fn qspisel(&self) -> super::vals::Fmcsel { + let val = (self.0 >> 4usize) & 0x03; + super::vals::Fmcsel(val as u8) } - #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn bootacken(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; - val != 0 + #[doc = "QUADSPI kernel clock source selection"] + pub fn set_qspisel(&mut self, val: super::vals::Fmcsel) { + self.0 = (self.0 & !(0x03 << 4usize)) | (((val.0 as u32) & 0x03) << 4usize); } - #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_bootacken(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "SDMMC kernel clock source selection"] + pub const fn sdmmcsel(&self) -> super::vals::Sdmmcsel { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Sdmmcsel(val as u8) } - #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] - pub const fn fiforst(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 + #[doc = "SDMMC kernel clock source selection"] + pub fn set_sdmmcsel(&mut self, val: super::vals::Sdmmcsel) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] - pub fn set_fiforst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "per_ck clock source selection"] + pub const fn ckpersel(&self) -> super::vals::Ckpersel { + let val = (self.0 >> 28usize) & 0x03; + super::vals::Ckpersel(val as u8) + } + #[doc = "per_ck clock source selection"] + pub fn set_ckpersel(&mut self, val: super::vals::Ckpersel) { + self.0 = (self.0 & !(0x03 << 28usize)) | (((val.0 as u32) & 0x03) << 28usize); } } - impl Default for Dctrl { - fn default() -> Dctrl { - Dctrl(0) + impl Default for D1ccipr { + fn default() -> D1ccipr { + D1ccipr(0) } } - #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] + #[doc = "RCC APB1 Peripheral Reset Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmactrlr(pub u32); - impl Idmactrlr { - #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmaen(&self) -> bool { + pub struct Apb1lrstr(pub u32); + impl Apb1lrstr { + #[doc = "TIM block reset"] + pub const fn tim2rst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Tim2rst(val as u8) } - #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "TIM block reset"] + pub fn set_tim2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmabmode(&self) -> bool { + #[doc = "TIM block reset"] + pub const fn tim3rst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Tim2rst(val as u8) } - #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmabmode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "TIM block reset"] + pub fn set_tim3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] - pub const fn idmabact(&self) -> bool { + #[doc = "TIM block reset"] + pub const fn tim4rst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 2usize) & 0x01; - val != 0 + super::vals::Tim2rst(val as u8) } -<<<<<<< HEAD - #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] - pub fn set_idmabact(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "TIM block reset"] + pub fn set_tim4rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - } - impl Default for Idmactrlr { - fn default() -> Idmactrlr { - Idmactrlr(0) + #[doc = "TIM block reset"] + pub const fn tim5rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Tim2rst(val as u8) } - } - #[doc = "SDMMC IP version register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ver(pub u32); - impl Ver { - #[doc = "IP minor revision number."] - pub const fn minrev(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + #[doc = "TIM block reset"] + pub fn set_tim5rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "IP minor revision number."] - pub fn set_minrev(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "TIM block reset"] + pub const fn tim6rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "IP major revision number."] - pub const fn majrev(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "TIM block reset"] + pub fn set_tim6rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "IP major revision number."] - pub fn set_majrev(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "TIM block reset"] + pub const fn tim7rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Tim2rst(val as u8) } - } - impl Default for Ver { - fn default() -> Ver { - Ver(0) + #[doc = "TIM block reset"] + pub fn set_tim7rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - } - } -} -pub mod gpio_v1 { - use crate::generic::*; - #[doc = "General purpose I/O"] - #[derive(Copy, Clone)] - pub struct Gpio(pub *mut u8); - unsafe impl Send for Gpio {} - unsafe impl Sync for Gpio {} - impl Gpio { - #[doc = "Port configuration register low (GPIOn_CRL)"] - pub fn cr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } - } - #[doc = "Port input data register (GPIOn_IDR)"] - pub fn idr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Port output data register (GPIOn_ODR)"] - pub fn odr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Port bit set/reset register (GPIOn_BSRR)"] - pub fn bsrr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Port bit reset register (GPIOn_BRR)"] - pub fn brr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "Port configuration lock register"] - pub fn lckr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "Port output data register (GPIOn_ODR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Odr(pub u32); - impl Odr { - #[doc = "Port output data"] - pub fn odr(&self, n: usize) -> super::vals::Odr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Odr(val as u8) + #[doc = "TIM block reset"] + pub const fn tim12rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "Port output data"] - pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "TIM block reset"] + pub fn set_tim12rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - } - impl Default for Odr { - fn default() -> Odr { - Odr(0) -======= - #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_selclkrx(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); + #[doc = "TIM block reset"] + pub const fn tim13rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Tim2rst(val as u8) } - } - impl Default for Clkcr { - fn default() -> Clkcr { - Clkcr(0) ->>>>>>> c084e70 (Update generated code) + #[doc = "TIM block reset"] + pub fn set_tim13rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - } - #[doc = "Port input data register (GPIOn_IDR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idr(pub u32); - impl Idr { - #[doc = "Port input data"] - pub fn idr(&self, n: usize) -> super::vals::Idr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Idr(val as u8) + #[doc = "TIM block reset"] + pub const fn tim14rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "Port input data"] - pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "TIM block reset"] + pub fn set_tim14rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - } - impl Default for Idr { - fn default() -> Idr { - Idr(0) + #[doc = "TIM block reset"] + pub const fn lptim1rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Tim2rst(val as u8) } - } - #[doc = "Port configuration lock register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Lckr(pub u32); - impl Lckr { - #[doc = "Port A Lock bit"] - pub fn lck(&self, n: usize) -> super::vals::Lck { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Lck(val as u8) + #[doc = "TIM block reset"] + pub fn set_lptim1rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Port A Lock bit"] - pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "SPI2 block reset"] + pub const fn spi2rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "Lock key"] - pub const fn lckk(&self) -> super::vals::Lckk { + #[doc = "SPI2 block reset"] + pub fn set_spi2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SPI3 block reset"] + pub const fn spi3rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "SPI3 block reset"] + pub fn set_spi3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "SPDIFRX block reset"] + pub const fn spdifrxrst(&self) -> super::vals::Tim2rst { let val = (self.0 >> 16usize) & 0x01; - super::vals::Lckk(val as u8) + super::vals::Tim2rst(val as u8) } - #[doc = "Lock key"] - pub fn set_lckk(&mut self, val: super::vals::Lckk) { + #[doc = "SPDIFRX block reset"] + pub fn set_spdifrxrst(&mut self, val: super::vals::Tim2rst) { self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - } - impl Default for Lckr { - fn default() -> Lckr { - Lckr(0) + #[doc = "USART2 block reset"] + pub const fn usart2rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Tim2rst(val as u8) } - } - #[doc = "Port bit set/reset register (GPIOn_BSRR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bsrr(pub u32); - impl Bsrr { - #[doc = "Set bit"] - pub fn bs(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "USART2 block reset"] + pub fn set_usart2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "Set bit"] - pub fn set_bs(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "USART3 block reset"] + pub const fn usart3rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "Reset bit"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "USART3 block reset"] + pub fn set_usart3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "Reset bit"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "UART4 block reset"] + pub const fn uart4rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Tim2rst(val as u8) } - } - impl Default for Bsrr { - fn default() -> Bsrr { - Bsrr(0) + #[doc = "UART4 block reset"] + pub fn set_uart4rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - } - #[doc = "Port bit reset register (GPIOn_BRR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Brr(pub u32); - impl Brr { - #[doc = "Reset bit"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "UART5 block reset"] + pub const fn uart5rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "Reset bit"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "UART5 block reset"] + pub fn set_uart5rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - } - impl Default for Brr { - fn default() -> Brr { - Brr(0) + #[doc = "I2C1 block reset"] + pub const fn i2c1rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Tim2rst(val as u8) } - } - #[doc = "Port configuration register (GPIOn_CRx)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] -<<<<<<< HEAD - pub struct Cr(pub u32); - impl Cr { - #[doc = "Port n mode bits"] - pub fn mode(&self, n: usize) -> super::vals::Mode { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Mode(val as u8) + #[doc = "I2C1 block reset"] + pub fn set_i2c1rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "Port n mode bits"] - pub fn set_mode(&mut self, n: usize, val: super::vals::Mode) { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "I2C2 block reset"] + pub const fn i2c2rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Tim2rst(val as u8) } - #[doc = "Port n configuration bits"] - pub fn cnf(&self, n: usize) -> super::vals::Cnf { - assert!(n < 8usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Cnf(val as u8) + #[doc = "I2C2 block reset"] + pub fn set_i2c2rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - #[doc = "Port n configuration bits"] - pub fn set_cnf(&mut self, n: usize, val: super::vals::Cnf) { - assert!(n < 8usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "I2C3 block reset"] + pub const fn i2c3rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Tim2rst(val as u8) } - } - impl Default for Cr { - fn default() -> Cr { - Cr(0) -======= - pub struct Resp1r(pub u32); - impl Resp1r { - #[doc = "see Table 432"] - pub const fn cardstatus1(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "I2C3 block reset"] + pub fn set_i2c3rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); } - #[doc = "see Table 432"] - pub fn set_cardstatus1(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "HDMI-CEC block reset"] + pub const fn cecrst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "HDMI-CEC block reset"] + pub fn set_cecrst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "DAC1 and 2 Blocks Reset"] + pub const fn dac12rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "DAC1 and 2 Blocks Reset"] + pub fn set_dac12rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "UART7 block reset"] + pub const fn uart7rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 30usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "UART7 block reset"] + pub fn set_uart7rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 block reset"] + pub const fn uart8rst(&self) -> super::vals::Tim2rst { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Tim2rst(val as u8) + } + #[doc = "UART8 block reset"] + pub fn set_uart8rst(&mut self, val: super::vals::Tim2rst) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for Resp1r { - fn default() -> Resp1r { - Resp1r(0) + impl Default for Apb1lrstr { + fn default() -> Apb1lrstr { + Apb1lrstr(0) } } - #[doc = "The SDMMC_DCTRL register control the data path state machine (DPSM)."] + #[doc = "RCC Reset Status Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dctrl(pub u32); - impl Dctrl { - #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] - pub const fn dten(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + pub struct Rsr(pub u32); + impl Rsr { + #[doc = "Remove reset flag"] + pub const fn rmvf(&self) -> super::vals::RsrRmvf { + let val = (self.0 >> 16usize) & 0x01; + super::vals::RsrRmvf(val as u8) + } + #[doc = "Remove reset flag"] + pub fn set_rmvf(&mut self, val: super::vals::RsrRmvf) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "CPU reset flag"] + pub const fn cpurstf(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Data transfer enable bit This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). This bit is cleared by Hardware when data transfer completes. This bit shall only be used to transfer data when no associated data transfer command is used, i.e. shall not be used with SD or eMMC cards."] - pub fn set_dten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "CPU reset flag"] + pub fn set_cpurstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn dtdir(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "D1 domain power switch reset flag"] + pub const fn d1rstf(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "Data transfer direction selection This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_dtdir(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "D1 domain power switch reset flag"] + pub fn set_d1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn dtmode(&self) -> u8 { - let val = (self.0 >> 2usize) & 0x03; - val as u8 + #[doc = "D2 domain power switch reset flag"] + pub const fn d2rstf(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 } - #[doc = "Data transfer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_dtmode(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 2usize)) | (((val as u32) & 0x03) << 2usize); + #[doc = "D2 domain power switch reset flag"] + pub fn set_d2rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] - pub const fn dblocksize(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "BOR reset flag"] + pub const fn borrstf(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; + val != 0 } - #[doc = "Data block size This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). Define the data block length when the block data transfer mode is selected: When DATALENGTH is not a multiple of DBLOCKSIZE, the transfered data is truncated at a multiple of DBLOCKSIZE. (Any remain data will not be transfered.) When DDR = 1, DBLOCKSIZE = 0000 shall not be used. (No data will be transfered)"] - pub fn set_dblocksize(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "BOR reset flag"] + pub fn set_borrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Read wait start. If this bit is set, read wait operation starts."] - pub const fn rwstart(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Pin reset flag (NRST)"] + pub const fn pinrstf(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "Read wait start. If this bit is set, read wait operation starts."] - pub fn set_rwstart(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Pin reset flag (NRST)"] + pub fn set_pinrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] - pub const fn rwstop(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; + #[doc = "POR/PDR reset flag"] + pub const fn porrstf(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "Read wait stop This bit is written by firmware and auto cleared by hardware when the DPSM moves from the READ_WAIT state to the WAIT_R or IDLE state."] - pub fn set_rwstop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "POR/PDR reset flag"] + pub fn set_porrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn rwmod(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; + #[doc = "System reset from CPU reset flag"] + pub const fn sftrstf(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Read wait mode. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_rwmod(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "System reset from CPU reset flag"] + pub fn set_sftrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] - pub const fn sdioen(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "Independent Watchdog reset flag"] + pub const fn iwdg1rstf(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "SD I/O interrupt enable functions This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). If this bit is set, the DPSM enables the SD I/O card specific interrupt operation."] - pub fn set_sdioen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "Independent Watchdog reset flag"] + pub fn set_iwdg1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn bootacken(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "Window Watchdog reset flag"] + pub const fn wwdg1rstf(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; val != 0 } - #[doc = "Enable the reception of the boot acknowledgment. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_bootacken(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "Window Watchdog reset flag"] + pub fn set_wwdg1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } - #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] - pub const fn fiforst(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] + pub const fn lpwrrstf(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; val != 0 } - #[doc = "FIFO reset, will flush any remaining data. This bit can only be written by firmware when IDMAEN= 0 and DPSM is active (DPSMACT = 1). This bit will only take effect when a transfer error or transfer hold occurs."] - pub fn set_fiforst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] + pub fn set_lpwrrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); } } - impl Default for Dctrl { - fn default() -> Dctrl { - Dctrl(0) + impl Default for Rsr { + fn default() -> Rsr { + Rsr(0) } } - #[doc = "SDMMC IP identification register"] + #[doc = "RCC AHB3 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Id(pub u32); - impl Id { - #[doc = "SDMMC IP identification."] - pub const fn ip_id(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct C1Ahb3enr(pub u32); + impl C1Ahb3enr { + #[doc = "MDMA Peripheral Clock Enable"] + pub const fn mdmaen(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) } - #[doc = "SDMMC IP identification."] - pub fn set_ip_id(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "MDMA Peripheral Clock Enable"] + pub fn set_mdmaen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "DMA2D Peripheral Clock Enable"] + pub const fn dma2den(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "DMA2D Peripheral Clock Enable"] + pub fn set_dma2den(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "JPGDEC Peripheral Clock Enable"] + pub const fn jpgdecen(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "JPGDEC Peripheral Clock Enable"] + pub fn set_jpgdecen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "FMC Peripheral Clocks Enable"] + pub const fn fmcen(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "FMC Peripheral Clocks Enable"] + pub fn set_fmcen(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] + pub const fn qspien(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] + pub fn set_qspien(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] + pub const fn sdmmc1en(&self) -> super::vals::C1Ahb3enrMdmaen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Ahb3enrMdmaen(val as u8) + } + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] + pub fn set_sdmmc1en(&mut self, val: super::vals::C1Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } } - impl Default for Id { - fn default() -> Id { - Id(0) + impl Default for C1Ahb3enr { + fn default() -> C1Ahb3enr { + C1Ahb3enr(0) } } - #[doc = "The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO."] + #[doc = "RCC AHB3 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmactrlr(pub u32); - impl Idmactrlr { - #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmaen(&self) -> bool { + pub struct C1Ahb3lpenr(pub u32); + impl C1Ahb3lpenr { + #[doc = "MDMA Clock Enable During CSleep Mode"] + pub const fn mdmalpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::C1Ahb3lpenrMdmalpen(val as u8) } - #[doc = "IDMA enable This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "MDMA Clock Enable During CSleep Mode"] + pub fn set_mdmalpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmabmode(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "DMA2D Clock Enable During CSleep Mode"] + pub const fn dma2dlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) } - #[doc = "Buffer mode selection. This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmabmode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "DMA2D Clock Enable During CSleep Mode"] + pub fn set_dma2dlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] - pub const fn idmabact(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "JPGDEC Clock Enable During CSleep Mode"] + pub const fn jpgdeclpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "JPGDEC Clock Enable During CSleep Mode"] + pub fn set_jpgdeclpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Flash interface clock enable during csleep mode"] + pub const fn flashpren(&self) -> bool { + let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Double buffer mode active buffer indication This bit can only be written by firmware when DPSM is inactive (DPSMACT = 0). When IDMA is enabled this bit is toggled by hardware."] - pub fn set_idmabact(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Flash interface clock enable during csleep mode"] + pub fn set_flashpren(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - } - impl Default for Idmactrlr { - fn default() -> Idmactrlr { - Idmactrlr(0) + #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] + pub const fn fmclpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp2r(pub u32); - impl Resp2r { - #[doc = "see Table404."] - pub const fn cardstatus2(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "FMC Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fmclpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "see Table404."] - pub fn set_cardstatus2(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] + pub const fn qspilpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) } - } - impl Default for Resp2r { - fn default() -> Resp2r { - Resp2r(0) + #[doc = "QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode"] + pub fn set_qspilpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - } - #[doc = "The SDMMC_ACKTIMER register contains the acknowledgment timeout period, in SDMMC_CK bus clock periods. A counter loads the value from the SDMMC_ACKTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_Ack state. If the timer reaches 0 while the DPSM is in this states, the acknowledgment timeout status flag is set."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Acktimer(pub u32); - impl Acktimer { - #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] - pub const fn acktime(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] + pub const fn sdmmc1lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) } - #[doc = "Boot acknowledgment timeout period This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). Boot acknowledgment timeout period expressed in card bus clock periods."] - pub fn set_acktime(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode"] + pub fn set_sdmmc1lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - } - impl Default for Acktimer { - fn default() -> Acktimer { - Acktimer(0) + #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] + pub const fn d1dtcm1lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) } - } - #[doc = "The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Fifor(pub u32); - impl Fifor { - #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] - pub const fn fifodata(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "D1DTCM1 Block Clock Enable During CSleep mode"] + pub fn set_d1dtcm1lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - #[doc = "Receive and transmit FIFO data This register can only be read or written by firmware when the DPSM is active (DPSMACT=1). The FIFO data occupies 16 entries of 32-bit words."] - pub fn set_fifodata(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] + pub const fn dtcm2lpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1 DTCM2 Block Clock Enable During CSleep mode"] + pub fn set_dtcm2lpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "D1ITCM Block Clock Enable During CSleep mode"] + pub const fn itcmlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "D1ITCM Block Clock Enable During CSleep mode"] + pub fn set_itcmlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "AXISRAM Block Clock Enable During CSleep mode"] + pub const fn axisramlpen(&self) -> super::vals::C1Ahb3lpenrMdmalpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Ahb3lpenrMdmalpen(val as u8) + } + #[doc = "AXISRAM Block Clock Enable During CSleep mode"] + pub fn set_axisramlpen(&mut self, val: super::vals::C1Ahb3lpenrMdmalpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for Fifor { - fn default() -> Fifor { - Fifor(0) + impl Default for C1Ahb3lpenr { + fn default() -> C1Ahb3lpenr { + C1Ahb3lpenr(0) } } - #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] + #[doc = "RCC AHB1 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dtimer(pub u32); - impl Dtimer { - #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] - pub const fn datatime(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct C1Ahb1enr(pub u32); + impl C1Ahb1enr { + #[doc = "DMA1 Clock Enable"] + pub const fn dma1en(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) } - #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] - pub fn set_datatime(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "DMA1 Clock Enable"] + pub fn set_dma1en(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - } - impl Default for Dtimer { - fn default() -> Dtimer { - Dtimer(0) ->>>>>>> c084e70 (Update generated code) + #[doc = "DMA2 Clock Enable"] + pub const fn dma2en(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "DMA2 Clock Enable"] + pub fn set_dma2en(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub const fn adc12en(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub fn set_adc12en(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub const fn eth1macen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub fn set_eth1macen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "Ethernet Transmission Clock Enable"] + pub const fn eth1txen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "Ethernet Transmission Clock Enable"] + pub fn set_eth1txen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "Ethernet Reception Clock Enable"] + pub const fn eth1rxen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "Ethernet Reception Clock Enable"] + pub fn set_eth1rxen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub const fn usb1otgen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 25usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub fn set_usb1otgen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "USB_PHY1 Clocks Enable"] + pub const fn usb1ulpien(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 26usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "USB_PHY1 Clocks Enable"] + pub fn set_usb1ulpien(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + } + #[doc = "USB2OTG Peripheral Clocks Enable"] + pub const fn usb2otgen(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 27usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "USB2OTG Peripheral Clocks Enable"] + pub fn set_usb2otgen(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "USB_PHY2 Clocks Enable"] + pub const fn usb2ulpien(&self) -> super::vals::C1Ahb1enrDma1en { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb1enrDma1en(val as u8) + } + #[doc = "USB_PHY2 Clocks Enable"] + pub fn set_usb2ulpien(&mut self, val: super::vals::C1Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Brw(pub u8); - impl Brw { - #[doc = "No action on the corresponding ODx bit"] - pub const NOACTION: Self = Self(0); - #[doc = "Reset the ODx bit"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Idr(pub u8); - impl Idr { - #[doc = "Input is logic low"] - pub const LOW: Self = Self(0); - #[doc = "Input is logic high"] - pub const HIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lck(pub u8); - impl Lck { - #[doc = "Port configuration not locked"] - pub const UNLOCKED: Self = Self(0); - #[doc = "Port configuration locked"] - pub const LOCKED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bsw(pub u8); - impl Bsw { - #[doc = "No action on the corresponding ODx bit"] - pub const NOACTION: Self = Self(0); - #[doc = "Sets the corresponding ODRx bit"] - pub const SET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Odr(pub u8); - impl Odr { - #[doc = "Set output to logic low"] - pub const LOW: Self = Self(0); - #[doc = "Set output to logic high"] - pub const HIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cnf(pub u8); - impl Cnf { - #[doc = "Analog mode / Push-Pull mode"] - pub const PUSHPULL: Self = Self(0); - #[doc = "Floating input (reset state) / Open Drain-Mode"] - pub const OPENDRAIN: Self = Self(0x01); - #[doc = "Input with pull-up/pull-down / Alternate Function Push-Pull Mode"] - pub const ALTPUSHPULL: Self = Self(0x02); - #[doc = "Alternate Function Open-Drain Mode"] - pub const ALTOPENDRAIN: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lckk(pub u8); - impl Lckk { - #[doc = "Port configuration lock key not active"] - pub const NOTACTIVE: Self = Self(0); - #[doc = "Port configuration lock key active"] - pub const ACTIVE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mode(pub u8); - impl Mode { - #[doc = "Input mode (reset state)"] - pub const INPUT: Self = Self(0); - #[doc = "Output mode 10 MHz"] - pub const OUTPUT: Self = Self(0x01); - #[doc = "Output mode 2 MHz"] - pub const OUTPUT2: Self = Self(0x02); - #[doc = "Output mode 50 MHz"] - pub const OUTPUT50: Self = Self(0x03); - } - } -} -pub mod rng_v1 { - use crate::generic::*; - #[doc = "Random number generator"] - #[derive(Copy, Clone)] - pub struct Rng(pub *mut u8); - unsafe impl Send for Rng {} - unsafe impl Sync for Rng {} - impl Rng { - #[doc = "control register"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } + impl Default for C1Ahb1enr { + fn default() -> C1Ahb1enr { + C1Ahb1enr(0) + } } -<<<<<<< HEAD - } - pub mod regs { - use crate::generic::*; - #[doc = "control register"] + #[doc = "RCC APB3 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Random number generator enable"] - pub const fn rngen(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + pub struct C1Apb3enr(pub u32); + impl C1Apb3enr { + #[doc = "LTDC peripheral clock enable"] + pub const fn ltdcen(&self) -> super::vals::C1Apb3enrLtdcen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb3enrLtdcen(val as u8) } - #[doc = "Random number generator enable"] - pub fn set_rngen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "LTDC peripheral clock enable"] + pub fn set_ltdcen(&mut self, val: super::vals::C1Apb3enrLtdcen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Interrupt enable"] - pub const fn ie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "WWDG1 Clock Enable"] + pub const fn wwdg1en(&self) -> super::vals::C1Apb3enrLtdcen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb3enrLtdcen(val as u8) } - #[doc = "Interrupt enable"] - pub fn set_ie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + #[doc = "WWDG1 Clock Enable"] + pub fn set_wwdg1en(&mut self, val: super::vals::C1Apb3enrLtdcen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } } - impl Default for Idmabsizer { - fn default() -> Idmabsizer { - Idmabsizer(0) + impl Default for C1Apb3enr { + fn default() -> C1Apb3enr { + C1Apb3enr(0) } } -<<<<<<< HEAD - #[doc = "The SDMMC_CLKCR register controls the SDMMC_CK output clock, the SDMMC_RX_CLK receive clock, and the bus width."] + #[doc = "RCC APB2 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Clkcr(pub u32); - impl Clkcr { - #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] - pub const fn clkdiv(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x03ff; - val as u16 + pub struct C1Apb2lpenr(pub u32); + impl C1Apb2lpenr { + #[doc = "TIM1 peripheral clock enable during CSleep mode"] + pub const fn tim1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "Clock divide factor This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). This field defines the divide factor between the input clock (SDMMCCLK) and the output clock (SDMMC_CK): SDMMC_CK frequency = SDMMCCLK / [2 * CLKDIV]. 0xx: etc.. xxx: etc.."] - pub fn set_clkdiv(&mut self, val: u16) { - self.0 = (self.0 & !(0x03ff << 0usize)) | (((val as u32) & 0x03ff) << 0usize); + #[doc = "TIM1 peripheral clock enable during CSleep mode"] + pub fn set_tim1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] - pub const fn pwrsav(&self) -> bool { + #[doc = "TIM8 peripheral clock enable during CSleep mode"] + pub const fn tim8lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "TIM8 peripheral clock enable during CSleep mode"] + pub fn set_tim8lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart6lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart6lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { let val = (self.0 >> 12usize) & 0x01; - val != 0 + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:"] - pub fn set_pwrsav(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn widbus(&self) -> u8 { - let val = (self.0 >> 14usize) & 0x03; - val as u8 + #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi4lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 13usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "Wide bus mode enable bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_widbus(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); + #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi4lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); } - #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] - pub const fn negedge(&self) -> bool { + #[doc = "TIM15 peripheral clock enable during CSleep mode"] + pub const fn tim15lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { let val = (self.0 >> 16usize) & 0x01; - val != 0 + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "SDMMC_CK dephasing selection bit for data and Command. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). When clock division = 1 (CLKDIV = 0), this bit has no effect. Data and Command change on SDMMC_CK falling edge. When clock division >1 (CLKDIV > 0) & DDR = 0: - SDMMC_CK edge occurs on SDMMCCLK rising edge. When clock division >1 (CLKDIV > 0) & DDR = 1: - Data changed on the SDMMCCLK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge. - Data changed on the SDMMC_CK falling edge succeeding a SDMMC_CK edge. - SDMMC_CK edge occurs on SDMMCCLK rising edge."] - pub fn set_negedge(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "TIM15 peripheral clock enable during CSleep mode"] + pub fn set_tim15lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] - pub const fn hwfc_en(&self) -> bool { + #[doc = "TIM16 peripheral clock enable during CSleep mode"] + pub const fn tim16lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { let val = (self.0 >> 17usize) & 0x01; - val != 0 + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "Hardware flow control enable This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) When Hardware flow control is enabled, the meaning of the TXFIFOE and RXFIFOF flags change, please see SDMMC status register definition in Section56.8.11."] - pub fn set_hwfc_en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "TIM16 peripheral clock enable during CSleep mode"] + pub fn set_tim16lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] - pub const fn ddr(&self) -> bool { + #[doc = "TIM17 peripheral clock enable during CSleep mode"] + pub const fn tim17lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { let val = (self.0 >> 18usize) & 0x01; - val != 0 + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "Data rate signaling selection This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) DDR rate shall only be selected with 4-bit or 8-bit wide bus mode. (WIDBUS > 00). DDR = 1 has no effect when WIDBUS = 00 (1-bit wide bus). DDR rate shall only be selected with clock division >1. (CLKDIV > 0)"] - pub fn set_ddr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "TIM17 peripheral clock enable during CSleep mode"] + pub fn set_tim17lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn busspeed(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 + #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi5lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "Bus speed mode selection between DS, HS, SDR12, SDR25 and SDR50, DDR50, SDR104. This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_busspeed(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi5lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub const fn selclkrx(&self) -> u8 { - let val = (self.0 >> 20usize) & 0x03; - val as u8 + #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) } - #[doc = "Receive clock selection. These bits can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0)"] - pub fn set_selclkrx(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); + #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); + } + #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai2lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai2lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); + } + #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai3lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai3lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn dfsdm1lpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_dfsdm1lpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); + } + #[doc = "HRTIM peripheral clock enable during CSleep mode"] + pub const fn hrtimlpen(&self) -> super::vals::C1Apb2lpenrTim1lpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb2lpenrTim1lpen(val as u8) + } + #[doc = "HRTIM peripheral clock enable during CSleep mode"] + pub fn set_hrtimlpen(&mut self, val: super::vals::C1Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } } - impl Default for Clkcr { - fn default() -> Clkcr { - Clkcr(0) + impl Default for C1Apb2lpenr { + fn default() -> C1Apb2lpenr { + C1Apb2lpenr(0) } } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] + #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp2r(pub u32); - impl Resp2r { - #[doc = "see Table404."] - pub const fn cardstatus2(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + pub struct D2ccip1r(pub u32); + impl D2ccip1r { + #[doc = "SAI1 and DFSDM1 kernel Aclk clock source selection"] + pub const fn sai1sel(&self) -> super::vals::Sai1sel { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Sai1sel(val as u8) } - #[doc = "see Table404."] - pub fn set_cardstatus2(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "SAI1 and DFSDM1 kernel Aclk clock source selection"] + pub fn set_sai1sel(&mut self, val: super::vals::Sai1sel) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); + } + #[doc = "SAI2 and SAI3 kernel clock source selection"] + pub const fn sai23sel(&self) -> super::vals::Sai1sel { + let val = (self.0 >> 6usize) & 0x07; + super::vals::Sai1sel(val as u8) + } + #[doc = "SAI2 and SAI3 kernel clock source selection"] + pub fn set_sai23sel(&mut self, val: super::vals::Sai1sel) { + self.0 = (self.0 & !(0x07 << 6usize)) | (((val.0 as u32) & 0x07) << 6usize); + } + #[doc = "SPI/I2S1,2 and 3 kernel clock source selection"] + pub const fn spi123sel(&self) -> super::vals::Sai1sel { + let val = (self.0 >> 12usize) & 0x07; + super::vals::Sai1sel(val as u8) + } + #[doc = "SPI/I2S1,2 and 3 kernel clock source selection"] + pub fn set_spi123sel(&mut self, val: super::vals::Sai1sel) { + self.0 = (self.0 & !(0x07 << 12usize)) | (((val.0 as u32) & 0x07) << 12usize); + } + #[doc = "SPI4 and 5 kernel clock source selection"] + pub const fn spi45sel(&self) -> super::vals::Spi45sel { + let val = (self.0 >> 16usize) & 0x07; + super::vals::Spi45sel(val as u8) + } + #[doc = "SPI4 and 5 kernel clock source selection"] + pub fn set_spi45sel(&mut self, val: super::vals::Spi45sel) { + self.0 = (self.0 & !(0x07 << 16usize)) | (((val.0 as u32) & 0x07) << 16usize); + } + #[doc = "SPDIFRX kernel clock source selection"] + pub const fn spdifsel(&self) -> super::vals::Spdifsel { + let val = (self.0 >> 20usize) & 0x03; + super::vals::Spdifsel(val as u8) + } + #[doc = "SPDIFRX kernel clock source selection"] + pub fn set_spdifsel(&mut self, val: super::vals::Spdifsel) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); + } + #[doc = "DFSDM1 kernel Clk clock source selection"] + pub const fn dfsdm1sel(&self) -> super::vals::Dfsdm1sel { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Dfsdm1sel(val as u8) + } + #[doc = "DFSDM1 kernel Clk clock source selection"] + pub fn set_dfsdm1sel(&mut self, val: super::vals::Dfsdm1sel) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); + } + #[doc = "FDCAN kernel clock source selection"] + pub const fn fdcansel(&self) -> super::vals::Fdcansel { + let val = (self.0 >> 28usize) & 0x03; + super::vals::Fdcansel(val as u8) + } + #[doc = "FDCAN kernel clock source selection"] + pub fn set_fdcansel(&mut self, val: super::vals::Fdcansel) { + self.0 = (self.0 & !(0x03 << 28usize)) | (((val.0 as u32) & 0x03) << 28usize); + } + #[doc = "SWPMI kernel clock source selection"] + pub const fn swpsel(&self) -> super::vals::Swpsel { + let val = (self.0 >> 31usize) & 0x01; + super::vals::Swpsel(val as u8) + } + #[doc = "SWPMI kernel clock source selection"] + pub fn set_swpsel(&mut self, val: super::vals::Swpsel) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for Resp2r { - fn default() -> Resp2r { - Resp2r(0) + impl Default for D2ccip1r { + fn default() -> D2ccip1r { + D2ccip1r(0) } } - #[doc = "The SDMMC_STAR register is a read-only register. It contains two types of flag:Static flags (bits [29,21,11:0]): these bits remain asserted until they are cleared by writing to the SDMMC interrupt Clear register (see SDMMC_ICR)Dynamic flags (bits [20:12]): these bits change state depending on the state of the underlying logic (for example, FIFO full and empty flags are asserted and de-asserted as data while written to the FIFO)"] -======= - #[doc = "status register"] + #[doc = "clock control register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Data ready"] - pub const fn drdy(&self) -> bool { + pub struct Cr(pub u32); + impl Cr { + #[doc = "Internal high-speed clock enable"] + pub const fn hsion(&self) -> super::vals::Hsion { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Hsion(val as u8) } - #[doc = "Data ready"] - pub fn set_drdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Internal high-speed clock enable"] + pub fn set_hsion(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Clock error current status"] - pub const fn cecs(&self) -> bool { + #[doc = "High Speed Internal clock enable in Stop mode"] + pub const fn hsikeron(&self) -> super::vals::Hsion { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Hsion(val as u8) } - #[doc = "Clock error current status"] - pub fn set_cecs(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "High Speed Internal clock enable in Stop mode"] + pub fn set_hsikeron(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Seed error current status"] - pub const fn secs(&self) -> bool { + #[doc = "HSI clock ready flag"] + pub const fn hsirdy(&self) -> bool { let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Seed error current status"] - pub fn set_secs(&mut self, val: bool) { + #[doc = "HSI clock ready flag"] + pub fn set_hsirdy(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Clock error interrupt status"] - pub const fn ceis(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "HSI clock divider"] + pub const fn hsidiv(&self) -> super::vals::Hsidiv { + let val = (self.0 >> 3usize) & 0x03; + super::vals::Hsidiv(val as u8) } - #[doc = "Clock error interrupt status"] - pub fn set_ceis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "HSI clock divider"] + pub fn set_hsidiv(&mut self, val: super::vals::Hsidiv) { + self.0 = (self.0 & !(0x03 << 3usize)) | (((val.0 as u32) & 0x03) << 3usize); } - #[doc = "Seed error interrupt status"] - pub const fn seis(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "HSI divider flag"] + pub const fn hsidivf(&self) -> bool { + let val = (self.0 >> 5usize) & 0x01; val != 0 } - #[doc = "Seed error interrupt status"] - pub fn set_seis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); - } - } - impl Default for Sr { - fn default() -> Sr { - Sr(0) + #[doc = "HSI divider flag"] + pub fn set_hsidivf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); } - } - } -} -pub mod syscfg_l4 { - use crate::generic::*; - #[doc = "System configuration controller"] - #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "memory remap register"] - pub fn memrmp(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "configuration register 1"] - pub fn cfgr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "external interrupt configuration register 1"] - pub fn exticr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "SCSR"] - pub fn scsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "CFGR2"] - pub fn cfgr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "SWPR"] - pub fn swpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "SKR"] - pub fn skr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "configuration register 1"] ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr1(pub u32); - impl Cfgr1 { - #[doc = "Firewall disable"] - pub const fn fwdis(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "CSI clock enable"] + pub const fn csion(&self) -> super::vals::Hsion { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Hsion(val as u8) } - #[doc = "Firewall disable"] - pub fn set_fwdis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "CSI clock enable"] + pub fn set_csion(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "I/O analog switch voltage booster enable"] - pub const fn boosten(&self) -> bool { + #[doc = "CSI clock ready flag"] + pub const fn csirdy(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "I/O analog switch voltage booster enable"] - pub fn set_boosten(&mut self, val: bool) { + #[doc = "CSI clock ready flag"] + pub fn set_csirdy(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] - pub const fn i2c_pb6_fmp(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "CSI clock enable in Stop mode"] + pub const fn csikeron(&self) -> super::vals::Hsion { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Hsion(val as u8) } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] - pub fn set_i2c_pb6_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "CSI clock enable in Stop mode"] + pub fn set_csikeron(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] - pub const fn i2c_pb7_fmp(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 + #[doc = "RC48 clock enable"] + pub const fn hsi48on(&self) -> super::vals::Hsion { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Hsion(val as u8) } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] - pub fn set_i2c_pb7_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "RC48 clock enable"] + pub fn set_hsi48on(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] - pub const fn i2c_pb8_fmp(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; + #[doc = "RC48 clock ready flag"] + pub const fn hsi48rdy(&self) -> bool { + let val = (self.0 >> 13usize) & 0x01; val != 0 } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] - pub fn set_i2c_pb8_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "RC48 clock ready flag"] + pub fn set_hsi48rdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] - pub const fn i2c_pb9_fmp(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; + #[doc = "D1 domain clocks ready flag"] + pub const fn d1ckrdy(&self) -> bool { + let val = (self.0 >> 14usize) & 0x01; val != 0 } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] - pub fn set_i2c_pb9_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "D1 domain clocks ready flag"] + pub fn set_d1ckrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); } - #[doc = "I2C1 Fast-mode Plus driving capability activation"] - pub const fn i2c1_fmp(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; + #[doc = "D2 domain clocks ready flag"] + pub const fn d2ckrdy(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; val != 0 } - #[doc = "I2C1 Fast-mode Plus driving capability activation"] - pub fn set_i2c1_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + #[doc = "D2 domain clocks ready flag"] + pub fn set_d2ckrdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "I2C2 Fast-mode Plus driving capability activation"] - pub const fn i2c2_fmp(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 + #[doc = "HSE clock enable"] + pub const fn hseon(&self) -> super::vals::Hsion { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Hsion(val as u8) } - #[doc = "I2C2 Fast-mode Plus driving capability activation"] - pub fn set_i2c2_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "HSE clock enable"] + pub fn set_hseon(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "I2C3 Fast-mode Plus driving capability activation"] - pub const fn i2c3_fmp(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; + #[doc = "HSE clock ready flag"] + pub const fn hserdy(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "I2C3 Fast-mode Plus driving capability activation"] - pub fn set_i2c3_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - #[doc = "Floating Point Unit interrupts enable bits"] - pub const fn fpu_ie(&self) -> u8 { - let val = (self.0 >> 26usize) & 0x3f; - val as u8 - } - #[doc = "Floating Point Unit interrupts enable bits"] - pub fn set_fpu_ie(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 26usize)) | (((val as u32) & 0x3f) << 26usize); - } - } - impl Default for Cfgr1 { - fn default() -> Cfgr1 { - Cfgr1(0) + #[doc = "HSE clock ready flag"] + pub fn set_hserdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - } - #[doc = "SWPR"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Swpr(pub u32); - impl Swpr { - #[doc = "SRAWM2 write protection."] - pub fn pwp(&self, n: usize) -> bool { - assert!(n < 32usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "HSE clock bypass"] + pub const fn hsebyp(&self) -> super::vals::Hsebyp { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Hsebyp(val as u8) } - #[doc = "SRAWM2 write protection."] - pub fn set_pwp(&mut self, n: usize, val: bool) { - assert!(n < 32usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "HSE clock bypass"] + pub fn set_hsebyp(&mut self, val: super::vals::Hsebyp) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - } - impl Default for Swpr { - fn default() -> Swpr { - Swpr(0) + #[doc = "HSE Clock Security System enable"] + pub const fn hsecsson(&self) -> super::vals::Hsion { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Hsion(val as u8) } - } - #[doc = "SKR"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Skr(pub u32); - impl Skr { - #[doc = "SRAM2 write protection key for software erase"] - pub const fn key(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + #[doc = "HSE Clock Security System enable"] + pub fn set_hsecsson(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "SRAM2 write protection key for software erase"] - pub fn set_key(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "PLL1 enable"] + pub const fn pll1on(&self) -> super::vals::Hsion { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Hsion(val as u8) } - } - impl Default for Skr { - fn default() -> Skr { - Skr(0) + #[doc = "PLL1 enable"] + pub fn set_pll1on(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - } - #[doc = "SCSR"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Scsr(pub u32); - impl Scsr { - #[doc = "SRAM2 Erase"] - pub const fn sram2er(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "PLL1 clock ready flag"] + pub const fn pll1rdy(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; val != 0 } - #[doc = "SRAM2 Erase"] - pub fn set_sram2er(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "SRAM2 busy by erase operation"] - pub const fn sram2bsy(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "PLL1 clock ready flag"] + pub fn set_pll1rdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "SRAM2 busy by erase operation"] - pub fn set_sram2bsy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "PLL2 enable"] + pub const fn pll2on(&self) -> super::vals::Hsion { + let val = (self.0 >> 26usize) & 0x01; + super::vals::Hsion(val as u8) } - } - impl Default for Scsr { - fn default() -> Scsr { - Scsr(0) + #[doc = "PLL2 enable"] + pub fn set_pll2on(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); } - } - #[doc = "CFGR2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr2(pub u32); - impl Cfgr2 { - #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] - pub const fn cll(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "PLL2 clock ready flag"] + pub const fn pll2rdy(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] - pub fn set_cll(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "PLL2 clock ready flag"] + pub fn set_pll2rdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - #[doc = "SRAM2 parity lock bit"] - pub const fn spl(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "PLL3 enable"] + pub const fn pll3on(&self) -> super::vals::Hsion { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Hsion(val as u8) } - #[doc = "SRAM2 parity lock bit"] - pub fn set_spl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "PLL3 enable"] + pub fn set_pll3on(&mut self, val: super::vals::Hsion) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - #[doc = "PVD lock enable bit"] - pub const fn pvdl(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "PLL3 clock ready flag"] + pub const fn pll3rdy(&self) -> bool { + let val = (self.0 >> 29usize) & 0x01; val != 0 } - #[doc = "PVD lock enable bit"] - pub fn set_pvdl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "ECC Lock"] - pub const fn eccl(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "PLL3 clock ready flag"] + pub fn set_pll3rdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); } - #[doc = "ECC Lock"] - pub fn set_eccl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + } + impl Default for Cr { + fn default() -> Cr { + Cr(0) } - #[doc = "SRAM2 parity error flag"] - pub const fn spf(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + } + #[doc = "RCC PLL2 Fractional Divider Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pll2fracr(pub u32); + impl Pll2fracr { + #[doc = "Fractional part of the multiplication factor for PLL VCO"] + pub const fn fracn2(&self) -> u16 { + let val = (self.0 >> 3usize) & 0x1fff; + val as u16 } - #[doc = "SRAM2 parity error flag"] - pub fn set_spf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Fractional part of the multiplication factor for PLL VCO"] + pub fn set_fracn2(&mut self, val: u16) { + self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); } } - impl Default for Cfgr2 { - fn default() -> Cfgr2 { - Cfgr2(0) + impl Default for Pll2fracr { + fn default() -> Pll2fracr { + Pll2fracr(0) } } - #[doc = "memory remap register"] + #[doc = "RCC AHB1 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Memrmp(pub u32); - impl Memrmp { - #[doc = "Memory mapping selection"] - pub const fn mem_mode(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x07; - val as u8 + pub struct Ahb1enr(pub u32); + impl Ahb1enr { + #[doc = "DMA1 Clock Enable"] + pub const fn dma1en(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "Memory mapping selection"] - pub fn set_mem_mode(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); + #[doc = "DMA1 Clock Enable"] + pub fn set_dma1en(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "QUADSPI memory mapping swap"] - pub const fn qfs(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "DMA2 Clock Enable"] + pub const fn dma2en(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "QUADSPI memory mapping swap"] - pub fn set_qfs(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "DMA2 Clock Enable"] + pub fn set_dma2en(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Flash Bank mode selection"] - pub const fn fb_mode(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub const fn adc12en(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "Flash Bank mode selection"] - pub fn set_fb_mode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "ADC1/2 Peripheral Clocks Enable"] + pub fn set_adc12en(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - } - impl Default for Memrmp { - fn default() -> Memrmp { - Memrmp(0) + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub const fn eth1macen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - } - #[doc = "external interrupt configuration register 4"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI12 configuration bits"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 + #[doc = "Ethernet MAC bus interface Clock Enable"] + pub fn set_eth1macen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "EXTI12 configuration bits"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + #[doc = "Ethernet Transmission Clock Enable"] + pub const fn eth1txen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) + #[doc = "Ethernet Transmission Clock Enable"] + pub fn set_eth1txen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - } - } -} -pub mod syscfg_h7 { - use crate::generic::*; - #[doc = "System configuration controller"] - #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "peripheral mode configuration register"] - pub fn pmcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "external interrupt configuration register 1"] - pub fn exticr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "compensation cell control/status register"] - pub fn cccsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "SYSCFG compensation cell value register"] - pub fn ccvr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "SYSCFG compensation cell code register"] - pub fn cccr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "SYSCFG power control register"] - pub fn pwrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "SYSCFG package register"] - pub fn pkgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(292usize)) } - } - #[doc = "SYSCFG user register 0"] - pub fn ur0(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(768usize)) } - } - #[doc = "SYSCFG user register 2"] - pub fn ur2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(776usize)) } - } - #[doc = "SYSCFG user register 3"] - pub fn ur3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(780usize)) } - } - #[doc = "SYSCFG user register 4"] - pub fn ur4(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(784usize)) } - } - #[doc = "SYSCFG user register 5"] - pub fn ur5(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(788usize)) } - } - #[doc = "SYSCFG user register 6"] - pub fn ur6(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(792usize)) } - } - #[doc = "SYSCFG user register 7"] - pub fn ur7(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(796usize)) } - } - #[doc = "SYSCFG user register 8"] - pub fn ur8(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(800usize)) } - } - #[doc = "SYSCFG user register 9"] - pub fn ur9(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(804usize)) } - } - #[doc = "SYSCFG user register 10"] - pub fn ur10(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(808usize)) } - } - #[doc = "SYSCFG user register 11"] - pub fn ur11(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(812usize)) } - } - #[doc = "SYSCFG user register 12"] - pub fn ur12(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(816usize)) } - } - #[doc = "SYSCFG user register 13"] - pub fn ur13(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(820usize)) } - } - #[doc = "SYSCFG user register 14"] - pub fn ur14(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(824usize)) } - } - #[doc = "SYSCFG user register 15"] - pub fn ur15(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(828usize)) } - } - #[doc = "SYSCFG user register 16"] - pub fn ur16(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(832usize)) } - } - #[doc = "SYSCFG user register 17"] - pub fn ur17(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(836usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "SYSCFG user register 10"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur10(pub u32); - impl Ur10 { - #[doc = "Protected area end address for bank 2"] - pub const fn pa_end_2(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + #[doc = "Ethernet Reception Clock Enable"] + pub const fn eth1rxen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "Protected area end address for bank 2"] - pub fn set_pa_end_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "Ethernet Reception Clock Enable"] + pub fn set_eth1rxen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "Enable USB_PHY2 clocks"] + pub const fn usb2otghsulpien(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) + } + #[doc = "Enable USB_PHY2 clocks"] + pub fn set_usb2otghsulpien(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "Secured area start address for bank 2"] - pub const fn sa_beg_2(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub const fn usb1otgen(&self) -> super::vals::Ahb1enrDma1en { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Ahb1enrDma1en(val as u8) } -<<<<<<< HEAD - #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn ckstop(&self) -> bool { + #[doc = "USB1OTG Peripheral Clocks Enable"] + pub fn set_usb1otgen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "USB_PHY1 Clocks Enable"] + pub const fn usb1ulpien(&self) -> super::vals::Ahb1enrDma1en { let val = (self.0 >> 26usize) & 0x01; - val != 0 + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "SDMMC_CK stopped in Voltage switch procedure. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_ckstop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "USB_PHY1 Clocks Enable"] + pub fn set_usb1ulpien(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); } - #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn idmate(&self) -> bool { + #[doc = "USB2OTG Peripheral Clocks Enable"] + pub const fn usb2otgen(&self) -> super::vals::Ahb1enrDma1en { let val = (self.0 >> 27usize) & 0x01; - val != 0 + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "IDMA transfer error. Interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_idmate(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "USB2OTG Peripheral Clocks Enable"] + pub fn set_usb2otgen(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } - #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub const fn idmabtc(&self) -> bool { + #[doc = "USB_PHY2 Clocks Enable"] + pub const fn usb2ulpien(&self) -> super::vals::Ahb1enrDma1en { let val = (self.0 >> 28usize) & 0x01; - val != 0 - } - #[doc = "IDMA buffer transfer complete. interrupt flag is cleared by writing corresponding interrupt clear bit in SDMMC_ICR."] - pub fn set_idmabtc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); - } - } - impl Default for Star { - fn default() -> Star { - Star(0) - } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp3r(pub u32); - impl Resp3r { - #[doc = "see Table404."] - pub const fn cardstatus3(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + super::vals::Ahb1enrDma1en(val as u8) } - #[doc = "see Table404."] - pub fn set_cardstatus3(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "USB_PHY2 Clocks Enable"] + pub fn set_usb2ulpien(&mut self, val: super::vals::Ahb1enrDma1en) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } } - impl Default for Resp3r { - fn default() -> Resp3r { - Resp3r(0) + impl Default for Ahb1enr { + fn default() -> Ahb1enr { + Ahb1enr(0) } } - #[doc = "SDMMC power control register"] + #[doc = "RCC APB4 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Power(pub u32); - impl Power { - #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] - pub const fn pwrctrl(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x03; - val as u8 - } - #[doc = "SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11."] - pub fn set_pwrctrl(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val as u32) & 0x03) << 0usize); - } - #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] - pub const fn vswitch(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + pub struct Apb4enr(pub u32); + impl Apb4enr { + #[doc = "SYSCFG peripheral clock enable"] + pub const fn syscfgen(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) } - #[doc = "Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:"] - pub fn set_vswitch(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "SYSCFG peripheral clock enable"] + pub fn set_syscfgen(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] - pub const fn vswitchen(&self) -> bool { + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub const fn lpuart1en(&self) -> super::vals::Apb4enrSyscfgen { let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Voltage switch procedure enable. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). This bit is used to stop the SDMMC_CK after the voltage switch command response:"] - pub fn set_vswitchen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] - pub const fn dirpol(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + super::vals::Apb4enrSyscfgen(val as u8) } - #[doc = "Data and command direction signals polarity selection. This bit can only be written when the SDMMC is in the power-off state (PWRCTRL = 00)."] - pub fn set_dirpol(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub fn set_lpuart1en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - } - impl Default for Power { - fn default() -> Power { - Power(0) + #[doc = "SPI6 Peripheral Clocks Enable"] + pub const fn spi6en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp1r(pub u32); - impl Resp1r { - #[doc = "see Table 432"] - pub const fn cardstatus1(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "SPI6 Peripheral Clocks Enable"] + pub fn set_spi6en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "see Table 432"] - pub fn set_cardstatus1(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "I2C4 Peripheral Clocks Enable"] + pub const fn i2c4en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) } - } - impl Default for Resp1r { - fn default() -> Resp1r { - Resp1r(0) + #[doc = "I2C4 Peripheral Clocks Enable"] + pub fn set_i2c4en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp4r(pub u32); - impl Resp4r { - #[doc = "see Table404."] - pub const fn cardstatus4(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub const fn lptim2en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) } - #[doc = "see Table404."] - pub fn set_cardstatus4(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub fn set_lptim2en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - } - impl Default for Resp4r { - fn default() -> Resp4r { - Resp4r(0) -======= - #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dcntr(pub u32); - impl Dcntr { - #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] - pub const fn datacount(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub const fn lptim3en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) } - #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] - pub fn set_datacount(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub fn set_lptim3en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - } - impl Default for Dcntr { - fn default() -> Dcntr { - Dcntr(0) + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub const fn lptim4en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) } - } - #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dlenr(pub u32); - impl Dlenr { - #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] - pub const fn datalength(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub fn set_lptim4en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] - pub fn set_datalength(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub const fn lptim5en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) } - } - impl Default for Dlenr { - fn default() -> Dlenr { - Dlenr(0) + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub fn set_lptim5en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - } - #[doc = "The SDMMC_IDMABASE1R register contains the double buffer configuration second buffer memory base address."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmabase1r(pub u32); - impl Idmabase1r { - #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] - pub const fn idmabase1(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "COMP1/2 peripheral clock enable"] + pub const fn comp12en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) } - #[doc = "Buffer 1 memory base address, shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 1 is inactive (IDMABACT = 0)."] - pub fn set_idmabase1(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "COMP1/2 peripheral clock enable"] + pub fn set_comp12en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - } - impl Default for Idmabase1r { - fn default() -> Idmabase1r { - Idmabase1r(0) + #[doc = "VREF peripheral clock enable"] + pub const fn vrefen(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) } - } - #[doc = "The SDMMC_IDMABSIZER register contains the buffers size when in double buffer configuration."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmabsizer(pub u32); - impl Idmabsizer { - #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub const fn idmabndt(&self) -> u8 { - let val = (self.0 >> 5usize) & 0xff; - val as u8 + #[doc = "VREF peripheral clock enable"] + pub fn set_vrefen(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "Number of transfers per buffer. This 8-bit value shall be multiplied by 8 to get the size of the buffer in 32-bit words and by 32 to get the size of the buffer in bytes. Example: IDMABNDT = 0x01: buffer size = 8 words = 32 bytes. These bits can only be written by firmware when DPSM is inactive (DPSMACT = 0)."] - pub fn set_idmabndt(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 5usize)) | (((val as u32) & 0xff) << 5usize); + #[doc = "RTC APB Clock Enable"] + pub const fn rtcapben(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) } - } - impl Default for Idmabsizer { - fn default() -> Idmabsizer { - Idmabsizer(0) + #[doc = "RTC APB Clock Enable"] + pub fn set_rtcapben(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - } - #[doc = "SDMMC command response register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Respcmdr(pub u32); - impl Respcmdr { - #[doc = "Response command index"] - pub const fn respcmd(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x3f; - val as u8 + #[doc = "SAI4 Peripheral Clocks Enable"] + pub const fn sai4en(&self) -> super::vals::Apb4enrSyscfgen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Apb4enrSyscfgen(val as u8) } - #[doc = "Response command index"] - pub fn set_respcmd(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); + #[doc = "SAI4 Peripheral Clocks Enable"] + pub fn set_sai4en(&mut self, val: super::vals::Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } } - impl Default for Respcmdr { - fn default() -> Respcmdr { - Respcmdr(0) + impl Default for Apb4enr { + fn default() -> Apb4enr { + Apb4enr(0) } } - #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] + #[doc = "RCC AHB1 Peripheral Reset Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Argr(pub u32); - impl Argr { - #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] - pub const fn cmdarg(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] - pub fn set_cmdarg(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + pub struct Ahb1rstr(pub u32); + impl Ahb1rstr { + #[doc = "DMA1 block reset"] + pub const fn dma1rst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Dma1rst(val as u8) } - } - impl Default for Argr { - fn default() -> Argr { - Argr(0) + #[doc = "DMA1 block reset"] + pub fn set_dma1rst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - } - #[doc = "SDMMC IP version register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ver(pub u32); - impl Ver { - #[doc = "IP minor revision number."] - pub const fn minrev(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + #[doc = "DMA2 block reset"] + pub const fn dma2rst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Dma1rst(val as u8) } - #[doc = "IP minor revision number."] - pub fn set_minrev(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "DMA2 block reset"] + pub fn set_dma2rst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "IP major revision number."] - pub const fn majrev(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "ADC1&2 block reset"] + pub const fn adc12rst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Dma1rst(val as u8) } - #[doc = "IP major revision number."] - pub fn set_majrev(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "ADC1&2 block reset"] + pub fn set_adc12rst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - } - impl Default for Ver { - fn default() -> Ver { - Ver(0) + #[doc = "ETH1MAC block reset"] + pub const fn eth1macrst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Dma1rst(val as u8) } - } - #[doc = "The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Resp3r(pub u32); - impl Resp3r { - #[doc = "see Table404."] - pub const fn cardstatus3(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "ETH1MAC block reset"] + pub fn set_eth1macrst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "see Table404."] - pub fn set_cardstatus3(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "USB1OTG block reset"] + pub const fn usb1otgrst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Dma1rst(val as u8) } - } - impl Default for Resp3r { - fn default() -> Resp3r { - Resp3r(0) + #[doc = "USB1OTG block reset"] + pub fn set_usb1otgrst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); } - } - #[doc = "The SDMMC_IDMABASE0R register contains the memory buffer base address in single buffer configuration and the buffer 0 base address in double buffer configuration."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idmabase0r(pub u32); - impl Idmabase0r { - #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] - pub const fn idmabase0(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "USB2OTG block reset"] + pub const fn usb2otgrst(&self) -> super::vals::Dma1rst { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Dma1rst(val as u8) } - #[doc = "Buffer 0 memory base address bits [31:2], shall be word aligned (bit [1:0] -are always 0 and read only). This register can be written by firmware when DPSM is inactive (DPSMACT = 0), and can dynamically be written by firmware when DPSM active (DPSMACT = 1) and memory buffer 0 is inactive (IDMABACT = 1)."] - pub fn set_idmabase0(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "USB2OTG block reset"] + pub fn set_usb2otgrst(&mut self, val: super::vals::Dma1rst) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } } - impl Default for Idmabase0r { - fn default() -> Idmabase0r { - Idmabase0r(0) + impl Default for Ahb1rstr { + fn default() -> Ahb1rstr { + Ahb1rstr(0) } } - } -} -pub mod pwr_h7 { - use crate::generic::*; - #[doc = "PWR"] - #[derive(Copy, Clone)] - pub struct Pwr(pub *mut u8); - unsafe impl Send for Pwr {} - unsafe impl Sync for Pwr {} - impl Pwr { - #[doc = "PWR control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "PWR control status register 1"] - pub fn csr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "This register is not reset by wakeup from Standby mode, RESET signal and VDD POR. It is only reset by VSW POR and VSWRST reset. This register shall not be accessed when VSWRST bit in RCC_BDCR register resets the VSW domain.After reset, PWR_CR2 register is write-protected. Prior to modifying its content, the DBP bit in PWR_CR1 register must be set to disable the write protection."] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Reset only by POR only, not reset by wakeup from Standby mode and RESET pad. The lower byte of this register is written once after POR and shall be written before changing VOS level or ck_sys clock frequency. No limitation applies to the upper bytes.Programming data corresponding to an invalid combination of SDLEVEL, SDEXTHP, SDEN, LDOEN and BYPASS bits (see Table9) will be ignored: data will not be written, the written-once mechanism will lock the register and any further write access will be ignored. The default supply configuration will be kept and the ACTVOSRDY bit in PWR control status register 1 (PWR_CSR1) will go on indicating invalid voltage levels. The system shall be power cycled before writing a new value."] - pub fn cr3(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "This register allows controlling CPU1 power."] - pub fn cpucr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "This register allows controlling D3 domain power.Following reset VOSRDY will be read 1 by software"] - pub fn d3cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "reset only by system reset, not reset by wakeup from Standby mode5 wait states are required when writing this register (when clearing a WKUPF bit in PWR_WKUPFR, the AHB write access will complete after the WKUPF has been cleared)."] - pub fn wkupcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "reset only by system reset, not reset by wakeup from Standby mode"] - pub fn wkupfr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "Reset only by system reset, not reset by wakeup from Standby mode"] - pub fn wkupepr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "reset only by system reset, not reset by wakeup from Standby mode5 wait states are required when writing this register (when clearing a WKUPF bit in PWR_WKUPFR, the AHB write access will complete after the WKUPF has been cleared)."] + #[doc = "RCC APB3 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Wkupcr(pub u32); - impl Wkupcr { - #[doc = "Clear Wakeup pin flag for WKUP. These bits are always read as 0."] - pub const fn wkupc(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x3f; - val as u8 + pub struct Apb3enr(pub u32); + impl Apb3enr { + #[doc = "LTDC peripheral clock enable"] + pub const fn ltdcen(&self) -> super::vals::Apb3enrLtdcen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb3enrLtdcen(val as u8) } - #[doc = "Clear Wakeup pin flag for WKUP. These bits are always read as 0."] - pub fn set_wkupc(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); + #[doc = "LTDC peripheral clock enable"] + pub fn set_ltdcen(&mut self, val: super::vals::Apb3enrLtdcen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "WWDG1 Clock Enable"] + pub const fn wwdg1en(&self) -> super::vals::Apb3enrLtdcen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Apb3enrLtdcen(val as u8) + } + #[doc = "WWDG1 Clock Enable"] + pub fn set_wwdg1en(&mut self, val: super::vals::Apb3enrLtdcen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } } - impl Default for Wkupcr { - fn default() -> Wkupcr { - Wkupcr(0) + impl Default for Apb3enr { + fn default() -> Apb3enr { + Apb3enr(0) } } - #[doc = "Reset only by POR only, not reset by wakeup from Standby mode and RESET pad. The lower byte of this register is written once after POR and shall be written before changing VOS level or ck_sys clock frequency. No limitation applies to the upper bytes.Programming data corresponding to an invalid combination of SDLEVEL, SDEXTHP, SDEN, LDOEN and BYPASS bits (see Table9) will be ignored: data will not be written, the written-once mechanism will lock the register and any further write access will be ignored. The default supply configuration will be kept and the ACTVOSRDY bit in PWR control status register 1 (PWR_CSR1) will go on indicating invalid voltage levels. The system shall be power cycled before writing a new value."] + #[doc = "RCC APB1 Low Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr3(pub u32); - impl Cr3 { - #[doc = "Power management unit bypass"] - pub const fn bypass(&self) -> bool { + pub struct C1Apb1llpenr(pub u32); + impl C1Apb1llpenr { + #[doc = "TIM2 peripheral clock enable during CSleep mode"] + pub const fn tim2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "Power management unit bypass"] - pub fn set_bypass(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "TIM2 peripheral clock enable during CSleep mode"] + pub fn set_tim2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Low drop-out regulator enable"] - pub const fn ldoen(&self) -> bool { + #[doc = "TIM3 peripheral clock enable during CSleep mode"] + pub const fn tim3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "Low drop-out regulator enable"] - pub fn set_ldoen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "TIM3 peripheral clock enable during CSleep mode"] + pub fn set_tim3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "SD converter Enable"] - pub const fn scuen(&self) -> bool { + #[doc = "TIM4 peripheral clock enable during CSleep mode"] + pub const fn tim4lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { let val = (self.0 >> 2usize) & 0x01; - val != 0 + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "SD converter Enable"] - pub fn set_scuen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "TIM4 peripheral clock enable during CSleep mode"] + pub fn set_tim4lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "VBAT charging enable"] - pub const fn vbe(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "TIM5 peripheral clock enable during CSleep mode"] + pub const fn tim5lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "VBAT charging enable"] - pub fn set_vbe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "TIM5 peripheral clock enable during CSleep mode"] + pub fn set_tim5lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "VBAT charging resistor selection"] - pub const fn vbrs(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 + #[doc = "TIM6 peripheral clock enable during CSleep mode"] + pub const fn tim6lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "VBAT charging resistor selection"] - pub fn set_vbrs(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "TIM6 peripheral clock enable during CSleep mode"] + pub fn set_tim6lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "VDD33USB voltage level detector enable."] - pub const fn usb33den(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 + #[doc = "TIM7 peripheral clock enable during CSleep mode"] + pub const fn tim7lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "VDD33USB voltage level detector enable."] - pub fn set_usb33den(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "TIM7 peripheral clock enable during CSleep mode"] + pub fn set_tim7lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "USB regulator enable."] - pub const fn usbregen(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + #[doc = "TIM12 peripheral clock enable during CSleep mode"] + pub const fn tim12lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "USB regulator enable."] - pub fn set_usbregen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "TIM12 peripheral clock enable during CSleep mode"] + pub fn set_tim12lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "USB supply ready."] - pub const fn usb33rdy(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + #[doc = "TIM13 peripheral clock enable during CSleep mode"] + pub const fn tim13lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "USB supply ready."] - pub fn set_usb33rdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "TIM13 peripheral clock enable during CSleep mode"] + pub fn set_tim13lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - } - impl Default for Cr3 { - fn default() -> Cr3 { - Cr3(0) + #[doc = "TIM14 peripheral clock enable during CSleep mode"] + pub const fn tim14lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - } - #[doc = "PWR control register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Low-power Deepsleep with SVOS3 (SVOS4 and SVOS5 always use low-power, regardless of the setting of this bit)"] - pub const fn lpds(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "TIM14 peripheral clock enable during CSleep mode"] + pub fn set_tim14lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "Low-power Deepsleep with SVOS3 (SVOS4 and SVOS5 always use low-power, regardless of the setting of this bit)"] - pub fn set_lpds(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim1lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "Programmable voltage detector enable"] - pub const fn pvde(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "LPTIM1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim1lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Programmable voltage detector enable"] - pub fn set_pvde(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "Programmable voltage detector level selection These bits select the voltage threshold detected by the PVD. Note: Refer to Section Electrical characteristics of the product datasheet for more details."] - pub const fn pls(&self) -> u8 { - let val = (self.0 >> 5usize) & 0x07; - val as u8 + #[doc = "SPI2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "Programmable voltage detector level selection These bits select the voltage threshold detected by the PVD. Note: Refer to Section Electrical characteristics of the product datasheet for more details."] - pub fn set_pls(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 5usize)) | (((val as u32) & 0x07) << 5usize); + #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "Disable backup domain write protection In reset state, the RCC_BDCR register, the RTC registers (including the backup registers), BREN and MOEN bits in PWR_CR2 register, are protected against parasitic write access. This bit must be set to enable write access to these registers."] - pub const fn dbp(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "SPI3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "Disable backup domain write protection In reset state, the RCC_BDCR register, the RTC registers (including the backup registers), BREN and MOEN bits in PWR_CR2 register, are protected against parasitic write access. This bit must be set to enable write access to these registers."] - pub fn set_dbp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] + pub const fn spdifrxlpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "Flash low-power mode in DStop mode This bit allows to obtain the best trade-off between low-power consumption and restart time when exiting from DStop mode. When it is set, the Flash memory enters low-power mode when D1 domain is in DStop mode."] - pub const fn flps(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 + #[doc = "SPDIFRX Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spdifrxlpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "Flash low-power mode in DStop mode This bit allows to obtain the best trade-off between low-power consumption and restart time when exiting from DStop mode. When it is set, the Flash memory enters low-power mode when D1 domain is in DStop mode."] - pub fn set_flps(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "System Stop mode voltage scaling selection These bits control the VCORE voltage level in system Stop mode, to obtain the best trade-off between power consumption and performance."] - pub const fn svos(&self) -> u8 { - let val = (self.0 >> 14usize) & 0x03; - val as u8 + #[doc = "USART2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "System Stop mode voltage scaling selection These bits control the VCORE voltage level in system Stop mode, to obtain the best trade-off between power consumption and performance."] - pub fn set_svos(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); + #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "Peripheral voltage monitor on VDDA enable"] - pub const fn avden(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "USART3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "Peripheral voltage monitor on VDDA enable"] - pub fn set_avden(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart4lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "Analog voltage detector level selection These bits select the voltage threshold detected by the AVD."] - pub const fn als(&self) -> u8 { - let val = (self.0 >> 17usize) & 0x03; - val as u8 + #[doc = "UART4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart4lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "Analog voltage detector level selection These bits select the voltage threshold detected by the AVD."] - pub fn set_als(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 17usize)) | (((val as u32) & 0x03) << 17usize); + #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart5lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) + #[doc = "UART5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart5lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - } - #[doc = "This register is not reset by wakeup from Standby mode, RESET signal and VDD POR. It is only reset by VSW POR and VSWRST reset. This register shall not be accessed when VSWRST bit in RCC_BDCR register resets the VSW domain.After reset, PWR_CR2 register is write-protected. Prior to modifying its content, the DBP bit in PWR_CR1 register must be set to disable the write protection."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Backup regulator enable When set, the Backup regulator (used to maintain the backup RAM content in Standby and VBAT modes) is enabled. If BREN is reset, the backup regulator is switched off. The backup RAM can still be used in Run and Stop modes. However, its content will be lost in Standby and VBAT modes. If BREN is set, the application must wait till the Backup Regulator Ready flag (BRRDY) is set to indicate that the data written into the SRAM will be maintained in Standby and VBAT modes."] - pub const fn bren(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c1lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "Backup regulator enable When set, the Backup regulator (used to maintain the backup RAM content in Standby and VBAT modes) is enabled. If BREN is reset, the backup regulator is switched off. The backup RAM can still be used in Run and Stop modes. However, its content will be lost in Standby and VBAT modes. If BREN is set, the application must wait till the Backup Regulator Ready flag (BRRDY) is set to indicate that the data written into the SRAM will be maintained in Standby and VBAT modes."] - pub fn set_bren(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "I2C1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c1lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "VBAT and temperature monitoring enable When set, the VBAT supply and temperature monitoring is enabled."] - pub const fn monen(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c2lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "VBAT and temperature monitoring enable When set, the VBAT supply and temperature monitoring is enabled."] - pub fn set_monen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "I2C2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c2lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - #[doc = "Backup regulator ready This bit is set by hardware to indicate that the Backup regulator is ready."] - pub const fn brrdy(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c3lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "Backup regulator ready This bit is set by hardware to indicate that the Backup regulator is ready."] - pub fn set_brrdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "I2C3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c3lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); } - #[doc = "VBAT level monitoring versus low threshold"] - pub const fn vbatl(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 + #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] + pub const fn ceclpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "VBAT level monitoring versus low threshold"] - pub fn set_vbatl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + #[doc = "HDMI-CEC Peripheral Clocks Enable During CSleep Mode"] + pub fn set_ceclpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } - #[doc = "VBAT level monitoring versus high threshold"] - pub const fn vbath(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 + #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] + pub const fn dac12lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "VBAT level monitoring versus high threshold"] - pub fn set_vbath(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "DAC1/2 peripheral clock enable during CSleep mode"] + pub fn set_dac12lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } - #[doc = "Temperature level monitoring versus low threshold"] - pub const fn templ(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart7lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "Temperature level monitoring versus low threshold"] - pub fn set_templ(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "UART7 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart7lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); } - #[doc = "Temperature level monitoring versus high threshold"] - pub const fn temph(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] + pub const fn uart8lpen(&self) -> super::vals::C1Apb1llpenrTim2lpen { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Apb1llpenrTim2lpen(val as u8) } - #[doc = "Temperature level monitoring versus high threshold"] - pub fn set_temph(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "UART8 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_uart8lpen(&mut self, val: super::vals::C1Apb1llpenrTim2lpen) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) + impl Default for C1Apb1llpenr { + fn default() -> C1Apb1llpenr { + C1Apb1llpenr(0) } } - #[doc = "Reset only by system reset, not reset by wakeup from Standby mode"] + #[doc = "RCC APB2 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Wkupepr(pub u32); - impl Wkupepr { - #[doc = "Enable Wakeup Pin WKUPn+1 Each bit is set and cleared by software. Note: An additional wakeup event is detected if WKUPn+1 pin is enabled (by setting the WKUPENn+1 bit) when WKUPn+1 pin level is already high when WKUPPn+1 selects rising edge, or low when WKUPPn+1 selects falling edge."] - pub fn wkupen(&self, n: usize) -> bool { - assert!(n < 6usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + pub struct Apb2enr(pub u32); + impl Apb2enr { + #[doc = "TIM1 peripheral clock enable"] + pub const fn tim1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) } - #[doc = "Enable Wakeup Pin WKUPn+1 Each bit is set and cleared by software. Note: An additional wakeup event is detected if WKUPn+1 pin is enabled (by setting the WKUPENn+1 bit) when WKUPn+1 pin level is already high when WKUPPn+1 selects rising edge, or low when WKUPPn+1 selects falling edge."] - pub fn set_wkupen(&mut self, n: usize, val: bool) { - assert!(n < 6usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "TIM1 peripheral clock enable"] + pub fn set_tim1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Wakeup pin polarity bit for WKUPn-7 These bits define the polarity used for event detection on WKUPn-7 external wakeup pin."] - pub fn wkupp(&self, n: usize) -> bool { - assert!(n < 6usize); - let offs = 8usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "TIM8 peripheral clock enable"] + pub const fn tim8en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) } - #[doc = "Wakeup pin polarity bit for WKUPn-7 These bits define the polarity used for event detection on WKUPn-7 external wakeup pin."] - pub fn set_wkupp(&mut self, n: usize, val: bool) { - assert!(n < 6usize); - let offs = 8usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "TIM8 peripheral clock enable"] + pub fn set_tim8en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Wakeup pin pull configuration"] - pub fn wkuppupd(&self, n: usize) -> u8 { - assert!(n < 6usize); - let offs = 16usize + n * 2usize; - let val = (self.0 >> offs) & 0x03; - val as u8 + #[doc = "USART1 Peripheral Clocks Enable"] + pub const fn usart1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) } - #[doc = "Wakeup pin pull configuration"] - pub fn set_wkuppupd(&mut self, n: usize, val: u8) { - assert!(n < 6usize); - let offs = 16usize + n * 2usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val as u32) & 0x03) << offs); + #[doc = "USART1 Peripheral Clocks Enable"] + pub fn set_usart1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - } - impl Default for Wkupepr { - fn default() -> Wkupepr { - Wkupepr(0) + #[doc = "USART6 Peripheral Clocks Enable"] + pub const fn usart6en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) } - } - #[doc = "PWR control status register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Csr1(pub u32); - impl Csr1 { - #[doc = "Programmable voltage detect output This bit is set and cleared by hardware. It is valid only if the PVD has been enabled by the PVDE bit. Note: since the PVD is disabled in Standby mode, this bit is equal to 0 after Standby or reset until the PVDE bit is set."] - pub const fn pvdo(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "USART6 Peripheral Clocks Enable"] + pub fn set_usart6en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Programmable voltage detect output This bit is set and cleared by hardware. It is valid only if the PVD has been enabled by the PVDE bit. Note: since the PVD is disabled in Standby mode, this bit is equal to 0 after Standby or reset until the PVDE bit is set."] - pub fn set_pvdo(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "SPI1 Peripheral Clocks Enable"] + pub const fn spi1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) } - #[doc = "Voltage levels ready bit for currently used VOS and SDLEVEL This bit is set to 1 by hardware when the voltage regulator and the SD converter are both disabled and Bypass mode is selected in PWR control register 3 (PWR_CR3)."] - pub const fn actvosrdy(&self) -> bool { + #[doc = "SPI1 Peripheral Clocks Enable"] + pub fn set_spi1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "SPI4 Peripheral Clocks Enable"] + pub const fn spi4en(&self) -> super::vals::Apb2enrTim1en { let val = (self.0 >> 13usize) & 0x01; - val != 0 + super::vals::Apb2enrTim1en(val as u8) } - #[doc = "Voltage levels ready bit for currently used VOS and SDLEVEL This bit is set to 1 by hardware when the voltage regulator and the SD converter are both disabled and Bypass mode is selected in PWR control register 3 (PWR_CR3)."] - pub fn set_actvosrdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "SPI4 Peripheral Clocks Enable"] + pub fn set_spi4en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); } - #[doc = "VOS currently applied for VCORE voltage scaling selection. These bits reflect the last VOS value applied to the PMU."] - pub const fn actvos(&self) -> u8 { - let val = (self.0 >> 14usize) & 0x03; - val as u8 + #[doc = "TIM15 peripheral clock enable"] + pub const fn tim15en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "TIM15 peripheral clock enable"] + pub fn set_tim15en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); + } + #[doc = "TIM16 peripheral clock enable"] + pub const fn tim16en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "TIM16 peripheral clock enable"] + pub fn set_tim16en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "TIM17 peripheral clock enable"] + pub const fn tim17en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) + } + #[doc = "TIM17 peripheral clock enable"] + pub fn set_tim17en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "VOS currently applied for VCORE voltage scaling selection. These bits reflect the last VOS value applied to the PMU."] - pub fn set_actvos(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); + #[doc = "SPI5 Peripheral Clocks Enable"] + pub const fn spi5en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) } - #[doc = "Analog voltage detector output on VDDA This bit is set and cleared by hardware. It is valid only if AVD on VDDA is enabled by the AVDEN bit. Note: Since the AVD is disabled in Standby mode, this bit is equal to 0 after Standby or reset until the AVDEN bit is set."] - pub const fn avdo(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "SPI5 Peripheral Clocks Enable"] + pub fn set_spi5en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - #[doc = "Analog voltage detector output on VDDA This bit is set and cleared by hardware. It is valid only if AVD on VDDA is enabled by the AVDEN bit. Note: Since the AVD is disabled in Standby mode, this bit is equal to 0 after Standby or reset until the AVDEN bit is set."] - pub fn set_avdo(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "SAI1 Peripheral Clocks Enable"] + pub const fn sai1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) } - } - impl Default for Csr1 { - fn default() -> Csr1 { - Csr1(0) ->>>>>>> c084e70 (Update generated code) + #[doc = "SAI1 Peripheral Clocks Enable"] + pub fn set_sai1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - } - #[doc = "reset only by system reset, not reset by wakeup from Standby mode"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Wkupfr(pub u32); - impl Wkupfr { - #[doc = "Wakeup pin WKUPF flag. This bit is set by hardware and cleared only by a Reset pin or by setting the WKUPCn+1 bit in the PWR wakeup clear register (PWR_WKUPCR)."] - pub fn wkupf(&self, n: usize) -> bool { - assert!(n < 6usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "SAI2 Peripheral Clocks Enable"] + pub const fn sai2en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) } - #[doc = "Wakeup pin WKUPF flag. This bit is set by hardware and cleared only by a Reset pin or by setting the WKUPCn+1 bit in the PWR wakeup clear register (PWR_WKUPCR)."] - pub fn set_wkupf(&mut self, n: usize, val: bool) { - assert!(n < 6usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "SAI2 Peripheral Clocks Enable"] + pub fn set_sai2en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); } - } - impl Default for Wkupfr { - fn default() -> Wkupfr { - Wkupfr(0) + #[doc = "SAI3 Peripheral Clocks Enable"] + pub const fn sai3en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) } - } -<<<<<<< HEAD - #[doc = "The SDMMC_ARGR register contains a 32-bit command argument, which is sent to a card as part of a command message."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Argr(pub u32); - impl Argr { - #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] - pub const fn cmdarg(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "SAI3 Peripheral Clocks Enable"] + pub fn set_sai3en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "Command argument. These bits can only be written by firmware when CPSM is disabled (CPSMEN = 0). Command argument sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing a command to the command register."] - pub fn set_cmdarg(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "DFSDM1 Peripheral Clocks Enable"] + pub const fn dfsdm1en(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) } - } - impl Default for Argr { - fn default() -> Argr { - Argr(0) + #[doc = "DFSDM1 Peripheral Clocks Enable"] + pub fn set_dfsdm1en(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - } - #[doc = "The SDMMC_DLENR register contains the number of data bytes to be transferred. The value is loaded into the data counter when data transfer starts."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dlenr(pub u32); - impl Dlenr { - #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] - pub const fn datalength(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + #[doc = "HRTIM peripheral clock enable"] + pub const fn hrtimen(&self) -> super::vals::Apb2enrTim1en { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Apb2enrTim1en(val as u8) } - #[doc = "Data length value This register can only be written by firmware when DPSM is inactive (DPSMACT = 0). Number of data bytes to be transferred. When DDR = 1 DATALENGTH is truncated to a multiple of 2. (The last odd byte is not transfered) When DATALENGTH = 0 no data will be transfered, when requested by a CPSMEN and CMDTRANS = 1 also no command will be transfered. DTEN and CPSMEN are cleared to 0."] - pub fn set_datalength(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "HRTIM peripheral clock enable"] + pub fn set_hrtimen(&mut self, val: super::vals::Apb2enrTim1en) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } } - impl Default for Dlenr { - fn default() -> Dlenr { - Dlenr(0) + impl Default for Apb2enr { + fn default() -> Apb2enr { + Apb2enr(0) } } - #[doc = "SDMMC IP version register"] + #[doc = "RCC APB4 Peripheral Reset Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ver(pub u32); - impl Ver { - #[doc = "IP minor revision number."] - pub const fn minrev(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 - } - #[doc = "IP minor revision number."] - pub fn set_minrev(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + pub struct Apb4rstr(pub u32); + impl Apb4rstr { + #[doc = "SYSCFG block reset"] + pub const fn syscfgrst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Syscfgrst(val as u8) } - #[doc = "IP major revision number."] - pub const fn majrev(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "SYSCFG block reset"] + pub fn set_syscfgrst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "IP major revision number."] - pub fn set_majrev(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "LPUART1 block reset"] + pub const fn lpuart1rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Syscfgrst(val as u8) } - } - impl Default for Ver { - fn default() -> Ver { - Ver(0) + #[doc = "LPUART1 block reset"] + pub fn set_lpuart1rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - } - #[doc = "The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1."] -======= - #[doc = "This register allows controlling CPU1 power."] ->>>>>>> c084e70 (Update generated code) - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cpucr(pub u32); - impl Cpucr { - #[doc = "D1 domain Power Down Deepsleep selection. This bit allows CPU1 to define the Deepsleep mode for D1 domain."] - pub const fn pdds_d1(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "SPI6 block reset"] + pub const fn spi6rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Syscfgrst(val as u8) } - #[doc = "D1 domain Power Down Deepsleep selection. This bit allows CPU1 to define the Deepsleep mode for D1 domain."] - pub fn set_pdds_d1(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "SPI6 block reset"] + pub fn set_spi6rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "D2 domain Power Down Deepsleep. This bit allows CPU1 to define the Deepsleep mode for D2 domain."] - pub const fn pdds_d2(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "I2C4 block reset"] + pub const fn i2c4rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Syscfgrst(val as u8) } - #[doc = "D2 domain Power Down Deepsleep. This bit allows CPU1 to define the Deepsleep mode for D2 domain."] - pub fn set_pdds_d2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "I2C4 block reset"] + pub fn set_i2c4rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "System D3 domain Power Down Deepsleep. This bit allows CPU1 to define the Deepsleep mode for System D3 domain."] - pub const fn pdds_d3(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "LPTIM2 block reset"] + pub const fn lptim2rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Syscfgrst(val as u8) } - #[doc = "System D3 domain Power Down Deepsleep. This bit allows CPU1 to define the Deepsleep mode for System D3 domain."] - pub fn set_pdds_d3(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "LPTIM2 block reset"] + pub fn set_lptim2rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "STOP flag This bit is set by hardware and cleared only by any reset or by setting the CPU1 CSSF bit."] - pub const fn stopf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "LPTIM3 block reset"] + pub const fn lptim3rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Syscfgrst(val as u8) } - #[doc = "STOP flag This bit is set by hardware and cleared only by any reset or by setting the CPU1 CSSF bit."] - pub fn set_stopf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "LPTIM3 block reset"] + pub fn set_lptim3rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "System Standby flag This bit is set by hardware and cleared only by a POR (Power-on Reset) or by setting the CPU1 CSSF bit"] - pub const fn sbf(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "LPTIM4 block reset"] + pub const fn lptim4rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Syscfgrst(val as u8) } - #[doc = "System Standby flag This bit is set by hardware and cleared only by a POR (Power-on Reset) or by setting the CPU1 CSSF bit"] - pub fn set_sbf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "LPTIM4 block reset"] + pub fn set_lptim4rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "D1 domain DStandby flag This bit is set by hardware and cleared by any system reset or by setting the CPU1 CSSF bit. Once set, this bit can be cleared only when the D1 domain is no longer in DStandby mode."] - pub const fn sbf_d1(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "LPTIM5 block reset"] + pub const fn lptim5rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Syscfgrst(val as u8) } - #[doc = "D1 domain DStandby flag This bit is set by hardware and cleared by any system reset or by setting the CPU1 CSSF bit. Once set, this bit can be cleared only when the D1 domain is no longer in DStandby mode."] - pub fn set_sbf_d1(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "LPTIM5 block reset"] + pub fn set_lptim5rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "D2 domain DStandby flag This bit is set by hardware and cleared by any system reset or by setting the CPU1 CSSF bit. Once set, this bit can be cleared only when the D2 domain is no longer in DStandby mode."] - pub const fn sbf_d2(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "COMP12 Blocks Reset"] + pub const fn comp12rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Syscfgrst(val as u8) } - #[doc = "D2 domain DStandby flag This bit is set by hardware and cleared by any system reset or by setting the CPU1 CSSF bit. Once set, this bit can be cleared only when the D2 domain is no longer in DStandby mode."] - pub fn set_sbf_d2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "COMP12 Blocks Reset"] + pub fn set_comp12rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "Clear D1 domain CPU1 Standby, Stop and HOLD flags (always read as 0) This bit is cleared to 0 by hardware."] - pub const fn cssf(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 + #[doc = "VREF block reset"] + pub const fn vrefrst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Syscfgrst(val as u8) } - #[doc = "Clear D1 domain CPU1 Standby, Stop and HOLD flags (always read as 0) This bit is cleared to 0 by hardware."] - pub fn set_cssf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "VREF block reset"] + pub fn set_vrefrst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "Keep system D3 domain in Run mode regardless of the CPU sub-systems modes"] - pub const fn run_d3(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; - val != 0 + #[doc = "SAI4 block reset"] + pub const fn sai4rst(&self) -> super::vals::Syscfgrst { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Syscfgrst(val as u8) } - #[doc = "Keep system D3 domain in Run mode regardless of the CPU sub-systems modes"] - pub fn set_run_d3(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "SAI4 block reset"] + pub fn set_sai4rst(&mut self, val: super::vals::Syscfgrst) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } } - impl Default for Cpucr { - fn default() -> Cpucr { - Cpucr(0) + impl Default for Apb4rstr { + fn default() -> Apb4rstr { + Apb4rstr(0) } } - #[doc = "This register allows controlling D3 domain power.Following reset VOSRDY will be read 1 by software"] + #[doc = "RCC Domain 3 Clock Configuration Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct D3cr(pub u32); - impl D3cr { - #[doc = "VOS Ready bit for VCORE voltage scaling output selection. This bit is set to 1 by hardware when Bypass mode is selected in PWR control register 3 (PWR_CR3)."] - pub const fn vosrdy(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "VOS Ready bit for VCORE voltage scaling output selection. This bit is set to 1 by hardware when Bypass mode is selected in PWR control register 3 (PWR_CR3)."] - pub fn set_vosrdy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "Voltage scaling selection according to performance These bits control the VCORE voltage level and allow to obtains the best trade-off between power consumption and performance: When increasing the performance, the voltage scaling shall be changed before increasing the system frequency. When decreasing performance, the system frequency shall first be decreased before changing the voltage scaling."] - pub const fn vos(&self) -> u8 { - let val = (self.0 >> 14usize) & 0x03; - val as u8 + pub struct D3cfgr(pub u32); + impl D3cfgr { + #[doc = "D3 domain APB4 prescaler"] + pub const fn d3ppre(&self) -> super::vals::D3ppre { + let val = (self.0 >> 4usize) & 0x07; + super::vals::D3ppre(val as u8) } - #[doc = "Voltage scaling selection according to performance These bits control the VCORE voltage level and allow to obtains the best trade-off between power consumption and performance: When increasing the performance, the voltage scaling shall be changed before increasing the system frequency. When decreasing performance, the system frequency shall first be decreased before changing the voltage scaling."] - pub fn set_vos(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 14usize)) | (((val as u32) & 0x03) << 14usize); + #[doc = "D3 domain APB4 prescaler"] + pub fn set_d3ppre(&mut self, val: super::vals::D3ppre) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); } } - impl Default for D3cr { - fn default() -> D3cr { - D3cr(0) + impl Default for D3cfgr { + fn default() -> D3cfgr { + D3cfgr(0) } } - } -} -pub mod spi_v1 { - use crate::generic::*; - #[doc = "Serial peripheral interface"] - #[derive(Copy, Clone)] - pub struct Spi(pub *mut u8); - unsafe impl Send for Spi {} - unsafe impl Sync for Spi {} - impl Spi { - #[doc = "control register 1"] - pub fn cr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "control register 2"] - pub fn cr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "status register"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "data register"] - pub fn dr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "CRC polynomial register"] - pub fn crcpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "RX CRC register"] - pub fn rxcrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } + #[doc = "RCC PLL3 Fractional Divider Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Pll3fracr(pub u32); + impl Pll3fracr { + #[doc = "Fractional part of the multiplication factor for PLL3 VCO"] + pub const fn fracn3(&self) -> u16 { + let val = (self.0 >> 3usize) & 0x1fff; + val as u16 + } + #[doc = "Fractional part of the multiplication factor for PLL3 VCO"] + pub fn set_fracn3(&mut self, val: u16) { + self.0 = (self.0 & !(0x1fff << 3usize)) | (((val as u32) & 0x1fff) << 3usize); + } } - #[doc = "TX CRC register"] - pub fn txcrcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } + impl Default for Pll3fracr { + fn default() -> Pll3fracr { + Pll3fracr(0) + } } - } - pub mod regs { - use crate::generic::*; - #[doc = "control register 1"] + #[doc = "RCC AHB3 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr1(pub u32); - impl Cr1 { - #[doc = "Clock phase"] - pub const fn cpha(&self) -> super::vals::Cpha { + pub struct Ahb3enr(pub u32); + impl Ahb3enr { + #[doc = "MDMA Peripheral Clock Enable"] + pub const fn mdmaen(&self) -> super::vals::Ahb3enrMdmaen { let val = (self.0 >> 0usize) & 0x01; - super::vals::Cpha(val as u8) + super::vals::Ahb3enrMdmaen(val as u8) } - #[doc = "Clock phase"] - pub fn set_cpha(&mut self, val: super::vals::Cpha) { + #[doc = "MDMA Peripheral Clock Enable"] + pub fn set_mdmaen(&mut self, val: super::vals::Ahb3enrMdmaen) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } -<<<<<<< HEAD - #[doc = "Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty."] - pub fn set_txfifoeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); - } - #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] - pub const fn busyd0endie(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 - } - #[doc = "BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response."] - pub fn set_busyd0endie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); - } - #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] - pub const fn sdioitie(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 - } - #[doc = "SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt."] - pub fn set_sdioitie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] - pub const fn ackfailie(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + #[doc = "DMA2D Peripheral Clock Enable"] + pub const fn dma2den(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) } - #[doc = "Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail."] - pub fn set_ackfailie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "DMA2D Peripheral Clock Enable"] + pub fn set_dma2den(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] - pub const fn acktimeoutie(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 + #[doc = "JPGDEC Peripheral Clock Enable"] + pub const fn jpgdecen(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) } - #[doc = "Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout."] - pub fn set_acktimeoutie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "JPGDEC Peripheral Clock Enable"] + pub fn set_jpgdecen(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] - pub const fn vswendie(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + #[doc = "FMC Peripheral Clocks Enable"] + pub const fn fmcen(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) } - #[doc = "Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion."] - pub fn set_vswendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "FMC Peripheral Clocks Enable"] + pub fn set_fmcen(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] - pub const fn ckstopie(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] + pub const fn qspien(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) } - #[doc = "Voltage Switch clock stopped interrupt enable Set and cleared by software to enable/disable interrupt caused by Voltage Switch clock stopped."] - pub fn set_ckstopie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "QUADSPI and QUADSPI Delay Clock Enable"] + pub fn set_qspien(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] - pub const fn idmabtcie(&self) -> bool { - let val = (self.0 >> 28usize) & 0x01; - val != 0 + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] + pub const fn sdmmc1en(&self) -> super::vals::Ahb3enrMdmaen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Ahb3enrMdmaen(val as u8) } - #[doc = "IDMA buffer transfer complete interrupt enable Set and cleared by software to enable/disable the interrupt generated when the IDMA has transferred all data belonging to a memory buffer."] - pub fn set_idmabtcie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); + #[doc = "SDMMC1 and SDMMC1 Delay Clock Enable"] + pub fn set_sdmmc1en(&mut self, val: super::vals::Ahb3enrMdmaen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } } - impl Default for Maskr { - fn default() -> Maskr { - Maskr(0) + impl Default for Ahb3enr { + fn default() -> Ahb3enr { + Ahb3enr(0) } } - #[doc = "The SDMMC_CMDR register contains the command index and command type bits. The command index is sent to a card as part of a command message. The command type bits control the command path state machine (CPSM)."] + #[doc = "RCC Reset Status Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cmdr(pub u32); - impl Cmdr { - #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] - pub const fn cmdindex(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x3f; - val as u8 + pub struct C1Rsr(pub u32); + impl C1Rsr { + #[doc = "Remove reset flag"] + pub const fn rmvf(&self) -> super::vals::C1RsrRmvf { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1RsrRmvf(val as u8) } - #[doc = "Command index. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). The command index is sent to the card as part of a command message."] - pub fn set_cmdindex(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 0usize)) | (((val as u32) & 0x3f) << 0usize); + #[doc = "Remove reset flag"] + pub fn set_rmvf(&mut self, val: super::vals::C1RsrRmvf) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] - pub const fn cmdtrans(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "CPU reset flag"] + pub const fn cpurstf(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent."] - pub fn set_cmdtrans(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "CPU reset flag"] + pub fn set_cpurstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] - pub const fn cmdstop(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "D1 domain power switch reset flag"] + pub const fn d1rstf(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "The CPSM treats the command as a Stop Transmission command and signals Abort to the DPSM. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues the Abort signal to the DPSM when the command is sent."] - pub fn set_cmdstop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "D1 domain power switch reset flag"] + pub fn set_d1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] - pub const fn waitresp(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x03; - val as u8 + #[doc = "D2 domain power switch reset flag"] + pub const fn d2rstf(&self) -> bool { + let val = (self.0 >> 20usize) & 0x01; + val != 0 } - #[doc = "Wait for response bits. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). They are used to configure whether the CPSM is to wait for a response, and if yes, which kind of response."] - pub fn set_waitresp(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 8usize)) | (((val as u32) & 0x03) << 8usize); + #[doc = "D2 domain power switch reset flag"] + pub fn set_d2rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); } - #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] - pub const fn waitint(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; + #[doc = "BOR reset flag"] + pub const fn borrstf(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "CPSM waits for interrupt request. If this bit is set, the CPSM disables command timeout and waits for an card interrupt request (Response). If this bit is cleared in the CPSM Wait state, will cause the abort of the interrupt mode."] - pub fn set_waitint(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "BOR reset flag"] + pub fn set_borrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] - pub const fn waitpend(&self) -> bool { - let val = (self.0 >> 11usize) & 0x01; + #[doc = "Pin reset flag (NRST)"] + pub const fn pinrstf(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "CPSM Waits for end of data transfer (CmdPend internal signal) from DPSM. This bit when set, the CPSM waits for the end of data transfer trigger before it starts sending a command. WAITPEND is only taken into account when DTMODE = MMC stream data transfer, WIDBUS = 1-bit wide bus mode, DPSMACT = 1 and DTDIR = from host to card."] - pub fn set_waitpend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 11usize)) | (((val as u32) & 0x01) << 11usize); + #[doc = "Pin reset flag (NRST)"] + pub fn set_pinrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] - pub const fn cpsmen(&self) -> bool { - let val = (self.0 >> 12usize) & 0x01; + #[doc = "POR/PDR reset flag"] + pub const fn porrstf(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; val != 0 } - #[doc = "Command path state machine (CPSM) Enable bit This bit is written 1 by firmware, and cleared by hardware when the CPSM enters the Idle state. If this bit is set, the CPSM is enabled. When DTEN = 1, no command will be transfered nor boot procedure will be started. CPSMEN is cleared to 0."] - pub fn set_cpsmen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 12usize)) | (((val as u32) & 0x01) << 12usize); + #[doc = "POR/PDR reset flag"] + pub fn set_porrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] - pub const fn dthold(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; + #[doc = "System reset from CPU reset flag"] + pub const fn sftrstf(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Hold new data block transmission and reception in the DPSM. If this bit is set, the DPSM will not move from the Wait_S state to the Send state or from the Wait_R state to the Receive state."] - pub fn set_dthold(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); + #[doc = "System reset from CPU reset flag"] + pub fn set_sftrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] - pub const fn bootmode(&self) -> bool { - let val = (self.0 >> 14usize) & 0x01; + #[doc = "Independent Watchdog reset flag"] + pub const fn iwdg1rstf(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "Select the boot mode procedure to be used. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0)"] - pub fn set_bootmode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 14usize)) | (((val as u32) & 0x01) << 14usize); + #[doc = "Independent Watchdog reset flag"] + pub fn set_iwdg1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "Enable boot mode procedure."] - pub const fn booten(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; + #[doc = "Window Watchdog reset flag"] + pub const fn wwdg1rstf(&self) -> bool { + let val = (self.0 >> 28usize) & 0x01; val != 0 } - #[doc = "Enable boot mode procedure."] - pub fn set_booten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "Window Watchdog reset flag"] + pub fn set_wwdg1rstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val as u32) & 0x01) << 28usize); } - #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] - pub const fn cmdsuspend(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] + pub const fn lpwrrstf(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; val != 0 } - #[doc = "The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end. This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). CMDSUSPEND = 1 and CMDTRANS = 0 Suspend command, start interrupt period when response bit BS=0. CMDSUSPEND = 1 and CMDTRANS = 1 Resume command with data, end interrupt period when response bit DF=1."] - pub fn set_cmdsuspend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "Reset due to illegal D1 DStandby or CPU CStop flag"] + pub fn set_lpwrrstf(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); } } - impl Default for Cmdr { - fn default() -> Cmdr { - Cmdr(0) -======= - #[doc = "Clock polarity"] - pub const fn cpol(&self) -> super::vals::Cpol { + impl Default for C1Rsr { + fn default() -> C1Rsr { + C1Rsr(0) + } + } + #[doc = "RCC APB4 Sleep Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb4lpenr(pub u32); + impl Apb4lpenr { + #[doc = "SYSCFG peripheral clock enable during CSleep mode"] + pub const fn syscfglpen(&self) -> super::vals::Apb4lpenrSyscfglpen { let val = (self.0 >> 1usize) & 0x01; - super::vals::Cpol(val as u8) + super::vals::Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Clock polarity"] - pub fn set_cpol(&mut self, val: super::vals::Cpol) { + #[doc = "SYSCFG peripheral clock enable during CSleep mode"] + pub fn set_syscfglpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Master selection"] - pub const fn mstr(&self) -> super::vals::Mstr { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Mstr(val as u8) - } - #[doc = "Master selection"] - pub fn set_mstr(&mut self, val: super::vals::Mstr) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "Baud rate control"] - pub const fn br(&self) -> super::vals::Br { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Br(val as u8) + #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lpuart1lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Baud rate control"] - pub fn set_br(&mut self, val: super::vals::Br) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); + #[doc = "LPUART1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lpuart1lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "SPI enable"] - pub const fn spe(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi6lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) } - #[doc = "SPI enable"] - pub fn set_spe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "SPI6 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi6lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Frame format"] - pub const fn lsbfirst(&self) -> super::vals::Lsbfirst { + #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn i2c4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { let val = (self.0 >> 7usize) & 0x01; - super::vals::Lsbfirst(val as u8) + super::vals::Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Frame format"] - pub fn set_lsbfirst(&mut self, val: super::vals::Lsbfirst) { + #[doc = "I2C4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_i2c4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "Internal slave select"] - pub const fn ssi(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 - } - #[doc = "Internal slave select"] - pub fn set_ssi(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Software slave management"] - pub const fn ssm(&self) -> bool { + #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim2lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { let val = (self.0 >> 9usize) & 0x01; - val != 0 + super::vals::Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Software slave management"] - pub fn set_ssm(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "LPTIM2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim2lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Receive only"] - pub const fn rxonly(&self) -> super::vals::Rxonly { + #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim3lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { let val = (self.0 >> 10usize) & 0x01; - super::vals::Rxonly(val as u8) + super::vals::Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Receive only"] - pub fn set_rxonly(&mut self, val: super::vals::Rxonly) { + #[doc = "LPTIM3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim3lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "Data frame format"] - pub const fn dff(&self) -> super::vals::Dff { + #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { let val = (self.0 >> 11usize) & 0x01; - super::vals::Dff(val as u8) + super::vals::Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Data frame format"] - pub fn set_dff(&mut self, val: super::vals::Dff) { + #[doc = "LPTIM4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - #[doc = "CRC transfer next"] - pub const fn crcnext(&self) -> super::vals::Crcnext { + #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn lptim5lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { let val = (self.0 >> 12usize) & 0x01; - super::vals::Crcnext(val as u8) + super::vals::Apb4lpenrSyscfglpen(val as u8) } - #[doc = "CRC transfer next"] - pub fn set_crcnext(&mut self, val: super::vals::Crcnext) { + #[doc = "LPTIM5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_lptim5lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Hardware CRC calculation enable"] - pub const fn crcen(&self) -> bool { - let val = (self.0 >> 13usize) & 0x01; - val != 0 - } - #[doc = "Hardware CRC calculation enable"] - pub fn set_crcen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 13usize)) | (((val as u32) & 0x01) << 13usize); - } - #[doc = "Output enable in bidirectional mode"] - pub const fn bidioe(&self) -> super::vals::Bidioe { + #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] + pub const fn comp12lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { let val = (self.0 >> 14usize) & 0x01; - super::vals::Bidioe(val as u8) + super::vals::Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Output enable in bidirectional mode"] - pub fn set_bidioe(&mut self, val: super::vals::Bidioe) { + #[doc = "COMP1/2 peripheral clock enable during CSleep mode"] + pub fn set_comp12lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "Bidirectional data mode enable"] - pub const fn bidimode(&self) -> super::vals::Bidimode { + #[doc = "VREF peripheral clock enable during CSleep mode"] + pub const fn vreflpen(&self) -> super::vals::Apb4lpenrSyscfglpen { let val = (self.0 >> 15usize) & 0x01; - super::vals::Bidimode(val as u8) + super::vals::Apb4lpenrSyscfglpen(val as u8) } - #[doc = "Bidirectional data mode enable"] - pub fn set_bidimode(&mut self, val: super::vals::Bidimode) { + #[doc = "VREF peripheral clock enable during CSleep mode"] + pub fn set_vreflpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - } - impl Default for Cr1 { - fn default() -> Cr1 { - Cr1(0) + #[doc = "RTC APB Clock Enable During CSleep Mode"] + pub const fn rtcapblpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) } - } - #[doc = "CRC polynomial register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crcpr(pub u32); - impl Crcpr { - #[doc = "CRC polynomial register"] - pub const fn crcpoly(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "RTC APB Clock Enable During CSleep Mode"] + pub fn set_rtcapblpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "CRC polynomial register"] - pub fn set_crcpoly(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai4lpen(&self) -> super::vals::Apb4lpenrSyscfglpen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Apb4lpenrSyscfglpen(val as u8) + } + #[doc = "SAI4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai4lpen(&mut self, val: super::vals::Apb4lpenrSyscfglpen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } } - impl Default for Crcpr { - fn default() -> Crcpr { - Crcpr(0) ->>>>>>> c084e70 (Update generated code) + impl Default for Apb4lpenr { + fn default() -> Apb4lpenr { + Apb4lpenr(0) } } - #[doc = "status register"] + #[doc = "RCC Clock Source Interrupt Clear Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Receive buffer not empty"] - pub const fn rxne(&self) -> bool { + pub struct Cicr(pub u32); + impl Cicr { + #[doc = "LSI ready Interrupt Clear"] + pub const fn lsirdyc(&self) -> super::vals::Lsirdyc { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Lsirdyc(val as u8) } - #[doc = "Receive buffer not empty"] - pub fn set_rxne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "LSI ready Interrupt Clear"] + pub fn set_lsirdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Transmit buffer empty"] - pub const fn txe(&self) -> bool { + #[doc = "LSE ready Interrupt Clear"] + pub const fn lserdyc(&self) -> super::vals::Lsirdyc { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Lsirdyc(val as u8) } - #[doc = "Transmit buffer empty"] - pub fn set_txe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "LSE ready Interrupt Clear"] + pub fn set_lserdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "CRC error flag"] - pub const fn crcerr(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "HSI ready Interrupt Clear"] + pub const fn hsirdyc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Lsirdyc(val as u8) } - #[doc = "CRC error flag"] - pub fn set_crcerr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "HSI ready Interrupt Clear"] + pub fn set_hsirdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Mode fault"] - pub const fn modf(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "HSE ready Interrupt Clear"] + pub const fn hserdyc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Lsirdyc(val as u8) } - #[doc = "Mode fault"] - pub fn set_modf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "HSE ready Interrupt Clear"] + pub fn set_hserdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Overrun flag"] - pub const fn ovr(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "CSI ready Interrupt Clear"] + pub const fn hse_ready_interrupt_clear(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Overrun flag"] - pub fn set_ovr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "CSI ready Interrupt Clear"] + pub fn set_hse_ready_interrupt_clear(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Busy flag"] - pub const fn bsy(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "RC48 ready Interrupt Clear"] + pub const fn hsi48rdyc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lsirdyc(val as u8) } - #[doc = "Busy flag"] - pub fn set_bsy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "RC48 ready Interrupt Clear"] + pub fn set_hsi48rdyc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "TI frame format error"] - pub const fn fre(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "PLL1 ready Interrupt Clear"] + pub fn pllrdyc(&self, n: usize) -> super::vals::Lsirdyc { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + let val = (self.0 >> offs) & 0x01; + super::vals::Lsirdyc(val as u8) } - #[doc = "TI frame format error"] - pub fn set_fre(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "PLL1 ready Interrupt Clear"] + pub fn set_pllrdyc(&mut self, n: usize, val: super::vals::Lsirdyc) { + assert!(n < 3usize); + let offs = 6usize + n * 1usize; + self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); } - } - impl Default for Sr { - fn default() -> Sr { - Sr(0) + #[doc = "LSE clock security system Interrupt Clear"] + pub const fn lsecssc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Lsirdyc(val as u8) } - } - #[doc = "TX CRC register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Txcrcr(pub u32); - impl Txcrcr { - #[doc = "Tx CRC register"] - pub const fn tx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "LSE clock security system Interrupt Clear"] + pub fn set_lsecssc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Tx CRC register"] - pub fn set_tx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "HSE clock security system Interrupt Clear"] + pub const fn hsecssc(&self) -> super::vals::Lsirdyc { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Lsirdyc(val as u8) + } + #[doc = "HSE clock security system Interrupt Clear"] + pub fn set_hsecssc(&mut self, val: super::vals::Lsirdyc) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } } - impl Default for Txcrcr { - fn default() -> Txcrcr { - Txcrcr(0) + impl Default for Cicr { + fn default() -> Cicr { + Cicr(0) } } - #[doc = "data register"] + #[doc = "RCC Clock Configuration Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dr(pub u32); - impl Dr { - #[doc = "Data register"] - pub const fn dr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "Data register"] - pub fn set_dr(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } - } -<<<<<<< HEAD - impl Default for Dctrl { - fn default() -> Dctrl { - Dctrl(0) -======= - #[doc = "Secured area start address for bank 2"] - pub fn set_sa_beg_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + pub struct Cfgr(pub u32); + impl Cfgr { + #[doc = "System clock switch"] + pub const fn sw(&self) -> super::vals::Sw { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Sw(val as u8) } - } - impl Default for Ur10 { - fn default() -> Ur10 { - Ur10(0) + #[doc = "System clock switch"] + pub fn set_sw(&mut self, val: super::vals::Sw) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); } - } - #[doc = "SYSCFG user register 9"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur9(pub u32); - impl Ur9 { - #[doc = "Write protection for flash bank 2"] - pub const fn wrpn_2(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; + #[doc = "System clock switch status"] + pub const fn sws(&self) -> u8 { + let val = (self.0 >> 3usize) & 0x07; val as u8 } - #[doc = "Write protection for flash bank 2"] - pub fn set_wrpn_2(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - #[doc = "Protected area start address for bank 2"] - pub const fn pa_beg_2(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "System clock switch status"] + pub fn set_sws(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val as u32) & 0x07) << 3usize); } - #[doc = "Protected area start address for bank 2"] - pub fn set_pa_beg_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); -======= - impl Default for Dr { - fn default() -> Dr { - Dr(0) + #[doc = "System clock selection after a wake up from system Stop"] + pub const fn stopwuck(&self) -> super::vals::Stopwuck { + let val = (self.0 >> 6usize) & 0x01; + super::vals::Stopwuck(val as u8) } - } - #[doc = "control register 2"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr2(pub u32); - impl Cr2 { - #[doc = "Rx buffer DMA enable"] - pub const fn rxdmaen(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "System clock selection after a wake up from system Stop"] + pub fn set_stopwuck(&mut self, val: super::vals::Stopwuck) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "Rx buffer DMA enable"] - pub fn set_rxdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Kernel clock selection after a wake up from system Stop"] + pub const fn stopkerwuck(&self) -> super::vals::Stopwuck { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Stopwuck(val as u8) } - #[doc = "Tx buffer DMA enable"] - pub const fn txdmaen(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "Kernel clock selection after a wake up from system Stop"] + pub fn set_stopkerwuck(&mut self, val: super::vals::Stopwuck) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "Tx buffer DMA enable"] - pub fn set_txdmaen(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "HSE division factor for RTC clock"] + pub const fn rtcpre(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x3f; + val as u8 } - #[doc = "SS output enable"] - pub const fn ssoe(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "HSE division factor for RTC clock"] + pub fn set_rtcpre(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 8usize)) | (((val as u32) & 0x3f) << 8usize); } - #[doc = "SS output enable"] - pub fn set_ssoe(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "High Resolution Timer clock prescaler selection"] + pub const fn hrtimsel(&self) -> super::vals::Hrtimsel { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Hrtimsel(val as u8) } - #[doc = "Frame format"] - pub const fn frf(&self) -> super::vals::Frf { - let val = (self.0 >> 4usize) & 0x01; - super::vals::Frf(val as u8) + #[doc = "High Resolution Timer clock prescaler selection"] + pub fn set_hrtimsel(&mut self, val: super::vals::Hrtimsel) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "Frame format"] - pub fn set_frf(&mut self, val: super::vals::Frf) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + #[doc = "Timers clocks prescaler selection"] + pub const fn timpre(&self) -> super::vals::Timpre { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Timpre(val as u8) } - #[doc = "Error interrupt enable"] - pub const fn errie(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "Timers clocks prescaler selection"] + pub fn set_timpre(&mut self, val: super::vals::Timpre) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "Error interrupt enable"] - pub fn set_errie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "MCO1 prescaler"] + pub const fn mco1pre(&self) -> u8 { + let val = (self.0 >> 18usize) & 0x0f; + val as u8 } - #[doc = "RX buffer not empty interrupt enable"] - pub const fn rxneie(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "MCO1 prescaler"] + pub fn set_mco1pre(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 18usize)) | (((val as u32) & 0x0f) << 18usize); } - #[doc = "RX buffer not empty interrupt enable"] - pub fn set_rxneie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Micro-controller clock output 1"] + pub const fn mco1(&self) -> super::vals::Mco1 { + let val = (self.0 >> 22usize) & 0x07; + super::vals::Mco1(val as u8) } - #[doc = "Tx buffer empty interrupt enable"] - pub const fn txeie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "Micro-controller clock output 1"] + pub fn set_mco1(&mut self, val: super::vals::Mco1) { + self.0 = (self.0 & !(0x07 << 22usize)) | (((val.0 as u32) & 0x07) << 22usize); } - #[doc = "Tx buffer empty interrupt enable"] - pub fn set_txeie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "MCO2 prescaler"] + pub const fn mco2pre(&self) -> u8 { + let val = (self.0 >> 25usize) & 0x0f; + val as u8 } - } - impl Default for Cr2 { - fn default() -> Cr2 { - Cr2(0) + #[doc = "MCO2 prescaler"] + pub fn set_mco2pre(&mut self, val: u8) { + self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); } - } - #[doc = "RX CRC register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rxcrcr(pub u32); - impl Rxcrcr { - #[doc = "Rx CRC register"] - pub const fn rx_crc(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "Micro-controller clock output 2"] + pub const fn mco2(&self) -> super::vals::Mco2 { + let val = (self.0 >> 29usize) & 0x07; + super::vals::Mco2(val as u8) } - #[doc = "Rx CRC register"] - pub fn set_rx_crc(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Micro-controller clock output 2"] + pub fn set_mco2(&mut self, val: super::vals::Mco2) { + self.0 = (self.0 & !(0x07 << 29usize)) | (((val.0 as u32) & 0x07) << 29usize); } } - impl Default for Rxcrcr { - fn default() -> Rxcrcr { - Rxcrcr(0) + impl Default for Cfgr { + fn default() -> Cfgr { + Cfgr(0) } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frer(pub u8); - impl Frer { - #[doc = "No frame format error"] - pub const NOERROR: Self = Self(0); - #[doc = "A frame format error occurred"] - pub const ERROR: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpol(pub u8); - impl Cpol { - #[doc = "CK to 0 when idle"] - pub const IDLELOW: Self = Self(0); - #[doc = "CK to 1 when idle"] - pub const IDLEHIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mstr(pub u8); - impl Mstr { - #[doc = "Slave configuration"] - pub const SLAVE: Self = Self(0); - #[doc = "Master configuration"] - pub const MASTER: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dff(pub u8); - impl Dff { - #[doc = "8-bit data frame format is selected for transmission/reception"] - pub const EIGHTBIT: Self = Self(0); - #[doc = "16-bit data frame format is selected for transmission/reception"] - pub const SIXTEENBIT: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidimode(pub u8); - impl Bidimode { - #[doc = "2-line unidirectional data mode selected"] - pub const UNIDIRECTIONAL: Self = Self(0); - #[doc = "1-line bidirectional data mode selected"] - pub const BIDIRECTIONAL: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Br(pub u8); - impl Br { - #[doc = "f_PCLK / 2"] - pub const DIV2: Self = Self(0); - #[doc = "f_PCLK / 4"] - pub const DIV4: Self = Self(0x01); - #[doc = "f_PCLK / 8"] - pub const DIV8: Self = Self(0x02); - #[doc = "f_PCLK / 16"] - pub const DIV16: Self = Self(0x03); - #[doc = "f_PCLK / 32"] - pub const DIV32: Self = Self(0x04); - #[doc = "f_PCLK / 64"] - pub const DIV64: Self = Self(0x05); - #[doc = "f_PCLK / 128"] - pub const DIV128: Self = Self(0x06); - #[doc = "f_PCLK / 256"] - pub const DIV256: Self = Self(0x07); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Iscfg(pub u8); - impl Iscfg { - #[doc = "Slave - transmit"] - pub const SLAVETX: Self = Self(0); - #[doc = "Slave - receive"] - pub const SLAVERX: Self = Self(0x01); - #[doc = "Master - transmit"] - pub const MASTERTX: Self = Self(0x02); - #[doc = "Master - receive"] - pub const MASTERRX: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lsbfirst(pub u8); - impl Lsbfirst { - #[doc = "Data is transmitted/received with the MSB first"] - pub const MSBFIRST: Self = Self(0); - #[doc = "Data is transmitted/received with the LSB first"] - pub const LSBFIRST: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Rxonly(pub u8); - impl Rxonly { - #[doc = "Full duplex (Transmit and receive)"] - pub const FULLDUPLEX: Self = Self(0); - #[doc = "Output disabled (Receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bidioe(pub u8); - impl Bidioe { - #[doc = "Output disabled (receive-only mode)"] - pub const OUTPUTDISABLED: Self = Self(0); - #[doc = "Output enabled (transmit-only mode)"] - pub const OUTPUTENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cpha(pub u8); - impl Cpha { - #[doc = "The first clock transition is the first data capture edge"] - pub const FIRSTEDGE: Self = Self(0); - #[doc = "The second clock transition is the first data capture edge"] - pub const SECONDEDGE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Crcnext(pub u8); - impl Crcnext { - #[doc = "Next transmit value is from Tx buffer"] - pub const TXBUFFER: Self = Self(0); - #[doc = "Next transmit value is from Tx CRC register"] - pub const CRC: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Frf(pub u8); - impl Frf { - #[doc = "SPI Motorola mode"] - pub const MOTOROLA: Self = Self(0); - #[doc = "SPI TI mode"] - pub const TI: Self = Self(0x01); - } - } -} -pub mod gpio_v2 { - use crate::generic::*; - #[doc = "General-purpose I/Os"] - #[derive(Copy, Clone)] - pub struct Gpio(pub *mut u8); - unsafe impl Send for Gpio {} - unsafe impl Sync for Gpio {} - impl Gpio { - #[doc = "GPIO port mode register"] - pub fn moder(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "GPIO port output type register"] - pub fn otyper(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "GPIO port output speed register"] - pub fn ospeedr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "GPIO port pull-up/pull-down register"] - pub fn pupdr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "GPIO port input data register"] - pub fn idr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "GPIO port output data register"] - pub fn odr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "GPIO port bit set/reset register"] - pub fn bsrr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "GPIO port configuration lock register"] - pub fn lckr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "GPIO alternate function register (low, high)"] - pub fn afr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(32usize + n * 4usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "GPIO alternate function register"] + #[doc = "RCC APB1 High Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Afr(pub u32); - impl Afr { - #[doc = "Alternate function selection for port x bit y (y = 0..15)"] - pub fn afr(&self, n: usize) -> super::vals::Afr { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - super::vals::Afr(val as u8) - } - #[doc = "Alternate function selection for port x bit y (y = 0..15)"] - pub fn set_afr(&mut self, n: usize, val: super::vals::Afr) { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val.0 as u32) & 0x0f) << offs); + pub struct Apb1hlpenr(pub u32); + impl Apb1hlpenr { + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub const fn crslpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) } - } - impl Default for Afr { - fn default() -> Afr { - Afr(0) + #[doc = "Clock Recovery System peripheral clock enable during CSleep mode"] + pub fn set_crslpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - } - #[doc = "GPIO port input data register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idr(pub u32); - impl Idr { - #[doc = "Port input data (y = 0..15)"] - pub fn idr(&self, n: usize) -> super::vals::Idr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Idr(val as u8) + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub const fn swplpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) } - #[doc = "Port input data (y = 0..15)"] - pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); ->>>>>>> c084e70 (Update generated code) + #[doc = "SWPMI Peripheral Clocks Enable During CSleep Mode"] + pub fn set_swplpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - } - impl Default for Ur9 { - fn default() -> Ur9 { - Ur9(0) + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub const fn opamplpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) } - } -<<<<<<< HEAD - #[doc = "SYSCFG user register 14"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur14(pub u32); - impl Ur14 { - #[doc = "D1 Stop Reset"] - pub const fn d1stprst(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "OPAMP peripheral clock enable during CSleep mode"] + pub fn set_opamplpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "D1 Stop Reset"] - pub fn set_d1stprst(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); -======= - #[doc = "GPIO port configuration lock register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Lckr(pub u32); - impl Lckr { - #[doc = "Port x lock bit y (y= 0..15)"] - pub fn lck(&self, n: usize) -> super::vals::Lck { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Lck(val as u8) + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub const fn mdioslpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) } - #[doc = "Port x lock bit y (y= 0..15)"] - pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "MDIOS peripheral clock enable during CSleep mode"] + pub fn set_mdioslpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Port x lock bit y (y= 0..15)"] - pub const fn lckk(&self) -> super::vals::Lckk { - let val = (self.0 >> 16usize) & 0x01; - super::vals::Lckk(val as u8) + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub const fn fdcanlpen(&self) -> super::vals::Apb1hlpenrCrslpen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Apb1hlpenrCrslpen(val as u8) } - #[doc = "Port x lock bit y (y= 0..15)"] - pub fn set_lckk(&mut self, val: super::vals::Lckk) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); ->>>>>>> c084e70 (Update generated code) + #[doc = "FDCAN Peripheral Clocks Enable During CSleep Mode"] + pub fn set_fdcanlpen(&mut self, val: super::vals::Apb1hlpenrCrslpen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } } - impl Default for Ur14 { - fn default() -> Ur14 { - Ur14(0) + impl Default for Apb1hlpenr { + fn default() -> Apb1hlpenr { + Apb1hlpenr(0) } } -<<<<<<< HEAD - #[doc = "SYSCFG power control register"] + #[doc = "RCC PLL3 Dividers Configuration Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pwrcr(pub u32); - impl Pwrcr { - #[doc = "Overdrive enable"] - pub const fn oden(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + pub struct Pll3divr(pub u32); + impl Pll3divr { + #[doc = "Multiplication factor for PLL1 VCO"] + pub const fn divn3(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 } - #[doc = "Overdrive enable"] - pub fn set_oden(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "Multiplication factor for PLL1 VCO"] + pub fn set_divn3(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); } - } - impl Default for Pwrcr { - fn default() -> Pwrcr { - Pwrcr(0) + #[doc = "PLL DIVP division factor"] + pub const fn divp3(&self) -> u8 { + let val = (self.0 >> 9usize) & 0x7f; + val as u8 } - } - #[doc = "SYSCFG user register 5"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur5(pub u32); - impl Ur5 { - #[doc = "Mass erase secured area disabled for bank 1"] - pub const fn mesad_1(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "PLL DIVP division factor"] + pub fn set_divp3(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 9usize)) | (((val as u32) & 0x7f) << 9usize); } - #[doc = "Mass erase secured area disabled for bank 1"] - pub fn set_mesad_1(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "PLL DIVQ division factor"] + pub const fn divq3(&self) -> u8 { + let val = (self.0 >> 16usize) & 0x7f; + val as u8 } - #[doc = "Write protection for flash bank 1"] - pub const fn wrpn_1(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; + #[doc = "PLL DIVQ division factor"] + pub fn set_divq3(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 16usize)) | (((val as u32) & 0x7f) << 16usize); + } + #[doc = "PLL DIVR division factor"] + pub const fn divr3(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x7f; val as u8 } - #[doc = "Write protection for flash bank 1"] - pub fn set_wrpn_1(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + #[doc = "PLL DIVR division factor"] + pub fn set_divr3(&mut self, val: u8) { + self.0 = (self.0 & !(0x7f << 24usize)) | (((val as u32) & 0x7f) << 24usize); } } - impl Default for Ur5 { - fn default() -> Ur5 { - Ur5(0) + impl Default for Pll3divr { + fn default() -> Pll3divr { + Pll3divr(0) } } - #[doc = "SYSCFG user register 11"] + #[doc = "RCC AHB4 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur11(pub u32); - impl Ur11 { - #[doc = "Secured area end address for bank 2"] - pub const fn sa_end_2(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + pub struct C1Ahb4enr(pub u32); + impl C1Ahb4enr { + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioaen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - #[doc = "Secured area end address for bank 2"] - pub fn set_sa_end_2(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioaen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Independent Watchdog 1 mode"] - pub const fn iwdg1m(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioben(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - #[doc = "Independent Watchdog 1 mode"] - pub fn set_iwdg1m(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioben(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - } - impl Default for Ur11 { - fn default() -> Ur11 { - Ur11(0) + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiocen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - } - #[doc = "SYSCFG compensation cell value register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccvr(pub u32); - impl Ccvr { - #[doc = "NMOS compensation value"] - pub const fn ncv(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiocen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "NMOS compensation value"] - pub fn set_ncv(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioden(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - #[doc = "PMOS compensation value"] - pub const fn pcv(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x0f; - val as u8 + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioden(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "PMOS compensation value"] - pub fn set_pcv(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 4usize)) | (((val as u32) & 0x0f) << 4usize); + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioeen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - } - impl Default for Ccvr { - fn default() -> Ccvr { - Ccvr(0) + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioeen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } -======= - #[doc = "GPIO port output data register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Odr(pub u32); - impl Odr { - #[doc = "Port output data (y = 0..15)"] - pub fn odr(&self, n: usize) -> super::vals::Odr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Odr(val as u8) + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiofen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - #[doc = "Port output data (y = 0..15)"] - pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiofen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - } - impl Default for Odr { - fn default() -> Odr { - Odr(0) + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiogen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - } - #[doc = "GPIO port pull-up/pull-down register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pupdr(pub u32); - impl Pupdr { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn pupdr(&self, n: usize) -> super::vals::Pupdr { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Pupdr(val as u8) + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiogen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_pupdr(&mut self, n: usize, val: super::vals::Pupdr) { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiohen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - } - impl Default for Pupdr { - fn default() -> Pupdr { - Pupdr(0) + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiohen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - } - #[doc = "GPIO port mode register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Moder(pub u32); - impl Moder { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn moder(&self, n: usize) -> super::vals::Moder { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Moder(val as u8) + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioien(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_moder(&mut self, n: usize, val: super::vals::Moder) { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioien(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - } - impl Default for Moder { - fn default() -> Moder { - Moder(0) + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpiojen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - } - #[doc = "GPIO port output type register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Otyper(pub u32); - impl Otyper { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn ot(&self, n: usize) -> super::vals::Ot { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Ot(val as u8) + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpiojen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_ot(&mut self, n: usize, val: super::vals::Ot) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "0GPIO peripheral clock enable"] + pub const fn gpioken(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - } - impl Default for Otyper { - fn default() -> Otyper { - Otyper(0) + #[doc = "0GPIO peripheral clock enable"] + pub fn set_gpioken(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - } - #[doc = "GPIO port output speed register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ospeedr(pub u32); - impl Ospeedr { - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn ospeedr(&self, n: usize) -> super::vals::Ospeedr { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Ospeedr(val as u8) + #[doc = "CRC peripheral clock enable"] + pub const fn crcen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - #[doc = "Port x configuration bits (y = 0..15)"] - pub fn set_ospeedr(&mut self, n: usize, val: super::vals::Ospeedr) { - assert!(n < 16usize); - let offs = 0usize + n * 2usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "CRC peripheral clock enable"] + pub fn set_crcen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - } - impl Default for Ospeedr { - fn default() -> Ospeedr { - Ospeedr(0) + #[doc = "BDMA and DMAMUX2 Clock Enable"] + pub const fn bdmaen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - } - #[doc = "GPIO port bit set/reset register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bsrr(pub u32); - impl Bsrr { - #[doc = "Port x set bit y (y= 0..15)"] - pub fn bs(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "BDMA and DMAMUX2 Clock Enable"] + pub fn set_bdmaen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "Port x set bit y (y= 0..15)"] - pub fn set_bs(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "ADC3 Peripheral Clocks Enable"] + pub const fn adc3en(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - #[doc = "Port x set bit y (y= 0..15)"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "ADC3 Peripheral Clocks Enable"] + pub fn set_adc3en(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "Port x set bit y (y= 0..15)"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "HSEM peripheral clock enable"] + pub const fn hsemen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 25usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) } - } - impl Default for Bsrr { - fn default() -> Bsrr { - Bsrr(0) + #[doc = "HSEM peripheral clock enable"] + pub fn set_hsemen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "Backup RAM Clock Enable"] + pub const fn bkpramen(&self) -> super::vals::C1Ahb4enrGpioaen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb4enrGpioaen(val as u8) + } + #[doc = "Backup RAM Clock Enable"] + pub fn set_bkpramen(&mut self, val: super::vals::C1Ahb4enrGpioaen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ospeedr(pub u8); - impl Ospeedr { - #[doc = "Low speed"] - pub const LOWSPEED: Self = Self(0); - #[doc = "Medium speed"] - pub const MEDIUMSPEED: Self = Self(0x01); - #[doc = "High speed"] - pub const HIGHSPEED: Self = Self(0x02); - #[doc = "Very high speed"] - pub const VERYHIGHSPEED: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Moder(pub u8); - impl Moder { - #[doc = "Input mode (reset state)"] - pub const INPUT: Self = Self(0); - #[doc = "General purpose output mode"] - pub const OUTPUT: Self = Self(0x01); - #[doc = "Alternate function mode"] - pub const ALTERNATE: Self = Self(0x02); - #[doc = "Analog mode"] - pub const ANALOG: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Afr(pub u8); - impl Afr { - #[doc = "AF0"] - pub const AF0: Self = Self(0); - #[doc = "AF1"] - pub const AF1: Self = Self(0x01); - #[doc = "AF2"] - pub const AF2: Self = Self(0x02); - #[doc = "AF3"] - pub const AF3: Self = Self(0x03); - #[doc = "AF4"] - pub const AF4: Self = Self(0x04); - #[doc = "AF5"] - pub const AF5: Self = Self(0x05); - #[doc = "AF6"] - pub const AF6: Self = Self(0x06); - #[doc = "AF7"] - pub const AF7: Self = Self(0x07); - #[doc = "AF8"] - pub const AF8: Self = Self(0x08); - #[doc = "AF9"] - pub const AF9: Self = Self(0x09); - #[doc = "AF10"] - pub const AF10: Self = Self(0x0a); - #[doc = "AF11"] - pub const AF11: Self = Self(0x0b); - #[doc = "AF12"] - pub const AF12: Self = Self(0x0c); - #[doc = "AF13"] - pub const AF13: Self = Self(0x0d); - #[doc = "AF14"] - pub const AF14: Self = Self(0x0e); - #[doc = "AF15"] - pub const AF15: Self = Self(0x0f); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lck(pub u8); - impl Lck { - #[doc = "Port configuration not locked"] - pub const UNLOCKED: Self = Self(0); - #[doc = "Port configuration locked"] - pub const LOCKED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lckk(pub u8); - impl Lckk { - #[doc = "Port configuration lock key not active"] - pub const NOTACTIVE: Self = Self(0); - #[doc = "Port configuration lock key active"] - pub const ACTIVE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Odr(pub u8); - impl Odr { - #[doc = "Set output to logic low"] - pub const LOW: Self = Self(0); - #[doc = "Set output to logic high"] - pub const HIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pupdr(pub u8); - impl Pupdr { - #[doc = "No pull-up, pull-down"] - pub const FLOATING: Self = Self(0); - #[doc = "Pull-up"] - pub const PULLUP: Self = Self(0x01); - #[doc = "Pull-down"] - pub const PULLDOWN: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Idr(pub u8); - impl Idr { - #[doc = "Input is logic low"] - pub const LOW: Self = Self(0); - #[doc = "Input is logic high"] - pub const HIGH: Self = Self(0x01); ->>>>>>> c084e70 (Update generated code) + impl Default for C1Ahb4enr { + fn default() -> C1Ahb4enr { + C1Ahb4enr(0) + } } - #[doc = "SYSCFG user register 7"] + #[doc = "RCC Internal Clock Source Calibration Register"] #[repr(transparent)] -<<<<<<< HEAD #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur7(pub u32); - impl Ur7 { - #[doc = "Secured area start address for bank 1"] - pub const fn sa_beg_1(&self) -> u16 { + pub struct Icscr(pub u32); + impl Icscr { + #[doc = "HSI clock calibration"] + pub const fn hsical(&self) -> u16 { let val = (self.0 >> 0usize) & 0x0fff; val as u16 } - #[doc = "Secured area start address for bank 1"] - pub fn set_sa_beg_1(&mut self, val: u16) { + #[doc = "HSI clock calibration"] + pub fn set_hsical(&mut self, val: u16) { self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "Secured area end address for bank 1"] - pub const fn sa_end_1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "HSI clock trimming"] + pub const fn hsitrim(&self) -> u8 { + let val = (self.0 >> 12usize) & 0x3f; + val as u8 } - #[doc = "Secured area end address for bank 1"] - pub fn set_sa_end_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "HSI clock trimming"] + pub fn set_hsitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 12usize)) | (((val as u32) & 0x3f) << 12usize); + } + #[doc = "CSI clock calibration"] + pub const fn csical(&self) -> u8 { + let val = (self.0 >> 18usize) & 0xff; + val as u8 + } + #[doc = "CSI clock calibration"] + pub fn set_csical(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 18usize)) | (((val as u32) & 0xff) << 18usize); + } + #[doc = "CSI clock trimming"] + pub const fn csitrim(&self) -> u8 { + let val = (self.0 >> 26usize) & 0x1f; + val as u8 + } + #[doc = "CSI clock trimming"] + pub fn set_csitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0x1f << 26usize)) | (((val as u32) & 0x1f) << 26usize); } } - impl Default for Ur7 { - fn default() -> Ur7 { - Ur7(0) + impl Default for Icscr { + fn default() -> Icscr { + Icscr(0) } } - #[doc = "SYSCFG user register 12"] + #[doc = "RCC Global Control Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur12(pub u32); - impl Ur12 { - #[doc = "Secure mode"] - pub const fn secure(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + pub struct Gcr(pub u32); + impl Gcr { + #[doc = "WWDG1 reset scope control"] + pub const fn ww1rsc(&self) -> super::vals::Ww1rsc { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ww1rsc(val as u8) } - #[doc = "Secure mode"] - pub fn set_secure(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "WWDG1 reset scope control"] + pub fn set_ww1rsc(&mut self, val: super::vals::Ww1rsc) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } } - impl Default for Ur12 { - fn default() -> Ur12 { - Ur12(0) + impl Default for Gcr { + fn default() -> Gcr { + Gcr(0) } } - #[doc = "SYSCFG user register 6"] + #[doc = "RCC APB3 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur6(pub u32); - impl Ur6 { - #[doc = "Protected area start address for bank 1"] - pub const fn pa_beg_1(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + pub struct C1Apb3lpenr(pub u32); + impl C1Apb3lpenr { + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub const fn ltdclpen(&self) -> super::vals::C1Apb3lpenrLtdclpen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb3lpenrLtdclpen(val as u8) } - #[doc = "Protected area start address for bank 1"] - pub fn set_pa_beg_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "LTDC peripheral clock enable during CSleep mode"] + pub fn set_ltdclpen(&mut self, val: super::vals::C1Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Protected area end address for bank 1"] - pub const fn pa_end_1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub const fn wwdg1lpen(&self) -> super::vals::C1Apb3lpenrLtdclpen { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb3lpenrLtdclpen(val as u8) } - #[doc = "Protected area end address for bank 1"] - pub fn set_pa_end_1(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "WWDG1 Clock Enable During CSleep Mode"] + pub fn set_wwdg1lpen(&mut self, val: super::vals::C1Apb3lpenrLtdclpen) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); } } - impl Default for Ur6 { - fn default() -> Ur6 { - Ur6(0) + impl Default for C1Apb3lpenr { + fn default() -> C1Apb3lpenr { + C1Apb3lpenr(0) } } - #[doc = "peripheral mode configuration register"] + #[doc = "RCC APB2 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pmcr(pub u32); - impl Pmcr { - #[doc = "I2C1 Fm+"] - pub const fn i2c1fmp(&self) -> bool { + pub struct Apb2lpenr(pub u32); + impl Apb2lpenr { + #[doc = "TIM1 peripheral clock enable during CSleep mode"] + pub const fn tim1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "I2C1 Fm+"] - pub fn set_i2c1fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "TIM1 peripheral clock enable during CSleep mode"] + pub fn set_tim1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "I2C2 Fm+"] - pub const fn i2c2fmp(&self) -> bool { + #[doc = "TIM8 peripheral clock enable during CSleep mode"] + pub const fn tim8lpen(&self) -> super::vals::Apb2lpenrTim1lpen { let val = (self.0 >> 1usize) & 0x01; - val != 0 + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "I2C2 Fm+"] - pub fn set_i2c2fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "TIM8 peripheral clock enable during CSleep mode"] + pub fn set_tim8lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "I2C3 Fm+"] - pub const fn i2c3fmp(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "I2C3 Fm+"] - pub fn set_i2c3fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "USART1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "I2C4 Fm+"] - pub const fn i2c4fmp(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] + pub const fn usart6lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "I2C4 Fm+"] - pub fn set_i2c4fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "USART6 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_usart6lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "PB(6) Fm+"] - pub const fn pb6fmp(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "PB(6) Fm+"] - pub fn set_pb6fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "SPI1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "PB(7) Fast Mode Plus"] - pub const fn pb7fmp(&self) -> bool { - let val = (self.0 >> 5usize) & 0x01; - val != 0 + #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi4lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 13usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "PB(7) Fast Mode Plus"] - pub fn set_pb7fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val as u32) & 0x01) << 5usize); + #[doc = "SPI4 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi4lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 13usize)) | (((val.0 as u32) & 0x01) << 13usize); } - #[doc = "PB(8) Fast Mode Plus"] - pub const fn pb8fmp(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "TIM15 peripheral clock enable during CSleep mode"] + pub const fn tim15lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "PB(8) Fast Mode Plus"] - pub fn set_pb8fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "TIM15 peripheral clock enable during CSleep mode"] + pub fn set_tim15lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "PB(9) Fm+"] - pub const fn pb9fmp(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "TIM16 peripheral clock enable during CSleep mode"] + pub const fn tim16lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "PB(9) Fm+"] - pub fn set_pb9fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "TIM16 peripheral clock enable during CSleep mode"] + pub fn set_tim16lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "Booster Enable"] - pub const fn booste(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "TIM17 peripheral clock enable during CSleep mode"] + pub const fn tim17lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 18usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "Booster Enable"] - pub fn set_booste(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "TIM17 peripheral clock enable during CSleep mode"] + pub fn set_tim17lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - #[doc = "Analog switch supply voltage selection"] - pub const fn boostvddsel(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 + #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] + pub const fn spi5lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 20usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "Analog switch supply voltage selection"] - pub fn set_boostvddsel(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "SPI5 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_spi5lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - #[doc = "Ethernet PHY Interface Selection"] - pub const fn epis(&self) -> u8 { - let val = (self.0 >> 21usize) & 0x07; - val as u8 + #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 22usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "Ethernet PHY Interface Selection"] - pub fn set_epis(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 21usize)) | (((val as u32) & 0x07) << 21usize); + #[doc = "SAI1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - #[doc = "PA0 Switch Open"] - pub const fn pa0so(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 + #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai2lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 23usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "PA0 Switch Open"] - pub fn set_pa0so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "SAI2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai2lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); } - #[doc = "PA1 Switch Open"] - pub const fn pa1so(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] + pub const fn sai3lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "PA1 Switch Open"] - pub fn set_pa1so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "SAI3 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_sai3lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "PC2 Switch Open"] - pub const fn pc2so(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] + pub const fn dfsdm1lpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "PC2 Switch Open"] - pub fn set_pc2so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "DFSDM1 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_dfsdm1lpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - #[doc = "PC3 Switch Open"] - pub const fn pc3so(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; - val != 0 + #[doc = "HRTIM peripheral clock enable during CSleep mode"] + pub const fn hrtimlpen(&self) -> super::vals::Apb2lpenrTim1lpen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Apb2lpenrTim1lpen(val as u8) } - #[doc = "PC3 Switch Open"] - pub fn set_pc3so(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "HRTIM peripheral clock enable during CSleep mode"] + pub fn set_hrtimlpen(&mut self, val: super::vals::Apb2lpenrTim1lpen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } } - impl Default for Pmcr { - fn default() -> Pmcr { - Pmcr(0) + impl Default for Apb2lpenr { + fn default() -> Apb2lpenr { + Apb2lpenr(0) } } - #[doc = "SYSCFG user register 15"] + #[doc = "RCC CSI configuration register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur15(pub u32); - impl Ur15 { - #[doc = "Freeze independent watchdog in Standby mode"] - pub const fn fziwdgstb(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + pub struct Csicfgr(pub u32); + impl Csicfgr { + #[doc = "CSI clock calibration"] + pub const fn csical(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x01ff; + val as u16 } - #[doc = "Freeze independent watchdog in Standby mode"] - pub fn set_fziwdgstb(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "CSI clock calibration"] + pub fn set_csical(&mut self, val: u16) { + self.0 = (self.0 & !(0x01ff << 0usize)) | (((val as u32) & 0x01ff) << 0usize); + } + #[doc = "CSI clock trimming"] + pub const fn csitrim(&self) -> u8 { + let val = (self.0 >> 24usize) & 0x3f; + val as u8 + } + #[doc = "CSI clock trimming"] + pub fn set_csitrim(&mut self, val: u8) { + self.0 = (self.0 & !(0x3f << 24usize)) | (((val as u32) & 0x3f) << 24usize); } } - impl Default for Ur15 { - fn default() -> Ur15 { - Ur15(0) ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + impl Default for Csicfgr { + fn default() -> Csicfgr { + Csicfgr(0) } } - #[doc = "SYSCFG user register 3"] + #[doc = "RCC AHB1 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur3(pub u32); - impl Ur3 { - #[doc = "Boot Address 1"] - pub const fn boot_add1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0xffff; - val as u16 + pub struct Ahb1lpenr(pub u32); + impl Ahb1lpenr { + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub const fn dma1lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) } - #[doc = "Boot Address 1"] - pub fn set_boot_add1(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub fn set_dma1lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - } - impl Default for Ur3 { - fn default() -> Ur3 { - Ur3(0) + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub const fn dma2lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) } - } -<<<<<<< HEAD - #[doc = "The SDMMC_DCNTR register loads the value from the data length register (see SDMMC_DLENR) when the DPSM moves from the Idle state to the Wait_R or Wait_S state. As data is transferred, the counter decrements the value until it reaches 0. The DPSM then moves to the Idle state and when there has been no error, the data status end flag (DATAEND) is set."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dcntr(pub u32); - impl Dcntr { - #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] - pub const fn datacount(&self) -> u32 { - let val = (self.0 >> 0usize) & 0x01ff_ffff; - val as u32 + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub fn set_dma2lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Data count value When read, the number of remaining data bytes to be transferred is returned. Write has no effect."] - pub fn set_datacount(&mut self, val: u32) { - self.0 = - (self.0 & !(0x01ff_ffff << 0usize)) | (((val as u32) & 0x01ff_ffff) << 0usize); + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc12lpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) } - } - impl Default for Dcntr { - fn default() -> Dcntr { - Dcntr(0) + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc12lpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - } - #[doc = "The SDMMC_DTIMER register contains the data timeout period, in card bus clock periods. A counter loads the value from the SDMMC_DTIMER register, and starts decrementing when the data path state machine (DPSM) enters the Wait_R or Busy state. If the timer reaches 0 while the DPSM is in either of these states, the timeout status flag is set."] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Dtimer(pub u32); - impl Dtimer { - #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] - pub const fn datatime(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub const fn eth1maclpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) } - #[doc = "Data and R1b busy timeout period This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0). Data and R1b busy timeout period expressed in card bus clock periods."] - pub fn set_datatime(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub fn set_eth1maclpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - } - impl Default for Dtimer { - fn default() -> Dtimer { - Dtimer(0) + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub const fn eth1txlpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) } - } - #[doc = "SDMMC IP identification register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Id(pub u32); - impl Id { - #[doc = "SDMMC IP identification."] - pub const fn ip_id(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub fn set_eth1txlpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "SDMMC IP identification."] - pub fn set_ip_id(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub const fn eth1rxlpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub fn set_eth1rxlpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); + } + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub const fn usb1otglpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 25usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub fn set_usb1otglpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); + } + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub const fn usb1otghsulpilpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 26usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub fn set_usb1otghsulpilpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); + } + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub const fn usb2otglpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 27usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub fn set_usb2otglpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub const fn usb2otghsulpilpen(&self) -> super::vals::Ahb1lpenrDma1lpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub fn set_usb2otghsulpilpen(&mut self, val: super::vals::Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } } - impl Default for Id { - fn default() -> Id { - Id(0) -======= - #[doc = "SYSCFG user register 0"] + impl Default for Ahb1lpenr { + fn default() -> Ahb1lpenr { + Ahb1lpenr(0) + } + } + #[doc = "RCC APB1 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ur0(pub u32); - impl Ur0 { - #[doc = "Bank Swap"] - pub const fn bks(&self) -> bool { + pub struct C1Apb1lenr(pub u32); + impl C1Apb1lenr { + #[doc = "TIM peripheral clock enable"] + pub const fn tim2en(&self) -> super::vals::C1Apb1lenrTim2en { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim4en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 2usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim4en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim5en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim5en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim6en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim6en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim7en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim7en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim12en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "TIM peripheral clock enable"] + pub fn set_tim12en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "TIM peripheral clock enable"] + pub const fn tim13en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - #[doc = "Bank Swap"] - pub fn set_bks(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "TIM peripheral clock enable"] + pub fn set_tim13en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "Readout protection"] - pub const fn rdp(&self) -> u8 { - let val = (self.0 >> 16usize) & 0xff; - val as u8 + #[doc = "TIM peripheral clock enable"] + pub const fn tim14en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 8usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - #[doc = "Readout protection"] - pub fn set_rdp(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 16usize)) | (((val as u32) & 0xff) << 16usize); + #[doc = "TIM peripheral clock enable"] + pub fn set_tim14en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - } - impl Default for Ur0 { - fn default() -> Ur0 { - Ur0(0) ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) + #[doc = "LPTIM1 Peripheral Clocks Enable"] + pub const fn lptim1en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - } - #[doc = "SYSCFG package register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pkgr(pub u32); - impl Pkgr { - #[doc = "Package"] - pub const fn pkg(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x0f; - val as u8 + #[doc = "LPTIM1 Peripheral Clocks Enable"] + pub fn set_lptim1en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Package"] - pub fn set_pkg(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 0usize)) | (((val as u32) & 0x0f) << 0usize); + #[doc = "SPI2 Peripheral Clocks Enable"] + pub const fn spi2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - } - impl Default for Pkgr { - fn default() -> Pkgr { - Pkgr(0) + #[doc = "SPI2 Peripheral Clocks Enable"] + pub fn set_spi2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - } -<<<<<<< HEAD - } -} -pub mod gpio_v1 { - use crate::generic::*; - #[doc = "General purpose I/O"] - #[derive(Copy, Clone)] - pub struct Gpio(pub *mut u8); - unsafe impl Send for Gpio {} - unsafe impl Sync for Gpio {} - impl Gpio { - #[doc = "Port configuration register low (GPIOn_CRL)"] - pub fn cr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } - } - #[doc = "Port input data register (GPIOn_IDR)"] - pub fn idr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Port output data register (GPIOn_ODR)"] - pub fn odr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Port bit set/reset register (GPIOn_BSRR)"] - pub fn bsrr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Port bit reset register (GPIOn_BRR)"] - pub fn brr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - #[doc = "Port configuration lock register"] - pub fn lckr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Cnf(pub u8); - impl Cnf { - #[doc = "Analog mode / Push-Pull mode"] - pub const PUSHPULL: Self = Self(0); - #[doc = "Floating input (reset state) / Open Drain-Mode"] - pub const OPENDRAIN: Self = Self(0x01); - #[doc = "Input with pull-up/pull-down / Alternate Function Push-Pull Mode"] - pub const ALTPUSHPULL: Self = Self(0x02); - #[doc = "Alternate Function Open-Drain Mode"] - pub const ALTOPENDRAIN: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Brw(pub u8); - impl Brw { - #[doc = "No action on the corresponding ODx bit"] - pub const NOACTION: Self = Self(0); - #[doc = "Reset the ODx bit"] - pub const RESET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bsw(pub u8); - impl Bsw { - #[doc = "No action on the corresponding ODx bit"] - pub const NOACTION: Self = Self(0); - #[doc = "Sets the corresponding ODRx bit"] - pub const SET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Odr(pub u8); - impl Odr { - #[doc = "Set output to logic low"] - pub const LOW: Self = Self(0); - #[doc = "Set output to logic high"] - pub const HIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Idr(pub u8); - impl Idr { - #[doc = "Input is logic low"] - pub const LOW: Self = Self(0); - #[doc = "Input is logic high"] - pub const HIGH: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lckk(pub u8); - impl Lckk { - #[doc = "Port configuration lock key not active"] - pub const NOTACTIVE: Self = Self(0); - #[doc = "Port configuration lock key active"] - pub const ACTIVE: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mode(pub u8); - impl Mode { - #[doc = "Input mode (reset state)"] - pub const INPUT: Self = Self(0); - #[doc = "Output mode 10 MHz"] - pub const OUTPUT: Self = Self(0x01); - #[doc = "Output mode 2 MHz"] - pub const OUTPUT2: Self = Self(0x02); - #[doc = "Output mode 50 MHz"] - pub const OUTPUT50: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Lck(pub u8); - impl Lck { - #[doc = "Port configuration not locked"] - pub const UNLOCKED: Self = Self(0); - #[doc = "Port configuration locked"] - pub const LOCKED: Self = Self(0x01); - } - } - pub mod regs { - use crate::generic::*; - #[doc = "Port configuration lock register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Lckr(pub u32); - impl Lckr { - #[doc = "Port A Lock bit"] - pub fn lck(&self, n: usize) -> super::vals::Lck { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Lck(val as u8) + #[doc = "SPI3 Peripheral Clocks Enable"] + pub const fn spi3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - #[doc = "Port A Lock bit"] - pub fn set_lck(&mut self, n: usize, val: super::vals::Lck) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "SPI3 Peripheral Clocks Enable"] + pub fn set_spi3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "Lock key"] - pub const fn lckk(&self) -> super::vals::Lckk { + #[doc = "SPDIFRX Peripheral Clocks Enable"] + pub const fn spdifrxen(&self) -> super::vals::C1Apb1lenrTim2en { let val = (self.0 >> 16usize) & 0x01; - super::vals::Lckk(val as u8) + super::vals::C1Apb1lenrTim2en(val as u8) } - #[doc = "Lock key"] - pub fn set_lckk(&mut self, val: super::vals::Lckk) { + #[doc = "SPDIFRX Peripheral Clocks Enable"] + pub fn set_spdifrxen(&mut self, val: super::vals::C1Apb1lenrTim2en) { self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - } - impl Default for Lckr { - fn default() -> Lckr { - Lckr(0) + #[doc = "USART2 Peripheral Clocks Enable"] + pub const fn usart2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - } - #[doc = "Port input data register (GPIOn_IDR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Idr(pub u32); - impl Idr { - #[doc = "Port input data"] - pub fn idr(&self, n: usize) -> super::vals::Idr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Idr(val as u8) + #[doc = "USART2 Peripheral Clocks Enable"] + pub fn set_usart2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "Port input data"] - pub fn set_idr(&mut self, n: usize, val: super::vals::Idr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "USART3 Peripheral Clocks Enable"] + pub const fn usart3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 18usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - } - impl Default for Idr { - fn default() -> Idr { - Idr(0) + #[doc = "USART3 Peripheral Clocks Enable"] + pub fn set_usart3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); } - } - #[doc = "Port bit set/reset register (GPIOn_BSRR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Bsrr(pub u32); - impl Bsrr { - #[doc = "Set bit"] - pub fn bs(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "UART4 Peripheral Clocks Enable"] + pub const fn uart4en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 19usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - #[doc = "Set bit"] - pub fn set_bs(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "UART4 Peripheral Clocks Enable"] + pub fn set_uart4en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "Reset bit"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "UART5 Peripheral Clocks Enable"] + pub const fn uart5en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 20usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - #[doc = "Reset bit"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 16usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "UART5 Peripheral Clocks Enable"] + pub fn set_uart5en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 20usize)) | (((val.0 as u32) & 0x01) << 20usize); } - } - impl Default for Bsrr { - fn default() -> Bsrr { - Bsrr(0) + #[doc = "I2C1 Peripheral Clocks Enable"] + pub const fn i2c1en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - } - #[doc = "Port configuration register (GPIOn_CRx)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Port n mode bits"] - pub fn mode(&self, n: usize) -> super::vals::Mode { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Mode(val as u8) + #[doc = "I2C1 Peripheral Clocks Enable"] + pub fn set_i2c1en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "Port n mode bits"] - pub fn set_mode(&mut self, n: usize, val: super::vals::Mode) { - assert!(n < 8usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "I2C2 Peripheral Clocks Enable"] + pub const fn i2c2en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 22usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - #[doc = "Port n configuration bits"] - pub fn cnf(&self, n: usize) -> super::vals::Cnf { - assert!(n < 8usize); - let offs = 2usize + n * 4usize; - let val = (self.0 >> offs) & 0x03; - super::vals::Cnf(val as u8) + #[doc = "I2C2 Peripheral Clocks Enable"] + pub fn set_i2c2en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val.0 as u32) & 0x01) << 22usize); } - #[doc = "Port n configuration bits"] - pub fn set_cnf(&mut self, n: usize, val: super::vals::Cnf) { - assert!(n < 8usize); - let offs = 2usize + n * 4usize; - self.0 = (self.0 & !(0x03 << offs)) | (((val.0 as u32) & 0x03) << offs); + #[doc = "I2C3 Peripheral Clocks Enable"] + pub const fn i2c3en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 23usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - } - impl Default for Cr { - fn default() -> Cr { - Cr(0) + #[doc = "I2C3 Peripheral Clocks Enable"] + pub fn set_i2c3en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val.0 as u32) & 0x01) << 23usize); } - } - #[doc = "Port bit reset register (GPIOn_BRR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Brr(pub u32); - impl Brr { - #[doc = "Reset bit"] - pub fn br(&self, n: usize) -> bool { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "HDMI-CEC peripheral clock enable"] + pub const fn cecen(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 27usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - #[doc = "Reset bit"] - pub fn set_br(&mut self, n: usize, val: bool) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "HDMI-CEC peripheral clock enable"] + pub fn set_cecen(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); } - } - impl Default for Brr { - fn default() -> Brr { - Brr(0) + #[doc = "DAC1&2 peripheral clock enable"] + pub const fn dac12en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - } - #[doc = "Port output data register (GPIOn_ODR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Odr(pub u32); - impl Odr { - #[doc = "Port output data"] - pub fn odr(&self, n: usize) -> super::vals::Odr { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Odr(val as u8) + #[doc = "DAC1&2 peripheral clock enable"] + pub fn set_dac12en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } - #[doc = "Port output data"] - pub fn set_odr(&mut self, n: usize, val: super::vals::Odr) { - assert!(n < 16usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "UART7 Peripheral Clocks Enable"] + pub const fn uart7en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) } - } - impl Default for Odr { - fn default() -> Odr { - Odr(0) + #[doc = "UART7 Peripheral Clocks Enable"] + pub fn set_uart7en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "UART8 Peripheral Clocks Enable"] + pub const fn uart8en(&self) -> super::vals::C1Apb1lenrTim2en { + let val = (self.0 >> 31usize) & 0x01; + super::vals::C1Apb1lenrTim2en(val as u8) + } + #[doc = "UART8 Peripheral Clocks Enable"] + pub fn set_uart8en(&mut self, val: super::vals::C1Apb1lenrTim2en) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - } -} -pub mod syscfg_l4 { - use crate::generic::*; - #[doc = "System configuration controller"] - #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "memory remap register"] - pub fn memrmp(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "configuration register 1"] - pub fn cfgr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "external interrupt configuration register 1"] - pub fn exticr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "SCSR"] - pub fn scsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "CFGR2"] - pub fn cfgr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "SWPR"] - pub fn swpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "SKR"] - pub fn skr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } + impl Default for C1Apb1lenr { + fn default() -> C1Apb1lenr { + C1Apb1lenr(0) + } } - } - pub mod regs { - use crate::generic::*; - #[doc = "CFGR2"] + #[doc = "RCC Domain 2 Kernel Clock Configuration Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr2(pub u32); - impl Cfgr2 { - #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] - pub const fn cll(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + pub struct D2ccip2r(pub u32); + impl D2ccip2r { + #[doc = "USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection"] + pub const fn usart234578sel(&self) -> super::vals::Usart234578sel { + let val = (self.0 >> 0usize) & 0x07; + super::vals::Usart234578sel(val as u8) } - #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] - pub fn set_cll(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection"] + pub fn set_usart234578sel(&mut self, val: super::vals::Usart234578sel) { + self.0 = (self.0 & !(0x07 << 0usize)) | (((val.0 as u32) & 0x07) << 0usize); } - #[doc = "SRAM2 parity lock bit"] - pub const fn spl(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "USART1 and 6 kernel clock source selection"] + pub const fn usart16sel(&self) -> super::vals::Usart16sel { + let val = (self.0 >> 3usize) & 0x07; + super::vals::Usart16sel(val as u8) } - #[doc = "SRAM2 parity lock bit"] - pub fn set_spl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "USART1 and 6 kernel clock source selection"] + pub fn set_usart16sel(&mut self, val: super::vals::Usart16sel) { + self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); } - #[doc = "PVD lock enable bit"] - pub const fn pvdl(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "RNG kernel clock source selection"] + pub const fn rngsel(&self) -> super::vals::Rngsel { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Rngsel(val as u8) + } + #[doc = "RNG kernel clock source selection"] + pub fn set_rngsel(&mut self, val: super::vals::Rngsel) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); } - #[doc = "PVD lock enable bit"] - pub fn set_pvdl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "I2C1,2,3 kernel clock source selection"] + pub const fn i2c123sel(&self) -> super::vals::I2c123sel { + let val = (self.0 >> 12usize) & 0x03; + super::vals::I2c123sel(val as u8) } - #[doc = "ECC Lock"] - pub const fn eccl(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "I2C1,2,3 kernel clock source selection"] + pub fn set_i2c123sel(&mut self, val: super::vals::I2c123sel) { + self.0 = (self.0 & !(0x03 << 12usize)) | (((val.0 as u32) & 0x03) << 12usize); } - #[doc = "ECC Lock"] - pub fn set_eccl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "USBOTG 1 and 2 kernel clock source selection"] + pub const fn usbsel(&self) -> super::vals::Usbsel { + let val = (self.0 >> 20usize) & 0x03; + super::vals::Usbsel(val as u8) } - #[doc = "SRAM2 parity error flag"] - pub const fn spf(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; - val != 0 + #[doc = "USBOTG 1 and 2 kernel clock source selection"] + pub fn set_usbsel(&mut self, val: super::vals::Usbsel) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val.0 as u32) & 0x03) << 20usize); } - #[doc = "SRAM2 parity error flag"] - pub fn set_spf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "HDMI-CEC kernel clock source selection"] + pub const fn cecsel(&self) -> super::vals::Cecsel { + let val = (self.0 >> 22usize) & 0x03; + super::vals::Cecsel(val as u8) } - } - impl Default for Cfgr2 { - fn default() -> Cfgr2 { - Cfgr2(0) + #[doc = "HDMI-CEC kernel clock source selection"] + pub fn set_cecsel(&mut self, val: super::vals::Cecsel) { + self.0 = (self.0 & !(0x03 << 22usize)) | (((val.0 as u32) & 0x03) << 22usize); } - } - #[doc = "SKR"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Skr(pub u32); - impl Skr { - #[doc = "SRAM2 write protection key for software erase"] - pub const fn key(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + #[doc = "LPTIM1 kernel clock source selection"] + pub const fn lptim1sel(&self) -> super::vals::Lptim1sel { + let val = (self.0 >> 28usize) & 0x07; + super::vals::Lptim1sel(val as u8) } - #[doc = "SRAM2 write protection key for software erase"] - pub fn set_key(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "LPTIM1 kernel clock source selection"] + pub fn set_lptim1sel(&mut self, val: super::vals::Lptim1sel) { + self.0 = (self.0 & !(0x07 << 28usize)) | (((val.0 as u32) & 0x07) << 28usize); } } - impl Default for Skr { - fn default() -> Skr { - Skr(0) + impl Default for D2ccip2r { + fn default() -> D2ccip2r { + D2ccip2r(0) } } - #[doc = "configuration register 1"] + #[doc = "RCC AHB2 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr1(pub u32); - impl Cfgr1 { - #[doc = "Firewall disable"] - pub const fn fwdis(&self) -> bool { + pub struct C1Ahb2enr(pub u32); + impl C1Ahb2enr { + #[doc = "DCMI peripheral clock"] + pub const fn dcmien(&self) -> super::vals::C1Ahb2enrDcmien { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::C1Ahb2enrDcmien(val as u8) } - #[doc = "Firewall disable"] - pub fn set_fwdis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "DCMI peripheral clock"] + pub fn set_dcmien(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "I/O analog switch voltage booster enable"] - pub const fn boosten(&self) -> bool { -======= - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Bsw(pub u8); - impl Bsw { - #[doc = "Sets the corresponding ODRx bit"] - pub const SET: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ot(pub u8); - impl Ot { - #[doc = "Output push-pull (reset state)"] - pub const PUSHPULL: Self = Self(0); - #[doc = "Output open-drain"] - pub const OPENDRAIN: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Brw(pub u8); - impl Brw { - #[doc = "Resets the corresponding ODRx bit"] - pub const RESET: Self = Self(0x01); - } - } -} -pub mod flash_h7 { - use crate::generic::*; - #[doc = "Cluster BANK%s, containing KEYR?, CR?, SR?, CCR?, PRAR_CUR?, PRAR_PRG?, SCAR_CUR?, SCAR_PRG?, WPSN_CUR?R, WPSN_PRG?R, CRCCR?, CRCSADD?R, CRCEADD?R, ECC_FA?R"] - #[derive(Copy, Clone)] - pub struct Bank(pub *mut u8); - unsafe impl Send for Bank {} - unsafe impl Sync for Bank {} - impl Bank { - #[doc = "FLASH key register for bank 1"] - pub fn keyr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "FLASH control register for bank 1"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "FLASH status register for bank 1"] - pub fn sr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "FLASH clear control register for bank 1"] - pub fn ccr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "FLASH protection address for bank 1"] - pub fn prar_cur(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "FLASH protection address for bank 1"] - pub fn prar_prg(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(40usize)) } - } - #[doc = "FLASH secure address for bank 1"] - pub fn scar_cur(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(44usize)) } - } - #[doc = "FLASH secure address for bank 1"] - pub fn scar_prg(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(48usize)) } - } - #[doc = "FLASH write sector protection for bank 1"] - pub fn wpsn_curr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(52usize)) } - } - #[doc = "FLASH write sector protection for bank 1"] - pub fn wpsn_prgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(56usize)) } - } - #[doc = "FLASH CRC control register for bank 1"] - pub fn crccr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(76usize)) } - } - #[doc = "FLASH CRC start address register for bank 1"] - pub fn crcsaddr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(80usize)) } - } - #[doc = "FLASH CRC end address register for bank 1"] - pub fn crceaddr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(84usize)) } - } - #[doc = "FLASH ECC fail address for bank 1"] - pub fn far(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(92usize)) } - } - } - #[doc = "Flash"] - #[derive(Copy, Clone)] - pub struct Flash(pub *mut u8); - unsafe impl Send for Flash {} - unsafe impl Sync for Flash {} - impl Flash { - #[doc = "Access control register"] - pub fn acr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "Cluster BANK%s, containing KEYR?, CR?, SR?, CCR?, PRAR_CUR?, PRAR_PRG?, SCAR_CUR?, SCAR_PRG?, WPSN_CUR?R, WPSN_PRG?R, CRCCR?, CRCSADD?R, CRCEADD?R, ECC_FA?R"] - pub fn bank(self, n: usize) -> Bank { - assert!(n < 2usize); - unsafe { Bank(self.0.add(4usize + n * 256usize)) } - } - #[doc = "FLASH option key register"] - pub fn optkeyr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "FLASH option control register"] - pub fn optcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "FLASH option status register"] - pub fn optsr_cur(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "FLASH option status register"] - pub fn optsr_prg(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "FLASH option clear control register"] - pub fn optccr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - #[doc = "FLASH register with boot address"] - pub fn boot_curr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(64usize)) } - } - #[doc = "FLASH register with boot address"] - pub fn boot_prgr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(68usize)) } - } - #[doc = "FLASH CRC data register"] - pub fn crcdatar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(92usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "FLASH protection address for bank 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct PrarPrg(pub u32); - impl PrarPrg { - #[doc = "Bank 1 lowest PCROP protected address configuration"] - pub const fn prot_area_start(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + #[doc = "CRYPT peripheral clock enable"] + pub const fn crypten(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 4usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) } - #[doc = "Bank 1 lowest PCROP protected address configuration"] - pub fn set_prot_area_start(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "CRYPT peripheral clock enable"] + pub fn set_crypten(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Bank 1 highest PCROP protected address configuration"] - pub const fn prot_area_end(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "HASH peripheral clock enable"] + pub const fn hashen(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) } - #[doc = "Bank 1 highest PCROP protected address configuration"] - pub fn set_prot_area_end(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "HASH peripheral clock enable"] + pub fn set_hashen(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Bank 1 PCROP protected erase enable option configuration bit"] - pub const fn dmep(&self) -> bool { + #[doc = "RNG peripheral clocks enable"] + pub const fn rngen(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 6usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "RNG peripheral clocks enable"] + pub fn set_rngen(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val.0 as u32) & 0x01) << 6usize); + } + #[doc = "SDMMC2 and SDMMC2 delay clock enable"] + pub const fn sdmmc2en(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "SDMMC2 and SDMMC2 delay clock enable"] + pub fn set_sdmmc2en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + } + #[doc = "SRAM1 block enable"] + pub const fn sram1en(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 29usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "SRAM1 block enable"] + pub fn set_sram1en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); + } + #[doc = "SRAM2 block enable"] + pub const fn sram2en(&self) -> super::vals::C1Ahb2enrDcmien { + let val = (self.0 >> 30usize) & 0x01; + super::vals::C1Ahb2enrDcmien(val as u8) + } + #[doc = "SRAM2 block enable"] + pub fn set_sram2en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val.0 as u32) & 0x01) << 30usize); + } + #[doc = "SRAM3 block enable"] + pub const fn sram3en(&self) -> super::vals::C1Ahb2enrDcmien { let val = (self.0 >> 31usize) & 0x01; - val != 0 + super::vals::C1Ahb2enrDcmien(val as u8) } - #[doc = "Bank 1 PCROP protected erase enable option configuration bit"] - pub fn set_dmep(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + #[doc = "SRAM3 block enable"] + pub fn set_sram3en(&mut self, val: super::vals::C1Ahb2enrDcmien) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val.0 as u32) & 0x01) << 31usize); } } - impl Default for PrarPrg { - fn default() -> PrarPrg { - PrarPrg(0) + impl Default for C1Ahb2enr { + fn default() -> C1Ahb2enr { + C1Ahb2enr(0) } } - #[doc = "FLASH CRC control register for bank 1"] + #[doc = "RCC Backup Domain Control Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crccr(pub u32); - impl Crccr { - #[doc = "Bank 1 CRC sector number"] - pub const fn crc_sect(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x07; - val as u8 - } - #[doc = "Bank 1 CRC sector number"] - pub fn set_crc_sect(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); - } - #[doc = "Bank 1 CRC select bit"] - pub const fn all_bank(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + pub struct Bdcr(pub u32); + impl Bdcr { + #[doc = "LSE oscillator enabled"] + pub const fn lseon(&self) -> super::vals::Lseon { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lseon(val as u8) } - #[doc = "Bank 1 CRC select bit"] - pub fn set_all_bank(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "LSE oscillator enabled"] + pub fn set_lseon(&mut self, val: super::vals::Lseon) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Bank 1 CRC sector mode select bit"] - pub const fn crc_by_sect(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "LSE oscillator ready"] + pub const fn lserdy(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Bank 1 CRC sector mode select bit"] - pub fn set_crc_by_sect(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "LSE oscillator ready"] + pub fn set_lserdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Bank 1 CRC sector select bit"] - pub const fn add_sect(&self) -> bool { - let val = (self.0 >> 9usize) & 0x01; - val != 0 + #[doc = "LSE oscillator bypass"] + pub const fn lsebyp(&self) -> super::vals::Lsebyp { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Lsebyp(val as u8) } - #[doc = "Bank 1 CRC sector select bit"] - pub fn set_add_sect(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); + #[doc = "LSE oscillator bypass"] + pub fn set_lsebyp(&mut self, val: super::vals::Lsebyp) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Bank 1 CRC sector list clear bit"] - pub const fn clean_sect(&self) -> bool { - let val = (self.0 >> 10usize) & 0x01; - val != 0 + #[doc = "LSE oscillator driving capability"] + pub const fn lsedrv(&self) -> super::vals::Lsedrv { + let val = (self.0 >> 3usize) & 0x03; + super::vals::Lsedrv(val as u8) } - #[doc = "Bank 1 CRC sector list clear bit"] - pub fn set_clean_sect(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); + #[doc = "LSE oscillator driving capability"] + pub fn set_lsedrv(&mut self, val: super::vals::Lsedrv) { + self.0 = (self.0 & !(0x03 << 3usize)) | (((val.0 as u32) & 0x03) << 3usize); } - #[doc = "Bank 1 CRC start bit"] - pub const fn start_crc(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "LSE clock security system enable"] + pub const fn lsecsson(&self) -> super::vals::Lsecsson { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Lsecsson(val as u8) } - #[doc = "Bank 1 CRC start bit"] - pub fn set_start_crc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "LSE clock security system enable"] + pub fn set_lsecsson(&mut self, val: super::vals::Lsecsson) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Bank 1 CRC clear bit"] - pub const fn clean_crc(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; + #[doc = "LSE clock security system failure detection"] + pub const fn lsecssd(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; val != 0 } - #[doc = "Bank 1 CRC clear bit"] - pub fn set_clean_crc(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "Bank 1 CRC burst size"] - pub const fn crc_burst(&self) -> u8 { - let val = (self.0 >> 20usize) & 0x03; - val as u8 + #[doc = "LSE clock security system failure detection"] + pub fn set_lsecssd(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Bank 1 CRC burst size"] - pub fn set_crc_burst(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); + #[doc = "RTC clock source selection"] + pub const fn rtcsel(&self) -> super::vals::Rtcsel { + let val = (self.0 >> 8usize) & 0x03; + super::vals::Rtcsel(val as u8) } - } - impl Default for Crccr { - fn default() -> Crccr { - Crccr(0) + #[doc = "RTC clock source selection"] + pub fn set_rtcsel(&mut self, val: super::vals::Rtcsel) { + self.0 = (self.0 & !(0x03 << 8usize)) | (((val.0 as u32) & 0x03) << 8usize); } - } - #[doc = "FLASH register with boot address"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct BootPrgr(pub u32); - impl BootPrgr { - #[doc = "Boot address 0"] - pub const fn boot_add0(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 + #[doc = "RTC clock enable"] + pub const fn rtcen(&self) -> super::vals::Rtcen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Rtcen(val as u8) } - #[doc = "Boot address 0"] - pub fn set_boot_add0(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "RTC clock enable"] + pub fn set_rtcen(&mut self, val: super::vals::Rtcen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "Boot address 1"] - pub const fn boot_add1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0xffff; - val as u16 + #[doc = "VSwitch domain software reset"] + pub const fn bdrst(&self) -> super::vals::Bdrst { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Bdrst(val as u8) } - #[doc = "Boot address 1"] - pub fn set_boot_add1(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + #[doc = "VSwitch domain software reset"] + pub fn set_bdrst(&mut self, val: super::vals::Bdrst) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } } - impl Default for BootPrgr { - fn default() -> BootPrgr { - BootPrgr(0) + impl Default for Bdcr { + fn default() -> Bdcr { + Bdcr(0) } } - #[doc = "FLASH option key register"] + #[doc = "RCC APB4 Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Optkeyr(pub u32); - impl Optkeyr { - #[doc = "Unlock key option bytes"] - pub const fn optkeyr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 - } - #[doc = "Unlock key option bytes"] - pub fn set_optkeyr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); - } - } - impl Default for Optkeyr { - fn default() -> Optkeyr { - Optkeyr(0) + pub struct C1Apb4enr(pub u32); + impl C1Apb4enr { + #[doc = "SYSCFG peripheral clock enable"] + pub const fn syscfgen(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - } - #[doc = "FLASH ECC fail address for bank 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Far(pub u32); - impl Far { - #[doc = "Bank 1 ECC error address"] - pub const fn fail_ecc_addr(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x7fff; - val as u16 + #[doc = "SYSCFG peripheral clock enable"] + pub fn set_syscfgen(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Bank 1 ECC error address"] - pub fn set_fail_ecc_addr(&mut self, val: u16) { - self.0 = (self.0 & !(0x7fff << 0usize)) | (((val as u32) & 0x7fff) << 0usize); + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub const fn lpuart1en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - } - impl Default for Far { - fn default() -> Far { - Far(0) + #[doc = "LPUART1 Peripheral Clocks Enable"] + pub fn set_lpuart1en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - } - #[doc = "FLASH option control register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Optcr(pub u32); - impl Optcr { - #[doc = "FLASH_OPTCR lock option configuration bit"] - pub const fn optlock(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 + #[doc = "SPI6 Peripheral Clocks Enable"] + pub const fn spi6en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "FLASH_OPTCR lock option configuration bit"] - pub fn set_optlock(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "SPI6 Peripheral Clocks Enable"] + pub fn set_spi6en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Option byte start change option configuration bit"] - pub const fn optstart(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "I2C4 Peripheral Clocks Enable"] + pub const fn i2c4en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "Option byte start change option configuration bit"] - pub fn set_optstart(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "I2C4 Peripheral Clocks Enable"] + pub fn set_i2c4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "Flash mass erase enable bit"] - pub const fn mer(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; - val != 0 + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub const fn lptim2en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "Flash mass erase enable bit"] - pub fn set_mer(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "LPTIM2 Peripheral Clocks Enable"] + pub fn set_lptim2en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Option byte change error interrupt enable bit"] - pub const fn optchangeerrie(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; - val != 0 + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub const fn lptim3en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "Option byte change error interrupt enable bit"] - pub fn set_optchangeerrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + #[doc = "LPTIM3 Peripheral Clocks Enable"] + pub fn set_lptim3en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); } - #[doc = "Bank swapping configuration bit"] - pub const fn swap_bank(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; - val != 0 + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub const fn lptim4en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "Bank swapping configuration bit"] - pub fn set_swap_bank(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + #[doc = "LPTIM4 Peripheral Clocks Enable"] + pub fn set_lptim4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); } - } - impl Default for Optcr { - fn default() -> Optcr { - Optcr(0) + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub const fn lptim5en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - } - #[doc = "FLASH protection address for bank 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct PrarCur(pub u32); - impl PrarCur { - #[doc = "Bank 1 lowest PCROP protected address"] - pub const fn prot_area_start(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + #[doc = "LPTIM5 Peripheral Clocks Enable"] + pub fn set_lptim5en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); } - #[doc = "Bank 1 lowest PCROP protected address"] - pub fn set_prot_area_start(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "COMP1/2 peripheral clock enable"] + pub const fn comp12en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "Bank 1 highest PCROP protected address"] - pub const fn prot_area_end(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "COMP1/2 peripheral clock enable"] + pub fn set_comp12en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); } - #[doc = "Bank 1 highest PCROP protected address"] - pub fn set_prot_area_end(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "VREF peripheral clock enable"] + pub const fn vrefen(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "Bank 1 PCROP protected erase enable option status bit"] - pub const fn dmep(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; - val != 0 + #[doc = "VREF peripheral clock enable"] + pub fn set_vrefen(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "Bank 1 PCROP protected erase enable option status bit"] - pub fn set_dmep(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + #[doc = "RTC APB Clock Enable"] + pub const fn rtcapben(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - } - impl Default for PrarCur { - fn default() -> PrarCur { - PrarCur(0) + #[doc = "RTC APB Clock Enable"] + pub fn set_rtcapben(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - } - #[doc = "FLASH CRC data register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crcdatar(pub u32); - impl Crcdatar { - #[doc = "CRC result"] - pub const fn crc_data(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "SAI4 Peripheral Clocks Enable"] + pub const fn sai4en(&self) -> super::vals::C1Apb4enrSyscfgen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::C1Apb4enrSyscfgen(val as u8) } - #[doc = "CRC result"] - pub fn set_crc_data(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "SAI4 Peripheral Clocks Enable"] + pub fn set_sai4en(&mut self, val: super::vals::C1Apb4enrSyscfgen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } } - impl Default for Crcdatar { - fn default() -> Crcdatar { - Crcdatar(0) + impl Default for C1Apb4enr { + fn default() -> C1Apb4enr { + C1Apb4enr(0) } } - #[doc = "FLASH secure address for bank 1"] + #[doc = "RCC Domain 1 Clock Configuration Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct ScarCur(pub u32); - impl ScarCur { - #[doc = "Bank 1 lowest secure protected address"] - pub const fn sec_area_start(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + pub struct D1cfgr(pub u32); + impl D1cfgr { + #[doc = "D1 domain AHB prescaler"] + pub const fn hpre(&self) -> super::vals::Hpre { + let val = (self.0 >> 0usize) & 0x0f; + super::vals::Hpre(val as u8) } - #[doc = "Bank 1 lowest secure protected address"] - pub fn set_sec_area_start(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "D1 domain AHB prescaler"] + pub fn set_hpre(&mut self, val: super::vals::Hpre) { + self.0 = (self.0 & !(0x0f << 0usize)) | (((val.0 as u32) & 0x0f) << 0usize); } - #[doc = "Bank 1 highest secure protected address"] - pub const fn sec_area_end(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "D1 domain APB3 prescaler"] + pub const fn d1ppre(&self) -> super::vals::D1ppre { + let val = (self.0 >> 4usize) & 0x07; + super::vals::D1ppre(val as u8) } - #[doc = "Bank 1 highest secure protected address"] - pub fn set_sec_area_end(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "D1 domain APB3 prescaler"] + pub fn set_d1ppre(&mut self, val: super::vals::D1ppre) { + self.0 = (self.0 & !(0x07 << 4usize)) | (((val.0 as u32) & 0x07) << 4usize); } - #[doc = "Bank 1 secure protected erase enable option status bit"] - pub const fn dmes(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; - val != 0 + #[doc = "D1 domain Core prescaler"] + pub const fn d1cpre(&self) -> super::vals::Hpre { + let val = (self.0 >> 8usize) & 0x0f; + super::vals::Hpre(val as u8) } - #[doc = "Bank 1 secure protected erase enable option status bit"] - pub fn set_dmes(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + #[doc = "D1 domain Core prescaler"] + pub fn set_d1cpre(&mut self, val: super::vals::Hpre) { + self.0 = (self.0 & !(0x0f << 8usize)) | (((val.0 as u32) & 0x0f) << 8usize); } } - impl Default for ScarCur { - fn default() -> ScarCur { - ScarCur(0) + impl Default for D1cfgr { + fn default() -> D1cfgr { + D1cfgr(0) } } - #[doc = "FLASH clear control register for bank 1"] + #[doc = "RCC AHB1 Sleep Clock Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ccr(pub u32); - impl Ccr { - #[doc = "Bank 1 EOP1 flag clear bit"] - pub const fn clr_eop(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Bank 1 EOP1 flag clear bit"] - pub fn set_clr_eop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - #[doc = "Bank 1 WRPERR1 flag clear bit"] - pub const fn clr_wrperr(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 - } - #[doc = "Bank 1 WRPERR1 flag clear bit"] - pub fn set_clr_wrperr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "Bank 1 PGSERR1 flag clear bi"] - pub const fn clr_pgserr(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 + pub struct C1Ahb1lpenr(pub u32); + impl C1Ahb1lpenr { + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub const fn dma1lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 0usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) } - #[doc = "Bank 1 PGSERR1 flag clear bi"] - pub fn set_clr_pgserr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + #[doc = "DMA1 Clock Enable During CSleep Mode"] + pub fn set_dma1lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Bank 1 STRBERR1 flag clear bit"] - pub const fn clr_strberr(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub const fn dma2lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) } - #[doc = "Bank 1 STRBERR1 flag clear bit"] - pub fn set_clr_strberr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "DMA2 Clock Enable During CSleep Mode"] + pub fn set_dma2lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Bank 1 INCERR1 flag clear bit"] - pub const fn clr_incerr(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub const fn adc12lpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) } - #[doc = "Bank 1 INCERR1 flag clear bit"] - pub fn set_clr_incerr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "ADC1/2 Peripheral Clocks Enable During CSleep Mode"] + pub fn set_adc12lpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Bank 1 OPERR1 flag clear bit"] - pub const fn clr_operr(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub const fn eth1maclpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) } - #[doc = "Bank 1 OPERR1 flag clear bit"] - pub fn set_clr_operr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "Ethernet MAC bus interface Clock Enable During CSleep Mode"] + pub fn set_eth1maclpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); } - #[doc = "Bank 1 RDPERR1 flag clear bit"] - pub const fn clr_rdperr(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub const fn eth1txlpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) } - #[doc = "Bank 1 RDPERR1 flag clear bit"] - pub fn set_clr_rdperr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "Ethernet Transmission Clock Enable During CSleep Mode"] + pub fn set_eth1txlpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "Bank 1 RDSERR1 flag clear bit"] - pub const fn clr_rdserr(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub const fn eth1rxlpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 17usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) } - #[doc = "Bank 1 RDSERR1 flag clear bit"] - pub fn set_clr_rdserr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "Ethernet Reception Clock Enable During CSleep Mode"] + pub fn set_eth1rxlpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val.0 as u32) & 0x01) << 17usize); } - #[doc = "Bank 1 SNECCERR1 flag clear bit"] - pub const fn clr_sneccerr(&self) -> bool { + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub const fn usb1otglpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { let val = (self.0 >> 25usize) & 0x01; - val != 0 + super::vals::C1Ahb1lpenrDma1lpen(val as u8) } - #[doc = "Bank 1 SNECCERR1 flag clear bit"] - pub fn set_clr_sneccerr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "USB1OTG peripheral clock enable during CSleep mode"] + pub fn set_usb1otglpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val.0 as u32) & 0x01) << 25usize); } - #[doc = "Bank 1 DBECCERR1 flag clear bit"] - pub const fn clr_dbeccerr(&self) -> bool { + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub const fn usb1ulpilpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { let val = (self.0 >> 26usize) & 0x01; - val != 0 + super::vals::C1Ahb1lpenrDma1lpen(val as u8) } - #[doc = "Bank 1 DBECCERR1 flag clear bit"] - pub fn set_clr_dbeccerr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "USB_PHY1 clock enable during CSleep mode"] + pub fn set_usb1ulpilpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val.0 as u32) & 0x01) << 26usize); } - #[doc = "Bank 1 CRCEND1 flag clear bit"] - pub const fn clr_crcend(&self) -> bool { + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub const fn usb2otglpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { let val = (self.0 >> 27usize) & 0x01; - val != 0 + super::vals::C1Ahb1lpenrDma1lpen(val as u8) } - #[doc = "Bank 1 CRCEND1 flag clear bit"] - pub fn set_clr_crcend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "USB2OTG peripheral clock enable during CSleep mode"] + pub fn set_usb2otglpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val.0 as u32) & 0x01) << 27usize); + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub const fn usb2ulpilpen(&self) -> super::vals::C1Ahb1lpenrDma1lpen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::C1Ahb1lpenrDma1lpen(val as u8) + } + #[doc = "USB_PHY2 clocks enable during CSleep mode"] + pub fn set_usb2ulpilpen(&mut self, val: super::vals::C1Ahb1lpenrDma1lpen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } } - impl Default for Ccr { - fn default() -> Ccr { - Ccr(0) + impl Default for C1Ahb1lpenr { + fn default() -> C1Ahb1lpenr { + C1Ahb1lpenr(0) } } - #[doc = "FLASH control register for bank 1"] + #[doc = "RCC D3 Autonomous mode Register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Bank 1 configuration lock bit"] - pub const fn lock(&self) -> bool { + pub struct D3amr(pub u32); + impl D3amr { + #[doc = "BDMA and DMAMUX Autonomous mode enable"] + pub const fn bdmaamen(&self) -> super::vals::Bdmaamen { let val = (self.0 >> 0usize) & 0x01; - val != 0 + super::vals::Bdmaamen(val as u8) } - #[doc = "Bank 1 configuration lock bit"] - pub fn set_lock(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "BDMA and DMAMUX Autonomous mode enable"] + pub fn set_bdmaamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); } - #[doc = "Bank 1 program enable bit"] - pub const fn pg(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "LPUART1 Autonomous mode enable"] + pub const fn lpuart1amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 3usize) & 0x01; + super::vals::Bdmaamen(val as u8) } - #[doc = "Bank 1 program enable bit"] - pub fn set_pg(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "LPUART1 Autonomous mode enable"] + pub fn set_lpuart1amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val.0 as u32) & 0x01) << 3usize); } - #[doc = "Bank 1 sector erase request"] - pub const fn ser(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 + #[doc = "SPI6 Autonomous mode enable"] + pub const fn spi6amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Bdmaamen(val as u8) } - #[doc = "Bank 1 sector erase request"] - pub fn set_ser(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "SPI6 Autonomous mode enable"] + pub fn set_spi6amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Bank 1 erase request"] - pub const fn ber(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "I2C4 Autonomous mode enable"] + pub const fn i2c4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 7usize) & 0x01; + super::vals::Bdmaamen(val as u8) } - #[doc = "Bank 1 erase request"] - pub fn set_ber(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "I2C4 Autonomous mode enable"] + pub fn set_i2c4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val.0 as u32) & 0x01) << 7usize); } - #[doc = "Bank 1 program size"] - pub const fn psize(&self) -> u8 { - let val = (self.0 >> 4usize) & 0x03; - val as u8 + #[doc = "LPTIM2 Autonomous mode enable"] + pub const fn lptim2amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 9usize) & 0x01; + super::vals::Bdmaamen(val as u8) } - #[doc = "Bank 1 program size"] - pub fn set_psize(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 4usize)) | (((val as u32) & 0x03) << 4usize); + #[doc = "LPTIM2 Autonomous mode enable"] + pub fn set_lptim2amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); } - #[doc = "Bank 1 write forcing control bit"] - pub const fn fw(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; - val != 0 + #[doc = "LPTIM3 Autonomous mode enable"] + pub const fn lptim3amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 10usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM3 Autonomous mode enable"] + pub fn set_lptim3amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + } + #[doc = "LPTIM4 Autonomous mode enable"] + pub const fn lptim4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 11usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM4 Autonomous mode enable"] + pub fn set_lptim4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 11usize)) | (((val.0 as u32) & 0x01) << 11usize); + } + #[doc = "LPTIM5 Autonomous mode enable"] + pub const fn lptim5amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 12usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "LPTIM5 Autonomous mode enable"] + pub fn set_lptim5amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 12usize)) | (((val.0 as u32) & 0x01) << 12usize); + } + #[doc = "COMP12 Autonomous mode enable"] + pub const fn comp12amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 14usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "COMP12 Autonomous mode enable"] + pub fn set_comp12amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 14usize)) | (((val.0 as u32) & 0x01) << 14usize); + } + #[doc = "VREF Autonomous mode enable"] + pub const fn vrefamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 15usize) & 0x01; + super::vals::Bdmaamen(val as u8) + } + #[doc = "VREF Autonomous mode enable"] + pub fn set_vrefamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + } + #[doc = "RTC Autonomous mode enable"] + pub const fn rtcamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 16usize) & 0x01; + super::vals::Bdmaamen(val as u8) } - #[doc = "Bank 1 write forcing control bit"] - pub fn set_fw(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "RTC Autonomous mode enable"] + pub fn set_rtcamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val.0 as u32) & 0x01) << 16usize); } - #[doc = "Bank 1 bank or sector erase start control bit"] - pub const fn start(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + #[doc = "CRC Autonomous mode enable"] + pub const fn crcamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 19usize) & 0x01; + super::vals::Bdmaamen(val as u8) } - #[doc = "Bank 1 bank or sector erase start control bit"] - pub fn set_start(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "CRC Autonomous mode enable"] + pub fn set_crcamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); } - #[doc = "Bank 1 sector erase selection number"] - pub const fn snb(&self) -> u8 { - let val = (self.0 >> 8usize) & 0x07; - val as u8 + #[doc = "SAI4 Autonomous mode enable"] + pub const fn sai4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 21usize) & 0x01; + super::vals::Bdmaamen(val as u8) } - #[doc = "Bank 1 sector erase selection number"] - pub fn set_snb(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 8usize)) | (((val as u32) & 0x07) << 8usize); + #[doc = "SAI4 Autonomous mode enable"] + pub fn set_sai4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val.0 as u32) & 0x01) << 21usize); } - #[doc = "Bank 1 CRC control bit"] - pub const fn crc_en(&self) -> bool { - let val = (self.0 >> 15usize) & 0x01; - val != 0 + #[doc = "ADC3 Autonomous mode enable"] + pub const fn adc3amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 24usize) & 0x01; + super::vals::Bdmaamen(val as u8) } - #[doc = "Bank 1 CRC control bit"] - pub fn set_crc_en(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); + #[doc = "ADC3 Autonomous mode enable"] + pub fn set_adc3amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val.0 as u32) & 0x01) << 24usize); } - #[doc = "Bank 1 end-of-program interrupt control bit"] - pub const fn eopie(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 + #[doc = "Backup RAM Autonomous mode enable"] + pub const fn bkpramamen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 28usize) & 0x01; + super::vals::Bdmaamen(val as u8) } - #[doc = "Bank 1 end-of-program interrupt control bit"] - pub fn set_eopie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "Backup RAM Autonomous mode enable"] + pub fn set_bkpramamen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 28usize)) | (((val.0 as u32) & 0x01) << 28usize); } - #[doc = "Bank 1 write protection error interrupt enable bit"] - pub const fn wrperrie(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 + #[doc = "SRAM4 Autonomous mode enable"] + pub const fn sram4amen(&self) -> super::vals::Bdmaamen { + let val = (self.0 >> 29usize) & 0x01; + super::vals::Bdmaamen(val as u8) } - #[doc = "Bank 1 write protection error interrupt enable bit"] - pub fn set_wrperrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "SRAM4 Autonomous mode enable"] + pub fn set_sram4amen(&mut self, val: super::vals::Bdmaamen) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val.0 as u32) & 0x01) << 29usize); } - #[doc = "Bank 1 programming sequence error interrupt enable bit"] - pub const fn pgserrie(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 + } + impl Default for D3amr { + fn default() -> D3amr { + D3amr(0) } - #[doc = "Bank 1 programming sequence error interrupt enable bit"] - pub fn set_pgserrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "RCC Clock Control and Status Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Csr(pub u32); + impl Csr { + #[doc = "LSI oscillator enable"] + pub const fn lsion(&self) -> super::vals::Lsion { + let val = (self.0 >> 0usize) & 0x01; + super::vals::Lsion(val as u8) } - #[doc = "Bank 1 strobe error interrupt enable bit"] - pub const fn strberrie(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; + #[doc = "LSI oscillator enable"] + pub fn set_lsion(&mut self, val: super::vals::Lsion) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val.0 as u32) & 0x01) << 0usize); + } + #[doc = "LSI oscillator ready"] + pub const fn lsirdy(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Bank 1 strobe error interrupt enable bit"] - pub fn set_strberrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "LSI oscillator ready"] + pub fn set_lsirdy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Bank 1 inconsistency error interrupt enable bit"] - pub const fn incerrie(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 + } + impl Default for Csr { + fn default() -> Csr { + Csr(0) } - #[doc = "Bank 1 inconsistency error interrupt enable bit"] - pub fn set_incerrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + } + #[doc = "RCC APB1 Clock Register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Apb1henr(pub u32); + impl Apb1henr { + #[doc = "Clock Recovery System peripheral clock enable"] + pub const fn crsen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 1usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) } - #[doc = "Bank 1 write/erase error interrupt enable bit"] - pub const fn operrie(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + #[doc = "Clock Recovery System peripheral clock enable"] + pub fn set_crsen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val.0 as u32) & 0x01) << 1usize); } - #[doc = "Bank 1 write/erase error interrupt enable bit"] - pub fn set_operrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "SWPMI Peripheral Clocks Enable"] + pub const fn swpen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 2usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) } - #[doc = "Bank 1 read protection error interrupt enable bit"] - pub const fn rdperrie(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 + #[doc = "SWPMI Peripheral Clocks Enable"] + pub fn set_swpen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); } - #[doc = "Bank 1 read protection error interrupt enable bit"] - pub fn set_rdperrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + #[doc = "OPAMP peripheral clock enable"] + pub const fn opampen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 4usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) } - #[doc = "Bank 1 secure error interrupt enable bit"] - pub const fn rdserrie(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 + #[doc = "OPAMP peripheral clock enable"] + pub fn set_opampen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val.0 as u32) & 0x01) << 4usize); } - #[doc = "Bank 1 secure error interrupt enable bit"] - pub fn set_rdserrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + #[doc = "MDIOS peripheral clock enable"] + pub const fn mdiosen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 5usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) } - #[doc = "Bank 1 ECC single correction error interrupt enable bit"] - pub const fn sneccerrie(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + #[doc = "MDIOS peripheral clock enable"] + pub fn set_mdiosen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); } - #[doc = "Bank 1 ECC single correction error interrupt enable bit"] - pub fn set_sneccerrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "FDCAN Peripheral Clocks Enable"] + pub const fn fdcanen(&self) -> super::vals::Apb1henrCrsen { + let val = (self.0 >> 8usize) & 0x01; + super::vals::Apb1henrCrsen(val as u8) } - #[doc = "Bank 1 ECC double detection error interrupt enable bit"] - pub const fn dbeccerrie(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + #[doc = "FDCAN Peripheral Clocks Enable"] + pub fn set_fdcanen(&mut self, val: super::vals::Apb1henrCrsen) { + self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); } - #[doc = "Bank 1 ECC double detection error interrupt enable bit"] - pub fn set_dbeccerrie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + impl Default for Apb1henr { + fn default() -> Apb1henr { + Apb1henr(0) } - #[doc = "Bank 1 end of CRC calculation interrupt enable bit"] - pub const fn crcendie(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; + } + } +} +pub mod flash_h7 { + use crate::generic::*; + #[doc = "Flash"] + #[derive(Copy, Clone)] + pub struct Flash(pub *mut u8); + unsafe impl Send for Flash {} + unsafe impl Sync for Flash {} + impl Flash { + #[doc = "Access control register"] + pub fn acr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "Cluster BANK%s, containing KEYR?, CR?, SR?, CCR?, PRAR_CUR?, PRAR_PRG?, SCAR_CUR?, SCAR_PRG?, WPSN_CUR?R, WPSN_PRG?R, CRCCR?, CRCSADD?R, CRCEADD?R, ECC_FA?R"] + pub fn bank(self, n: usize) -> Bank { + assert!(n < 2usize); + unsafe { Bank(self.0.add(4usize + n * 256usize)) } + } + #[doc = "FLASH option key register"] + pub fn optkeyr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "FLASH option control register"] + pub fn optcr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(24usize)) } + } + #[doc = "FLASH option status register"] + pub fn optsr_cur(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(28usize)) } + } + #[doc = "FLASH option status register"] + pub fn optsr_prg(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(32usize)) } + } + #[doc = "FLASH option clear control register"] + pub fn optccr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "FLASH register with boot address"] + pub fn boot_curr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(64usize)) } + } + #[doc = "FLASH register with boot address"] + pub fn boot_prgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(68usize)) } + } + #[doc = "FLASH CRC data register"] + pub fn crcdatar(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(92usize)) } + } + } + #[doc = "Cluster BANK%s, containing KEYR?, CR?, SR?, CCR?, PRAR_CUR?, PRAR_PRG?, SCAR_CUR?, SCAR_PRG?, WPSN_CUR?R, WPSN_PRG?R, CRCCR?, CRCSADD?R, CRCEADD?R, ECC_FA?R"] + #[derive(Copy, Clone)] + pub struct Bank(pub *mut u8); + unsafe impl Send for Bank {} + unsafe impl Sync for Bank {} + impl Bank { + #[doc = "FLASH key register for bank 1"] + pub fn keyr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(0usize)) } + } + #[doc = "FLASH control register for bank 1"] + pub fn cr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(8usize)) } + } + #[doc = "FLASH status register for bank 1"] + pub fn sr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(12usize)) } + } + #[doc = "FLASH clear control register for bank 1"] + pub fn ccr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(16usize)) } + } + #[doc = "FLASH protection address for bank 1"] + pub fn prar_cur(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(36usize)) } + } + #[doc = "FLASH protection address for bank 1"] + pub fn prar_prg(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(40usize)) } + } + #[doc = "FLASH secure address for bank 1"] + pub fn scar_cur(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(44usize)) } + } + #[doc = "FLASH secure address for bank 1"] + pub fn scar_prg(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(48usize)) } + } + #[doc = "FLASH write sector protection for bank 1"] + pub fn wpsn_curr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(52usize)) } + } + #[doc = "FLASH write sector protection for bank 1"] + pub fn wpsn_prgr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(56usize)) } + } + #[doc = "FLASH CRC control register for bank 1"] + pub fn crccr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(76usize)) } + } + #[doc = "FLASH CRC start address register for bank 1"] + pub fn crcsaddr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(80usize)) } + } + #[doc = "FLASH CRC end address register for bank 1"] + pub fn crceaddr(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(84usize)) } + } + #[doc = "FLASH ECC fail address for bank 1"] + pub fn far(self) -> Reg { + unsafe { Reg::from_ptr(self.0.add(92usize)) } + } + } + pub mod regs { + use crate::generic::*; + #[doc = "FLASH option clear control register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct Optccr(pub u32); + impl Optccr { + #[doc = "OPTCHANGEERR reset bit"] + pub const fn clr_optchangeerr(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; val != 0 } - #[doc = "Bank 1 end of CRC calculation interrupt enable bit"] - pub fn set_crcendie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "OPTCHANGEERR reset bit"] + pub fn set_clr_optchangeerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); } } - impl Default for Cr { - fn default() -> Cr { - Cr(0) + impl Default for Optccr { + fn default() -> Optccr { + Optccr(0) } } #[doc = "Access control register"] @@ -45984,273 +24976,200 @@ pub mod flash_h7 { Acr(0) } } - #[doc = "FLASH option clear control register"] + #[doc = "FLASH register with boot address"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Optccr(pub u32); - impl Optccr { - #[doc = "OPTCHANGEERR reset bit"] - pub const fn clr_optchangeerr(&self) -> bool { - let val = (self.0 >> 30usize) & 0x01; - val != 0 - } - #[doc = "OPTCHANGEERR reset bit"] - pub fn set_clr_optchangeerr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); + pub struct BootCurr(pub u32); + impl BootCurr { + #[doc = "Boot address 0"] + pub const fn boot_add0(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - } - impl Default for Optccr { - fn default() -> Optccr { - Optccr(0) + #[doc = "Boot address 0"] + pub fn set_boot_add0(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } - } - #[doc = "FLASH key register for bank 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Keyr(pub u32); - impl Keyr { - #[doc = "Bank 1 access configuration unlock key"] - pub const fn keyr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "Boot address 1"] + pub const fn boot_add1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 } - #[doc = "Bank 1 access configuration unlock key"] - pub fn set_keyr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Boot address 1"] + pub fn set_boot_add1(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); } } - impl Default for Keyr { - fn default() -> Keyr { - Keyr(0) + impl Default for BootCurr { + fn default() -> BootCurr { + BootCurr(0) } } - #[doc = "FLASH option status register"] + #[doc = "FLASH status register for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct OptsrPrg(pub u32); - impl OptsrPrg { - #[doc = "BOR reset level option configuration bits"] - pub const fn bor_lev(&self) -> u8 { - let val = (self.0 >> 2usize) & 0x03; - val as u8 + pub struct Sr(pub u32); + impl Sr { + #[doc = "Bank 1 ongoing program flag"] + pub const fn bsy(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; + val != 0 } - #[doc = "BOR reset level option configuration bits"] - pub fn set_bor_lev(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 2usize)) | (((val as u32) & 0x03) << 2usize); + #[doc = "Bank 1 ongoing program flag"] + pub fn set_bsy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "IWDG1 option configuration bit"] - pub const fn iwdg1_hw(&self) -> bool { - let val = (self.0 >> 4usize) & 0x01; + #[doc = "Bank 1 write buffer not empty flag"] + pub const fn wbne(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "IWDG1 option configuration bit"] - pub fn set_iwdg1_hw(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); + #[doc = "Bank 1 write buffer not empty flag"] + pub fn set_wbne(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Option byte erase after D1 DStop option configuration bit"] - pub const fn n_rst_stop_d1(&self) -> bool { - let val = (self.0 >> 6usize) & 0x01; + #[doc = "Bank 1 wait queue flag"] + pub const fn qw(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Option byte erase after D1 DStop option configuration bit"] - pub fn set_n_rst_stop_d1(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + #[doc = "Bank 1 wait queue flag"] + pub fn set_qw(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Option byte erase after D1 DStandby option configuration bit"] - pub const fn n_rst_stby_d1(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; + #[doc = "Bank 1 CRC busy flag"] + pub const fn crc_busy(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Option byte erase after D1 DStandby option configuration bit"] - pub fn set_n_rst_stby_d1(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Bank 1 CRC busy flag"] + pub fn set_crc_busy(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Readout protection level option configuration byte"] - pub const fn rdp(&self) -> u8 { - let val = (self.0 >> 8usize) & 0xff; - val as u8 + #[doc = "Bank 1 end-of-program flag"] + pub const fn eop(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - #[doc = "Readout protection level option configuration byte"] - pub fn set_rdp(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); + #[doc = "Bank 1 end-of-program flag"] + pub fn set_eop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "IWDG Stop mode freeze option configuration bit"] - pub const fn fz_iwdg_stop(&self) -> bool { + #[doc = "Bank 1 write protection error flag"] + pub const fn wrperr(&self) -> bool { let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "IWDG Stop mode freeze option configuration bit"] - pub fn set_fz_iwdg_stop(&mut self, val: bool) { + #[doc = "Bank 1 write protection error flag"] + pub fn set_wrperr(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "IWDG Standby mode freeze option configuration bit"] - pub const fn fz_iwdg_sdby(&self) -> bool { + #[doc = "Bank 1 programming sequence error flag"] + pub const fn pgserr(&self) -> bool { let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "IWDG Standby mode freeze option configuration bit"] - pub fn set_fz_iwdg_sdby(&mut self, val: bool) { + #[doc = "Bank 1 programming sequence error flag"] + pub fn set_pgserr(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "DTCM size select option configuration bits"] - pub const fn st_ram_size(&self) -> u8 { - let val = (self.0 >> 19usize) & 0x03; - val as u8 - } - #[doc = "DTCM size select option configuration bits"] - pub fn set_st_ram_size(&mut self, val: u8) { - self.0 = (self.0 & !(0x03 << 19usize)) | (((val as u32) & 0x03) << 19usize); - } - #[doc = "Security option configuration bit"] - pub const fn security(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 - } - #[doc = "Security option configuration bit"] - pub fn set_security(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); - } - #[doc = "User option configuration bit 1"] - pub const fn rss1(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 - } - #[doc = "User option configuration bit 1"] - pub fn set_rss1(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); - } - #[doc = "User option configuration bit 2"] - pub const fn rss2(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; + #[doc = "Bank 1 strobe error flag"] + pub const fn strberr(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "User option configuration bit 2"] - pub fn set_rss2(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "Bank 1 strobe error flag"] + pub fn set_strberr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "I/O high-speed at low-voltage (PRODUCT_BELOW_25V)"] - pub const fn io_hslv(&self) -> bool { - let val = (self.0 >> 29usize) & 0x01; + #[doc = "Bank 1 inconsistency error flag"] + pub const fn incerr(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "I/O high-speed at low-voltage (PRODUCT_BELOW_25V)"] - pub fn set_io_hslv(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); + #[doc = "Bank 1 inconsistency error flag"] + pub fn set_incerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Bank swapping option configuration bit"] - pub const fn swap_bank_opt(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; + #[doc = "Bank 1 write/erase error flag"] + pub const fn operr(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "Bank swapping option configuration bit"] - pub fn set_swap_bank_opt(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + #[doc = "Bank 1 write/erase error flag"] + pub fn set_operr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - } - impl Default for OptsrPrg { - fn default() -> OptsrPrg { - OptsrPrg(0) + #[doc = "Bank 1 read protection error flag"] + pub const fn rdperr(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 } - } - #[doc = "FLASH CRC end address register for bank 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crceaddr(pub u32); - impl Crceaddr { - #[doc = "CRC end address on bank 1"] - pub const fn crc_end_addr(&self) -> u32 { - let val = (self.0 >> 0usize) & 0xffff_ffff; - val as u32 + #[doc = "Bank 1 read protection error flag"] + pub fn set_rdperr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - #[doc = "CRC end address on bank 1"] - pub fn set_crc_end_addr(&mut self, val: u32) { - self.0 = - (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); + #[doc = "Bank 1 secure error flag"] + pub const fn rdserr(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 } - } - impl Default for Crceaddr { - fn default() -> Crceaddr { - Crceaddr(0) + #[doc = "Bank 1 secure error flag"] + pub fn set_rdserr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - } - #[doc = "FLASH secure address for bank 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct ScarPrg(pub u32); - impl ScarPrg { - #[doc = "Bank 1 lowest secure protected address configuration"] - pub const fn sec_area_start(&self) -> u16 { - let val = (self.0 >> 0usize) & 0x0fff; - val as u16 + #[doc = "Bank 1 single correction error flag"] + pub const fn sneccerr1(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 } - #[doc = "Bank 1 lowest secure protected address configuration"] - pub fn set_sec_area_start(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); + #[doc = "Bank 1 single correction error flag"] + pub fn set_sneccerr1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "Bank 1 highest secure protected address configuration"] - pub const fn sec_area_end(&self) -> u16 { - let val = (self.0 >> 16usize) & 0x0fff; - val as u16 + #[doc = "Bank 1 ECC double detection error flag"] + pub const fn dbeccerr(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 } - #[doc = "Bank 1 highest secure protected address configuration"] - pub fn set_sec_area_end(&mut self, val: u16) { - self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); + #[doc = "Bank 1 ECC double detection error flag"] + pub fn set_dbeccerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "Bank 1 secure protected erase enable option configuration bit"] - pub const fn dmes(&self) -> bool { - let val = (self.0 >> 31usize) & 0x01; + #[doc = "Bank 1 CRC-complete flag"] + pub const fn crcend(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "Bank 1 secure protected erase enable option configuration bit"] - pub fn set_dmes(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); + #[doc = "Bank 1 CRC-complete flag"] + pub fn set_crcend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } } - impl Default for ScarPrg { - fn default() -> ScarPrg { - ScarPrg(0) + impl Default for Sr { + fn default() -> Sr { + Sr(0) } } - #[doc = "FLASH CRC start address register for bank 1"] + #[doc = "FLASH CRC data register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Crcsaddr(pub u32); - impl Crcsaddr { - #[doc = "CRC start address on bank 1"] - pub const fn crc_start_addr(&self) -> u32 { + pub struct Crcdatar(pub u32); + impl Crcdatar { + #[doc = "CRC result"] + pub const fn crc_data(&self) -> u32 { let val = (self.0 >> 0usize) & 0xffff_ffff; val as u32 } - #[doc = "CRC start address on bank 1"] - pub fn set_crc_start_addr(&mut self, val: u32) { + #[doc = "CRC result"] + pub fn set_crc_data(&mut self, val: u32) { self.0 = (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Crcsaddr { - fn default() -> Crcsaddr { - Crcsaddr(0) - } - } - #[doc = "FLASH write sector protection for bank 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct WpsnPrgr(pub u32); - impl WpsnPrgr { - #[doc = "Bank 1 sector write protection configuration byte"] - pub const fn wrpsn(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "Bank 1 sector write protection configuration byte"] - pub fn set_wrpsn(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - } - impl Default for WpsnPrgr { - fn default() -> WpsnPrgr { - WpsnPrgr(0) + impl Default for Crcdatar { + fn default() -> Crcdatar { + Crcdatar(0) } } #[doc = "FLASH option status register"] @@ -46399,1571 +25318,898 @@ pub mod flash_h7 { OptsrCur(0) } } - #[doc = "FLASH write sector protection for bank 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct WpsnCurr(pub u32); - impl WpsnCurr { - #[doc = "Bank 1 sector write protection option status byte"] - pub const fn wrpsn(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 - } - #[doc = "Bank 1 sector write protection option status byte"] - pub fn set_wrpsn(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); - } - } - impl Default for WpsnCurr { - fn default() -> WpsnCurr { - WpsnCurr(0) - } - } - #[doc = "FLASH status register for bank 1"] + #[doc = "FLASH secure address for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Sr(pub u32); - impl Sr { - #[doc = "Bank 1 ongoing program flag"] - pub const fn bsy(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "Bank 1 ongoing program flag"] - pub fn set_bsy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "Bank 1 write buffer not empty flag"] - pub const fn wbne(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 - } - #[doc = "Bank 1 write buffer not empty flag"] - pub fn set_wbne(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); - } - #[doc = "Bank 1 wait queue flag"] - pub const fn qw(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Bank 1 wait queue flag"] - pub fn set_qw(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Bank 1 CRC busy flag"] - pub const fn crc_busy(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Bank 1 CRC busy flag"] - pub fn set_crc_busy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Bank 1 end-of-program flag"] - pub const fn eop(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; - val != 0 - } - #[doc = "Bank 1 end-of-program flag"] - pub fn set_eop(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); - } - #[doc = "Bank 1 write protection error flag"] - pub const fn wrperr(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; - val != 0 - } - #[doc = "Bank 1 write protection error flag"] - pub fn set_wrperr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); - } - #[doc = "Bank 1 programming sequence error flag"] - pub const fn pgserr(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 - } - #[doc = "Bank 1 programming sequence error flag"] - pub fn set_pgserr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); - } - #[doc = "Bank 1 strobe error flag"] - pub const fn strberr(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 - } - #[doc = "Bank 1 strobe error flag"] - pub fn set_strberr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); - } - #[doc = "Bank 1 inconsistency error flag"] - pub const fn incerr(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 - } - #[doc = "Bank 1 inconsistency error flag"] - pub fn set_incerr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); - } - #[doc = "Bank 1 write/erase error flag"] - pub const fn operr(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 - } - #[doc = "Bank 1 write/erase error flag"] - pub fn set_operr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); - } - #[doc = "Bank 1 read protection error flag"] - pub const fn rdperr(&self) -> bool { - let val = (self.0 >> 23usize) & 0x01; - val != 0 - } - #[doc = "Bank 1 read protection error flag"] - pub fn set_rdperr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); - } - #[doc = "Bank 1 secure error flag"] - pub const fn rdserr(&self) -> bool { - let val = (self.0 >> 24usize) & 0x01; - val != 0 - } - #[doc = "Bank 1 secure error flag"] - pub fn set_rdserr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); - } - #[doc = "Bank 1 single correction error flag"] - pub const fn sneccerr1(&self) -> bool { - let val = (self.0 >> 25usize) & 0x01; - val != 0 + pub struct ScarCur(pub u32); + impl ScarCur { + #[doc = "Bank 1 lowest secure protected address"] + pub const fn sec_area_start(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "Bank 1 single correction error flag"] - pub fn set_sneccerr1(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + #[doc = "Bank 1 lowest secure protected address"] + pub fn set_sec_area_start(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "Bank 1 ECC double detection error flag"] - pub const fn dbeccerr(&self) -> bool { - let val = (self.0 >> 26usize) & 0x01; - val != 0 + #[doc = "Bank 1 highest secure protected address"] + pub const fn sec_area_end(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - #[doc = "Bank 1 ECC double detection error flag"] - pub fn set_dbeccerr(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + #[doc = "Bank 1 highest secure protected address"] + pub fn set_sec_area_end(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } - #[doc = "Bank 1 CRC-complete flag"] - pub const fn crcend(&self) -> bool { - let val = (self.0 >> 27usize) & 0x01; + #[doc = "Bank 1 secure protected erase enable option status bit"] + pub const fn dmes(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; val != 0 } - #[doc = "Bank 1 CRC-complete flag"] - pub fn set_crcend(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); + #[doc = "Bank 1 secure protected erase enable option status bit"] + pub fn set_dmes(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } } - impl Default for Sr { - fn default() -> Sr { - Sr(0) + impl Default for ScarCur { + fn default() -> ScarCur { + ScarCur(0) } } - #[doc = "FLASH register with boot address"] + #[doc = "FLASH CRC end address register for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct BootCurr(pub u32); - impl BootCurr { - #[doc = "Boot address 0"] - pub const fn boot_add0(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; - val as u16 - } - #[doc = "Boot address 0"] - pub fn set_boot_add0(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); - } - #[doc = "Boot address 1"] - pub const fn boot_add1(&self) -> u16 { - let val = (self.0 >> 16usize) & 0xffff; - val as u16 + pub struct Crceaddr(pub u32); + impl Crceaddr { + #[doc = "CRC end address on bank 1"] + pub const fn crc_end_addr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "Boot address 1"] - pub fn set_boot_add1(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); + #[doc = "CRC end address on bank 1"] + pub fn set_crc_end_addr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for BootCurr { - fn default() -> BootCurr { - BootCurr(0) + impl Default for Crceaddr { + fn default() -> Crceaddr { + Crceaddr(0) } } - } -} -pub mod dma_v2 { - use crate::generic::*; - #[doc = "DMA controller"] - #[derive(Copy, Clone)] - pub struct Dma(pub *mut u8); - unsafe impl Send for Dma {} - unsafe impl Sync for Dma {} - impl Dma { - #[doc = "low interrupt status register"] - pub fn isr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(0usize + n * 4usize)) } - } - #[doc = "low interrupt flag clear register"] - pub fn ifcr(self, n: usize) -> Reg { - assert!(n < 2usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] - pub fn st(self, n: usize) -> St { - assert!(n < 8usize); - unsafe { St(self.0.add(16usize + n * 24usize)) } - } - } - #[doc = "Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers"] - #[derive(Copy, Clone)] - pub struct St(pub *mut u8); - unsafe impl Send for St {} - unsafe impl Sync for St {} - impl St { - #[doc = "stream x configuration register"] - pub fn cr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "stream x number of data register"] - pub fn ndtr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "stream x peripheral address register"] - pub fn par(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "stream x memory 0 address register"] - pub fn m0ar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "stream x memory 1 address register"] - pub fn m1ar(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "stream x FIFO control register"] - pub fn fcr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "stream x FIFO control register"] + #[doc = "FLASH write sector protection for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Fcr(pub u32); - impl Fcr { - #[doc = "FIFO threshold selection"] - pub const fn fth(&self) -> super::vals::Fth { - let val = (self.0 >> 0usize) & 0x03; - super::vals::Fth(val as u8) - } - #[doc = "FIFO threshold selection"] - pub fn set_fth(&mut self, val: super::vals::Fth) { - self.0 = (self.0 & !(0x03 << 0usize)) | (((val.0 as u32) & 0x03) << 0usize); - } - #[doc = "Direct mode disable"] - pub const fn dmdis(&self) -> super::vals::Dmdis { - let val = (self.0 >> 2usize) & 0x01; - super::vals::Dmdis(val as u8) - } - #[doc = "Direct mode disable"] - pub fn set_dmdis(&mut self, val: super::vals::Dmdis) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val.0 as u32) & 0x01) << 2usize); - } - #[doc = "FIFO status"] - pub const fn fs(&self) -> super::vals::Fs { - let val = (self.0 >> 3usize) & 0x07; - super::vals::Fs(val as u8) - } - #[doc = "FIFO status"] - pub fn set_fs(&mut self, val: super::vals::Fs) { - self.0 = (self.0 & !(0x07 << 3usize)) | (((val.0 as u32) & 0x07) << 3usize); - } - #[doc = "FIFO error interrupt enable"] - pub const fn feie(&self) -> bool { - let val = (self.0 >> 7usize) & 0x01; - val != 0 + pub struct WpsnCurr(pub u32); + impl WpsnCurr { + #[doc = "Bank 1 sector write protection option status byte"] + pub const fn wrpsn(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "FIFO error interrupt enable"] - pub fn set_feie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); + #[doc = "Bank 1 sector write protection option status byte"] + pub fn set_wrpsn(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } } - impl Default for Fcr { - fn default() -> Fcr { - Fcr(0) + impl Default for WpsnCurr { + fn default() -> WpsnCurr { + WpsnCurr(0) } } - #[doc = "stream x number of data register"] + #[doc = "FLASH ECC fail address for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ndtr(pub u32); - impl Ndtr { - #[doc = "Number of data items to transfer"] - pub const fn ndt(&self) -> u16 { - let val = (self.0 >> 0usize) & 0xffff; + pub struct Far(pub u32); + impl Far { + #[doc = "Bank 1 ECC error address"] + pub const fn fail_ecc_addr(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x7fff; val as u16 } - #[doc = "Number of data items to transfer"] - pub fn set_ndt(&mut self, val: u16) { - self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); + #[doc = "Bank 1 ECC error address"] + pub fn set_fail_ecc_addr(&mut self, val: u16) { + self.0 = (self.0 & !(0x7fff << 0usize)) | (((val as u32) & 0x7fff) << 0usize); } } - impl Default for Ndtr { - fn default() -> Ndtr { - Ndtr(0) + impl Default for Far { + fn default() -> Far { + Far(0) } } - #[doc = "stream x configuration register"] + #[doc = "FLASH option control register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cr(pub u32); - impl Cr { - #[doc = "Stream enable / flag stream ready when read low"] - pub const fn en(&self) -> bool { + pub struct Optcr(pub u32); + impl Optcr { + #[doc = "FLASH_OPTCR lock option configuration bit"] + pub const fn optlock(&self) -> bool { let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Stream enable / flag stream ready when read low"] - pub fn set_en(&mut self, val: bool) { + #[doc = "FLASH_OPTCR lock option configuration bit"] + pub fn set_optlock(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Direct mode error interrupt enable"] - pub const fn dmeie(&self) -> bool { + #[doc = "Option byte start change option configuration bit"] + pub const fn optstart(&self) -> bool { let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Direct mode error interrupt enable"] - pub fn set_dmeie(&mut self, val: bool) { + #[doc = "Option byte start change option configuration bit"] + pub fn set_optstart(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Transfer error interrupt enable"] - pub const fn teie(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; - val != 0 - } - #[doc = "Transfer error interrupt enable"] - pub fn set_teie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); - } - #[doc = "Half transfer interrupt enable"] - pub const fn htie(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 - } - #[doc = "Half transfer interrupt enable"] - pub fn set_htie(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); - } - #[doc = "Transfer complete interrupt enable"] - pub const fn tcie(&self) -> bool { + #[doc = "Flash mass erase enable bit"] + pub const fn mer(&self) -> bool { let val = (self.0 >> 4usize) & 0x01; val != 0 } - #[doc = "Transfer complete interrupt enable"] - pub fn set_tcie(&mut self, val: bool) { + #[doc = "Flash mass erase enable bit"] + pub fn set_mer(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Peripheral flow controller"] - pub const fn pfctrl(&self) -> super::vals::Pfctrl { - let val = (self.0 >> 5usize) & 0x01; - super::vals::Pfctrl(val as u8) - } - #[doc = "Peripheral flow controller"] - pub fn set_pfctrl(&mut self, val: super::vals::Pfctrl) { - self.0 = (self.0 & !(0x01 << 5usize)) | (((val.0 as u32) & 0x01) << 5usize); - } - #[doc = "Data transfer direction"] - pub const fn dir(&self) -> super::vals::Dir { - let val = (self.0 >> 6usize) & 0x03; - super::vals::Dir(val as u8) - } - #[doc = "Data transfer direction"] - pub fn set_dir(&mut self, val: super::vals::Dir) { - self.0 = (self.0 & !(0x03 << 6usize)) | (((val.0 as u32) & 0x03) << 6usize); - } - #[doc = "Circular mode"] - pub const fn circ(&self) -> super::vals::Circ { ->>>>>>> c084e70 (Update generated code) - let val = (self.0 >> 8usize) & 0x01; - super::vals::Circ(val as u8) - } -<<<<<<< HEAD - #[doc = "I/O analog switch voltage booster enable"] - pub fn set_boosten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); - } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] - pub const fn i2c_pb6_fmp(&self) -> bool { - let val = (self.0 >> 16usize) & 0x01; + #[doc = "Option byte change error interrupt enable bit"] + pub const fn optchangeerrie(&self) -> bool { + let val = (self.0 >> 30usize) & 0x01; val != 0 } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] - pub fn set_i2c_pb6_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); + #[doc = "Option byte change error interrupt enable bit"] + pub fn set_optchangeerrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 30usize)) | (((val as u32) & 0x01) << 30usize); } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] - pub const fn i2c_pb7_fmp(&self) -> bool { - let val = (self.0 >> 17usize) & 0x01; + #[doc = "Bank swapping configuration bit"] + pub const fn swap_bank(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; val != 0 } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] - pub fn set_i2c_pb7_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); + #[doc = "Bank swapping configuration bit"] + pub fn set_swap_bank(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] - pub const fn i2c_pb8_fmp(&self) -> bool { - let val = (self.0 >> 18usize) & 0x01; - val != 0 + } + impl Default for Optcr { + fn default() -> Optcr { + Optcr(0) } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] - pub fn set_i2c_pb8_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "FLASH register with boot address"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct BootPrgr(pub u32); + impl BootPrgr { + #[doc = "Boot address 0"] + pub const fn boot_add0(&self) -> u16 { + let val = (self.0 >> 0usize) & 0xffff; + val as u16 } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] - pub const fn i2c_pb9_fmp(&self) -> bool { - let val = (self.0 >> 19usize) & 0x01; - val != 0 + #[doc = "Boot address 0"] + pub fn set_boot_add0(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 0usize)) | (((val as u32) & 0xffff) << 0usize); } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] - pub fn set_i2c_pb9_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); + #[doc = "Boot address 1"] + pub const fn boot_add1(&self) -> u16 { + let val = (self.0 >> 16usize) & 0xffff; + val as u16 } - #[doc = "I2C1 Fast-mode Plus driving capability activation"] - pub const fn i2c1_fmp(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 + #[doc = "Boot address 1"] + pub fn set_boot_add1(&mut self, val: u16) { + self.0 = (self.0 & !(0xffff << 16usize)) | (((val as u32) & 0xffff) << 16usize); } - #[doc = "I2C1 Fast-mode Plus driving capability activation"] - pub fn set_i2c1_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); + } + impl Default for BootPrgr { + fn default() -> BootPrgr { + BootPrgr(0) } - #[doc = "I2C2 Fast-mode Plus driving capability activation"] - pub const fn i2c2_fmp(&self) -> bool { - let val = (self.0 >> 21usize) & 0x01; - val != 0 + } + #[doc = "FLASH protection address for bank 1"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct PrarCur(pub u32); + impl PrarCur { + #[doc = "Bank 1 lowest PCROP protected address"] + pub const fn prot_area_start(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "I2C2 Fast-mode Plus driving capability activation"] - pub fn set_i2c2_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); + #[doc = "Bank 1 lowest PCROP protected address"] + pub fn set_prot_area_start(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "I2C3 Fast-mode Plus driving capability activation"] - pub const fn i2c3_fmp(&self) -> bool { - let val = (self.0 >> 22usize) & 0x01; - val != 0 + #[doc = "Bank 1 highest PCROP protected address"] + pub const fn prot_area_end(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - #[doc = "I2C3 Fast-mode Plus driving capability activation"] - pub fn set_i2c3_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); + #[doc = "Bank 1 highest PCROP protected address"] + pub fn set_prot_area_end(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } - #[doc = "Floating Point Unit interrupts enable bits"] - pub const fn fpu_ie(&self) -> u8 { - let val = (self.0 >> 26usize) & 0x3f; - val as u8 + #[doc = "Bank 1 PCROP protected erase enable option status bit"] + pub const fn dmep(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; + val != 0 } - #[doc = "Floating Point Unit interrupts enable bits"] - pub fn set_fpu_ie(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 26usize)) | (((val as u32) & 0x3f) << 26usize); + #[doc = "Bank 1 PCROP protected erase enable option status bit"] + pub fn set_dmep(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } } - impl Default for Cfgr1 { - fn default() -> Cfgr1 { - Cfgr1(0) + impl Default for PrarCur { + fn default() -> PrarCur { + PrarCur(0) } } - #[doc = "SWPR"] + #[doc = "FLASH CRC start address register for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Swpr(pub u32); - impl Swpr { - #[doc = "SRAWM2 write protection."] - pub fn pwp(&self, n: usize) -> bool { - assert!(n < 32usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - val != 0 + pub struct Crcsaddr(pub u32); + impl Crcsaddr { + #[doc = "CRC start address on bank 1"] + pub const fn crc_start_addr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "SRAWM2 write protection."] - pub fn set_pwp(&mut self, n: usize, val: bool) { - assert!(n < 32usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "CRC start address on bank 1"] + pub fn set_crc_start_addr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Swpr { - fn default() -> Swpr { - Swpr(0) + impl Default for Crcsaddr { + fn default() -> Crcsaddr { + Crcsaddr(0) } } - #[doc = "SCSR"] + #[doc = "FLASH write sector protection for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Scsr(pub u32); - impl Scsr { - #[doc = "SRAM2 Erase"] - pub const fn sram2er(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; - val != 0 - } - #[doc = "SRAM2 Erase"] - pub fn set_sram2er(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); - } - #[doc = "SRAM2 busy by erase operation"] - pub const fn sram2bsy(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + pub struct WpsnPrgr(pub u32); + impl WpsnPrgr { + #[doc = "Bank 1 sector write protection configuration byte"] + pub const fn wrpsn(&self) -> u8 { + let val = (self.0 >> 0usize) & 0xff; + val as u8 } - #[doc = "SRAM2 busy by erase operation"] - pub fn set_sram2bsy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Bank 1 sector write protection configuration byte"] + pub fn set_wrpsn(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); } } - impl Default for Scsr { - fn default() -> Scsr { - Scsr(0) + impl Default for WpsnPrgr { + fn default() -> WpsnPrgr { + WpsnPrgr(0) } } - #[doc = "external interrupt configuration register 4"] + #[doc = "FLASH option key register"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI12 configuration bits"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 + pub struct Optkeyr(pub u32); + impl Optkeyr { + #[doc = "Unlock key option bytes"] + pub const fn optkeyr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "EXTI12 configuration bits"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + #[doc = "Unlock key option bytes"] + pub fn set_optkeyr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) + impl Default for Optkeyr { + fn default() -> Optkeyr { + Optkeyr(0) } } - #[doc = "memory remap register"] + #[doc = "FLASH secure address for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Memrmp(pub u32); - impl Memrmp { - #[doc = "Memory mapping selection"] - pub const fn mem_mode(&self) -> u8 { - let val = (self.0 >> 0usize) & 0x07; - val as u8 + pub struct ScarPrg(pub u32); + impl ScarPrg { + #[doc = "Bank 1 lowest secure protected address configuration"] + pub const fn sec_area_start(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "Memory mapping selection"] - pub fn set_mem_mode(&mut self, val: u8) { - self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); + #[doc = "Bank 1 lowest secure protected address configuration"] + pub fn set_sec_area_start(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - #[doc = "QUADSPI memory mapping swap"] - pub const fn qfs(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; - val != 0 + #[doc = "Bank 1 highest secure protected address configuration"] + pub const fn sec_area_end(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - #[doc = "QUADSPI memory mapping swap"] - pub fn set_qfs(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Bank 1 highest secure protected address configuration"] + pub fn set_sec_area_end(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } - #[doc = "Flash Bank mode selection"] - pub const fn fb_mode(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Bank 1 secure protected erase enable option configuration bit"] + pub const fn dmes(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; val != 0 } - #[doc = "Flash Bank mode selection"] - pub fn set_fb_mode(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Bank 1 secure protected erase enable option configuration bit"] + pub fn set_dmes(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } } - impl Default for Memrmp { - fn default() -> Memrmp { - Memrmp(0) -======= - #[doc = "SYSCFG user register 8"] -======= - #[doc = "Circular mode"] - pub fn set_circ(&mut self, val: super::vals::Circ) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val.0 as u32) & 0x01) << 8usize); + impl Default for ScarPrg { + fn default() -> ScarPrg { + ScarPrg(0) } - #[doc = "Peripheral increment mode"] - pub const fn pinc(&self) -> super::vals::Inc { - let val = (self.0 >> 9usize) & 0x01; - super::vals::Inc(val as u8) + } + #[doc = "FLASH option status register"] + #[repr(transparent)] + #[derive(Copy, Clone, Eq, PartialEq)] + pub struct OptsrPrg(pub u32); + impl OptsrPrg { + #[doc = "BOR reset level option configuration bits"] + pub const fn bor_lev(&self) -> u8 { + let val = (self.0 >> 2usize) & 0x03; + val as u8 } - #[doc = "Peripheral increment mode"] - pub fn set_pinc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 9usize)) | (((val.0 as u32) & 0x01) << 9usize); + #[doc = "BOR reset level option configuration bits"] + pub fn set_bor_lev(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 2usize)) | (((val as u32) & 0x03) << 2usize); } - #[doc = "Memory increment mode"] - pub const fn minc(&self) -> super::vals::Inc { - let val = (self.0 >> 10usize) & 0x01; - super::vals::Inc(val as u8) + #[doc = "IWDG1 option configuration bit"] + pub const fn iwdg1_hw(&self) -> bool { + let val = (self.0 >> 4usize) & 0x01; + val != 0 } - #[doc = "Memory increment mode"] - pub fn set_minc(&mut self, val: super::vals::Inc) { - self.0 = (self.0 & !(0x01 << 10usize)) | (((val.0 as u32) & 0x01) << 10usize); + #[doc = "IWDG1 option configuration bit"] + pub fn set_iwdg1_hw(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 4usize)) | (((val as u32) & 0x01) << 4usize); } - #[doc = "Peripheral data size"] - pub const fn psize(&self) -> super::vals::Size { - let val = (self.0 >> 11usize) & 0x03; - super::vals::Size(val as u8) + #[doc = "Option byte erase after D1 DStop option configuration bit"] + pub const fn n_rst_stop_d1(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - #[doc = "Peripheral data size"] - pub fn set_psize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 11usize)) | (((val.0 as u32) & 0x03) << 11usize); + #[doc = "Option byte erase after D1 DStop option configuration bit"] + pub fn set_n_rst_stop_d1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); } - #[doc = "Memory data size"] - pub const fn msize(&self) -> super::vals::Size { - let val = (self.0 >> 13usize) & 0x03; - super::vals::Size(val as u8) + #[doc = "Option byte erase after D1 DStandby option configuration bit"] + pub const fn n_rst_stby_d1(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; + val != 0 } - #[doc = "Memory data size"] - pub fn set_msize(&mut self, val: super::vals::Size) { - self.0 = (self.0 & !(0x03 << 13usize)) | (((val.0 as u32) & 0x03) << 13usize); + #[doc = "Option byte erase after D1 DStandby option configuration bit"] + pub fn set_n_rst_stby_d1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Peripheral increment offset size"] - pub const fn pincos(&self) -> super::vals::Pincos { - let val = (self.0 >> 15usize) & 0x01; - super::vals::Pincos(val as u8) + #[doc = "Readout protection level option configuration byte"] + pub const fn rdp(&self) -> u8 { + let val = (self.0 >> 8usize) & 0xff; + val as u8 } - #[doc = "Peripheral increment offset size"] - pub fn set_pincos(&mut self, val: super::vals::Pincos) { - self.0 = (self.0 & !(0x01 << 15usize)) | (((val.0 as u32) & 0x01) << 15usize); + #[doc = "Readout protection level option configuration byte"] + pub fn set_rdp(&mut self, val: u8) { + self.0 = (self.0 & !(0xff << 8usize)) | (((val as u32) & 0xff) << 8usize); } - #[doc = "Priority level"] - pub const fn pl(&self) -> super::vals::Pl { - let val = (self.0 >> 16usize) & 0x03; - super::vals::Pl(val as u8) + #[doc = "IWDG Stop mode freeze option configuration bit"] + pub const fn fz_iwdg_stop(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; + val != 0 } - #[doc = "Priority level"] - pub fn set_pl(&mut self, val: super::vals::Pl) { - self.0 = (self.0 & !(0x03 << 16usize)) | (((val.0 as u32) & 0x03) << 16usize); + #[doc = "IWDG Stop mode freeze option configuration bit"] + pub fn set_fz_iwdg_stop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "Double buffer mode"] - pub const fn dbm(&self) -> super::vals::Dbm { + #[doc = "IWDG Standby mode freeze option configuration bit"] + pub const fn fz_iwdg_sdby(&self) -> bool { let val = (self.0 >> 18usize) & 0x01; - super::vals::Dbm(val as u8) - } - #[doc = "Double buffer mode"] - pub fn set_dbm(&mut self, val: super::vals::Dbm) { - self.0 = (self.0 & !(0x01 << 18usize)) | (((val.0 as u32) & 0x01) << 18usize); - } - #[doc = "Current target (only in double buffer mode)"] - pub const fn ct(&self) -> super::vals::Ct { - let val = (self.0 >> 19usize) & 0x01; - super::vals::Ct(val as u8) - } - #[doc = "Current target (only in double buffer mode)"] - pub fn set_ct(&mut self, val: super::vals::Ct) { - self.0 = (self.0 & !(0x01 << 19usize)) | (((val.0 as u32) & 0x01) << 19usize); - } - #[doc = "Peripheral burst transfer configuration"] - pub const fn pburst(&self) -> super::vals::Burst { - let val = (self.0 >> 21usize) & 0x03; - super::vals::Burst(val as u8) - } - #[doc = "Peripheral burst transfer configuration"] - pub fn set_pburst(&mut self, val: super::vals::Burst) { - self.0 = (self.0 & !(0x03 << 21usize)) | (((val.0 as u32) & 0x03) << 21usize); - } - #[doc = "Memory burst transfer configuration"] - pub const fn mburst(&self) -> super::vals::Burst { - let val = (self.0 >> 23usize) & 0x03; - super::vals::Burst(val as u8) - } - #[doc = "Memory burst transfer configuration"] - pub fn set_mburst(&mut self, val: super::vals::Burst) { - self.0 = (self.0 & !(0x03 << 23usize)) | (((val.0 as u32) & 0x03) << 23usize); - } - #[doc = "Channel selection"] - pub const fn chsel(&self) -> u8 { - let val = (self.0 >> 25usize) & 0x0f; - val as u8 - } - #[doc = "Channel selection"] - pub fn set_chsel(&mut self, val: u8) { - self.0 = (self.0 & !(0x0f << 25usize)) | (((val as u32) & 0x0f) << 25usize); - } - } - impl Default for Cr { - fn default() -> Cr { - Cr(0) + val != 0 } - } - #[doc = "low interrupt status register"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Isr(pub u32); - impl Isr { - #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] - pub fn feif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "IWDG Standby mode freeze option configuration bit"] + pub fn set_fz_iwdg_sdby(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); + } + #[doc = "DTCM size select option configuration bits"] + pub const fn st_ram_size(&self) -> u8 { + let val = (self.0 >> 19usize) & 0x03; + val as u8 + } + #[doc = "DTCM size select option configuration bits"] + pub fn set_st_ram_size(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 19usize)) | (((val as u32) & 0x03) << 19usize); + } + #[doc = "Security option configuration bit"] + pub const fn security(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "Stream x FIFO error interrupt flag (x=3..0)"] - pub fn set_feif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Security option configuration bit"] + pub fn set_security(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] - pub fn dmeif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "User option configuration bit 1"] + pub const fn rss1(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; val != 0 } - #[doc = "Stream x direct mode error interrupt flag (x=3..0)"] - pub fn set_dmeif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "User option configuration bit 1"] + pub fn set_rss1(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - #[doc = "Stream x transfer error interrupt flag (x=3..0)"] - pub fn teif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "User option configuration bit 2"] + pub const fn rss2(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "Stream x transfer error interrupt flag (x=3..0)"] - pub fn set_teif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "User option configuration bit 2"] + pub fn set_rss2(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } - #[doc = "Stream x half transfer interrupt flag (x=3..0)"] - pub fn htif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "I/O high-speed at low-voltage (PRODUCT_BELOW_25V)"] + pub const fn io_hslv(&self) -> bool { + let val = (self.0 >> 29usize) & 0x01; val != 0 } - #[doc = "Stream x half transfer interrupt flag (x=3..0)"] - pub fn set_htif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "I/O high-speed at low-voltage (PRODUCT_BELOW_25V)"] + pub fn set_io_hslv(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 29usize)) | (((val as u32) & 0x01) << 29usize); } - #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] - pub fn tcif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "Bank swapping option configuration bit"] + pub const fn swap_bank_opt(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; val != 0 } - #[doc = "Stream x transfer complete interrupt flag (x = 3..0)"] - pub fn set_tcif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Bank swapping option configuration bit"] + pub fn set_swap_bank_opt(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } } - impl Default for Isr { - fn default() -> Isr { - Isr(0) + impl Default for OptsrPrg { + fn default() -> OptsrPrg { + OptsrPrg(0) } } - #[doc = "low interrupt flag clear register"] + #[doc = "FLASH control register for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ifcr(pub u32); - impl Ifcr { - #[doc = "Stream x clear FIFO error interrupt flag (x = 3..0)"] - pub fn cfeif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + pub struct Cr(pub u32); + impl Cr { + #[doc = "Bank 1 configuration lock bit"] + pub const fn lock(&self) -> bool { + let val = (self.0 >> 0usize) & 0x01; val != 0 } - #[doc = "Stream x clear FIFO error interrupt flag (x = 3..0)"] - pub fn set_cfeif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 0usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Bank 1 configuration lock bit"] + pub fn set_lock(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); } - #[doc = "Stream x clear direct mode error interrupt flag (x = 3..0)"] - pub fn cdmeif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "Bank 1 program enable bit"] + pub const fn pg(&self) -> bool { + let val = (self.0 >> 1usize) & 0x01; val != 0 } - #[doc = "Stream x clear direct mode error interrupt flag (x = 3..0)"] - pub fn set_cdmeif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 2usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Bank 1 program enable bit"] + pub fn set_pg(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); } - #[doc = "Stream x clear transfer error interrupt flag (x = 3..0)"] - pub fn cteif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "Bank 1 sector erase request"] + pub const fn ser(&self) -> bool { + let val = (self.0 >> 2usize) & 0x01; val != 0 } - #[doc = "Stream x clear transfer error interrupt flag (x = 3..0)"] - pub fn set_cteif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 3usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Bank 1 sector erase request"] + pub fn set_ser(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); } - #[doc = "Stream x clear half transfer interrupt flag (x = 3..0)"] - pub fn chtif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; + #[doc = "Bank 1 erase request"] + pub const fn ber(&self) -> bool { + let val = (self.0 >> 3usize) & 0x01; val != 0 } - #[doc = "Stream x clear half transfer interrupt flag (x = 3..0)"] - pub fn set_chtif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 4usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Bank 1 erase request"] + pub fn set_ber(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); } - #[doc = "Stream x clear transfer complete interrupt flag (x = 3..0)"] - pub fn ctcif(&self, n: usize) -> bool { - assert!(n < 4usize); - let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - let val = (self.0 >> offs) & 0x01; - val != 0 + #[doc = "Bank 1 program size"] + pub const fn psize(&self) -> u8 { + let val = (self.0 >> 4usize) & 0x03; + val as u8 } - #[doc = "Stream x clear transfer complete interrupt flag (x = 3..0)"] - pub fn set_ctcif(&mut self, n: usize, val: bool) { - assert!(n < 4usize); - let offs = 5usize + ([0usize, 6usize, 16usize, 22usize][n] as usize); - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Bank 1 program size"] + pub fn set_psize(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 4usize)) | (((val as u32) & 0x03) << 4usize); } - } - impl Default for Ifcr { - fn default() -> Ifcr { - Ifcr(0) + #[doc = "Bank 1 write forcing control bit"] + pub const fn fw(&self) -> bool { + let val = (self.0 >> 6usize) & 0x01; + val != 0 } - } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fs(pub u8); - impl Fs { - #[doc = "0 < fifo_level < 1/4"] - pub const QUARTER1: Self = Self(0); - #[doc = "1/4 <= fifo_level < 1/2"] - pub const QUARTER2: Self = Self(0x01); - #[doc = "1/2 <= fifo_level < 3/4"] - pub const QUARTER3: Self = Self(0x02); - #[doc = "3/4 <= fifo_level < full"] - pub const QUARTER4: Self = Self(0x03); - #[doc = "FIFO is empty"] - pub const EMPTY: Self = Self(0x04); - #[doc = "FIFO is full"] - pub const FULL: Self = Self(0x05); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dmdis(pub u8); - impl Dmdis { - #[doc = "Direct mode is enabled"] - pub const ENABLED: Self = Self(0); - #[doc = "Direct mode is disabled"] - pub const DISABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Size(pub u8); - impl Size { - #[doc = "Byte (8-bit)"] - pub const BITS8: Self = Self(0); - #[doc = "Half-word (16-bit)"] - pub const BITS16: Self = Self(0x01); - #[doc = "Word (32-bit)"] - pub const BITS32: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Burst(pub u8); - impl Burst { - #[doc = "Single transfer"] - pub const SINGLE: Self = Self(0); - #[doc = "Incremental burst of 4 beats"] - pub const INCR4: Self = Self(0x01); - #[doc = "Incremental burst of 8 beats"] - pub const INCR8: Self = Self(0x02); - #[doc = "Incremental burst of 16 beats"] - pub const INCR16: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Inc(pub u8); - impl Inc { - #[doc = "Address pointer is fixed"] - pub const FIXED: Self = Self(0); - #[doc = "Address pointer is incremented after each data transfer"] - pub const INCREMENTED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Ct(pub u8); - impl Ct { - #[doc = "The current target memory is Memory 0"] - pub const MEMORY0: Self = Self(0); - #[doc = "The current target memory is Memory 1"] - pub const MEMORY1: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Fth(pub u8); - impl Fth { - #[doc = "1/4 full FIFO"] - pub const QUARTER: Self = Self(0); - #[doc = "1/2 full FIFO"] - pub const HALF: Self = Self(0x01); - #[doc = "3/4 full FIFO"] - pub const THREEQUARTERS: Self = Self(0x02); - #[doc = "Full FIFO"] - pub const FULL: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Circ(pub u8); - impl Circ { - #[doc = "Circular mode disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Circular mode enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pfctrl(pub u8); - impl Pfctrl { - #[doc = "The DMA is the flow controller"] - pub const DMA: Self = Self(0); - #[doc = "The peripheral is the flow controller"] - pub const PERIPHERAL: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pincos(pub u8); - impl Pincos { - #[doc = "The offset size for the peripheral address calculation is linked to the PSIZE"] - pub const PSIZE: Self = Self(0); - #[doc = "The offset size for the peripheral address calculation is fixed to 4 (32-bit alignment)"] - pub const FIXED4: Self = Self(0x01); - } ->>>>>>> c084e70 (Update generated code) - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dir(pub u8); - impl Dir { - #[doc = "Peripheral-to-memory"] - pub const PERIPHERALTOMEMORY: Self = Self(0); - #[doc = "Memory-to-peripheral"] - pub const MEMORYTOPERIPHERAL: Self = Self(0x01); - #[doc = "Memory-to-memory"] - pub const MEMORYTOMEMORY: Self = Self(0x02); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Pl(pub u8); - impl Pl { - #[doc = "Low"] - pub const LOW: Self = Self(0); - #[doc = "Medium"] - pub const MEDIUM: Self = Self(0x01); - #[doc = "High"] - pub const HIGH: Self = Self(0x02); - #[doc = "Very high"] - pub const VERYHIGH: Self = Self(0x03); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Dbm(pub u8); - impl Dbm { - #[doc = "No buffer switching at the end of transfer"] - pub const DISABLED: Self = Self(0); - #[doc = "Memory target switched at the end of the DMA transfer"] - pub const ENABLED: Self = Self(0x01); - } - } -} -pub mod syscfg_l4 { - use crate::generic::*; - #[doc = "System configuration controller"] - #[derive(Copy, Clone)] - pub struct Syscfg(pub *mut u8); - unsafe impl Send for Syscfg {} - unsafe impl Sync for Syscfg {} - impl Syscfg { - #[doc = "memory remap register"] - pub fn memrmp(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "configuration register 1"] - pub fn cfgr1(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "external interrupt configuration register 1"] - pub fn exticr(self, n: usize) -> Reg { - assert!(n < 4usize); - unsafe { Reg::from_ptr(self.0.add(8usize + n * 4usize)) } - } - #[doc = "SCSR"] - pub fn scsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(24usize)) } - } - #[doc = "CFGR2"] - pub fn cfgr2(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(28usize)) } - } - #[doc = "SWPR"] - pub fn swpr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(32usize)) } - } - #[doc = "SKR"] - pub fn skr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(36usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "configuration register 1"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr1(pub u32); - impl Cfgr1 { - #[doc = "Firewall disable"] - pub const fn fwdis(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Bank 1 write forcing control bit"] + pub fn set_fw(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 6usize)) | (((val as u32) & 0x01) << 6usize); + } + #[doc = "Bank 1 bank or sector erase start control bit"] + pub const fn start(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "Firewall disable"] - pub fn set_fwdis(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Bank 1 bank or sector erase start control bit"] + pub fn set_start(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "I/O analog switch voltage booster enable"] - pub const fn boosten(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Bank 1 sector erase selection number"] + pub const fn snb(&self) -> u8 { + let val = (self.0 >> 8usize) & 0x07; + val as u8 + } + #[doc = "Bank 1 sector erase selection number"] + pub fn set_snb(&mut self, val: u8) { + self.0 = (self.0 & !(0x07 << 8usize)) | (((val as u32) & 0x07) << 8usize); + } + #[doc = "Bank 1 CRC control bit"] + pub const fn crc_en(&self) -> bool { + let val = (self.0 >> 15usize) & 0x01; val != 0 } - #[doc = "I/O analog switch voltage booster enable"] - pub fn set_boosten(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Bank 1 CRC control bit"] + pub fn set_crc_en(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 15usize)) | (((val as u32) & 0x01) << 15usize); } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] - pub const fn i2c_pb6_fmp(&self) -> bool { + #[doc = "Bank 1 end-of-program interrupt control bit"] + pub const fn eopie(&self) -> bool { let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB6"] - pub fn set_i2c_pb6_fmp(&mut self, val: bool) { + #[doc = "Bank 1 end-of-program interrupt control bit"] + pub fn set_eopie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] - pub const fn i2c_pb7_fmp(&self) -> bool { + #[doc = "Bank 1 write protection error interrupt enable bit"] + pub const fn wrperrie(&self) -> bool { let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB7"] - pub fn set_i2c_pb7_fmp(&mut self, val: bool) { + #[doc = "Bank 1 write protection error interrupt enable bit"] + pub fn set_wrperrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] - pub const fn i2c_pb8_fmp(&self) -> bool { + #[doc = "Bank 1 programming sequence error interrupt enable bit"] + pub const fn pgserrie(&self) -> bool { let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB8"] - pub fn set_i2c_pb8_fmp(&mut self, val: bool) { + #[doc = "Bank 1 programming sequence error interrupt enable bit"] + pub fn set_pgserrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] - pub const fn i2c_pb9_fmp(&self) -> bool { + #[doc = "Bank 1 strobe error interrupt enable bit"] + pub const fn strberrie(&self) -> bool { let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "Fast-mode Plus (Fm+) driving capability activation on PB9"] - pub fn set_i2c_pb9_fmp(&mut self, val: bool) { + #[doc = "Bank 1 strobe error interrupt enable bit"] + pub fn set_strberrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "I2C1 Fast-mode Plus driving capability activation"] - pub const fn i2c1_fmp(&self) -> bool { - let val = (self.0 >> 20usize) & 0x01; - val != 0 - } - #[doc = "I2C1 Fast-mode Plus driving capability activation"] - pub fn set_i2c1_fmp(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 20usize)) | (((val as u32) & 0x01) << 20usize); - } - #[doc = "I2C2 Fast-mode Plus driving capability activation"] - pub const fn i2c2_fmp(&self) -> bool { + #[doc = "Bank 1 inconsistency error interrupt enable bit"] + pub const fn incerrie(&self) -> bool { let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "I2C2 Fast-mode Plus driving capability activation"] - pub fn set_i2c2_fmp(&mut self, val: bool) { + #[doc = "Bank 1 inconsistency error interrupt enable bit"] + pub fn set_incerrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - #[doc = "I2C3 Fast-mode Plus driving capability activation"] - pub const fn i2c3_fmp(&self) -> bool { + #[doc = "Bank 1 write/erase error interrupt enable bit"] + pub const fn operrie(&self) -> bool { let val = (self.0 >> 22usize) & 0x01; val != 0 } - #[doc = "I2C3 Fast-mode Plus driving capability activation"] - pub fn set_i2c3_fmp(&mut self, val: bool) { + #[doc = "Bank 1 write/erase error interrupt enable bit"] + pub fn set_operrie(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Floating Point Unit interrupts enable bits"] - pub const fn fpu_ie(&self) -> u8 { - let val = (self.0 >> 26usize) & 0x3f; - val as u8 + #[doc = "Bank 1 read protection error interrupt enable bit"] + pub const fn rdperrie(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 } - #[doc = "Floating Point Unit interrupts enable bits"] - pub fn set_fpu_ie(&mut self, val: u8) { - self.0 = (self.0 & !(0x3f << 26usize)) | (((val as u32) & 0x3f) << 26usize); + #[doc = "Bank 1 read protection error interrupt enable bit"] + pub fn set_rdperrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); + } + #[doc = "Bank 1 secure error interrupt enable bit"] + pub const fn rdserrie(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 secure error interrupt enable bit"] + pub fn set_rdserrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); + } + #[doc = "Bank 1 ECC single correction error interrupt enable bit"] + pub const fn sneccerrie(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 ECC single correction error interrupt enable bit"] + pub fn set_sneccerrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); + } + #[doc = "Bank 1 ECC double detection error interrupt enable bit"] + pub const fn dbeccerrie(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 ECC double detection error interrupt enable bit"] + pub fn set_dbeccerrie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); + } + #[doc = "Bank 1 end of CRC calculation interrupt enable bit"] + pub const fn crcendie(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; + val != 0 + } + #[doc = "Bank 1 end of CRC calculation interrupt enable bit"] + pub fn set_crcendie(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } } - impl Default for Cfgr1 { - fn default() -> Cfgr1 { - Cfgr1(0) + impl Default for Cr { + fn default() -> Cr { + Cr(0) } } - #[doc = "memory remap register"] + #[doc = "FLASH CRC control register for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Memrmp(pub u32); - impl Memrmp { - #[doc = "Memory mapping selection"] - pub const fn mem_mode(&self) -> u8 { + pub struct Crccr(pub u32); + impl Crccr { + #[doc = "Bank 1 CRC sector number"] + pub const fn crc_sect(&self) -> u8 { let val = (self.0 >> 0usize) & 0x07; val as u8 } - #[doc = "Memory mapping selection"] - pub fn set_mem_mode(&mut self, val: u8) { + #[doc = "Bank 1 CRC sector number"] + pub fn set_crc_sect(&mut self, val: u8) { self.0 = (self.0 & !(0x07 << 0usize)) | (((val as u32) & 0x07) << 0usize); } - #[doc = "QUADSPI memory mapping swap"] - pub const fn qfs(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "Bank 1 CRC select bit"] + pub const fn all_bank(&self) -> bool { + let val = (self.0 >> 7usize) & 0x01; val != 0 } - #[doc = "QUADSPI memory mapping swap"] - pub fn set_qfs(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Bank 1 CRC select bit"] + pub fn set_all_bank(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 7usize)) | (((val as u32) & 0x01) << 7usize); } - #[doc = "Flash Bank mode selection"] - pub const fn fb_mode(&self) -> bool { + #[doc = "Bank 1 CRC sector mode select bit"] + pub const fn crc_by_sect(&self) -> bool { let val = (self.0 >> 8usize) & 0x01; val != 0 } - #[doc = "Flash Bank mode selection"] - pub fn set_fb_mode(&mut self, val: bool) { + #[doc = "Bank 1 CRC sector mode select bit"] + pub fn set_crc_by_sect(&mut self, val: bool) { self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); } - } - impl Default for Memrmp { - fn default() -> Memrmp { - Memrmp(0) - } - } - #[doc = "SWPR"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Swpr(pub u32); - impl Swpr { - #[doc = "SRAWM2 write protection."] - pub fn pwp(&self, n: usize) -> bool { - assert!(n < 32usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Bank 1 CRC sector select bit"] + pub const fn add_sect(&self) -> bool { + let val = (self.0 >> 9usize) & 0x01; val != 0 } - #[doc = "SRAWM2 write protection."] - pub fn set_pwp(&mut self, n: usize, val: bool) { - assert!(n < 32usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Bank 1 CRC sector select bit"] + pub fn set_add_sect(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 9usize)) | (((val as u32) & 0x01) << 9usize); } - } - impl Default for Swpr { - fn default() -> Swpr { - Swpr(0) + #[doc = "Bank 1 CRC sector list clear bit"] + pub const fn clean_sect(&self) -> bool { + let val = (self.0 >> 10usize) & 0x01; + val != 0 } - } - #[doc = "SKR"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Skr(pub u32); - impl Skr { - #[doc = "SRAM2 write protection key for software erase"] - pub const fn key(&self) -> u8 { - let val = (self.0 >> 0usize) & 0xff; - val as u8 + #[doc = "Bank 1 CRC sector list clear bit"] + pub fn set_clean_sect(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 10usize)) | (((val as u32) & 0x01) << 10usize); } - #[doc = "SRAM2 write protection key for software erase"] - pub fn set_key(&mut self, val: u8) { - self.0 = (self.0 & !(0xff << 0usize)) | (((val as u32) & 0xff) << 0usize); + #[doc = "Bank 1 CRC start bit"] + pub const fn start_crc(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; + val != 0 } - } - impl Default for Skr { - fn default() -> Skr { - Skr(0) + #[doc = "Bank 1 CRC start bit"] + pub fn set_start_crc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - } - #[doc = "SCSR"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Scsr(pub u32); - impl Scsr { - #[doc = "SRAM2 Erase"] - pub const fn sram2er(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + #[doc = "Bank 1 CRC clear bit"] + pub const fn clean_crc(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "SRAM2 Erase"] - pub fn set_sram2er(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Bank 1 CRC clear bit"] + pub fn set_clean_crc(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "SRAM2 busy by erase operation"] - pub const fn sram2bsy(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; - val != 0 + #[doc = "Bank 1 CRC burst size"] + pub const fn crc_burst(&self) -> u8 { + let val = (self.0 >> 20usize) & 0x03; + val as u8 } - #[doc = "SRAM2 busy by erase operation"] - pub fn set_sram2bsy(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Bank 1 CRC burst size"] + pub fn set_crc_burst(&mut self, val: u8) { + self.0 = (self.0 & !(0x03 << 20usize)) | (((val as u32) & 0x03) << 20usize); } } - impl Default for Scsr { - fn default() -> Scsr { - Scsr(0) + impl Default for Crccr { + fn default() -> Crccr { + Crccr(0) } } - #[doc = "external interrupt configuration register 4"] + #[doc = "FLASH key register for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Exticr(pub u32); - impl Exticr { - #[doc = "EXTI12 configuration bits"] - pub fn exti(&self, n: usize) -> u8 { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - let val = (self.0 >> offs) & 0x0f; - val as u8 + pub struct Keyr(pub u32); + impl Keyr { + #[doc = "Bank 1 access configuration unlock key"] + pub const fn keyr(&self) -> u32 { + let val = (self.0 >> 0usize) & 0xffff_ffff; + val as u32 } - #[doc = "EXTI12 configuration bits"] - pub fn set_exti(&mut self, n: usize, val: u8) { - assert!(n < 4usize); - let offs = 0usize + n * 4usize; - self.0 = (self.0 & !(0x0f << offs)) | (((val as u32) & 0x0f) << offs); + #[doc = "Bank 1 access configuration unlock key"] + pub fn set_keyr(&mut self, val: u32) { + self.0 = + (self.0 & !(0xffff_ffff << 0usize)) | (((val as u32) & 0xffff_ffff) << 0usize); } } - impl Default for Exticr { - fn default() -> Exticr { - Exticr(0) + impl Default for Keyr { + fn default() -> Keyr { + Keyr(0) } } - #[doc = "CFGR2"] + #[doc = "FLASH clear control register for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Cfgr2(pub u32); - impl Cfgr2 { - #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] - pub const fn cll(&self) -> bool { - let val = (self.0 >> 0usize) & 0x01; + pub struct Ccr(pub u32); + impl Ccr { + #[doc = "Bank 1 EOP1 flag clear bit"] + pub const fn clr_eop(&self) -> bool { + let val = (self.0 >> 16usize) & 0x01; val != 0 } - #[doc = "Cortex LOCKUP (Hardfault) output enable bit"] - pub fn set_cll(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 0usize)) | (((val as u32) & 0x01) << 0usize); + #[doc = "Bank 1 EOP1 flag clear bit"] + pub fn set_clr_eop(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 16usize)) | (((val as u32) & 0x01) << 16usize); } - #[doc = "SRAM2 parity lock bit"] - pub const fn spl(&self) -> bool { - let val = (self.0 >> 1usize) & 0x01; + #[doc = "Bank 1 WRPERR1 flag clear bit"] + pub const fn clr_wrperr(&self) -> bool { + let val = (self.0 >> 17usize) & 0x01; val != 0 } - #[doc = "SRAM2 parity lock bit"] - pub fn set_spl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 1usize)) | (((val as u32) & 0x01) << 1usize); + #[doc = "Bank 1 WRPERR1 flag clear bit"] + pub fn set_clr_wrperr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 17usize)) | (((val as u32) & 0x01) << 17usize); } - #[doc = "PVD lock enable bit"] - pub const fn pvdl(&self) -> bool { - let val = (self.0 >> 2usize) & 0x01; + #[doc = "Bank 1 PGSERR1 flag clear bi"] + pub const fn clr_pgserr(&self) -> bool { + let val = (self.0 >> 18usize) & 0x01; val != 0 } - #[doc = "PVD lock enable bit"] - pub fn set_pvdl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 2usize)) | (((val as u32) & 0x01) << 2usize); + #[doc = "Bank 1 PGSERR1 flag clear bi"] + pub fn set_clr_pgserr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 18usize)) | (((val as u32) & 0x01) << 18usize); } - #[doc = "ECC Lock"] - pub const fn eccl(&self) -> bool { - let val = (self.0 >> 3usize) & 0x01; + #[doc = "Bank 1 STRBERR1 flag clear bit"] + pub const fn clr_strberr(&self) -> bool { + let val = (self.0 >> 19usize) & 0x01; val != 0 } - #[doc = "ECC Lock"] - pub fn set_eccl(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 3usize)) | (((val as u32) & 0x01) << 3usize); + #[doc = "Bank 1 STRBERR1 flag clear bit"] + pub fn set_clr_strberr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 19usize)) | (((val as u32) & 0x01) << 19usize); } - #[doc = "SRAM2 parity error flag"] - pub const fn spf(&self) -> bool { - let val = (self.0 >> 8usize) & 0x01; + #[doc = "Bank 1 INCERR1 flag clear bit"] + pub const fn clr_incerr(&self) -> bool { + let val = (self.0 >> 21usize) & 0x01; val != 0 } - #[doc = "SRAM2 parity error flag"] - pub fn set_spf(&mut self, val: bool) { - self.0 = (self.0 & !(0x01 << 8usize)) | (((val as u32) & 0x01) << 8usize); + #[doc = "Bank 1 INCERR1 flag clear bit"] + pub fn set_clr_incerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 21usize)) | (((val as u32) & 0x01) << 21usize); } - } - impl Default for Cfgr2 { - fn default() -> Cfgr2 { - Cfgr2(0) + #[doc = "Bank 1 OPERR1 flag clear bit"] + pub const fn clr_operr(&self) -> bool { + let val = (self.0 >> 22usize) & 0x01; + val != 0 } - } - } -} -pub mod exti_v1 { - use crate::generic::*; - #[doc = "External interrupt/event controller"] - #[derive(Copy, Clone)] - pub struct Exti(pub *mut u8); - unsafe impl Send for Exti {} - unsafe impl Sync for Exti {} - impl Exti { - #[doc = "Interrupt mask register (EXTI_IMR)"] - pub fn imr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(0usize)) } - } - #[doc = "Event mask register (EXTI_EMR)"] - pub fn emr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(4usize)) } - } - #[doc = "Rising Trigger selection register (EXTI_RTSR)"] - pub fn rtsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(8usize)) } - } - #[doc = "Falling Trigger selection register (EXTI_FTSR)"] - pub fn ftsr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(12usize)) } - } - #[doc = "Software interrupt event register (EXTI_SWIER)"] - pub fn swier(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(16usize)) } - } - #[doc = "Pending register (EXTI_PR)"] - pub fn pr(self) -> Reg { - unsafe { Reg::from_ptr(self.0.add(20usize)) } - } - } - pub mod regs { - use crate::generic::*; - #[doc = "Event mask register (EXTI_EMR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Emr(pub u32); - impl Emr { - #[doc = "Event Mask on line 0"] - pub fn mr(&self, n: usize) -> super::vals::Mr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Mr(val as u8) + #[doc = "Bank 1 OPERR1 flag clear bit"] + pub fn set_clr_operr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 22usize)) | (((val as u32) & 0x01) << 22usize); } - #[doc = "Event Mask on line 0"] - pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Bank 1 RDPERR1 flag clear bit"] + pub const fn clr_rdperr(&self) -> bool { + let val = (self.0 >> 23usize) & 0x01; + val != 0 } - } - impl Default for Emr { - fn default() -> Emr { - Emr(0) + #[doc = "Bank 1 RDPERR1 flag clear bit"] + pub fn set_clr_rdperr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 23usize)) | (((val as u32) & 0x01) << 23usize); } - } - #[doc = "Software interrupt event register (EXTI_SWIER)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Swier(pub u32); - impl Swier { - #[doc = "Software Interrupt on line 0"] - pub fn swier(&self, n: usize) -> bool { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Bank 1 RDSERR1 flag clear bit"] + pub const fn clr_rdserr(&self) -> bool { + let val = (self.0 >> 24usize) & 0x01; val != 0 } - #[doc = "Software Interrupt on line 0"] - pub fn set_swier(&mut self, n: usize, val: bool) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Bank 1 RDSERR1 flag clear bit"] + pub fn set_clr_rdserr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 24usize)) | (((val as u32) & 0x01) << 24usize); } - } - impl Default for Swier { - fn default() -> Swier { - Swier(0) + #[doc = "Bank 1 SNECCERR1 flag clear bit"] + pub const fn clr_sneccerr(&self) -> bool { + let val = (self.0 >> 25usize) & 0x01; + val != 0 } - } - #[doc = "Falling Trigger selection register (EXTI_FTSR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Ftsr(pub u32); - impl Ftsr { - #[doc = "Falling trigger event configuration of line 0"] - pub fn tr(&self, n: usize) -> super::vals::Tr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Tr(val as u8) + #[doc = "Bank 1 SNECCERR1 flag clear bit"] + pub fn set_clr_sneccerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 25usize)) | (((val as u32) & 0x01) << 25usize); } - #[doc = "Falling trigger event configuration of line 0"] - pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Bank 1 DBECCERR1 flag clear bit"] + pub const fn clr_dbeccerr(&self) -> bool { + let val = (self.0 >> 26usize) & 0x01; + val != 0 } - } - impl Default for Ftsr { - fn default() -> Ftsr { - Ftsr(0) + #[doc = "Bank 1 DBECCERR1 flag clear bit"] + pub fn set_clr_dbeccerr(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 26usize)) | (((val as u32) & 0x01) << 26usize); } - } - #[doc = "Pending register (EXTI_PR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Pr(pub u32); - impl Pr { - #[doc = "Pending bit 0"] - pub fn pr(&self, n: usize) -> bool { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; + #[doc = "Bank 1 CRCEND1 flag clear bit"] + pub const fn clr_crcend(&self) -> bool { + let val = (self.0 >> 27usize) & 0x01; val != 0 } - #[doc = "Pending bit 0"] - pub fn set_pr(&mut self, n: usize, val: bool) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val as u32) & 0x01) << offs); + #[doc = "Bank 1 CRCEND1 flag clear bit"] + pub fn set_clr_crcend(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 27usize)) | (((val as u32) & 0x01) << 27usize); } } - impl Default for Pr { - fn default() -> Pr { - Pr(0) + impl Default for Ccr { + fn default() -> Ccr { + Ccr(0) } } - #[doc = "Rising Trigger selection register (EXTI_RTSR)"] + #[doc = "FLASH protection address for bank 1"] #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Rtsr(pub u32); - impl Rtsr { - #[doc = "Rising trigger event configuration of line 0"] - pub fn tr(&self, n: usize) -> super::vals::Tr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Tr(val as u8) + pub struct PrarPrg(pub u32); + impl PrarPrg { + #[doc = "Bank 1 lowest PCROP protected address configuration"] + pub const fn prot_area_start(&self) -> u16 { + let val = (self.0 >> 0usize) & 0x0fff; + val as u16 } - #[doc = "Rising trigger event configuration of line 0"] - pub fn set_tr(&mut self, n: usize, val: super::vals::Tr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Bank 1 lowest PCROP protected address configuration"] + pub fn set_prot_area_start(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 0usize)) | (((val as u32) & 0x0fff) << 0usize); } - } - impl Default for Rtsr { - fn default() -> Rtsr { - Rtsr(0) + #[doc = "Bank 1 highest PCROP protected address configuration"] + pub const fn prot_area_end(&self) -> u16 { + let val = (self.0 >> 16usize) & 0x0fff; + val as u16 } - } - #[doc = "Interrupt mask register (EXTI_IMR)"] - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq)] - pub struct Imr(pub u32); - impl Imr { - #[doc = "Interrupt Mask on line 0"] - pub fn mr(&self, n: usize) -> super::vals::Mr { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - let val = (self.0 >> offs) & 0x01; - super::vals::Mr(val as u8) + #[doc = "Bank 1 highest PCROP protected address configuration"] + pub fn set_prot_area_end(&mut self, val: u16) { + self.0 = (self.0 & !(0x0fff << 16usize)) | (((val as u32) & 0x0fff) << 16usize); } - #[doc = "Interrupt Mask on line 0"] - pub fn set_mr(&mut self, n: usize, val: super::vals::Mr) { - assert!(n < 23usize); - let offs = 0usize + n * 1usize; - self.0 = (self.0 & !(0x01 << offs)) | (((val.0 as u32) & 0x01) << offs); + #[doc = "Bank 1 PCROP protected erase enable option configuration bit"] + pub const fn dmep(&self) -> bool { + let val = (self.0 >> 31usize) & 0x01; + val != 0 } - } -<<<<<<< HEAD - impl Default for Idr { - fn default() -> Idr { - Idr(0) ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - impl Default for Imr { - fn default() -> Imr { - Imr(0) ->>>>>>> c084e70 (Update generated code) + #[doc = "Bank 1 PCROP protected erase enable option configuration bit"] + pub fn set_dmep(&mut self, val: bool) { + self.0 = (self.0 & !(0x01 << 31usize)) | (((val as u32) & 0x01) << 31usize); } } - } - pub mod vals { - use crate::generic::*; - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Prw(pub u8); - impl Prw { - #[doc = "Clears pending bit"] - pub const CLEAR: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Prr(pub u8); - impl Prr { - #[doc = "No trigger request occurred"] - pub const NOTPENDING: Self = Self(0); - #[doc = "Selected trigger request occurred"] - pub const PENDING: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Tr(pub u8); - impl Tr { - #[doc = "Falling edge trigger is disabled"] - pub const DISABLED: Self = Self(0); - #[doc = "Falling edge trigger is enabled"] - pub const ENABLED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Mr(pub u8); - impl Mr { - #[doc = "Interrupt request line is masked"] - pub const MASKED: Self = Self(0); - #[doc = "Interrupt request line is unmasked"] - pub const UNMASKED: Self = Self(0x01); - } - #[repr(transparent)] - #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] - pub struct Swierw(pub u8); - impl Swierw { - #[doc = "Generates an interrupt request"] - pub const PEND: Self = Self(0x01); + impl Default for PrarPrg { + fn default() -> PrarPrg { + PrarPrg(0) + } } } } diff --git a/embassy-stm32/src/pac/stm32h723ve.rs b/embassy-stm32/src/pac/stm32h723ve.rs index 59db9bc88..43e5fc3c7 100644 --- a/embassy-stm32/src/pac/stm32h723ve.rs +++ b/embassy-stm32/src/pac/stm32h723ve.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -285,55 +291,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h723vg.rs b/embassy-stm32/src/pac/stm32h723vg.rs index 59db9bc88..43e5fc3c7 100644 --- a/embassy-stm32/src/pac/stm32h723vg.rs +++ b/embassy-stm32/src/pac/stm32h723vg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -285,55 +291,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h723ze.rs b/embassy-stm32/src/pac/stm32h723ze.rs index 03fd5c4a5..34c260b21 100644 --- a/embassy-stm32/src/pac/stm32h723ze.rs +++ b/embassy-stm32/src/pac/stm32h723ze.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h723zg.rs b/embassy-stm32/src/pac/stm32h723zg.rs index 03fd5c4a5..34c260b21 100644 --- a/embassy-stm32/src/pac/stm32h723zg.rs +++ b/embassy-stm32/src/pac/stm32h723zg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725ae.rs b/embassy-stm32/src/pac/stm32h725ae.rs index 03fd5c4a5..34c260b21 100644 --- a/embassy-stm32/src/pac/stm32h725ae.rs +++ b/embassy-stm32/src/pac/stm32h725ae.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725ag.rs b/embassy-stm32/src/pac/stm32h725ag.rs index 03fd5c4a5..34c260b21 100644 --- a/embassy-stm32/src/pac/stm32h725ag.rs +++ b/embassy-stm32/src/pac/stm32h725ag.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725ie.rs b/embassy-stm32/src/pac/stm32h725ie.rs index 03fd5c4a5..34c260b21 100644 --- a/embassy-stm32/src/pac/stm32h725ie.rs +++ b/embassy-stm32/src/pac/stm32h725ie.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725ig.rs b/embassy-stm32/src/pac/stm32h725ig.rs index 03fd5c4a5..34c260b21 100644 --- a/embassy-stm32/src/pac/stm32h725ig.rs +++ b/embassy-stm32/src/pac/stm32h725ig.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725re.rs b/embassy-stm32/src/pac/stm32h725re.rs index 6adcd4a60..28b16c90b 100644 --- a/embassy-stm32/src/pac/stm32h725re.rs +++ b/embassy-stm32/src/pac/stm32h725re.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -277,55 +282,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725rg.rs b/embassy-stm32/src/pac/stm32h725rg.rs index 6adcd4a60..28b16c90b 100644 --- a/embassy-stm32/src/pac/stm32h725rg.rs +++ b/embassy-stm32/src/pac/stm32h725rg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -277,55 +282,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725ve.rs b/embassy-stm32/src/pac/stm32h725ve.rs index 59db9bc88..43e5fc3c7 100644 --- a/embassy-stm32/src/pac/stm32h725ve.rs +++ b/embassy-stm32/src/pac/stm32h725ve.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -285,55 +291,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725vg.rs b/embassy-stm32/src/pac/stm32h725vg.rs index 59db9bc88..43e5fc3c7 100644 --- a/embassy-stm32/src/pac/stm32h725vg.rs +++ b/embassy-stm32/src/pac/stm32h725vg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -285,55 +291,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725ze.rs b/embassy-stm32/src/pac/stm32h725ze.rs index 03fd5c4a5..34c260b21 100644 --- a/embassy-stm32/src/pac/stm32h725ze.rs +++ b/embassy-stm32/src/pac/stm32h725ze.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h725zg.rs b/embassy-stm32/src/pac/stm32h725zg.rs index 03fd5c4a5..34c260b21 100644 --- a/embassy-stm32/src/pac/stm32h725zg.rs +++ b/embassy-stm32/src/pac/stm32h725zg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h730ab.rs b/embassy-stm32/src/pac/stm32h730ab.rs index d4690b4cf..77a7f9999 100644 --- a/embassy-stm32/src/pac/stm32h730ab.rs +++ b/embassy-stm32/src/pac/stm32h730ab.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h730ib.rs b/embassy-stm32/src/pac/stm32h730ib.rs index d4690b4cf..77a7f9999 100644 --- a/embassy-stm32/src/pac/stm32h730ib.rs +++ b/embassy-stm32/src/pac/stm32h730ib.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h730vb.rs b/embassy-stm32/src/pac/stm32h730vb.rs index a3b56f569..fa07dfafa 100644 --- a/embassy-stm32/src/pac/stm32h730vb.rs +++ b/embassy-stm32/src/pac/stm32h730vb.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -285,55 +291,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h730zb.rs b/embassy-stm32/src/pac/stm32h730zb.rs index d4690b4cf..77a7f9999 100644 --- a/embassy-stm32/src/pac/stm32h730zb.rs +++ b/embassy-stm32/src/pac/stm32h730zb.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h733vg.rs b/embassy-stm32/src/pac/stm32h733vg.rs index a3b56f569..fa07dfafa 100644 --- a/embassy-stm32/src/pac/stm32h733vg.rs +++ b/embassy-stm32/src/pac/stm32h733vg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -285,55 +291,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h733zg.rs b/embassy-stm32/src/pac/stm32h733zg.rs index d4690b4cf..77a7f9999 100644 --- a/embassy-stm32/src/pac/stm32h733zg.rs +++ b/embassy-stm32/src/pac/stm32h733zg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h735ag.rs b/embassy-stm32/src/pac/stm32h735ag.rs index d4690b4cf..77a7f9999 100644 --- a/embassy-stm32/src/pac/stm32h735ag.rs +++ b/embassy-stm32/src/pac/stm32h735ag.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h735ig.rs b/embassy-stm32/src/pac/stm32h735ig.rs index d4690b4cf..77a7f9999 100644 --- a/embassy-stm32/src/pac/stm32h735ig.rs +++ b/embassy-stm32/src/pac/stm32h735ig.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h735rg.rs b/embassy-stm32/src/pac/stm32h735rg.rs index 5064b9006..c94c9135f 100644 --- a/embassy-stm32/src/pac/stm32h735rg.rs +++ b/embassy-stm32/src/pac/stm32h735rg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -277,55 +282,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h735vg.rs b/embassy-stm32/src/pac/stm32h735vg.rs index a3b56f569..fa07dfafa 100644 --- a/embassy-stm32/src/pac/stm32h735vg.rs +++ b/embassy-stm32/src/pac/stm32h735vg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -285,55 +291,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h735zg.rs b/embassy-stm32/src/pac/stm32h735zg.rs index d4690b4cf..77a7f9999 100644 --- a/embassy-stm32/src/pac/stm32h735zg.rs +++ b/embassy-stm32/src/pac/stm32h735zg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -195,6 +196,11 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); +pub const I2C5: i2c::I2c = i2c::I2c(0x40006400 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -296,55 +302,32 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, - PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, - PK13, PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, + PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, + PK10, PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, I2C5, PWR, RNG, SDMMC1, SDMMC2, + SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742ag.rs b/embassy-stm32/src/pac/stm32h742ag.rs index 1a6638978..c538be7e8 100644 --- a/embassy-stm32/src/pac/stm32h742ag.rs +++ b/embassy-stm32/src/pac/stm32h742ag.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742ai.rs b/embassy-stm32/src/pac/stm32h742ai.rs index 1a6638978..c538be7e8 100644 --- a/embassy-stm32/src/pac/stm32h742ai.rs +++ b/embassy-stm32/src/pac/stm32h742ai.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742bg.rs b/embassy-stm32/src/pac/stm32h742bg.rs index 1a6638978..c538be7e8 100644 --- a/embassy-stm32/src/pac/stm32h742bg.rs +++ b/embassy-stm32/src/pac/stm32h742bg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742bi.rs b/embassy-stm32/src/pac/stm32h742bi.rs index 1a6638978..c538be7e8 100644 --- a/embassy-stm32/src/pac/stm32h742bi.rs +++ b/embassy-stm32/src/pac/stm32h742bi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742ig.rs b/embassy-stm32/src/pac/stm32h742ig.rs index 1a6638978..c538be7e8 100644 --- a/embassy-stm32/src/pac/stm32h742ig.rs +++ b/embassy-stm32/src/pac/stm32h742ig.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742ii.rs b/embassy-stm32/src/pac/stm32h742ii.rs index 1a6638978..c538be7e8 100644 --- a/embassy-stm32/src/pac/stm32h742ii.rs +++ b/embassy-stm32/src/pac/stm32h742ii.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742vg.rs b/embassy-stm32/src/pac/stm32h742vg.rs index 0f8bce0dc..01eda8f20 100644 --- a/embassy-stm32/src/pac/stm32h742vg.rs +++ b/embassy-stm32/src/pac/stm32h742vg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -288,62 +293,34 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742vi.rs b/embassy-stm32/src/pac/stm32h742vi.rs index 0f8bce0dc..01eda8f20 100644 --- a/embassy-stm32/src/pac/stm32h742vi.rs +++ b/embassy-stm32/src/pac/stm32h742vi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -288,62 +293,34 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742xg.rs b/embassy-stm32/src/pac/stm32h742xg.rs index 1a6638978..c538be7e8 100644 --- a/embassy-stm32/src/pac/stm32h742xg.rs +++ b/embassy-stm32/src/pac/stm32h742xg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742xi.rs b/embassy-stm32/src/pac/stm32h742xi.rs index 1a6638978..c538be7e8 100644 --- a/embassy-stm32/src/pac/stm32h742xi.rs +++ b/embassy-stm32/src/pac/stm32h742xi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742zg.rs b/embassy-stm32/src/pac/stm32h742zg.rs index 1a6638978..c538be7e8 100644 --- a/embassy-stm32/src/pac/stm32h742zg.rs +++ b/embassy-stm32/src/pac/stm32h742zg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h742zi.rs b/embassy-stm32/src/pac/stm32h742zi.rs index 1a6638978..c538be7e8 100644 --- a/embassy-stm32/src/pac/stm32h742zi.rs +++ b/embassy-stm32/src/pac/stm32h742zi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743ag.rs b/embassy-stm32/src/pac/stm32h743ag.rs index c93c4bd77..26a3e9cbc 100644 --- a/embassy-stm32/src/pac/stm32h743ag.rs +++ b/embassy-stm32/src/pac/stm32h743ag.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743ai.rs b/embassy-stm32/src/pac/stm32h743ai.rs index c93c4bd77..26a3e9cbc 100644 --- a/embassy-stm32/src/pac/stm32h743ai.rs +++ b/embassy-stm32/src/pac/stm32h743ai.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743bg.rs b/embassy-stm32/src/pac/stm32h743bg.rs index c93c4bd77..26a3e9cbc 100644 --- a/embassy-stm32/src/pac/stm32h743bg.rs +++ b/embassy-stm32/src/pac/stm32h743bg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743bi.rs b/embassy-stm32/src/pac/stm32h743bi.rs index c93c4bd77..26a3e9cbc 100644 --- a/embassy-stm32/src/pac/stm32h743bi.rs +++ b/embassy-stm32/src/pac/stm32h743bi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743ig.rs b/embassy-stm32/src/pac/stm32h743ig.rs index c93c4bd77..26a3e9cbc 100644 --- a/embassy-stm32/src/pac/stm32h743ig.rs +++ b/embassy-stm32/src/pac/stm32h743ig.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743ii.rs b/embassy-stm32/src/pac/stm32h743ii.rs index c93c4bd77..26a3e9cbc 100644 --- a/embassy-stm32/src/pac/stm32h743ii.rs +++ b/embassy-stm32/src/pac/stm32h743ii.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743vg.rs b/embassy-stm32/src/pac/stm32h743vg.rs index 1470e0cf4..41080b9e7 100644 --- a/embassy-stm32/src/pac/stm32h743vg.rs +++ b/embassy-stm32/src/pac/stm32h743vg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -288,62 +293,34 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743vi.rs b/embassy-stm32/src/pac/stm32h743vi.rs index 1470e0cf4..41080b9e7 100644 --- a/embassy-stm32/src/pac/stm32h743vi.rs +++ b/embassy-stm32/src/pac/stm32h743vi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -288,62 +293,34 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743xg.rs b/embassy-stm32/src/pac/stm32h743xg.rs index c93c4bd77..26a3e9cbc 100644 --- a/embassy-stm32/src/pac/stm32h743xg.rs +++ b/embassy-stm32/src/pac/stm32h743xg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743xi.rs b/embassy-stm32/src/pac/stm32h743xi.rs index c93c4bd77..26a3e9cbc 100644 --- a/embassy-stm32/src/pac/stm32h743xi.rs +++ b/embassy-stm32/src/pac/stm32h743xi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743zg.rs b/embassy-stm32/src/pac/stm32h743zg.rs index c93c4bd77..26a3e9cbc 100644 --- a/embassy-stm32/src/pac/stm32h743zg.rs +++ b/embassy-stm32/src/pac/stm32h743zg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h743zi.rs b/embassy-stm32/src/pac/stm32h743zi.rs index c93c4bd77..26a3e9cbc 100644 --- a/embassy-stm32/src/pac/stm32h743zi.rs +++ b/embassy-stm32/src/pac/stm32h743zi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745bg.rs b/embassy-stm32/src/pac/stm32h745bg.rs index 5a4349b66..00bf15c61 100644 --- a/embassy-stm32/src/pac/stm32h745bg.rs +++ b/embassy-stm32/src/pac/stm32h745bg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745bi.rs b/embassy-stm32/src/pac/stm32h745bi.rs index 5a4349b66..00bf15c61 100644 --- a/embassy-stm32/src/pac/stm32h745bi.rs +++ b/embassy-stm32/src/pac/stm32h745bi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745ig.rs b/embassy-stm32/src/pac/stm32h745ig.rs index 5a4349b66..00bf15c61 100644 --- a/embassy-stm32/src/pac/stm32h745ig.rs +++ b/embassy-stm32/src/pac/stm32h745ig.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745ii.rs b/embassy-stm32/src/pac/stm32h745ii.rs index 5a4349b66..00bf15c61 100644 --- a/embassy-stm32/src/pac/stm32h745ii.rs +++ b/embassy-stm32/src/pac/stm32h745ii.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745xg.rs b/embassy-stm32/src/pac/stm32h745xg.rs index 5a4349b66..00bf15c61 100644 --- a/embassy-stm32/src/pac/stm32h745xg.rs +++ b/embassy-stm32/src/pac/stm32h745xg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745xi.rs b/embassy-stm32/src/pac/stm32h745xi.rs index 5a4349b66..00bf15c61 100644 --- a/embassy-stm32/src/pac/stm32h745xi.rs +++ b/embassy-stm32/src/pac/stm32h745xi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745zg.rs b/embassy-stm32/src/pac/stm32h745zg.rs index 5a4349b66..00bf15c61 100644 --- a/embassy-stm32/src/pac/stm32h745zg.rs +++ b/embassy-stm32/src/pac/stm32h745zg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h745zi.rs b/embassy-stm32/src/pac/stm32h745zi.rs index 5a4349b66..00bf15c61 100644 --- a/embassy-stm32/src/pac/stm32h745zi.rs +++ b/embassy-stm32/src/pac/stm32h745zi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747ag.rs b/embassy-stm32/src/pac/stm32h747ag.rs index 3157819f9..2ec339c88 100644 --- a/embassy-stm32/src/pac/stm32h747ag.rs +++ b/embassy-stm32/src/pac/stm32h747ag.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747ai.rs b/embassy-stm32/src/pac/stm32h747ai.rs index 3157819f9..2ec339c88 100644 --- a/embassy-stm32/src/pac/stm32h747ai.rs +++ b/embassy-stm32/src/pac/stm32h747ai.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747bg.rs b/embassy-stm32/src/pac/stm32h747bg.rs index 3157819f9..2ec339c88 100644 --- a/embassy-stm32/src/pac/stm32h747bg.rs +++ b/embassy-stm32/src/pac/stm32h747bg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747bi.rs b/embassy-stm32/src/pac/stm32h747bi.rs index 3157819f9..2ec339c88 100644 --- a/embassy-stm32/src/pac/stm32h747bi.rs +++ b/embassy-stm32/src/pac/stm32h747bi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747ig.rs b/embassy-stm32/src/pac/stm32h747ig.rs index 3157819f9..2ec339c88 100644 --- a/embassy-stm32/src/pac/stm32h747ig.rs +++ b/embassy-stm32/src/pac/stm32h747ig.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747ii.rs b/embassy-stm32/src/pac/stm32h747ii.rs index 3157819f9..2ec339c88 100644 --- a/embassy-stm32/src/pac/stm32h747ii.rs +++ b/embassy-stm32/src/pac/stm32h747ii.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747xg.rs b/embassy-stm32/src/pac/stm32h747xg.rs index 3157819f9..2ec339c88 100644 --- a/embassy-stm32/src/pac/stm32h747xg.rs +++ b/embassy-stm32/src/pac/stm32h747xg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747xi.rs b/embassy-stm32/src/pac/stm32h747xi.rs index 3157819f9..2ec339c88 100644 --- a/embassy-stm32/src/pac/stm32h747xi.rs +++ b/embassy-stm32/src/pac/stm32h747xi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h747zi.rs b/embassy-stm32/src/pac/stm32h747zi.rs index add169fb8..6ca02d4b4 100644 --- a/embassy-stm32/src/pac/stm32h747zi.rs +++ b/embassy-stm32/src/pac/stm32h747zi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -288,62 +293,34 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h750ib.rs b/embassy-stm32/src/pac/stm32h750ib.rs index e20cda51e..3f2ef7ab7 100644 --- a/embassy-stm32/src/pac/stm32h750ib.rs +++ b/embassy-stm32/src/pac/stm32h750ib.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h750vb.rs b/embassy-stm32/src/pac/stm32h750vb.rs index d09e7163f..790b54222 100644 --- a/embassy-stm32/src/pac/stm32h750vb.rs +++ b/embassy-stm32/src/pac/stm32h750vb.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -288,62 +293,34 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h750xb.rs b/embassy-stm32/src/pac/stm32h750xb.rs index e20cda51e..3f2ef7ab7 100644 --- a/embassy-stm32/src/pac/stm32h750xb.rs +++ b/embassy-stm32/src/pac/stm32h750xb.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h750zb.rs b/embassy-stm32/src/pac/stm32h750zb.rs index e20cda51e..3f2ef7ab7 100644 --- a/embassy-stm32/src/pac/stm32h750zb.rs +++ b/embassy-stm32/src/pac/stm32h750zb.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753ai.rs b/embassy-stm32/src/pac/stm32h753ai.rs index e20cda51e..3f2ef7ab7 100644 --- a/embassy-stm32/src/pac/stm32h753ai.rs +++ b/embassy-stm32/src/pac/stm32h753ai.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753bi.rs b/embassy-stm32/src/pac/stm32h753bi.rs index e20cda51e..3f2ef7ab7 100644 --- a/embassy-stm32/src/pac/stm32h753bi.rs +++ b/embassy-stm32/src/pac/stm32h753bi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753ii.rs b/embassy-stm32/src/pac/stm32h753ii.rs index e20cda51e..3f2ef7ab7 100644 --- a/embassy-stm32/src/pac/stm32h753ii.rs +++ b/embassy-stm32/src/pac/stm32h753ii.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753vi.rs b/embassy-stm32/src/pac/stm32h753vi.rs index d09e7163f..790b54222 100644 --- a/embassy-stm32/src/pac/stm32h753vi.rs +++ b/embassy-stm32/src/pac/stm32h753vi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -288,62 +293,34 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753xi.rs b/embassy-stm32/src/pac/stm32h753xi.rs index e20cda51e..3f2ef7ab7 100644 --- a/embassy-stm32/src/pac/stm32h753xi.rs +++ b/embassy-stm32/src/pac/stm32h753xi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h753zi.rs b/embassy-stm32/src/pac/stm32h753zi.rs index e20cda51e..3f2ef7ab7 100644 --- a/embassy-stm32/src/pac/stm32h753zi.rs +++ b/embassy-stm32/src/pac/stm32h753zi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h755bi.rs b/embassy-stm32/src/pac/stm32h755bi.rs index 8e42b6a71..808dd8fbf 100644 --- a/embassy-stm32/src/pac/stm32h755bi.rs +++ b/embassy-stm32/src/pac/stm32h755bi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h755ii.rs b/embassy-stm32/src/pac/stm32h755ii.rs index 8e42b6a71..808dd8fbf 100644 --- a/embassy-stm32/src/pac/stm32h755ii.rs +++ b/embassy-stm32/src/pac/stm32h755ii.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h755xi.rs b/embassy-stm32/src/pac/stm32h755xi.rs index 8e42b6a71..808dd8fbf 100644 --- a/embassy-stm32/src/pac/stm32h755xi.rs +++ b/embassy-stm32/src/pac/stm32h755xi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h755zi.rs b/embassy-stm32/src/pac/stm32h755zi.rs index 8e42b6a71..808dd8fbf 100644 --- a/embassy-stm32/src/pac/stm32h755zi.rs +++ b/embassy-stm32/src/pac/stm32h755zi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757ai.rs b/embassy-stm32/src/pac/stm32h757ai.rs index ee3b3384a..c818a3013 100644 --- a/embassy-stm32/src/pac/stm32h757ai.rs +++ b/embassy-stm32/src/pac/stm32h757ai.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757bi.rs b/embassy-stm32/src/pac/stm32h757bi.rs index ee3b3384a..c818a3013 100644 --- a/embassy-stm32/src/pac/stm32h757bi.rs +++ b/embassy-stm32/src/pac/stm32h757bi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757ii.rs b/embassy-stm32/src/pac/stm32h757ii.rs index ee3b3384a..c818a3013 100644 --- a/embassy-stm32/src/pac/stm32h757ii.rs +++ b/embassy-stm32/src/pac/stm32h757ii.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757xi.rs b/embassy-stm32/src/pac/stm32h757xi.rs index ee3b3384a..c818a3013 100644 --- a/embassy-stm32/src/pac/stm32h757xi.rs +++ b/embassy-stm32/src/pac/stm32h757xi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -299,62 +304,34 @@ impl_spi_pin!(SPI5, MisoPin, PJ11, 5); impl_spi_pin!(SPI5, SckPin, PK0, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h757zi.rs b/embassy-stm32/src/pac/stm32h757zi.rs index 847163f5d..3079161fd 100644 --- a/embassy-stm32/src/pac/stm32h757zi.rs +++ b/embassy-stm32/src/pac/stm32h757zi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RCC: rcc::Rcc = rcc::Rcc(0x58024400 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); @@ -288,62 +293,34 @@ impl_spi_pin!(SPI4, MisoPin, PE5, 5); impl_spi_pin!(SPI4, MosiPin, PE6, 5); pub const SPI6: spi::Spi = spi::Spi(0x58001400 as _); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; +pub use super::regs::rcc_h7 as rcc; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rcc_h7 as rcc; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, -<<<<<<< HEAD - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, -<<<<<<< HEAD - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= - PK15, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> 3baa749 (Add pac RCC for H7 (generated)) -======= - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RCC, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RCC, RNG, SDMMC1, SDMMC2, SPI1, + SPI2, SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3ag.rs b/embassy-stm32/src/pac/stm32h7a3ag.rs index d1fa21160..ebbcbd965 100644 --- a/embassy-stm32/src/pac/stm32h7a3ag.rs +++ b/embassy-stm32/src/pac/stm32h7a3ag.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3ai.rs b/embassy-stm32/src/pac/stm32h7a3ai.rs index d1fa21160..ebbcbd965 100644 --- a/embassy-stm32/src/pac/stm32h7a3ai.rs +++ b/embassy-stm32/src/pac/stm32h7a3ai.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3ig.rs b/embassy-stm32/src/pac/stm32h7a3ig.rs index d1fa21160..ebbcbd965 100644 --- a/embassy-stm32/src/pac/stm32h7a3ig.rs +++ b/embassy-stm32/src/pac/stm32h7a3ig.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3ii.rs b/embassy-stm32/src/pac/stm32h7a3ii.rs index d1fa21160..ebbcbd965 100644 --- a/embassy-stm32/src/pac/stm32h7a3ii.rs +++ b/embassy-stm32/src/pac/stm32h7a3ii.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3lg.rs b/embassy-stm32/src/pac/stm32h7a3lg.rs index d1fa21160..ebbcbd965 100644 --- a/embassy-stm32/src/pac/stm32h7a3lg.rs +++ b/embassy-stm32/src/pac/stm32h7a3lg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3li.rs b/embassy-stm32/src/pac/stm32h7a3li.rs index d1fa21160..ebbcbd965 100644 --- a/embassy-stm32/src/pac/stm32h7a3li.rs +++ b/embassy-stm32/src/pac/stm32h7a3li.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3ng.rs b/embassy-stm32/src/pac/stm32h7a3ng.rs index d1fa21160..ebbcbd965 100644 --- a/embassy-stm32/src/pac/stm32h7a3ng.rs +++ b/embassy-stm32/src/pac/stm32h7a3ng.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3ni.rs b/embassy-stm32/src/pac/stm32h7a3ni.rs index d1fa21160..ebbcbd965 100644 --- a/embassy-stm32/src/pac/stm32h7a3ni.rs +++ b/embassy-stm32/src/pac/stm32h7a3ni.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3qi.rs b/embassy-stm32/src/pac/stm32h7a3qi.rs index 70c5dfc80..bb8cdd699 100644 --- a/embassy-stm32/src/pac/stm32h7a3qi.rs +++ b/embassy-stm32/src/pac/stm32h7a3qi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -305,57 +310,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3rg.rs b/embassy-stm32/src/pac/stm32h7a3rg.rs index a3b1c4b2b..d4304e1b3 100644 --- a/embassy-stm32/src/pac/stm32h7a3rg.rs +++ b/embassy-stm32/src/pac/stm32h7a3rg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,9 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -297,57 +301,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, + SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3ri.rs b/embassy-stm32/src/pac/stm32h7a3ri.rs index a3b1c4b2b..d4304e1b3 100644 --- a/embassy-stm32/src/pac/stm32h7a3ri.rs +++ b/embassy-stm32/src/pac/stm32h7a3ri.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,9 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -297,57 +301,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, + SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3vg.rs b/embassy-stm32/src/pac/stm32h7a3vg.rs index 70c5dfc80..bb8cdd699 100644 --- a/embassy-stm32/src/pac/stm32h7a3vg.rs +++ b/embassy-stm32/src/pac/stm32h7a3vg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -305,57 +310,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3vi.rs b/embassy-stm32/src/pac/stm32h7a3vi.rs index 70c5dfc80..bb8cdd699 100644 --- a/embassy-stm32/src/pac/stm32h7a3vi.rs +++ b/embassy-stm32/src/pac/stm32h7a3vi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -305,57 +310,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3zg.rs b/embassy-stm32/src/pac/stm32h7a3zg.rs index d1fa21160..ebbcbd965 100644 --- a/embassy-stm32/src/pac/stm32h7a3zg.rs +++ b/embassy-stm32/src/pac/stm32h7a3zg.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7a3zi.rs b/embassy-stm32/src/pac/stm32h7a3zi.rs index d1fa21160..ebbcbd965 100644 --- a/embassy-stm32/src/pac/stm32h7a3zi.rs +++ b/embassy-stm32/src/pac/stm32h7a3zi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b0ab.rs b/embassy-stm32/src/pac/stm32h7b0ab.rs index e40dde6f9..561863369 100644 --- a/embassy-stm32/src/pac/stm32h7b0ab.rs +++ b/embassy-stm32/src/pac/stm32h7b0ab.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b0ib.rs b/embassy-stm32/src/pac/stm32h7b0ib.rs index e40dde6f9..561863369 100644 --- a/embassy-stm32/src/pac/stm32h7b0ib.rs +++ b/embassy-stm32/src/pac/stm32h7b0ib.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b0rb.rs b/embassy-stm32/src/pac/stm32h7b0rb.rs index c8835e5e4..88400d852 100644 --- a/embassy-stm32/src/pac/stm32h7b0rb.rs +++ b/embassy-stm32/src/pac/stm32h7b0rb.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,9 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -297,57 +301,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, + SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b0vb.rs b/embassy-stm32/src/pac/stm32h7b0vb.rs index 35b5d7209..cfbd6041e 100644 --- a/embassy-stm32/src/pac/stm32h7b0vb.rs +++ b/embassy-stm32/src/pac/stm32h7b0vb.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -305,57 +310,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b0zb.rs b/embassy-stm32/src/pac/stm32h7b0zb.rs index e40dde6f9..561863369 100644 --- a/embassy-stm32/src/pac/stm32h7b0zb.rs +++ b/embassy-stm32/src/pac/stm32h7b0zb.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3ai.rs b/embassy-stm32/src/pac/stm32h7b3ai.rs index e40dde6f9..561863369 100644 --- a/embassy-stm32/src/pac/stm32h7b3ai.rs +++ b/embassy-stm32/src/pac/stm32h7b3ai.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3ii.rs b/embassy-stm32/src/pac/stm32h7b3ii.rs index e40dde6f9..561863369 100644 --- a/embassy-stm32/src/pac/stm32h7b3ii.rs +++ b/embassy-stm32/src/pac/stm32h7b3ii.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3li.rs b/embassy-stm32/src/pac/stm32h7b3li.rs index e40dde6f9..561863369 100644 --- a/embassy-stm32/src/pac/stm32h7b3li.rs +++ b/embassy-stm32/src/pac/stm32h7b3li.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3ni.rs b/embassy-stm32/src/pac/stm32h7b3ni.rs index e40dde6f9..561863369 100644 --- a/embassy-stm32/src/pac/stm32h7b3ni.rs +++ b/embassy-stm32/src/pac/stm32h7b3ni.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3qi.rs b/embassy-stm32/src/pac/stm32h7b3qi.rs index 35b5d7209..cfbd6041e 100644 --- a/embassy-stm32/src/pac/stm32h7b3qi.rs +++ b/embassy-stm32/src/pac/stm32h7b3qi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -305,57 +310,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3ri.rs b/embassy-stm32/src/pac/stm32h7b3ri.rs index c8835e5e4..88400d852 100644 --- a/embassy-stm32/src/pac/stm32h7b3ri.rs +++ b/embassy-stm32/src/pac/stm32h7b3ri.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,9 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -297,57 +301,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, + SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3vi.rs b/embassy-stm32/src/pac/stm32h7b3vi.rs index 35b5d7209..cfbd6041e 100644 --- a/embassy-stm32/src/pac/stm32h7b3vi.rs +++ b/embassy-stm32/src/pac/stm32h7b3vi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -305,57 +310,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { diff --git a/embassy-stm32/src/pac/stm32h7b3zi.rs b/embassy-stm32/src/pac/stm32h7b3zi.rs index e40dde6f9..561863369 100644 --- a/embassy-stm32/src/pac/stm32h7b3zi.rs +++ b/embassy-stm32/src/pac/stm32h7b3zi.rs @@ -5,6 +5,7 @@ pub fn GPIO(n: usize) -> gpio::Gpio { gpio::Gpio((0x58020000 + 0x400 * n) as _) } +pub const DBGMCU: dbgmcu::Dbgmcu = dbgmcu::Dbgmcu(0x5c001000 as _); pub const DMA1: dma::Dma = dma::Dma(0x40020000 as _); impl_dma_channel!(DMA1_CH0, 0, 0); impl_dma_channel!(DMA1_CH1, 0, 1); @@ -212,6 +213,10 @@ impl_gpio_pin!(PK12, 10, 12, EXTI12); impl_gpio_pin!(PK13, 10, 13, EXTI13); impl_gpio_pin!(PK14, 10, 14, EXTI14); impl_gpio_pin!(PK15, 10, 15, EXTI15); +pub const I2C1: i2c::I2c = i2c::I2c(0x40005400 as _); +pub const I2C2: i2c::I2c = i2c::I2c(0x40005800 as _); +pub const I2C3: i2c::I2c = i2c::I2c(0x40005c00 as _); +pub const I2C4: i2c::I2c = i2c::I2c(0x58001c00 as _); pub const PWR: pwr::Pwr = pwr::Pwr(0x58024800 as _); pub const RNG: rng::Rng = rng::Rng(0x48021800 as _); impl_rng!(RNG, HASH_RNG); @@ -316,57 +321,33 @@ impl_spi_pin!(SPI6, MisoPin, PG12, 5); impl_spi_pin!(SPI6, SckPin, PG13, 5); impl_spi_pin!(SPI6, MosiPin, PG14, 5); pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x58000400 as _); -<<<<<<< HEAD +pub use super::regs::dbgmcu_h7 as dbgmcu; pub use super::regs::dma_v2 as dma; pub use super::regs::exti_v1 as exti; +pub use super::regs::flash_h7 as flash; pub use super::regs::gpio_v2 as gpio; +pub use super::regs::i2c_v2 as i2c; +pub use super::regs::pwr_h7 as pwr; pub use super::regs::rng_v1 as rng; pub use super::regs::sdmmc_v2 as sdmmc; pub use super::regs::spi_v3 as spi; pub use super::regs::syscfg_h7 as syscfg; embassy_extras::peripherals!( EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, PB0, PB1, - PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, PC2, PC3, - PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5, - PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, - PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, - PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, PG10, - PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, PH11, - PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, PI12, - PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, PJ13, - PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, PK14, - PK15, RNG, SDMMC1, SDMMC2, SPI1, SPI2, SPI3, SPI4, SPI5, SPI6, SYSCFG -======= -pub use regs::dma_v2 as dma; -pub use regs::exti_v1 as exti; -pub use regs::flash_h7 as flash; -pub use regs::gpio_v2 as gpio; -pub use regs::pwr_h7 as pwr; -pub use regs::rng_v1 as rng; -pub use regs::sdmmc_v2 as sdmmc; -pub use regs::syscfg_h7 as syscfg; -mod regs; -use embassy_extras::peripherals; -pub use regs::generic; -peripherals!( - EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12, - EXTI13, EXTI14, EXTI15, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, DMA1_CH6, - DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, DMA2_CH7, EXTI, - FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13, PA14, PA15, - PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, PB14, PB15, PC0, PC1, - PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, - PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, - PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6, PF7, - PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, PG4, PG5, PG6, PG7, PG8, PG9, - PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9, PH10, - PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, PI8, PI9, PI10, PI11, - PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, PJ10, PJ11, PJ12, - PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, PK11, PK12, PK13, - PK14, PK15, PWR, RNG, SDMMC1, SDMMC2, SYSCFG ->>>>>>> c084e70 (Update generated code) + EXTI13, EXTI14, EXTI15, DBGMCU, DMA1_CH0, DMA1_CH1, DMA1_CH2, DMA1_CH3, DMA1_CH4, DMA1_CH5, + DMA1_CH6, DMA1_CH7, DMA2_CH0, DMA2_CH1, DMA2_CH2, DMA2_CH3, DMA2_CH4, DMA2_CH5, DMA2_CH6, + DMA2_CH7, EXTI, FLASH, PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, + PA13, PA14, PA15, PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13, + PB14, PB15, PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, + PC15, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, + PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, + PF2, PF3, PF4, PF5, PF6, PF7, PF8, PF9, PF10, PF11, PF12, PF13, PF14, PF15, PG0, PG1, PG2, PG3, + PG4, PG5, PG6, PG7, PG8, PG9, PG10, PG11, PG12, PG13, PG14, PG15, PH0, PH1, PH2, PH3, PH4, PH5, + PH6, PH7, PH8, PH9, PH10, PH11, PH12, PH13, PH14, PH15, PI0, PI1, PI2, PI3, PI4, PI5, PI6, PI7, + PI8, PI9, PI10, PI11, PI12, PI13, PI14, PI15, PJ0, PJ1, PJ2, PJ3, PJ4, PJ5, PJ6, PJ7, PJ8, PJ9, + PJ10, PJ11, PJ12, PJ13, PJ14, PJ15, PK0, PK1, PK2, PK3, PK4, PK5, PK6, PK7, PK8, PK9, PK10, + PK11, PK12, PK13, PK14, PK15, I2C1, I2C2, I2C3, I2C4, PWR, RNG, SDMMC1, SDMMC2, SPI1, SPI2, + SPI3, SPI4, SPI5, SPI6, SYSCFG ); pub fn DMA(n: u8) -> dma::Dma { match n { -- cgit From 1689ab2f8bfc20bbdc9fd37b12b77bde338ccdb5 Mon Sep 17 00:00:00 2001 From: Thales Fragoso Date: Thu, 20 May 2021 22:16:01 -0300 Subject: H7 RCC: Setup DBGMCU to enable debugging during wfi/wfe --- embassy-stm32/src/rcc/h7/mod.rs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/embassy-stm32/src/rcc/h7/mod.rs b/embassy-stm32/src/rcc/h7/mod.rs index 8112ae999..4f73835f9 100644 --- a/embassy-stm32/src/rcc/h7/mod.rs +++ b/embassy-stm32/src/rcc/h7/mod.rs @@ -5,7 +5,7 @@ use embassy::util::Unborrow; use crate::fmt::{assert, panic}; use crate::pac::peripherals; use crate::pac::rcc::vals::Timpre; -use crate::pac::{RCC, SYSCFG}; +use crate::pac::{DBGMCU, RCC, SYSCFG}; use crate::pwr::{Power, VoltageScale}; use crate::time::Hertz; @@ -365,15 +365,21 @@ impl<'d> Rcc<'d> { /// /// Set `enable_dma1` to true if you do not have at least one bus master (other than the CPU) /// enable during WFI/WFE - pub fn enable_debug_wfe(&mut self, enable_dma1: bool) { + pub fn enable_debug_wfe(&mut self, _dbg: &mut peripherals::DBGMCU, enable_dma1: bool) { use crate::pac::rcc::vals::Ahb1enrDma1en; - // NOTE(unsafe) We have exclusive access to the RCC + // NOTE(unsafe) We have exclusive access to the RCC and DBGMCU unsafe { if enable_dma1 { RCC.ahb1enr() .modify(|w| w.set_dma1en(Ahb1enrDma1en::ENABLED)); } + + DBGMCU.cr().modify(|w| { + w.set_dbgsleep_d1(true); + w.set_dbgstby_d1(true); + w.set_dbgstop_d1(true); + }); } } -- cgit From f5860c3c4c8b0d8a11cc73f42953047c7117fc93 Mon Sep 17 00:00:00 2001 From: Thales Fragoso Date: Thu, 20 May 2021 22:17:53 -0300 Subject: Fix import on SDMMC --- embassy-stm32/src/sdmmc/v2.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/embassy-stm32/src/sdmmc/v2.rs b/embassy-stm32/src/sdmmc/v2.rs index d1d485c29..8e6f3d43d 100644 --- a/embassy-stm32/src/sdmmc/v2.rs +++ b/embassy-stm32/src/sdmmc/v2.rs @@ -1502,6 +1502,7 @@ macro_rules! impl_sdmmc_pin { #[cfg(feature = "sdmmc-rs")] mod sdmmc_rs { use super::*; + use core::future::Future; use embedded_sdmmc::{Block, BlockCount, BlockDevice, BlockIdx}; impl<'d, T: Instance, P: Pins> BlockDevice for Sdmmc<'d, T, P> { -- cgit From 2605dabca3996f3cff690eba121c9ef155014792 Mon Sep 17 00:00:00 2001 From: Thales Fragoso Date: Thu, 20 May 2021 23:21:22 -0300 Subject: H7 RCC: Fix off by one error --- embassy-stm32/src/rcc/h7/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/embassy-stm32/src/rcc/h7/mod.rs b/embassy-stm32/src/rcc/h7/mod.rs index 4f73835f9..d8d231bae 100644 --- a/embassy-stm32/src/rcc/h7/mod.rs +++ b/embassy-stm32/src/rcc/h7/mod.rs @@ -83,7 +83,6 @@ impl<'d> Rcc<'d> { } } - // TODO: FLASH and PWR /// Freeze the core clocks, returning a Core Clocks Distribution /// and Reset (CCDR) structure. The actual frequency of the clocks /// configured is returned in the `clocks` member of the CCDR @@ -419,7 +418,7 @@ impl<'d> Rcc<'d> { _ => (0b111, 16), }; let real_pclk = hclk / u32::from(ppre); - assert!(real_pclk < max_pclk); + assert!(real_pclk <= max_pclk); let tim_ker_clk = if let Some(tim_pre) = tim_pre { let clk = match (bits, tim_pre) { -- cgit From a0fe9e46457afa4fde5632a0e0d9e7478fa90e1b Mon Sep 17 00:00:00 2001 From: Thales Fragoso Date: Sat, 22 May 2021 15:22:00 -0300 Subject: Add unstable feature to give access to the pac --- embassy-stm32/Cargo.toml | 3 +++ embassy-stm32/gen.py | 3 ++- embassy-stm32/src/lib.rs | 4 ++++ embassy-stm32/src/pac/mod.rs | 3 ++- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 0bbe38cfe..7fce5b87a 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml @@ -31,6 +31,9 @@ defmt-info = [ ] defmt-warn = [ ] defmt-error = [ ] sdmmc-rs = ["embedded-sdmmc"] +# Unstable feature to give access to the pac used in embassy-stm32, changes with this feature don't +# follow semver +pac = [] # BEGIN GENERATED FEATURES stm32f401cb = [ "_dma", "_dma_v2", "_exti", "_exti_v1", "_gpio", "_gpio_v2", "_spi", "_spi_v1", "_stm32f4", "_syscfg", "_syscfg_f4", "_usart", "_usart_v1",] diff --git a/embassy-stm32/gen.py b/embassy-stm32/gen.py index ba674207d..05cc3d3b7 100644 --- a/embassy-stm32/gen.py +++ b/embassy-stm32/gen.py @@ -42,7 +42,8 @@ with open('src/pac/mod.rs', 'w') as f: f'#[cfg_attr(feature="{chip["name"]}", path="{chip["name"]}.rs")]\n') f.write('mod chip;\n') f.write('pub use chip::*;\n') - f.write('pub(crate) mod regs;\n') + f.write('#[allow(dead_code, unused_imports)]\n') + f.write('pub mod regs;\n') # ========= Generate pac/stm32xxx.rs diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs index 2fc07cd5e..8f8dd753b 100644 --- a/embassy-stm32/src/lib.rs +++ b/embassy-stm32/src/lib.rs @@ -25,7 +25,11 @@ pub mod spi; pub mod usart; // This must go LAST so that it sees the `impl_foo!` macros +#[cfg(feature = "pac")] pub mod pac; + +#[cfg(not(feature = "pac"))] +mod pac; pub mod time; pub use embassy_macros::interrupt; diff --git a/embassy-stm32/src/pac/mod.rs b/embassy-stm32/src/pac/mod.rs index 4f629e33d..8ed31d7b4 100644 --- a/embassy-stm32/src/pac/mod.rs +++ b/embassy-stm32/src/pac/mod.rs @@ -503,4 +503,5 @@ #[cfg_attr(feature = "stm32l4s9zi", path = "stm32l4s9zi.rs")] mod chip; pub use chip::*; -pub(crate) mod regs; +#[allow(dead_code, unused_imports)] +pub mod regs; -- cgit