The same as UDIVISOR, but starts a signed calculation, rather than unsigned.
You can read
this register and get div_sdivisor::R
. You can reset
, write
, write_with_zero
this register using div_sdivisor::W
. You can also modify
this register. See API.
reset()
method sets DIV_SDIVISOR to value 0
write(|w| ..)
method takes div_sdivisor::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns div_sdivisor::R
reader structure