Module rp2040_pac::pio0::sm::sm_clkdiv

source ·
Expand description

Clock divisor register for state machine 0
Frequency = clock freq / (CLKDIV_INT + CLKDIV_FRAC / 256)

Structs§

  • Clock divisor register for state machine 0
    Frequency = clock freq / (CLKDIV_INT + CLKDIV_FRAC / 256)

Type Aliases§

  • Field FRAC reader - Fractional part of clock divisor
  • Field FRAC writer - Fractional part of clock divisor
  • Field INT reader - Effective frequency is sysclk/(int + frac/256).
    Value of 0 is interpreted as 65536. If INT is 0, FRAC must also be 0.
  • Field INT writer - Effective frequency is sysclk/(int + frac/256).
    Value of 0 is interpreted as 65536. If INT is 0, FRAC must also be 0.
  • Register SM_CLKDIV reader
  • Register SM_CLKDIV writer