Module rp2040_pac::sio::div_udivisor

source ·
Expand description

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.

Structs§

  • 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.

Type Aliases§

  • Register DIV_UDIVISOR reader
  • Register DIV_UDIVISOR writer