Module nrf51_hal::pac::temp

source ·
Expand description

Temperature Sensor.

Modules§

  • Temperature measurement complete, data ready event.
  • Interrupt enable clear register.
  • Interrupt enable set register.
  • Peripheral power control.
  • Start temperature measurement.
  • Stop temperature measurement.
  • Die temperature in degC, 2’s complement format, 0.25 degC pecision.

Structs§

Type Aliases§

  • EVENTS_DATARDY (rw) register accessor: an alias for Reg<EVENTS_DATARDY_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>
  • TASKS_START (w) register accessor: an alias for Reg<TASKS_START_SPEC>
  • TASKS_STOP (w) register accessor: an alias for Reg<TASKS_STOP_SPEC>
  • TEMP (r) register accessor: an alias for Reg<TEMP_SPEC>