Type Alias rp2040_pac::sio::div_csr::READY_R

source ·
pub type READY_R = BitReader;
Expand description

Field READY reader - Reads as 0 when a calculation is in progress, 1 otherwise.
Writing an operand (xDIVIDEND, xDIVISOR) will immediately start a new calculation, no
matter if one is already in progress.
Writing to a result register will immediately terminate any in-progress calculation
and set the READY and DIRTY flags.

Aliased Type§

struct READY_R { /* private fields */ }