Module msp430f249::multiplier

source ·
Expand description

Multiplier

Modules

  • Multiply Unsigned and Accumulate/Operand 1
  • Multiply Signed and Accumulate/Operand 1
  • Multiply Unsigned/Operand 1
  • Multiply Signed/Operand 1
  • Operand 2
  • Result High Word
  • Result Low Word
  • Sum Extend

Structs

Type Definitions

  • MAC (rw) register accessor: an alias for Reg<MAC_SPEC>
  • MACS (rw) register accessor: an alias for Reg<MACS_SPEC>
  • MPY (rw) register accessor: an alias for Reg<MPY_SPEC>
  • MPYS (rw) register accessor: an alias for Reg<MPYS_SPEC>
  • OP2 (rw) register accessor: an alias for Reg<OP2_SPEC>
  • RESHI (rw) register accessor: an alias for Reg<RESHI_SPEC>
  • RESLO (rw) register accessor: an alias for Reg<RESLO_SPEC>
  • SUMEXT (rw) register accessor: an alias for Reg<SUMEXT_SPEC>