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.
reset()
method sets DIV_QUOTIENT to value 0
write(|w| ..)
method takes div_quotient::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns div_quotient::R
reader structure