Module nrf51_hal::pac::adc

source ·
Expand description

Analog to digital converter.

Modules§

Structs§

Type Aliases§

  • BUSY (r) register accessor: an alias for Reg<BUSY_SPEC>
  • CONFIG (rw) register accessor: an alias for Reg<CONFIG_SPEC>
  • ENABLE (rw) register accessor: an alias for Reg<ENABLE_SPEC>
  • EVENTS_END (rw) register accessor: an alias for Reg<EVENTS_END_SPEC>
  • INTENCLR (rw) register accessor: an alias for Reg<INTENCLR_SPEC>
  • INTENSET (rw) register accessor: an alias for Reg<INTENSET_SPEC>
  • POWER (rw) register accessor: an alias for Reg<POWER_SPEC>
  • RESULT (r) register accessor: an alias for Reg<RESULT_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>