pub type DIV_UDIVIDEND = Reg<DIV_UDIVIDEND_SPEC>;Expand description
DIV_UDIVIDEND (rw) register accessor: Divider unsigned dividend
Write to the DIVIDEND operand of the divider, i.e. the p in p / q.
Any operand write starts a new calculation. The results appear in QUOTIENT, REMAINDER.
UDIVIDEND/SDIVIDEND 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_udividend::R. You can reset, write, write_with_zero this register using div_udividend::W. You can also modify this register. See API.
For information about available fields see div_udividend
module
Aliased Typeยง
pub struct DIV_UDIVIDEND { /* private fields */ }