[][src]Type Definition rp2040::pio0::SM1_CLKDIV

type SM1_CLKDIV = Reg<u32, _SM1_CLKDIV>;

Clock divider register for state machine 1\n Frequency = clock freq / (CLKDIV_INT + CLKDIV_FRAC / 256)

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see sm1_clkdiv module

Trait Implementations

impl Readable for SM1_CLKDIV[src]

read() method returns sm1_clkdiv::R reader structure

impl ResetValue for SM1_CLKDIV[src]

Register SM1_CLKDIV reset()'s with value 0x0001_0000

type Type = u32

Register size

impl Writable for SM1_CLKDIV[src]

write(|w| ..) method takes sm1_clkdiv::W writer structure