36.7.1 Control A
Name: | CTRLA |
Offset: | 0x00 |
Reset: | 0x00 |
Property: | PAC Write-Protection, Write-Synchronized Bits |
Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | |
ONDEMAND | RUNSTDBY | ENABLE | SWRST | ||||||
Access | R/W | R/W | R/W | R/W | |||||
Reset | 0 | 0 | 0 | 0 |
Bit 7 – ONDEMAND On Demand Control
The On-Demand operation mode allows the ADC to be enabled or disabled, depending on other peripheral requests.
In On-Demand operation mode, i.e., if the ONDEMAND bit has been previously set, the ADC will only be running when requested by a peripheral. If there is no peripheral requesting the ADC will be in a disabled state.
If O- Demand is disabled the ADC will always be running when enabled.
In Standby Sleep mode, the On-Demand operation is still active if the CTRLA.RUNSTDBY bit is '1'. If the CTRLA.RUNSTDBY bit is '0', the ADC is disabled.
For the client ADC, this bit has no effect when the SLAVEEN bit is set (CTRLA.SLAVEEN = 1). The ONDEMAND bit from host ADC instance will control the On-Demand operation mode.
Value | Description |
---|---|
0 | The ADC is always on , if enabled. |
1 | The ADC is enabled, when a peripheral is requesting the ADC conversion. The ADC is disabled if no peripheral is requesting it. |
Bit 6 – RUNSTDBY Run in Standby
This bit controls how the ADC behaves during Standby Sleep mode.
Value | Description |
---|---|
0 | The ADC is halted during Standby Sleep mode. |
1 | The ADC is not stopped in Standby Sleep mode. If CTRLA.ONDEMAND = 1, the ADC will be running when a peripheral is requesting it. If CTRLA.ONDEMAND = 0, the ADC will always be running in Standby Sleep mode. |
Bit 1 – ENABLE Enable
For the client ADC, this bit has no effect when the SLAVEEN bit is set (CTRLA.SLAVEEN = 1).
Value | Description |
---|---|
0 | The ADC is disabled. |
1 | The ADC is enabled. |
Bit 0 – SWRST Software Reset
Writing a '0' to this bit has no effect.
Writing a '1' to this bit resets all registers in the ADC, except DBGCTRL, to their initial state, and the ADC will be disabled.
Writing a '1' to CTRL.SWRST will always take precedence, meaning that all other writes in the same write-operation will be discarded.
Value | Description |
---|---|
0 | There is no reset operation ongoing. |
1 | The reset operation is ongoing. |