The result of DIVIDEND % DIVISOR
(modulo). Contents undefined while CSR_READY is low.
For signed calculations, REMAINDER is negative only when DIVIDEND is negative.
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.
You can read
this register and get div_remainder::R
. You can reset
, write
, write_with_zero
this register using div_remainder::W
. You can also modify
this register. See API.
reset()
method sets DIV_REMAINDER to value 0
write(|w| ..)
method takes div_remainder::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns div_remainder::R
reader structure