Module e310x::otp

source ·
Expand description

One Time Programmable Memory

Modules

  • OTP device address
  • OTP device clock signal
  • OTP device data input
  • OTP device data output
  • Programmed-I/O lock register
  • OTP device mode register
  • OTP write-voltage charge pump control
  • OTP read-voltage regulator control
  • OTP device output-enable signal
  • OTP read sequencer control
  • OTP device chip-select signal
  • OTP write-voltage enable
  • OTP read-voltage enable
  • OTP device write-enable signal

Structs

Type Definitions

  • addr (rw) register accessor: an alias for Reg<ADDR_SPEC>
  • clock (rw) register accessor: an alias for Reg<CLOCK_SPEC>
  • data_in (rw) register accessor: an alias for Reg<DATA_IN_SPEC>
  • data_out (rw) register accessor: an alias for Reg<DATA_OUT_SPEC>
  • lock (rw) register accessor: an alias for Reg<LOCK_SPEC>
  • mode (rw) register accessor: an alias for Reg<MODE_SPEC>
  • mpp (rw) register accessor: an alias for Reg<MPP_SPEC>
  • mrr (rw) register accessor: an alias for Reg<MRR_SPEC>
  • output_en (rw) register accessor: an alias for Reg<OUTPUT_EN_SPEC>
  • rsctrl (rw) register accessor: an alias for Reg<RSCTRL_SPEC>
  • select (rw) register accessor: an alias for Reg<SELECT_SPEC>
  • vppen (rw) register accessor: an alias for Reg<VPPEN_SPEC>
  • vrren (rw) register accessor: an alias for Reg<VRREN_SPEC>
  • write_en (rw) register accessor: an alias for Reg<WRITE_EN_SPEC>