Type Alias rp2040_pac::sio::DIV_QUOTIENT

source ·
pub type DIV_QUOTIENT = Reg<DIV_QUOTIENT_SPEC>;
Expand description

DIV_QUOTIENT (rw) register accessor: Divider result quotient
The result of DIVIDEND / DIVISOR (division). Contents undefined while CSR_READY is low.
For signed calculations, QUOTIENT is negative when the signs of DIVIDEND and DIVISOR differ.
This register can be written to directly, for context save/restore purposes. This halts any
in-progress calculation and sets the CSR_READY and CSR_DIRTY flags.
Reading from QUOTIENT clears the CSR_DIRTY flag, so should read results in the order
REMAINDER, QUOTIENT if CSR_DIRTY is used.

You can read this register and get div_quotient::R. You can reset, write, write_with_zero this register using div_quotient::W. You can also modify this register. See API.

For information about available fields see div_quotient module

Aliased Type§

struct DIV_QUOTIENT { /* private fields */ }