Type Alias rp2040_pac::sio::DIV_UDIVISOR

source ·
pub type DIV_UDIVISOR = Reg<DIV_UDIVISOR_SPEC>;
Expand description

DIV_UDIVISOR (rw) register accessor: Divider unsigned divisor
Write to the DIVISOR operand of the divider, i.e. the q in p / q.
Any operand write starts a new calculation. The results appear in QUOTIENT, REMAINDER.
UDIVISOR/SDIVISOR are aliases of the same internal register. The U alias starts an
unsigned calculation, and the S alias starts a signed calculation.

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

For information about available fields see div_udivisor module

Aliased Type§

struct DIV_UDIVISOR { /* private fields */ }