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

type SM2_CLKDIV = Reg<u32, _SM2_CLKDIV>;

Clock divider register for state machine 2\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 sm2_clkdiv module

Trait Implementations

impl Readable for SM2_CLKDIV[src]

read() method returns sm2_clkdiv::R reader structure

impl ResetValue for SM2_CLKDIV[src]

Register SM2_CLKDIV reset()'s with value 0x0001_0000

type Type = u32

Register size

impl Writable for SM2_CLKDIV[src]

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