Energy Micro IEC60355 Library Example Project 1.0 (internal use only!) GCC-Version
Example project demonstrating POST and BIST library functions

EFM32G890F128_ACMP

ACMP_TypeDef. More...

Collaboration diagram for EFM32G890F128_ACMP:

Data Structures

struct  ACMP_TypeDef

Defines

#define _ACMP_CTRL_RESETVALUE   0x47000000UL
#define _ACMP_CTRL_MASK   0xCF03077FUL
#define ACMP_CTRL_EN   (0x1UL << 0)
#define _ACMP_CTRL_EN_SHIFT   0
#define _ACMP_CTRL_EN_MASK   0x1UL
#define _ACMP_CTRL_EN_DEFAULT   0x00000000UL
#define ACMP_CTRL_EN_DEFAULT   (_ACMP_CTRL_EN_DEFAULT << 0)
#define ACMP_CTRL_MUXEN   (0x1UL << 1)
#define _ACMP_CTRL_MUXEN_SHIFT   1
#define _ACMP_CTRL_MUXEN_MASK   0x2UL
#define _ACMP_CTRL_MUXEN_DEFAULT   0x00000000UL
#define ACMP_CTRL_MUXEN_DEFAULT   (_ACMP_CTRL_MUXEN_DEFAULT << 1)
#define ACMP_CTRL_INACTVAL   (0x1UL << 2)
#define _ACMP_CTRL_INACTVAL_SHIFT   2
#define _ACMP_CTRL_INACTVAL_MASK   0x4UL
#define _ACMP_CTRL_INACTVAL_DEFAULT   0x00000000UL
#define _ACMP_CTRL_INACTVAL_LOW   0x00000000UL
#define _ACMP_CTRL_INACTVAL_HIGH   0x00000001UL
#define ACMP_CTRL_INACTVAL_DEFAULT   (_ACMP_CTRL_INACTVAL_DEFAULT << 2)
#define ACMP_CTRL_INACTVAL_LOW   (_ACMP_CTRL_INACTVAL_LOW << 2)
#define ACMP_CTRL_INACTVAL_HIGH   (_ACMP_CTRL_INACTVAL_HIGH << 2)
#define ACMP_CTRL_GPIOINV   (0x1UL << 3)
#define _ACMP_CTRL_GPIOINV_SHIFT   3
#define _ACMP_CTRL_GPIOINV_MASK   0x8UL
#define _ACMP_CTRL_GPIOINV_DEFAULT   0x00000000UL
#define _ACMP_CTRL_GPIOINV_NOTINV   0x00000000UL
#define _ACMP_CTRL_GPIOINV_INV   0x00000001UL
#define ACMP_CTRL_GPIOINV_DEFAULT   (_ACMP_CTRL_GPIOINV_DEFAULT << 3)
#define ACMP_CTRL_GPIOINV_NOTINV   (_ACMP_CTRL_GPIOINV_NOTINV << 3)
#define ACMP_CTRL_GPIOINV_INV   (_ACMP_CTRL_GPIOINV_INV << 3)
#define _ACMP_CTRL_HYSTSEL_SHIFT   4
#define _ACMP_CTRL_HYSTSEL_MASK   0x70UL
#define _ACMP_CTRL_HYSTSEL_DEFAULT   0x00000000UL
#define _ACMP_CTRL_HYSTSEL_HYST0   0x00000000UL
#define _ACMP_CTRL_HYSTSEL_HYST1   0x00000001UL
#define _ACMP_CTRL_HYSTSEL_HYST2   0x00000002UL
#define _ACMP_CTRL_HYSTSEL_HYST3   0x00000003UL
#define _ACMP_CTRL_HYSTSEL_HYST4   0x00000004UL
#define _ACMP_CTRL_HYSTSEL_HYST5   0x00000005UL
#define _ACMP_CTRL_HYSTSEL_HYST6   0x00000006UL
#define _ACMP_CTRL_HYSTSEL_HYST7   0x00000007UL
#define ACMP_CTRL_HYSTSEL_DEFAULT   (_ACMP_CTRL_HYSTSEL_DEFAULT << 4)
#define ACMP_CTRL_HYSTSEL_HYST0   (_ACMP_CTRL_HYSTSEL_HYST0 << 4)
#define ACMP_CTRL_HYSTSEL_HYST1   (_ACMP_CTRL_HYSTSEL_HYST1 << 4)
#define ACMP_CTRL_HYSTSEL_HYST2   (_ACMP_CTRL_HYSTSEL_HYST2 << 4)
#define ACMP_CTRL_HYSTSEL_HYST3   (_ACMP_CTRL_HYSTSEL_HYST3 << 4)
#define ACMP_CTRL_HYSTSEL_HYST4   (_ACMP_CTRL_HYSTSEL_HYST4 << 4)
#define ACMP_CTRL_HYSTSEL_HYST5   (_ACMP_CTRL_HYSTSEL_HYST5 << 4)
#define ACMP_CTRL_HYSTSEL_HYST6   (_ACMP_CTRL_HYSTSEL_HYST6 << 4)
#define ACMP_CTRL_HYSTSEL_HYST7   (_ACMP_CTRL_HYSTSEL_HYST7 << 4)
#define _ACMP_CTRL_WARMTIME_SHIFT   8
#define _ACMP_CTRL_WARMTIME_MASK   0x700UL
#define _ACMP_CTRL_WARMTIME_DEFAULT   0x00000000UL
#define _ACMP_CTRL_WARMTIME_4CYCLES   0x00000000UL
#define _ACMP_CTRL_WARMTIME_8CYCLES   0x00000001UL
#define _ACMP_CTRL_WARMTIME_16CYCLES   0x00000002UL
#define _ACMP_CTRL_WARMTIME_32CYCLES   0x00000003UL
#define _ACMP_CTRL_WARMTIME_64CYCLES   0x00000004UL
#define _ACMP_CTRL_WARMTIME_128CYCLES   0x00000005UL
#define _ACMP_CTRL_WARMTIME_256CYCLES   0x00000006UL
#define _ACMP_CTRL_WARMTIME_512CYCLES   0x00000007UL
#define ACMP_CTRL_WARMTIME_DEFAULT   (_ACMP_CTRL_WARMTIME_DEFAULT << 8)
#define ACMP_CTRL_WARMTIME_4CYCLES   (_ACMP_CTRL_WARMTIME_4CYCLES << 8)
#define ACMP_CTRL_WARMTIME_8CYCLES   (_ACMP_CTRL_WARMTIME_8CYCLES << 8)
#define ACMP_CTRL_WARMTIME_16CYCLES   (_ACMP_CTRL_WARMTIME_16CYCLES << 8)
#define ACMP_CTRL_WARMTIME_32CYCLES   (_ACMP_CTRL_WARMTIME_32CYCLES << 8)
#define ACMP_CTRL_WARMTIME_64CYCLES   (_ACMP_CTRL_WARMTIME_64CYCLES << 8)
#define ACMP_CTRL_WARMTIME_128CYCLES   (_ACMP_CTRL_WARMTIME_128CYCLES << 8)
#define ACMP_CTRL_WARMTIME_256CYCLES   (_ACMP_CTRL_WARMTIME_256CYCLES << 8)
#define ACMP_CTRL_WARMTIME_512CYCLES   (_ACMP_CTRL_WARMTIME_512CYCLES << 8)
#define ACMP_CTRL_IRISE   (0x1UL << 16)
#define _ACMP_CTRL_IRISE_SHIFT   16
#define _ACMP_CTRL_IRISE_MASK   0x10000UL
#define _ACMP_CTRL_IRISE_DEFAULT   0x00000000UL
#define _ACMP_CTRL_IRISE_DISABLED   0x00000000UL
#define _ACMP_CTRL_IRISE_ENABLED   0x00000001UL
#define ACMP_CTRL_IRISE_DEFAULT   (_ACMP_CTRL_IRISE_DEFAULT << 16)
#define ACMP_CTRL_IRISE_DISABLED   (_ACMP_CTRL_IRISE_DISABLED << 16)
#define ACMP_CTRL_IRISE_ENABLED   (_ACMP_CTRL_IRISE_ENABLED << 16)
#define ACMP_CTRL_IFALL   (0x1UL << 17)
#define _ACMP_CTRL_IFALL_SHIFT   17
#define _ACMP_CTRL_IFALL_MASK   0x20000UL
#define _ACMP_CTRL_IFALL_DEFAULT   0x00000000UL
#define _ACMP_CTRL_IFALL_DISABLED   0x00000000UL
#define _ACMP_CTRL_IFALL_ENABLED   0x00000001UL
#define ACMP_CTRL_IFALL_DEFAULT   (_ACMP_CTRL_IFALL_DEFAULT << 17)
#define ACMP_CTRL_IFALL_DISABLED   (_ACMP_CTRL_IFALL_DISABLED << 17)
#define ACMP_CTRL_IFALL_ENABLED   (_ACMP_CTRL_IFALL_ENABLED << 17)
#define _ACMP_CTRL_BIASPROG_SHIFT   24
#define _ACMP_CTRL_BIASPROG_MASK   0xF000000UL
#define _ACMP_CTRL_BIASPROG_DEFAULT   0x00000007UL
#define ACMP_CTRL_BIASPROG_DEFAULT   (_ACMP_CTRL_BIASPROG_DEFAULT << 24)
#define ACMP_CTRL_HALFBIAS   (0x1UL << 30)
#define _ACMP_CTRL_HALFBIAS_SHIFT   30
#define _ACMP_CTRL_HALFBIAS_MASK   0x40000000UL
#define _ACMP_CTRL_HALFBIAS_DEFAULT   0x00000001UL
#define ACMP_CTRL_HALFBIAS_DEFAULT   (_ACMP_CTRL_HALFBIAS_DEFAULT << 30)
#define ACMP_CTRL_FULLBIAS   (0x1UL << 31)
#define _ACMP_CTRL_FULLBIAS_SHIFT   31
#define _ACMP_CTRL_FULLBIAS_MASK   0x80000000UL
#define _ACMP_CTRL_FULLBIAS_DEFAULT   0x00000000UL
#define ACMP_CTRL_FULLBIAS_DEFAULT   (_ACMP_CTRL_FULLBIAS_DEFAULT << 31)
#define _ACMP_INPUTSEL_RESETVALUE   0x00010080UL
#define _ACMP_INPUTSEL_MASK   0x31013FF7UL
#define _ACMP_INPUTSEL_POSSEL_SHIFT   0
#define _ACMP_INPUTSEL_POSSEL_MASK   0x7UL
#define _ACMP_INPUTSEL_POSSEL_DEFAULT   0x00000000UL
#define _ACMP_INPUTSEL_POSSEL_CH0   0x00000000UL
#define _ACMP_INPUTSEL_POSSEL_CH1   0x00000001UL
#define _ACMP_INPUTSEL_POSSEL_CH2   0x00000002UL
#define _ACMP_INPUTSEL_POSSEL_CH3   0x00000003UL
#define _ACMP_INPUTSEL_POSSEL_CH4   0x00000004UL
#define _ACMP_INPUTSEL_POSSEL_CH5   0x00000005UL
#define _ACMP_INPUTSEL_POSSEL_CH6   0x00000006UL
#define _ACMP_INPUTSEL_POSSEL_CH7   0x00000007UL
#define ACMP_INPUTSEL_POSSEL_DEFAULT   (_ACMP_INPUTSEL_POSSEL_DEFAULT << 0)
#define ACMP_INPUTSEL_POSSEL_CH0   (_ACMP_INPUTSEL_POSSEL_CH0 << 0)
#define ACMP_INPUTSEL_POSSEL_CH1   (_ACMP_INPUTSEL_POSSEL_CH1 << 0)
#define ACMP_INPUTSEL_POSSEL_CH2   (_ACMP_INPUTSEL_POSSEL_CH2 << 0)
#define ACMP_INPUTSEL_POSSEL_CH3   (_ACMP_INPUTSEL_POSSEL_CH3 << 0)
#define ACMP_INPUTSEL_POSSEL_CH4   (_ACMP_INPUTSEL_POSSEL_CH4 << 0)
#define ACMP_INPUTSEL_POSSEL_CH5   (_ACMP_INPUTSEL_POSSEL_CH5 << 0)
#define ACMP_INPUTSEL_POSSEL_CH6   (_ACMP_INPUTSEL_POSSEL_CH6 << 0)
#define ACMP_INPUTSEL_POSSEL_CH7   (_ACMP_INPUTSEL_POSSEL_CH7 << 0)
#define _ACMP_INPUTSEL_NEGSEL_SHIFT   4
#define _ACMP_INPUTSEL_NEGSEL_MASK   0xF0UL
#define _ACMP_INPUTSEL_NEGSEL_CH0   0x00000000UL
#define _ACMP_INPUTSEL_NEGSEL_CH1   0x00000001UL
#define _ACMP_INPUTSEL_NEGSEL_CH2   0x00000002UL
#define _ACMP_INPUTSEL_NEGSEL_CH3   0x00000003UL
#define _ACMP_INPUTSEL_NEGSEL_CH4   0x00000004UL
#define _ACMP_INPUTSEL_NEGSEL_CH5   0x00000005UL
#define _ACMP_INPUTSEL_NEGSEL_CH6   0x00000006UL
#define _ACMP_INPUTSEL_NEGSEL_CH7   0x00000007UL
#define _ACMP_INPUTSEL_NEGSEL_DEFAULT   0x00000008UL
#define _ACMP_INPUTSEL_NEGSEL_1V25   0x00000008UL
#define _ACMP_INPUTSEL_NEGSEL_2V5   0x00000009UL
#define _ACMP_INPUTSEL_NEGSEL_VDD   0x0000000AUL
#define _ACMP_INPUTSEL_NEGSEL_CAPSENSE   0x0000000BUL
#define ACMP_INPUTSEL_NEGSEL_CH0   (_ACMP_INPUTSEL_NEGSEL_CH0 << 4)
#define ACMP_INPUTSEL_NEGSEL_CH1   (_ACMP_INPUTSEL_NEGSEL_CH1 << 4)
#define ACMP_INPUTSEL_NEGSEL_CH2   (_ACMP_INPUTSEL_NEGSEL_CH2 << 4)
#define ACMP_INPUTSEL_NEGSEL_CH3   (_ACMP_INPUTSEL_NEGSEL_CH3 << 4)
#define ACMP_INPUTSEL_NEGSEL_CH4   (_ACMP_INPUTSEL_NEGSEL_CH4 << 4)
#define ACMP_INPUTSEL_NEGSEL_CH5   (_ACMP_INPUTSEL_NEGSEL_CH5 << 4)
#define ACMP_INPUTSEL_NEGSEL_CH6   (_ACMP_INPUTSEL_NEGSEL_CH6 << 4)
#define ACMP_INPUTSEL_NEGSEL_CH7   (_ACMP_INPUTSEL_NEGSEL_CH7 << 4)
#define ACMP_INPUTSEL_NEGSEL_DEFAULT   (_ACMP_INPUTSEL_NEGSEL_DEFAULT << 4)
#define ACMP_INPUTSEL_NEGSEL_1V25   (_ACMP_INPUTSEL_NEGSEL_1V25 << 4)
#define ACMP_INPUTSEL_NEGSEL_2V5   (_ACMP_INPUTSEL_NEGSEL_2V5 << 4)
#define ACMP_INPUTSEL_NEGSEL_VDD   (_ACMP_INPUTSEL_NEGSEL_VDD << 4)
#define ACMP_INPUTSEL_NEGSEL_CAPSENSE   (_ACMP_INPUTSEL_NEGSEL_CAPSENSE << 4)
#define _ACMP_INPUTSEL_VDDLEVEL_SHIFT   8
#define _ACMP_INPUTSEL_VDDLEVEL_MASK   0x3F00UL
#define _ACMP_INPUTSEL_VDDLEVEL_DEFAULT   0x00000000UL
#define ACMP_INPUTSEL_VDDLEVEL_DEFAULT   (_ACMP_INPUTSEL_VDDLEVEL_DEFAULT << 8)
#define ACMP_INPUTSEL_LPREF   (0x1UL << 16)
#define _ACMP_INPUTSEL_LPREF_SHIFT   16
#define _ACMP_INPUTSEL_LPREF_MASK   0x10000UL
#define _ACMP_INPUTSEL_LPREF_DEFAULT   0x00000001UL
#define ACMP_INPUTSEL_LPREF_DEFAULT   (_ACMP_INPUTSEL_LPREF_DEFAULT << 16)
#define ACMP_INPUTSEL_CSRESEN   (0x1UL << 24)
#define _ACMP_INPUTSEL_CSRESEN_SHIFT   24
#define _ACMP_INPUTSEL_CSRESEN_MASK   0x1000000UL
#define _ACMP_INPUTSEL_CSRESEN_DEFAULT   0x00000000UL
#define ACMP_INPUTSEL_CSRESEN_DEFAULT   (_ACMP_INPUTSEL_CSRESEN_DEFAULT << 24)
#define _ACMP_INPUTSEL_CSRESSEL_SHIFT   28
#define _ACMP_INPUTSEL_CSRESSEL_MASK   0x30000000UL
#define _ACMP_INPUTSEL_CSRESSEL_DEFAULT   0x00000000UL
#define _ACMP_INPUTSEL_CSRESSEL_RES0   0x00000000UL
#define _ACMP_INPUTSEL_CSRESSEL_RES1   0x00000001UL
#define _ACMP_INPUTSEL_CSRESSEL_RES2   0x00000002UL
#define _ACMP_INPUTSEL_CSRESSEL_RES3   0x00000003UL
#define ACMP_INPUTSEL_CSRESSEL_DEFAULT   (_ACMP_INPUTSEL_CSRESSEL_DEFAULT << 28)
#define ACMP_INPUTSEL_CSRESSEL_RES0   (_ACMP_INPUTSEL_CSRESSEL_RES0 << 28)
#define ACMP_INPUTSEL_CSRESSEL_RES1   (_ACMP_INPUTSEL_CSRESSEL_RES1 << 28)
#define ACMP_INPUTSEL_CSRESSEL_RES2   (_ACMP_INPUTSEL_CSRESSEL_RES2 << 28)
#define ACMP_INPUTSEL_CSRESSEL_RES3   (_ACMP_INPUTSEL_CSRESSEL_RES3 << 28)
#define _ACMP_STATUS_RESETVALUE   0x00000000UL
#define _ACMP_STATUS_MASK   0x00000003UL
#define ACMP_STATUS_ACMPACT   (0x1UL << 0)
#define _ACMP_STATUS_ACMPACT_SHIFT   0
#define _ACMP_STATUS_ACMPACT_MASK   0x1UL
#define _ACMP_STATUS_ACMPACT_DEFAULT   0x00000000UL
#define ACMP_STATUS_ACMPACT_DEFAULT   (_ACMP_STATUS_ACMPACT_DEFAULT << 0)
#define ACMP_STATUS_ACMPOUT   (0x1UL << 1)
#define _ACMP_STATUS_ACMPOUT_SHIFT   1
#define _ACMP_STATUS_ACMPOUT_MASK   0x2UL
#define _ACMP_STATUS_ACMPOUT_DEFAULT   0x00000000UL
#define ACMP_STATUS_ACMPOUT_DEFAULT   (_ACMP_STATUS_ACMPOUT_DEFAULT << 1)
#define _ACMP_IEN_RESETVALUE   0x00000000UL
#define _ACMP_IEN_MASK   0x00000003UL
#define ACMP_IEN_EDGE   (0x1UL << 0)
#define _ACMP_IEN_EDGE_SHIFT   0
#define _ACMP_IEN_EDGE_MASK   0x1UL
#define _ACMP_IEN_EDGE_DEFAULT   0x00000000UL
#define ACMP_IEN_EDGE_DEFAULT   (_ACMP_IEN_EDGE_DEFAULT << 0)
#define ACMP_IEN_WARMUP   (0x1UL << 1)
#define _ACMP_IEN_WARMUP_SHIFT   1
#define _ACMP_IEN_WARMUP_MASK   0x2UL
#define _ACMP_IEN_WARMUP_DEFAULT   0x00000000UL
#define ACMP_IEN_WARMUP_DEFAULT   (_ACMP_IEN_WARMUP_DEFAULT << 1)
#define _ACMP_IF_RESETVALUE   0x00000000UL
#define _ACMP_IF_MASK   0x00000003UL
#define ACMP_IF_EDGE   (0x1UL << 0)
#define _ACMP_IF_EDGE_SHIFT   0
#define _ACMP_IF_EDGE_MASK   0x1UL
#define _ACMP_IF_EDGE_DEFAULT   0x00000000UL
#define ACMP_IF_EDGE_DEFAULT   (_ACMP_IF_EDGE_DEFAULT << 0)
#define ACMP_IF_WARMUP   (0x1UL << 1)
#define _ACMP_IF_WARMUP_SHIFT   1
#define _ACMP_IF_WARMUP_MASK   0x2UL
#define _ACMP_IF_WARMUP_DEFAULT   0x00000000UL
#define ACMP_IF_WARMUP_DEFAULT   (_ACMP_IF_WARMUP_DEFAULT << 1)
#define _ACMP_IFS_RESETVALUE   0x00000000UL
#define _ACMP_IFS_MASK   0x00000003UL
#define ACMP_IFS_EDGE   (0x1UL << 0)
#define _ACMP_IFS_EDGE_SHIFT   0
#define _ACMP_IFS_EDGE_MASK   0x1UL
#define _ACMP_IFS_EDGE_DEFAULT   0x00000000UL
#define ACMP_IFS_EDGE_DEFAULT   (_ACMP_IFS_EDGE_DEFAULT << 0)
#define ACMP_IFS_WARMUP   (0x1UL << 1)
#define _ACMP_IFS_WARMUP_SHIFT   1
#define _ACMP_IFS_WARMUP_MASK   0x2UL
#define _ACMP_IFS_WARMUP_DEFAULT   0x00000000UL
#define ACMP_IFS_WARMUP_DEFAULT   (_ACMP_IFS_WARMUP_DEFAULT << 1)
#define _ACMP_IFC_RESETVALUE   0x00000000UL
#define _ACMP_IFC_MASK   0x00000003UL
#define ACMP_IFC_EDGE   (0x1UL << 0)
#define _ACMP_IFC_EDGE_SHIFT   0
#define _ACMP_IFC_EDGE_MASK   0x1UL
#define _ACMP_IFC_EDGE_DEFAULT   0x00000000UL
#define ACMP_IFC_EDGE_DEFAULT   (_ACMP_IFC_EDGE_DEFAULT << 0)
#define ACMP_IFC_WARMUP   (0x1UL << 1)
#define _ACMP_IFC_WARMUP_SHIFT   1
#define _ACMP_IFC_WARMUP_MASK   0x2UL
#define _ACMP_IFC_WARMUP_DEFAULT   0x00000000UL
#define ACMP_IFC_WARMUP_DEFAULT   (_ACMP_IFC_WARMUP_DEFAULT << 1)
#define _ACMP_ROUTE_RESETVALUE   0x00000000UL
#define _ACMP_ROUTE_MASK   0x00000301UL
#define ACMP_ROUTE_ACMPPEN   (0x1UL << 0)
#define _ACMP_ROUTE_ACMPPEN_SHIFT   0
#define _ACMP_ROUTE_ACMPPEN_MASK   0x1UL
#define _ACMP_ROUTE_ACMPPEN_DEFAULT   0x00000000UL
#define ACMP_ROUTE_ACMPPEN_DEFAULT   (_ACMP_ROUTE_ACMPPEN_DEFAULT << 0)
#define _ACMP_ROUTE_LOCATION_SHIFT   8
#define _ACMP_ROUTE_LOCATION_MASK   0x300UL
#define _ACMP_ROUTE_LOCATION_DEFAULT   0x00000000UL
#define _ACMP_ROUTE_LOCATION_LOC0   0x00000000UL
#define _ACMP_ROUTE_LOCATION_LOC1   0x00000001UL
#define _ACMP_ROUTE_LOCATION_LOC2   0x00000002UL
#define _ACMP_ROUTE_LOCATION_LOC3   0x00000003UL
#define ACMP_ROUTE_LOCATION_DEFAULT   (_ACMP_ROUTE_LOCATION_DEFAULT << 8)
#define ACMP_ROUTE_LOCATION_LOC0   (_ACMP_ROUTE_LOCATION_LOC0 << 8)
#define ACMP_ROUTE_LOCATION_LOC1   (_ACMP_ROUTE_LOCATION_LOC1 << 8)
#define ACMP_ROUTE_LOCATION_LOC2   (_ACMP_ROUTE_LOCATION_LOC2 << 8)
#define ACMP_ROUTE_LOCATION_LOC3   (_ACMP_ROUTE_LOCATION_LOC3 << 8)

Detailed Description

ACMP_TypeDef.


Define Documentation

#define _ACMP_CTRL_BIASPROG_DEFAULT   0x00000007UL

Mode DEFAULT for ACMP_CTRL

Definition at line 6810 of file efm32g890f128.h.

#define _ACMP_CTRL_BIASPROG_MASK   0xF000000UL

Bit mask for ACMP_BIASPROG

Definition at line 6809 of file efm32g890f128.h.

#define _ACMP_CTRL_BIASPROG_SHIFT   24

Shift value for ACMP_BIASPROG

Definition at line 6808 of file efm32g890f128.h.

#define _ACMP_CTRL_EN_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_CTRL

Definition at line 6725 of file efm32g890f128.h.

#define _ACMP_CTRL_EN_MASK   0x1UL

Bit mask for ACMP_EN

Definition at line 6724 of file efm32g890f128.h.

#define _ACMP_CTRL_EN_SHIFT   0

Shift value for ACMP_EN

Definition at line 6723 of file efm32g890f128.h.

#define _ACMP_CTRL_FULLBIAS_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_CTRL

Definition at line 6820 of file efm32g890f128.h.

#define _ACMP_CTRL_FULLBIAS_MASK   0x80000000UL

Bit mask for ACMP_FULLBIAS

Definition at line 6819 of file efm32g890f128.h.

#define _ACMP_CTRL_FULLBIAS_SHIFT   31

Shift value for ACMP_FULLBIAS

Definition at line 6818 of file efm32g890f128.h.

#define _ACMP_CTRL_GPIOINV_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_CTRL

Definition at line 6744 of file efm32g890f128.h.

#define _ACMP_CTRL_GPIOINV_INV   0x00000001UL

Mode INV for ACMP_CTRL

Definition at line 6746 of file efm32g890f128.h.

#define _ACMP_CTRL_GPIOINV_MASK   0x8UL

Bit mask for ACMP_GPIOINV

Definition at line 6743 of file efm32g890f128.h.

#define _ACMP_CTRL_GPIOINV_NOTINV   0x00000000UL

Mode NOTINV for ACMP_CTRL

Definition at line 6745 of file efm32g890f128.h.

#define _ACMP_CTRL_GPIOINV_SHIFT   3

Shift value for ACMP_GPIOINV

Definition at line 6742 of file efm32g890f128.h.

#define _ACMP_CTRL_HALFBIAS_DEFAULT   0x00000001UL

Mode DEFAULT for ACMP_CTRL

Definition at line 6815 of file efm32g890f128.h.

#define _ACMP_CTRL_HALFBIAS_MASK   0x40000000UL

Bit mask for ACMP_HALFBIAS

Definition at line 6814 of file efm32g890f128.h.

#define _ACMP_CTRL_HALFBIAS_SHIFT   30

Shift value for ACMP_HALFBIAS

Definition at line 6813 of file efm32g890f128.h.

#define _ACMP_CTRL_HYSTSEL_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_CTRL

Definition at line 6752 of file efm32g890f128.h.

#define _ACMP_CTRL_HYSTSEL_HYST0   0x00000000UL

Mode HYST0 for ACMP_CTRL

Definition at line 6753 of file efm32g890f128.h.

#define _ACMP_CTRL_HYSTSEL_HYST1   0x00000001UL

Mode HYST1 for ACMP_CTRL

Definition at line 6754 of file efm32g890f128.h.

#define _ACMP_CTRL_HYSTSEL_HYST2   0x00000002UL

Mode HYST2 for ACMP_CTRL

Definition at line 6755 of file efm32g890f128.h.

#define _ACMP_CTRL_HYSTSEL_HYST3   0x00000003UL

Mode HYST3 for ACMP_CTRL

Definition at line 6756 of file efm32g890f128.h.

#define _ACMP_CTRL_HYSTSEL_HYST4   0x00000004UL

Mode HYST4 for ACMP_CTRL

Definition at line 6757 of file efm32g890f128.h.

#define _ACMP_CTRL_HYSTSEL_HYST5   0x00000005UL

Mode HYST5 for ACMP_CTRL

Definition at line 6758 of file efm32g890f128.h.

#define _ACMP_CTRL_HYSTSEL_HYST6   0x00000006UL

Mode HYST6 for ACMP_CTRL

Definition at line 6759 of file efm32g890f128.h.

#define _ACMP_CTRL_HYSTSEL_HYST7   0x00000007UL

Mode HYST7 for ACMP_CTRL

Definition at line 6760 of file efm32g890f128.h.

#define _ACMP_CTRL_HYSTSEL_MASK   0x70UL

Bit mask for ACMP_HYSTSEL

Definition at line 6751 of file efm32g890f128.h.

#define _ACMP_CTRL_HYSTSEL_SHIFT   4

Shift value for ACMP_HYSTSEL

Definition at line 6750 of file efm32g890f128.h.

#define _ACMP_CTRL_IFALL_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_CTRL

Definition at line 6802 of file efm32g890f128.h.

#define _ACMP_CTRL_IFALL_DISABLED   0x00000000UL

Mode DISABLED for ACMP_CTRL

Definition at line 6803 of file efm32g890f128.h.

#define _ACMP_CTRL_IFALL_ENABLED   0x00000001UL

Mode ENABLED for ACMP_CTRL

Definition at line 6804 of file efm32g890f128.h.

#define _ACMP_CTRL_IFALL_MASK   0x20000UL

Bit mask for ACMP_IFALL

Definition at line 6801 of file efm32g890f128.h.

#define _ACMP_CTRL_IFALL_SHIFT   17

Shift value for ACMP_IFALL

Definition at line 6800 of file efm32g890f128.h.

#define _ACMP_CTRL_INACTVAL_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_CTRL

Definition at line 6735 of file efm32g890f128.h.

#define _ACMP_CTRL_INACTVAL_HIGH   0x00000001UL

Mode HIGH for ACMP_CTRL

Definition at line 6737 of file efm32g890f128.h.

#define _ACMP_CTRL_INACTVAL_LOW   0x00000000UL

Mode LOW for ACMP_CTRL

Definition at line 6736 of file efm32g890f128.h.

#define _ACMP_CTRL_INACTVAL_MASK   0x4UL

Bit mask for ACMP_INACTVAL

Definition at line 6734 of file efm32g890f128.h.

#define _ACMP_CTRL_INACTVAL_SHIFT   2

Shift value for ACMP_INACTVAL

Definition at line 6733 of file efm32g890f128.h.

#define _ACMP_CTRL_IRISE_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_CTRL

Definition at line 6793 of file efm32g890f128.h.

#define _ACMP_CTRL_IRISE_DISABLED   0x00000000UL

Mode DISABLED for ACMP_CTRL

Definition at line 6794 of file efm32g890f128.h.

#define _ACMP_CTRL_IRISE_ENABLED   0x00000001UL

Mode ENABLED for ACMP_CTRL

Definition at line 6795 of file efm32g890f128.h.

#define _ACMP_CTRL_IRISE_MASK   0x10000UL

Bit mask for ACMP_IRISE

Definition at line 6792 of file efm32g890f128.h.

#define _ACMP_CTRL_IRISE_SHIFT   16

Shift value for ACMP_IRISE

Definition at line 6791 of file efm32g890f128.h.

#define _ACMP_CTRL_MASK   0xCF03077FUL

Mask for ACMP_CTRL

Definition at line 6721 of file efm32g890f128.h.

#define _ACMP_CTRL_MUXEN_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_CTRL

Definition at line 6730 of file efm32g890f128.h.

#define _ACMP_CTRL_MUXEN_MASK   0x2UL

Bit mask for ACMP_MUXEN

Definition at line 6729 of file efm32g890f128.h.

#define _ACMP_CTRL_MUXEN_SHIFT   1

Shift value for ACMP_MUXEN

Definition at line 6728 of file efm32g890f128.h.

#define _ACMP_CTRL_RESETVALUE   0x47000000UL

Default value for ACMP_CTRL

Definition at line 6720 of file efm32g890f128.h.

#define _ACMP_CTRL_WARMTIME_128CYCLES   0x00000005UL

Mode 128CYCLES for ACMP_CTRL

Definition at line 6778 of file efm32g890f128.h.

#define _ACMP_CTRL_WARMTIME_16CYCLES   0x00000002UL

Mode 16CYCLES for ACMP_CTRL

Definition at line 6775 of file efm32g890f128.h.

#define _ACMP_CTRL_WARMTIME_256CYCLES   0x00000006UL

Mode 256CYCLES for ACMP_CTRL

Definition at line 6779 of file efm32g890f128.h.

#define _ACMP_CTRL_WARMTIME_32CYCLES   0x00000003UL

Mode 32CYCLES for ACMP_CTRL

Definition at line 6776 of file efm32g890f128.h.

#define _ACMP_CTRL_WARMTIME_4CYCLES   0x00000000UL

Mode 4CYCLES for ACMP_CTRL

Definition at line 6773 of file efm32g890f128.h.

#define _ACMP_CTRL_WARMTIME_512CYCLES   0x00000007UL

Mode 512CYCLES for ACMP_CTRL

Definition at line 6780 of file efm32g890f128.h.

#define _ACMP_CTRL_WARMTIME_64CYCLES   0x00000004UL

Mode 64CYCLES for ACMP_CTRL

Definition at line 6777 of file efm32g890f128.h.

#define _ACMP_CTRL_WARMTIME_8CYCLES   0x00000001UL

Mode 8CYCLES for ACMP_CTRL

Definition at line 6774 of file efm32g890f128.h.

#define _ACMP_CTRL_WARMTIME_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_CTRL

Definition at line 6772 of file efm32g890f128.h.

#define _ACMP_CTRL_WARMTIME_MASK   0x700UL

Bit mask for ACMP_WARMTIME

Definition at line 6771 of file efm32g890f128.h.

#define _ACMP_CTRL_WARMTIME_SHIFT   8

Shift value for ACMP_WARMTIME

Definition at line 6770 of file efm32g890f128.h.

#define _ACMP_IEN_EDGE_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_IEN

Definition at line 6921 of file efm32g890f128.h.

#define _ACMP_IEN_EDGE_MASK   0x1UL

Bit mask for ACMP_EDGE

Definition at line 6920 of file efm32g890f128.h.

#define _ACMP_IEN_EDGE_SHIFT   0

Shift value for ACMP_EDGE

Definition at line 6919 of file efm32g890f128.h.

#define _ACMP_IEN_MASK   0x00000003UL

Mask for ACMP_IEN

Definition at line 6917 of file efm32g890f128.h.

#define _ACMP_IEN_RESETVALUE   0x00000000UL

Default value for ACMP_IEN

Definition at line 6916 of file efm32g890f128.h.

#define _ACMP_IEN_WARMUP_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_IEN

Definition at line 6926 of file efm32g890f128.h.

#define _ACMP_IEN_WARMUP_MASK   0x2UL

Bit mask for ACMP_WARMUP

Definition at line 6925 of file efm32g890f128.h.

#define _ACMP_IEN_WARMUP_SHIFT   1

Shift value for ACMP_WARMUP

Definition at line 6924 of file efm32g890f128.h.

#define _ACMP_IF_EDGE_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_IF

Definition at line 6935 of file efm32g890f128.h.

#define _ACMP_IF_EDGE_MASK   0x1UL

Bit mask for ACMP_EDGE

Definition at line 6934 of file efm32g890f128.h.

#define _ACMP_IF_EDGE_SHIFT   0

Shift value for ACMP_EDGE

Definition at line 6933 of file efm32g890f128.h.

#define _ACMP_IF_MASK   0x00000003UL

Mask for ACMP_IF

Definition at line 6931 of file efm32g890f128.h.

#define _ACMP_IF_RESETVALUE   0x00000000UL

Default value for ACMP_IF

Definition at line 6930 of file efm32g890f128.h.

#define _ACMP_IF_WARMUP_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_IF

Definition at line 6940 of file efm32g890f128.h.

#define _ACMP_IF_WARMUP_MASK   0x2UL

Bit mask for ACMP_WARMUP

Definition at line 6939 of file efm32g890f128.h.

#define _ACMP_IF_WARMUP_SHIFT   1

Shift value for ACMP_WARMUP

Definition at line 6938 of file efm32g890f128.h.

#define _ACMP_IFC_EDGE_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_IFC

Definition at line 6963 of file efm32g890f128.h.

#define _ACMP_IFC_EDGE_MASK   0x1UL

Bit mask for ACMP_EDGE

Definition at line 6962 of file efm32g890f128.h.

#define _ACMP_IFC_EDGE_SHIFT   0

Shift value for ACMP_EDGE

Definition at line 6961 of file efm32g890f128.h.

#define _ACMP_IFC_MASK   0x00000003UL

Mask for ACMP_IFC

Definition at line 6959 of file efm32g890f128.h.

#define _ACMP_IFC_RESETVALUE   0x00000000UL

Default value for ACMP_IFC

Definition at line 6958 of file efm32g890f128.h.

#define _ACMP_IFC_WARMUP_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_IFC

Definition at line 6968 of file efm32g890f128.h.

#define _ACMP_IFC_WARMUP_MASK   0x2UL

Bit mask for ACMP_WARMUP

Definition at line 6967 of file efm32g890f128.h.

#define _ACMP_IFC_WARMUP_SHIFT   1

Shift value for ACMP_WARMUP

Definition at line 6966 of file efm32g890f128.h.

#define _ACMP_IFS_EDGE_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_IFS

Definition at line 6949 of file efm32g890f128.h.

#define _ACMP_IFS_EDGE_MASK   0x1UL

Bit mask for ACMP_EDGE

Definition at line 6948 of file efm32g890f128.h.

#define _ACMP_IFS_EDGE_SHIFT   0

Shift value for ACMP_EDGE

Definition at line 6947 of file efm32g890f128.h.

#define _ACMP_IFS_MASK   0x00000003UL

Mask for ACMP_IFS

Definition at line 6945 of file efm32g890f128.h.

#define _ACMP_IFS_RESETVALUE   0x00000000UL

Default value for ACMP_IFS

Definition at line 6944 of file efm32g890f128.h.

#define _ACMP_IFS_WARMUP_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_IFS

Definition at line 6954 of file efm32g890f128.h.

#define _ACMP_IFS_WARMUP_MASK   0x2UL

Bit mask for ACMP_WARMUP

Definition at line 6953 of file efm32g890f128.h.

#define _ACMP_IFS_WARMUP_SHIFT   1

Shift value for ACMP_WARMUP

Definition at line 6952 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_CSRESEN_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_INPUTSEL

Definition at line 6886 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_CSRESEN_MASK   0x1000000UL

Bit mask for ACMP_CSRESEN

Definition at line 6885 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_CSRESEN_SHIFT   24

Shift value for ACMP_CSRESEN

Definition at line 6884 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_CSRESSEL_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_INPUTSEL

Definition at line 6890 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_CSRESSEL_MASK   0x30000000UL

Bit mask for ACMP_CSRESSEL

Definition at line 6889 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_CSRESSEL_RES0   0x00000000UL

Mode RES0 for ACMP_INPUTSEL

Definition at line 6891 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_CSRESSEL_RES1   0x00000001UL

Mode RES1 for ACMP_INPUTSEL

Definition at line 6892 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_CSRESSEL_RES2   0x00000002UL

Mode RES2 for ACMP_INPUTSEL

Definition at line 6893 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_CSRESSEL_RES3   0x00000003UL

Mode RES3 for ACMP_INPUTSEL

Definition at line 6894 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_CSRESSEL_SHIFT   28

Shift value for ACMP_CSRESSEL

Definition at line 6888 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_LPREF_DEFAULT   0x00000001UL

Mode DEFAULT for ACMP_INPUTSEL

Definition at line 6881 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_LPREF_MASK   0x10000UL

Bit mask for ACMP_LPREF

Definition at line 6880 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_LPREF_SHIFT   16

Shift value for ACMP_LPREF

Definition at line 6879 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_MASK   0x31013FF7UL

Mask for ACMP_INPUTSEL

Definition at line 6825 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_1V25   0x00000008UL

Mode 1V25 for ACMP_INPUTSEL

Definition at line 6857 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_2V5   0x00000009UL

Mode 2V5 for ACMP_INPUTSEL

Definition at line 6858 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_CAPSENSE   0x0000000BUL

Mode CAPSENSE for ACMP_INPUTSEL

Definition at line 6860 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_CH0   0x00000000UL

Mode CH0 for ACMP_INPUTSEL

Definition at line 6848 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_CH1   0x00000001UL

Mode CH1 for ACMP_INPUTSEL

Definition at line 6849 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_CH2   0x00000002UL

Mode CH2 for ACMP_INPUTSEL

Definition at line 6850 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_CH3   0x00000003UL

Mode CH3 for ACMP_INPUTSEL

Definition at line 6851 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_CH4   0x00000004UL

Mode CH4 for ACMP_INPUTSEL

Definition at line 6852 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_CH5   0x00000005UL

Mode CH5 for ACMP_INPUTSEL

Definition at line 6853 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_CH6   0x00000006UL

Mode CH6 for ACMP_INPUTSEL

Definition at line 6854 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_CH7   0x00000007UL

Mode CH7 for ACMP_INPUTSEL

Definition at line 6855 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_DEFAULT   0x00000008UL

Mode DEFAULT for ACMP_INPUTSEL

Definition at line 6856 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_MASK   0xF0UL

Bit mask for ACMP_NEGSEL

Definition at line 6847 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_SHIFT   4

Shift value for ACMP_NEGSEL

Definition at line 6846 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_NEGSEL_VDD   0x0000000AUL

Mode VDD for ACMP_INPUTSEL

Definition at line 6859 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_POSSEL_CH0   0x00000000UL

Mode CH0 for ACMP_INPUTSEL

Definition at line 6829 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_POSSEL_CH1   0x00000001UL

Mode CH1 for ACMP_INPUTSEL

Definition at line 6830 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_POSSEL_CH2   0x00000002UL

Mode CH2 for ACMP_INPUTSEL

Definition at line 6831 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_POSSEL_CH3   0x00000003UL

Mode CH3 for ACMP_INPUTSEL

Definition at line 6832 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_POSSEL_CH4   0x00000004UL

Mode CH4 for ACMP_INPUTSEL

Definition at line 6833 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_POSSEL_CH5   0x00000005UL

Mode CH5 for ACMP_INPUTSEL

Definition at line 6834 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_POSSEL_CH6   0x00000006UL

Mode CH6 for ACMP_INPUTSEL

Definition at line 6835 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_POSSEL_CH7   0x00000007UL

Mode CH7 for ACMP_INPUTSEL

Definition at line 6836 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_POSSEL_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_INPUTSEL

Definition at line 6828 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_POSSEL_MASK   0x7UL

Bit mask for ACMP_POSSEL

Definition at line 6827 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_POSSEL_SHIFT   0

Shift value for ACMP_POSSEL

Definition at line 6826 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_RESETVALUE   0x00010080UL

Default value for ACMP_INPUTSEL

Definition at line 6824 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_VDDLEVEL_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_INPUTSEL

Definition at line 6876 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_VDDLEVEL_MASK   0x3F00UL

Bit mask for ACMP_VDDLEVEL

Definition at line 6875 of file efm32g890f128.h.

#define _ACMP_INPUTSEL_VDDLEVEL_SHIFT   8

Shift value for ACMP_VDDLEVEL

Definition at line 6874 of file efm32g890f128.h.

#define _ACMP_ROUTE_ACMPPEN_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_ROUTE

Definition at line 6977 of file efm32g890f128.h.

#define _ACMP_ROUTE_ACMPPEN_MASK   0x1UL

Bit mask for ACMP_ACMPPEN

Definition at line 6976 of file efm32g890f128.h.

#define _ACMP_ROUTE_ACMPPEN_SHIFT   0

Shift value for ACMP_ACMPPEN

Definition at line 6975 of file efm32g890f128.h.

#define _ACMP_ROUTE_LOCATION_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_ROUTE

Definition at line 6981 of file efm32g890f128.h.

#define _ACMP_ROUTE_LOCATION_LOC0   0x00000000UL

Mode LOC0 for ACMP_ROUTE

Definition at line 6982 of file efm32g890f128.h.

#define _ACMP_ROUTE_LOCATION_LOC1   0x00000001UL

Mode LOC1 for ACMP_ROUTE

Definition at line 6983 of file efm32g890f128.h.

#define _ACMP_ROUTE_LOCATION_LOC2   0x00000002UL

Mode LOC2 for ACMP_ROUTE

Definition at line 6984 of file efm32g890f128.h.

#define _ACMP_ROUTE_LOCATION_LOC3   0x00000003UL

Mode LOC3 for ACMP_ROUTE

Definition at line 6985 of file efm32g890f128.h.

#define _ACMP_ROUTE_LOCATION_MASK   0x300UL

Bit mask for ACMP_LOCATION

Definition at line 6980 of file efm32g890f128.h.

#define _ACMP_ROUTE_LOCATION_SHIFT   8

Shift value for ACMP_LOCATION

Definition at line 6979 of file efm32g890f128.h.

#define _ACMP_ROUTE_MASK   0x00000301UL

Mask for ACMP_ROUTE

Definition at line 6973 of file efm32g890f128.h.

#define _ACMP_ROUTE_RESETVALUE   0x00000000UL

Default value for ACMP_ROUTE

Definition at line 6972 of file efm32g890f128.h.

#define _ACMP_STATUS_ACMPACT_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_STATUS

Definition at line 6907 of file efm32g890f128.h.

#define _ACMP_STATUS_ACMPACT_MASK   0x1UL

Bit mask for ACMP_ACMPACT

Definition at line 6906 of file efm32g890f128.h.

#define _ACMP_STATUS_ACMPACT_SHIFT   0

Shift value for ACMP_ACMPACT

Definition at line 6905 of file efm32g890f128.h.

#define _ACMP_STATUS_ACMPOUT_DEFAULT   0x00000000UL

Mode DEFAULT for ACMP_STATUS

Definition at line 6912 of file efm32g890f128.h.

#define _ACMP_STATUS_ACMPOUT_MASK   0x2UL

Bit mask for ACMP_ACMPOUT

Definition at line 6911 of file efm32g890f128.h.

#define _ACMP_STATUS_ACMPOUT_SHIFT   1

Shift value for ACMP_ACMPOUT

Definition at line 6910 of file efm32g890f128.h.

#define _ACMP_STATUS_MASK   0x00000003UL

Mask for ACMP_STATUS

Definition at line 6903 of file efm32g890f128.h.

#define _ACMP_STATUS_RESETVALUE   0x00000000UL

Default value for ACMP_STATUS

Definition at line 6902 of file efm32g890f128.h.

#define ACMP_CTRL_BIASPROG_DEFAULT   (_ACMP_CTRL_BIASPROG_DEFAULT << 24)

Shifted mode DEFAULT for ACMP_CTRL

Definition at line 6811 of file efm32g890f128.h.

#define ACMP_CTRL_EN   (0x1UL << 0)

Analog Comparator Enable

Definition at line 6722 of file efm32g890f128.h.

#define ACMP_CTRL_EN_DEFAULT   (_ACMP_CTRL_EN_DEFAULT << 0)

Shifted mode DEFAULT for ACMP_CTRL

Definition at line 6726 of file efm32g890f128.h.

#define ACMP_CTRL_FULLBIAS   (0x1UL << 31)

Full Bias Current

Definition at line 6817 of file efm32g890f128.h.

#define ACMP_CTRL_FULLBIAS_DEFAULT   (_ACMP_CTRL_FULLBIAS_DEFAULT << 31)

Shifted mode DEFAULT for ACMP_CTRL

Definition at line 6821 of file efm32g890f128.h.

#define ACMP_CTRL_GPIOINV   (0x1UL << 3)

Comparator GPIO Output Invert

Definition at line 6741 of file efm32g890f128.h.

#define ACMP_CTRL_GPIOINV_DEFAULT   (_ACMP_CTRL_GPIOINV_DEFAULT << 3)

Shifted mode DEFAULT for ACMP_CTRL

Definition at line 6747 of file efm32g890f128.h.

#define ACMP_CTRL_GPIOINV_INV   (_ACMP_CTRL_GPIOINV_INV << 3)

Shifted mode INV for ACMP_CTRL

Definition at line 6749 of file efm32g890f128.h.

#define ACMP_CTRL_GPIOINV_NOTINV   (_ACMP_CTRL_GPIOINV_NOTINV << 3)

Shifted mode NOTINV for ACMP_CTRL

Definition at line 6748 of file efm32g890f128.h.

#define ACMP_CTRL_HALFBIAS   (0x1UL << 30)

Half Bias Current

Definition at line 6812 of file efm32g890f128.h.

#define ACMP_CTRL_HALFBIAS_DEFAULT   (_ACMP_CTRL_HALFBIAS_DEFAULT << 30)

Shifted mode DEFAULT for ACMP_CTRL

Definition at line 6816 of file efm32g890f128.h.

#define ACMP_CTRL_HYSTSEL_DEFAULT   (_ACMP_CTRL_HYSTSEL_DEFAULT << 4)

Shifted mode DEFAULT for ACMP_CTRL

Definition at line 6761 of file efm32g890f128.h.

#define ACMP_CTRL_HYSTSEL_HYST0   (_ACMP_CTRL_HYSTSEL_HYST0 << 4)

Shifted mode HYST0 for ACMP_CTRL

Definition at line 6762 of file efm32g890f128.h.

#define ACMP_CTRL_HYSTSEL_HYST1   (_ACMP_CTRL_HYSTSEL_HYST1 << 4)

Shifted mode HYST1 for ACMP_CTRL

Definition at line 6763 of file efm32g890f128.h.

#define ACMP_CTRL_HYSTSEL_HYST2   (_ACMP_CTRL_HYSTSEL_HYST2 << 4)

Shifted mode HYST2 for ACMP_CTRL

Definition at line 6764 of file efm32g890f128.h.

#define ACMP_CTRL_HYSTSEL_HYST3   (_ACMP_CTRL_HYSTSEL_HYST3 << 4)

Shifted mode HYST3 for ACMP_CTRL

Definition at line 6765 of file efm32g890f128.h.

#define ACMP_CTRL_HYSTSEL_HYST4   (_ACMP_CTRL_HYSTSEL_HYST4 << 4)

Shifted mode HYST4 for ACMP_CTRL

Definition at line 6766 of file efm32g890f128.h.

#define ACMP_CTRL_HYSTSEL_HYST5   (_ACMP_CTRL_HYSTSEL_HYST5 << 4)

Shifted mode HYST5 for ACMP_CTRL

Definition at line 6767 of file efm32g890f128.h.

#define ACMP_CTRL_HYSTSEL_HYST6   (_ACMP_CTRL_HYSTSEL_HYST6 << 4)

Shifted mode HYST6 for ACMP_CTRL

Definition at line 6768 of file efm32g890f128.h.

#define ACMP_CTRL_HYSTSEL_HYST7   (_ACMP_CTRL_HYSTSEL_HYST7 << 4)

Shifted mode HYST7 for ACMP_CTRL

Definition at line 6769 of file efm32g890f128.h.

#define ACMP_CTRL_IFALL   (0x1UL << 17)

Falling Edge Interrupt Sense

Definition at line 6799 of file efm32g890f128.h.

#define ACMP_CTRL_IFALL_DEFAULT   (_ACMP_CTRL_IFALL_DEFAULT << 17)

Shifted mode DEFAULT for ACMP_CTRL

Definition at line 6805 of file efm32g890f128.h.

#define ACMP_CTRL_IFALL_DISABLED   (_ACMP_CTRL_IFALL_DISABLED << 17)

Shifted mode DISABLED for ACMP_CTRL

Definition at line 6806 of file efm32g890f128.h.

#define ACMP_CTRL_IFALL_ENABLED   (_ACMP_CTRL_IFALL_ENABLED << 17)

Shifted mode ENABLED for ACMP_CTRL

Definition at line 6807 of file efm32g890f128.h.

#define ACMP_CTRL_INACTVAL   (0x1UL << 2)

Inactive Value

Definition at line 6732 of file efm32g890f128.h.

#define ACMP_CTRL_INACTVAL_DEFAULT   (_ACMP_CTRL_INACTVAL_DEFAULT << 2)

Shifted mode DEFAULT for ACMP_CTRL

Definition at line 6738 of file efm32g890f128.h.

#define ACMP_CTRL_INACTVAL_HIGH   (_ACMP_CTRL_INACTVAL_HIGH << 2)

Shifted mode HIGH for ACMP_CTRL

Definition at line 6740 of file efm32g890f128.h.

#define ACMP_CTRL_INACTVAL_LOW   (_ACMP_CTRL_INACTVAL_LOW << 2)

Shifted mode LOW for ACMP_CTRL

Definition at line 6739 of file efm32g890f128.h.

#define ACMP_CTRL_IRISE   (0x1UL << 16)

Rising Edge Interrupt Sense

Definition at line 6790 of file efm32g890f128.h.

#define ACMP_CTRL_IRISE_DEFAULT   (_ACMP_CTRL_IRISE_DEFAULT << 16)

Shifted mode DEFAULT for ACMP_CTRL

Definition at line 6796 of file efm32g890f128.h.

#define ACMP_CTRL_IRISE_DISABLED   (_ACMP_CTRL_IRISE_DISABLED << 16)

Shifted mode DISABLED for ACMP_CTRL

Definition at line 6797 of file efm32g890f128.h.

#define ACMP_CTRL_IRISE_ENABLED   (_ACMP_CTRL_IRISE_ENABLED << 16)

Shifted mode ENABLED for ACMP_CTRL

Definition at line 6798 of file efm32g890f128.h.

#define ACMP_CTRL_MUXEN   (0x1UL << 1)

Input Mux Enable

Definition at line 6727 of file efm32g890f128.h.

#define ACMP_CTRL_MUXEN_DEFAULT   (_ACMP_CTRL_MUXEN_DEFAULT << 1)

Shifted mode DEFAULT for ACMP_CTRL

Definition at line 6731 of file efm32g890f128.h.

#define ACMP_CTRL_WARMTIME_128CYCLES   (_ACMP_CTRL_WARMTIME_128CYCLES << 8)

Shifted mode 128CYCLES for ACMP_CTRL

Definition at line 6787 of file efm32g890f128.h.

#define ACMP_CTRL_WARMTIME_16CYCLES   (_ACMP_CTRL_WARMTIME_16CYCLES << 8)

Shifted mode 16CYCLES for ACMP_CTRL

Definition at line 6784 of file efm32g890f128.h.

#define ACMP_CTRL_WARMTIME_256CYCLES   (_ACMP_CTRL_WARMTIME_256CYCLES << 8)

Shifted mode 256CYCLES for ACMP_CTRL

Definition at line 6788 of file efm32g890f128.h.

#define ACMP_CTRL_WARMTIME_32CYCLES   (_ACMP_CTRL_WARMTIME_32CYCLES << 8)

Shifted mode 32CYCLES for ACMP_CTRL

Definition at line 6785 of file efm32g890f128.h.

#define ACMP_CTRL_WARMTIME_4CYCLES   (_ACMP_CTRL_WARMTIME_4CYCLES << 8)

Shifted mode 4CYCLES for ACMP_CTRL

Definition at line 6782 of file efm32g890f128.h.

#define ACMP_CTRL_WARMTIME_512CYCLES   (_ACMP_CTRL_WARMTIME_512CYCLES << 8)

Shifted mode 512CYCLES for ACMP_CTRL

Definition at line 6789 of file efm32g890f128.h.

#define ACMP_CTRL_WARMTIME_64CYCLES   (_ACMP_CTRL_WARMTIME_64CYCLES << 8)

Shifted mode 64CYCLES for ACMP_CTRL

Definition at line 6786 of file efm32g890f128.h.

#define ACMP_CTRL_WARMTIME_8CYCLES   (_ACMP_CTRL_WARMTIME_8CYCLES << 8)

Shifted mode 8CYCLES for ACMP_CTRL

Definition at line 6783 of file efm32g890f128.h.

#define ACMP_CTRL_WARMTIME_DEFAULT   (_ACMP_CTRL_WARMTIME_DEFAULT << 8)

Shifted mode DEFAULT for ACMP_CTRL

Definition at line 6781 of file efm32g890f128.h.

#define ACMP_IEN_EDGE   (0x1UL << 0)

Edge Trigger Interrupt Enable

Definition at line 6918 of file efm32g890f128.h.

#define ACMP_IEN_EDGE_DEFAULT   (_ACMP_IEN_EDGE_DEFAULT << 0)

Shifted mode DEFAULT for ACMP_IEN

Definition at line 6922 of file efm32g890f128.h.

#define ACMP_IEN_WARMUP   (0x1UL << 1)

Warm-up Interrupt Enable

Definition at line 6923 of file efm32g890f128.h.

#define ACMP_IEN_WARMUP_DEFAULT   (_ACMP_IEN_WARMUP_DEFAULT << 1)

Shifted mode DEFAULT for ACMP_IEN

Definition at line 6927 of file efm32g890f128.h.

#define ACMP_IF_EDGE   (0x1UL << 0)

Edge Triggered Interrupt Flag

Definition at line 6932 of file efm32g890f128.h.

#define ACMP_IF_EDGE_DEFAULT   (_ACMP_IF_EDGE_DEFAULT << 0)

Shifted mode DEFAULT for ACMP_IF

Definition at line 6936 of file efm32g890f128.h.

#define ACMP_IF_WARMUP   (0x1UL << 1)

Warm-up Interrupt Flag

Definition at line 6937 of file efm32g890f128.h.

#define ACMP_IF_WARMUP_DEFAULT   (_ACMP_IF_WARMUP_DEFAULT << 1)

Shifted mode DEFAULT for ACMP_IF

Definition at line 6941 of file efm32g890f128.h.

#define ACMP_IFC_EDGE   (0x1UL << 0)

Edge Triggered Interrupt Flag Clear

Definition at line 6960 of file efm32g890f128.h.

#define ACMP_IFC_EDGE_DEFAULT   (_ACMP_IFC_EDGE_DEFAULT << 0)

Shifted mode DEFAULT for ACMP_IFC

Definition at line 6964 of file efm32g890f128.h.

#define ACMP_IFC_WARMUP   (0x1UL << 1)

Warm-up Interrupt Flag Clear

Definition at line 6965 of file efm32g890f128.h.

#define ACMP_IFC_WARMUP_DEFAULT   (_ACMP_IFC_WARMUP_DEFAULT << 1)

Shifted mode DEFAULT for ACMP_IFC

Definition at line 6969 of file efm32g890f128.h.

#define ACMP_IFS_EDGE   (0x1UL << 0)

Edge Triggered Interrupt Flag Set

Definition at line 6946 of file efm32g890f128.h.

#define ACMP_IFS_EDGE_DEFAULT   (_ACMP_IFS_EDGE_DEFAULT << 0)

Shifted mode DEFAULT for ACMP_IFS

Definition at line 6950 of file efm32g890f128.h.

#define ACMP_IFS_WARMUP   (0x1UL << 1)

Warm-up Interrupt Flag Set

Definition at line 6951 of file efm32g890f128.h.

#define ACMP_IFS_WARMUP_DEFAULT   (_ACMP_IFS_WARMUP_DEFAULT << 1)

Shifted mode DEFAULT for ACMP_IFS

Definition at line 6955 of file efm32g890f128.h.

#define ACMP_INPUTSEL_CSRESEN   (0x1UL << 24)

Capacitive Sense Mode Internal Resistor Enable

Definition at line 6883 of file efm32g890f128.h.

#define ACMP_INPUTSEL_CSRESEN_DEFAULT   (_ACMP_INPUTSEL_CSRESEN_DEFAULT << 24)

Shifted mode DEFAULT for ACMP_INPUTSEL

Definition at line 6887 of file efm32g890f128.h.

#define ACMP_INPUTSEL_CSRESSEL_DEFAULT   (_ACMP_INPUTSEL_CSRESSEL_DEFAULT << 28)

Shifted mode DEFAULT for ACMP_INPUTSEL

Definition at line 6895 of file efm32g890f128.h.

#define ACMP_INPUTSEL_CSRESSEL_RES0   (_ACMP_INPUTSEL_CSRESSEL_RES0 << 28)

Shifted mode RES0 for ACMP_INPUTSEL

Definition at line 6896 of file efm32g890f128.h.

#define ACMP_INPUTSEL_CSRESSEL_RES1   (_ACMP_INPUTSEL_CSRESSEL_RES1 << 28)

Shifted mode RES1 for ACMP_INPUTSEL

Definition at line 6897 of file efm32g890f128.h.

#define ACMP_INPUTSEL_CSRESSEL_RES2   (_ACMP_INPUTSEL_CSRESSEL_RES2 << 28)

Shifted mode RES2 for ACMP_INPUTSEL

Definition at line 6898 of file efm32g890f128.h.

#define ACMP_INPUTSEL_CSRESSEL_RES3   (_ACMP_INPUTSEL_CSRESSEL_RES3 << 28)

Shifted mode RES3 for ACMP_INPUTSEL

Definition at line 6899 of file efm32g890f128.h.

#define ACMP_INPUTSEL_LPREF   (0x1UL << 16)

Low Power Reference Mode

Definition at line 6878 of file efm32g890f128.h.

#define ACMP_INPUTSEL_LPREF_DEFAULT   (_ACMP_INPUTSEL_LPREF_DEFAULT << 16)

Shifted mode DEFAULT for ACMP_INPUTSEL

Definition at line 6882 of file efm32g890f128.h.

#define ACMP_INPUTSEL_NEGSEL_1V25   (_ACMP_INPUTSEL_NEGSEL_1V25 << 4)

Shifted mode 1V25 for ACMP_INPUTSEL

Definition at line 6870 of file efm32g890f128.h.

#define ACMP_INPUTSEL_NEGSEL_2V5   (_ACMP_INPUTSEL_NEGSEL_2V5 << 4)

Shifted mode 2V5 for ACMP_INPUTSEL

Definition at line 6871 of file efm32g890f128.h.

#define ACMP_INPUTSEL_NEGSEL_CAPSENSE   (_ACMP_INPUTSEL_NEGSEL_CAPSENSE << 4)

Shifted mode CAPSENSE for ACMP_INPUTSEL

Definition at line 6873 of file efm32g890f128.h.

#define ACMP_INPUTSEL_NEGSEL_CH0   (_ACMP_INPUTSEL_NEGSEL_CH0 << 4)

Shifted mode CH0 for ACMP_INPUTSEL

Definition at line 6861 of file efm32g890f128.h.

#define ACMP_INPUTSEL_NEGSEL_CH1   (_ACMP_INPUTSEL_NEGSEL_CH1 << 4)

Shifted mode CH1 for ACMP_INPUTSEL

Definition at line 6862 of file efm32g890f128.h.

#define ACMP_INPUTSEL_NEGSEL_CH2   (_ACMP_INPUTSEL_NEGSEL_CH2 << 4)

Shifted mode CH2 for ACMP_INPUTSEL

Definition at line 6863 of file efm32g890f128.h.

#define ACMP_INPUTSEL_NEGSEL_CH3   (_ACMP_INPUTSEL_NEGSEL_CH3 << 4)

Shifted mode CH3 for ACMP_INPUTSEL

Definition at line 6864 of file efm32g890f128.h.

#define ACMP_INPUTSEL_NEGSEL_CH4   (_ACMP_INPUTSEL_NEGSEL_CH4 << 4)

Shifted mode CH4 for ACMP_INPUTSEL

Definition at line 6865 of file efm32g890f128.h.

#define ACMP_INPUTSEL_NEGSEL_CH5   (_ACMP_INPUTSEL_NEGSEL_CH5 << 4)

Shifted mode CH5 for ACMP_INPUTSEL

Definition at line 6866 of file efm32g890f128.h.

#define ACMP_INPUTSEL_NEGSEL_CH6   (_ACMP_INPUTSEL_NEGSEL_CH6 << 4)

Shifted mode CH6 for ACMP_INPUTSEL

Definition at line 6867 of file efm32g890f128.h.

#define ACMP_INPUTSEL_NEGSEL_CH7   (_ACMP_INPUTSEL_NEGSEL_CH7 << 4)

Shifted mode CH7 for ACMP_INPUTSEL

Definition at line 6868 of file efm32g890f128.h.

#define ACMP_INPUTSEL_NEGSEL_DEFAULT   (_ACMP_INPUTSEL_NEGSEL_DEFAULT << 4)

Shifted mode DEFAULT for ACMP_INPUTSEL

Definition at line 6869 of file efm32g890f128.h.

#define ACMP_INPUTSEL_NEGSEL_VDD   (_ACMP_INPUTSEL_NEGSEL_VDD << 4)

Shifted mode VDD for ACMP_INPUTSEL

Definition at line 6872 of file efm32g890f128.h.

#define ACMP_INPUTSEL_POSSEL_CH0   (_ACMP_INPUTSEL_POSSEL_CH0 << 0)

Shifted mode CH0 for ACMP_INPUTSEL

Definition at line 6838 of file efm32g890f128.h.

#define ACMP_INPUTSEL_POSSEL_CH1   (_ACMP_INPUTSEL_POSSEL_CH1 << 0)

Shifted mode CH1 for ACMP_INPUTSEL

Definition at line 6839 of file efm32g890f128.h.

#define ACMP_INPUTSEL_POSSEL_CH2   (_ACMP_INPUTSEL_POSSEL_CH2 << 0)

Shifted mode CH2 for ACMP_INPUTSEL

Definition at line 6840 of file efm32g890f128.h.

#define ACMP_INPUTSEL_POSSEL_CH3   (_ACMP_INPUTSEL_POSSEL_CH3 << 0)

Shifted mode CH3 for ACMP_INPUTSEL

Definition at line 6841 of file efm32g890f128.h.

#define ACMP_INPUTSEL_POSSEL_CH4   (_ACMP_INPUTSEL_POSSEL_CH4 << 0)

Shifted mode CH4 for ACMP_INPUTSEL

Definition at line 6842 of file efm32g890f128.h.

#define ACMP_INPUTSEL_POSSEL_CH5   (_ACMP_INPUTSEL_POSSEL_CH5 << 0)

Shifted mode CH5 for ACMP_INPUTSEL

Definition at line 6843 of file efm32g890f128.h.

#define ACMP_INPUTSEL_POSSEL_CH6   (_ACMP_INPUTSEL_POSSEL_CH6 << 0)

Shifted mode CH6 for ACMP_INPUTSEL

Definition at line 6844 of file efm32g890f128.h.

#define ACMP_INPUTSEL_POSSEL_CH7   (_ACMP_INPUTSEL_POSSEL_CH7 << 0)

Shifted mode CH7 for ACMP_INPUTSEL

Definition at line 6845 of file efm32g890f128.h.

#define ACMP_INPUTSEL_POSSEL_DEFAULT   (_ACMP_INPUTSEL_POSSEL_DEFAULT << 0)

Shifted mode DEFAULT for ACMP_INPUTSEL

Definition at line 6837 of file efm32g890f128.h.

#define ACMP_INPUTSEL_VDDLEVEL_DEFAULT   (_ACMP_INPUTSEL_VDDLEVEL_DEFAULT << 8)

Shifted mode DEFAULT for ACMP_INPUTSEL

Definition at line 6877 of file efm32g890f128.h.

#define ACMP_ROUTE_ACMPPEN   (0x1UL << 0)

ACMP Output Pin Enable

Definition at line 6974 of file efm32g890f128.h.

#define ACMP_ROUTE_ACMPPEN_DEFAULT   (_ACMP_ROUTE_ACMPPEN_DEFAULT << 0)

Shifted mode DEFAULT for ACMP_ROUTE

Definition at line 6978 of file efm32g890f128.h.

#define ACMP_ROUTE_LOCATION_DEFAULT   (_ACMP_ROUTE_LOCATION_DEFAULT << 8)

Shifted mode DEFAULT for ACMP_ROUTE

Definition at line 6986 of file efm32g890f128.h.

#define ACMP_ROUTE_LOCATION_LOC0   (_ACMP_ROUTE_LOCATION_LOC0 << 8)

Shifted mode LOC0 for ACMP_ROUTE

Definition at line 6987 of file efm32g890f128.h.

#define ACMP_ROUTE_LOCATION_LOC1   (_ACMP_ROUTE_LOCATION_LOC1 << 8)

Shifted mode LOC1 for ACMP_ROUTE

Definition at line 6988 of file efm32g890f128.h.

#define ACMP_ROUTE_LOCATION_LOC2   (_ACMP_ROUTE_LOCATION_LOC2 << 8)

Shifted mode LOC2 for ACMP_ROUTE

Definition at line 6989 of file efm32g890f128.h.

#define ACMP_ROUTE_LOCATION_LOC3   (_ACMP_ROUTE_LOCATION_LOC3 << 8)

Shifted mode LOC3 for ACMP_ROUTE

Definition at line 6990 of file efm32g890f128.h.

#define ACMP_STATUS_ACMPACT   (0x1UL << 0)

Analog Comparator Active

Definition at line 6904 of file efm32g890f128.h.

#define ACMP_STATUS_ACMPACT_DEFAULT   (_ACMP_STATUS_ACMPACT_DEFAULT << 0)

Shifted mode DEFAULT for ACMP_STATUS

Definition at line 6908 of file efm32g890f128.h.

#define ACMP_STATUS_ACMPOUT   (0x1UL << 1)

Analog Comparator Output

Definition at line 6909 of file efm32g890f128.h.

#define ACMP_STATUS_ACMPOUT_DEFAULT   (_ACMP_STATUS_ACMPOUT_DEFAULT << 1)

Shifted mode DEFAULT for ACMP_STATUS

Definition at line 6913 of file efm32g890f128.h.