Type Alias rp2040_pac::sio::div_csr::DIRTY_R

source ·
pub type DIRTY_R = BitReader;
Expand description

Field DIRTY reader - Changes to 1 when any register is written, and back to 0 when QUOTIENT is read.
Software can use this flag to make save/restore more efficient (skip if not DIRTY).
If the flag is used in this way, it’s recommended to either read QUOTIENT only,
or REMAINDER and then QUOTIENT, to prevent data loss on context switch.

Aliased Type§

struct DIRTY_R { /* private fields */ }