Module nrf52832_hal::pac::saadc

source ·
Expand description

Analog to Digital Converter

Modules§

Structs§

Type Aliases§

  • ENABLE (rw) register accessor: an alias for Reg<ENABLE_SPEC>
  • EVENTS_CALIBRATEDONE (rw) register accessor: an alias for Reg<EVENTS_CALIBRATEDONE_SPEC>
  • EVENTS_DONE (rw) register accessor: an alias for Reg<EVENTS_DONE_SPEC>
  • EVENTS_END (rw) register accessor: an alias for Reg<EVENTS_END_SPEC>
  • EVENTS_RESULTDONE (rw) register accessor: an alias for Reg<EVENTS_RESULTDONE_SPEC>
  • EVENTS_STARTED (rw) register accessor: an alias for Reg<EVENTS_STARTED_SPEC>
  • EVENTS_STOPPED (rw) register accessor: an alias for Reg<EVENTS_STOPPED_SPEC>
  • INTEN (rw) register accessor: an alias for Reg<INTEN_SPEC>
  • INTENCLR (rw) register accessor: an alias for Reg<INTENCLR_SPEC>
  • INTENSET (rw) register accessor: an alias for Reg<INTENSET_SPEC>
  • OVERSAMPLE (rw) register accessor: an alias for Reg<OVERSAMPLE_SPEC>
  • RESOLUTION (rw) register accessor: an alias for Reg<RESOLUTION_SPEC>
  • SAMPLERATE (rw) register accessor: an alias for Reg<SAMPLERATE_SPEC>
  • STATUS (r) register accessor: an alias for Reg<STATUS_SPEC>
  • TASKS_CALIBRATEOFFSET (w) register accessor: an alias for Reg<TASKS_CALIBRATEOFFSET_SPEC>
  • TASKS_SAMPLE (w) register accessor: an alias for Reg<TASKS_SAMPLE_SPEC>
  • TASKS_START (w) register accessor: an alias for Reg<TASKS_START_SPEC>
  • TASKS_STOP (w) register accessor: an alias for Reg<TASKS_STOP_SPEC>