ASysCtl Module

The ASysCtl or Analog System Control driver provides functions to enable, disable and lock the temperature sensor on the device. It will also provide additional functionality if available for that device.

group asysctl_api

Functions

void ASysCtl_enableTemperatureSensor(void)

Enable temperature sensor.

This function enables the temperature sensor output to the ADC.

Return

None.

void ASysCtl_disableTemperatureSensor(void)

Disable temperature sensor.

This function disables the temperature sensor output to the ADC.

Return

None.

void ASysCtl_lockTemperatureSensor(void)

Locks the temperature sensor control register.

Return

None.

The code for this module is contained in driverlib/asysctl.c, with driverlib/asysctl.h containing the API declarations for use by applications.