ACMP Bit FieldsDevices > ACMP
Macro Definition Documentation
#define _ACMP_CFG_ACCURACY_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_CFG
Definition at line
158
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_ACCURACY_HIGH 0x00000001UL |
Mode HIGH for ACMP_CFG
Definition at line
160
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_ACCURACY_LOW 0x00000000UL |
Mode LOW for ACMP_CFG
Definition at line
159
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_ACCURACY_MASK 0x20000UL |
Bit mask for ACMP_ACCURACY
Definition at line
157
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_ACCURACY_SHIFT 17 |
Shift value for ACMP_ACCURACY
Definition at line
156
of file
efr32mg21_acmp.h
.
Referenced by ACMP_Init() .
#define _ACMP_CFG_BIAS_DEFAULT 0x00000002UL |
Mode DEFAULT for ACMP_CFG
Definition at line
120
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_BIAS_MASK 0x7UL |
Bit mask for ACMP_BIAS
Definition at line
119
of file
efr32mg21_acmp.h
.
Referenced by ACMP_CapsenseInit() , and ACMP_Init() .
#define _ACMP_CFG_BIAS_SHIFT 0 |
Shift value for ACMP_BIAS
Definition at line
118
of file
efr32mg21_acmp.h
.
Referenced by ACMP_CapsenseInit() , and ACMP_Init() .
#define _ACMP_CFG_HYST_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_CFG
Definition at line
124
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_HYST_DISABLED 0x00000000UL |
Mode DISABLED for ACMP_CFG
Definition at line
125
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_HYST_MASK 0xF00UL |
Bit mask for ACMP_HYST
Definition at line
123
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_HYST_NEG10MV 0x00000008UL |
Mode NEG10MV for ACMP_CFG
Definition at line
132
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_HYST_NEG20MV 0x00000009UL |
Mode NEG20MV for ACMP_CFG
Definition at line
133
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_HYST_NEG30MV 0x0000000AUL |
Mode NEG30MV for ACMP_CFG
Definition at line
134
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_HYST_POS10MV 0x00000004UL |
Mode POS10MV for ACMP_CFG
Definition at line
129
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_HYST_POS20MV 0x00000005UL |
Mode POS20MV for ACMP_CFG
Definition at line
130
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_HYST_POS30MV 0x00000006UL |
Mode POS30MV for ACMP_CFG
Definition at line
131
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_HYST_SHIFT 8 |
Shift value for ACMP_HYST
Definition at line
122
of file
efr32mg21_acmp.h
.
Referenced by ACMP_CapsenseInit() , and ACMP_Init() .
#define _ACMP_CFG_HYST_SYM10MV 0x00000001UL |
Mode SYM10MV for ACMP_CFG
Definition at line
126
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_HYST_SYM20MV 0x00000002UL |
Mode SYM20MV for ACMP_CFG
Definition at line
127
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_HYST_SYM30MV 0x00000003UL |
Mode SYM30MV for ACMP_CFG
Definition at line
128
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_INPUTRANGE_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_CFG
Definition at line
149
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_INPUTRANGE_FULL 0x00000000UL |
Mode FULL for ACMP_CFG
Definition at line
150
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_INPUTRANGE_MASK 0x10000UL |
Bit mask for ACMP_INPUTRANGE
Definition at line
148
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_INPUTRANGE_REDUCED 0x00000001UL |
Mode REDUCED for ACMP_CFG
Definition at line
151
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_INPUTRANGE_SHIFT 16 |
Shift value for ACMP_INPUTRANGE
Definition at line
147
of file
efr32mg21_acmp.h
.
Referenced by ACMP_Init() .
#define _ACMP_CFG_MASK 0x00030F07UL |
Mask for ACMP_CFG
Definition at line
117
of file
efr32mg21_acmp.h
.
#define _ACMP_CFG_RESETVALUE 0x00000002UL |
Default value for ACMP_CFG
Definition at line
116
of file
efr32mg21_acmp.h
.
Referenced by ACMP_Reset() .
#define _ACMP_CTRL_GPIOINV_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_CTRL
Definition at line
180
of file
efr32mg21_acmp.h
.
#define _ACMP_CTRL_GPIOINV_INV 0x00000001UL |
Mode INV for ACMP_CTRL
Definition at line
182
of file
efr32mg21_acmp.h
.
#define _ACMP_CTRL_GPIOINV_MASK 0x2UL |
Bit mask for ACMP_GPIOINV
Definition at line
179
of file
efr32mg21_acmp.h
.
#define _ACMP_CTRL_GPIOINV_NOTINV 0x00000000UL |
Mode NOTINV for ACMP_CTRL
Definition at line
181
of file
efr32mg21_acmp.h
.
#define _ACMP_CTRL_GPIOINV_SHIFT 1 |
Shift value for ACMP_GPIOINV
Definition at line
178
of file
efr32mg21_acmp.h
.
Referenced by ACMP_GPIOSetup() .
#define _ACMP_CTRL_MASK 0x00000003UL |
Mask for ACMP_CTRL
Definition at line
167
of file
efr32mg21_acmp.h
.
#define _ACMP_CTRL_NOTRDYVAL_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_CTRL
Definition at line
171
of file
efr32mg21_acmp.h
.
#define _ACMP_CTRL_NOTRDYVAL_HIGH 0x00000001UL |
Mode HIGH for ACMP_CTRL
Definition at line
173
of file
efr32mg21_acmp.h
.
#define _ACMP_CTRL_NOTRDYVAL_LOW 0x00000000UL |
Mode LOW for ACMP_CTRL
Definition at line
172
of file
efr32mg21_acmp.h
.
#define _ACMP_CTRL_NOTRDYVAL_MASK 0x1UL |
Bit mask for ACMP_NOTRDYVAL
Definition at line
170
of file
efr32mg21_acmp.h
.
Referenced by ACMP_GPIOSetup() .
#define _ACMP_CTRL_NOTRDYVAL_SHIFT 0 |
Shift value for ACMP_NOTRDYVAL
Definition at line
169
of file
efr32mg21_acmp.h
.
Referenced by ACMP_Init() .
#define _ACMP_CTRL_RESETVALUE 0x00000000UL |
Default value for ACMP_CTRL
Definition at line
166
of file
efr32mg21_acmp.h
.
Referenced by ACMP_CapsenseInit() , and ACMP_Reset() .
#define _ACMP_EN_EN_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_EN
Definition at line
112
of file
efr32mg21_acmp.h
.
#define _ACMP_EN_EN_MASK 0x1UL |
Bit mask for ACMP_EN
Definition at line
111
of file
efr32mg21_acmp.h
.
#define _ACMP_EN_EN_SHIFT 0 |
Shift value for ACMP_EN
Definition at line
110
of file
efr32mg21_acmp.h
.
#define _ACMP_EN_MASK 0x00000001UL |
Mask for ACMP_EN
Definition at line
108
of file
efr32mg21_acmp.h
.
#define _ACMP_EN_RESETVALUE 0x00000000UL |
Default value for ACMP_EN
Definition at line
107
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_ACMPRDY_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_IEN
Definition at line
592
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_ACMPRDY_MASK 0x4UL |
Bit mask for ACMP_ACMPRDY
Definition at line
591
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_ACMPRDY_SHIFT 2 |
Shift value for ACMP_ACMPRDY
Definition at line
590
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_FALL_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_IEN
Definition at line
587
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_FALL_MASK 0x2UL |
Bit mask for ACMP_FALL
Definition at line
586
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_FALL_SHIFT 1 |
Shift value for ACMP_FALL
Definition at line
585
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_INPUTCONFLICT_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_IEN
Definition at line
597
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_INPUTCONFLICT_MASK 0x8UL |
Bit mask for ACMP_INPUTCONFLICT
Definition at line
596
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_INPUTCONFLICT_SHIFT 3 |
Shift value for ACMP_INPUTCONFLICT
Definition at line
595
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_MASK 0x0000001FUL |
Mask for ACMP_IEN
Definition at line
578
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_PORTALLOCERR_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_IEN
Definition at line
602
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_PORTALLOCERR_MASK 0x10UL |
Bit mask for ACMP_PORTALLOCERR
Definition at line
601
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_PORTALLOCERR_SHIFT 4 |
Shift value for ACMP_PORTALLOCERR
Definition at line
600
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_RESETVALUE 0x00000000UL |
Default value for ACMP_IEN
Definition at line
577
of file
efr32mg21_acmp.h
.
Referenced by ACMP_Reset() .
#define _ACMP_IEN_RISE_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_IEN
Definition at line
582
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_RISE_MASK 0x1UL |
Bit mask for ACMP_RISE
Definition at line
581
of file
efr32mg21_acmp.h
.
#define _ACMP_IEN_RISE_SHIFT 0 |
Shift value for ACMP_RISE
Definition at line
580
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_ACMPRDY_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_IF
Definition at line
563
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_ACMPRDY_MASK 0x4UL |
Bit mask for ACMP_ACMPRDY
Definition at line
562
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_ACMPRDY_SHIFT 2 |
Shift value for ACMP_ACMPRDY
Definition at line
561
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_FALL_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_IF
Definition at line
558
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_FALL_MASK 0x2UL |
Bit mask for ACMP_FALL
Definition at line
557
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_FALL_SHIFT 1 |
Shift value for ACMP_FALL
Definition at line
556
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_INPUTCONFLICT_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_IF
Definition at line
568
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_INPUTCONFLICT_MASK 0x8UL |
Bit mask for ACMP_INPUTCONFLICT
Definition at line
567
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_INPUTCONFLICT_SHIFT 3 |
Shift value for ACMP_INPUTCONFLICT
Definition at line
566
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_MASK 0x0000001FUL |
#define _ACMP_IF_PORTALLOCERR_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_IF
Definition at line
573
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_PORTALLOCERR_MASK 0x10UL |
Bit mask for ACMP_PORTALLOCERR
Definition at line
572
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_PORTALLOCERR_SHIFT 4 |
Shift value for ACMP_PORTALLOCERR
Definition at line
571
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_RESETVALUE 0x00000000UL |
Default value for ACMP_IF
Definition at line
548
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_RISE_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_IF
Definition at line
553
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_RISE_MASK 0x1UL |
Bit mask for ACMP_RISE
Definition at line
552
of file
efr32mg21_acmp.h
.
#define _ACMP_IF_RISE_SHIFT 0 |
Shift value for ACMP_RISE
Definition at line
551
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_CSRESSEL_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_INPUTCTRL
Definition at line
506
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_CSRESSEL_MASK 0x70000000UL |
Bit mask for ACMP_CSRESSEL
Definition at line
505
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_CSRESSEL_RES0 0x00000000UL |
Mode RES0 for ACMP_INPUTCTRL
Definition at line
507
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_CSRESSEL_RES1 0x00000001UL |
Mode RES1 for ACMP_INPUTCTRL
Definition at line
508
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_CSRESSEL_RES2 0x00000002UL |
Mode RES2 for ACMP_INPUTCTRL
Definition at line
509
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_CSRESSEL_RES3 0x00000003UL |
Mode RES3 for ACMP_INPUTCTRL
Definition at line
510
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_CSRESSEL_RES4 0x00000004UL |
Mode RES4 for ACMP_INPUTCTRL
Definition at line
511
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_CSRESSEL_RES5 0x00000005UL |
Mode RES5 for ACMP_INPUTCTRL
Definition at line
512
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_CSRESSEL_RES6 0x00000006UL |
Mode RES6 for ACMP_INPUTCTRL
Definition at line
513
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_CSRESSEL_SHIFT 28 |
Shift value for ACMP_CSRESSEL
Definition at line
504
of file
efr32mg21_acmp.h
.
Referenced by ACMP_CapsenseInit() .
#define _ACMP_INPUTCTRL_MASK 0x703FFFFFUL |
Mask for ACMP_INPUTCTRL
Definition at line
189
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_CAPSENSE 0x00000030UL |
Mode CAPSENSE for ACMP_INPUTCTRL
Definition at line
358
of file
efr32mg21_acmp.h
.
Referenced by ACMP_CapsenseChannelSet() , and ACMP_ChannelSet() .
#define _ACMP_INPUTCTRL_NEGSEL_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_INPUTCTRL
Definition at line
346
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_MASK 0xFF00UL |
Bit mask for ACMP_NEGSEL
Definition at line
345
of file
efr32mg21_acmp.h
.
Referenced by ACMP_ChannelSet() .
#define _ACMP_INPUTCTRL_NEGSEL_PA0 0x00000080UL |
Mode PA0 for ACMP_INPUTCTRL
Definition at line
359
of file
efr32mg21_acmp.h
.
Referenced by ACMP_ChannelSet() .
#define _ACMP_INPUTCTRL_NEGSEL_PA1 0x00000081UL |
Mode PA1 for ACMP_INPUTCTRL
Definition at line
360
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PA10 0x0000008AUL |
Mode PA10 for ACMP_INPUTCTRL
Definition at line
369
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PA11 0x0000008BUL |
Mode PA11 for ACMP_INPUTCTRL
Definition at line
370
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PA12 0x0000008CUL |
Mode PA12 for ACMP_INPUTCTRL
Definition at line
371
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PA13 0x0000008DUL |
Mode PA13 for ACMP_INPUTCTRL
Definition at line
372
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PA14 0x0000008EUL |
Mode PA14 for ACMP_INPUTCTRL
Definition at line
373
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PA15 0x0000008FUL |
Mode PA15 for ACMP_INPUTCTRL
Definition at line
374
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PA2 0x00000082UL |
Mode PA2 for ACMP_INPUTCTRL
Definition at line
361
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PA3 0x00000083UL |
Mode PA3 for ACMP_INPUTCTRL
Definition at line
362
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PA4 0x00000084UL |
Mode PA4 for ACMP_INPUTCTRL
Definition at line
363
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PA5 0x00000085UL |
Mode PA5 for ACMP_INPUTCTRL
Definition at line
364
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PA6 0x00000086UL |
Mode PA6 for ACMP_INPUTCTRL
Definition at line
365
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PA7 0x00000087UL |
Mode PA7 for ACMP_INPUTCTRL
Definition at line
366
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PA8 0x00000088UL |
Mode PA8 for ACMP_INPUTCTRL
Definition at line
367
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PA9 0x00000089UL |
Mode PA9 for ACMP_INPUTCTRL
Definition at line
368
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB0 0x00000090UL |
Mode PB0 for ACMP_INPUTCTRL
Definition at line
375
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB1 0x00000091UL |
Mode PB1 for ACMP_INPUTCTRL
Definition at line
376
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB10 0x0000009AUL |
Mode PB10 for ACMP_INPUTCTRL
Definition at line
385
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB11 0x0000009BUL |
Mode PB11 for ACMP_INPUTCTRL
Definition at line
386
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB12 0x0000009CUL |
Mode PB12 for ACMP_INPUTCTRL
Definition at line
387
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB13 0x0000009DUL |
Mode PB13 for ACMP_INPUTCTRL
Definition at line
388
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB14 0x0000009EUL |
Mode PB14 for ACMP_INPUTCTRL
Definition at line
389
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB15 0x0000009FUL |
Mode PB15 for ACMP_INPUTCTRL
Definition at line
390
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB2 0x00000092UL |
Mode PB2 for ACMP_INPUTCTRL
Definition at line
377
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB3 0x00000093UL |
Mode PB3 for ACMP_INPUTCTRL
Definition at line
378
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB4 0x00000094UL |
Mode PB4 for ACMP_INPUTCTRL
Definition at line
379
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB5 0x00000095UL |
Mode PB5 for ACMP_INPUTCTRL
Definition at line
380
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB6 0x00000096UL |
Mode PB6 for ACMP_INPUTCTRL
Definition at line
381
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB7 0x00000097UL |
Mode PB7 for ACMP_INPUTCTRL
Definition at line
382
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB8 0x00000098UL |
Mode PB8 for ACMP_INPUTCTRL
Definition at line
383
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PB9 0x00000099UL |
Mode PB9 for ACMP_INPUTCTRL
Definition at line
384
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC0 0x000000A0UL |
Mode PC0 for ACMP_INPUTCTRL
Definition at line
391
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC1 0x000000A1UL |
Mode PC1 for ACMP_INPUTCTRL
Definition at line
392
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC10 0x000000AAUL |
Mode PC10 for ACMP_INPUTCTRL
Definition at line
401
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC11 0x000000ABUL |
Mode PC11 for ACMP_INPUTCTRL
Definition at line
402
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC12 0x000000ACUL |
Mode PC12 for ACMP_INPUTCTRL
Definition at line
403
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC13 0x000000ADUL |
Mode PC13 for ACMP_INPUTCTRL
Definition at line
404
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC14 0x000000AEUL |
Mode PC14 for ACMP_INPUTCTRL
Definition at line
405
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC15 0x000000AFUL |
Mode PC15 for ACMP_INPUTCTRL
Definition at line
406
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC2 0x000000A2UL |
Mode PC2 for ACMP_INPUTCTRL
Definition at line
393
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC3 0x000000A3UL |
Mode PC3 for ACMP_INPUTCTRL
Definition at line
394
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC4 0x000000A4UL |
Mode PC4 for ACMP_INPUTCTRL
Definition at line
395
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC5 0x000000A5UL |
Mode PC5 for ACMP_INPUTCTRL
Definition at line
396
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC6 0x000000A6UL |
Mode PC6 for ACMP_INPUTCTRL
Definition at line
397
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC7 0x000000A7UL |
Mode PC7 for ACMP_INPUTCTRL
Definition at line
398
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC8 0x000000A8UL |
Mode PC8 for ACMP_INPUTCTRL
Definition at line
399
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PC9 0x000000A9UL |
Mode PC9 for ACMP_INPUTCTRL
Definition at line
400
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD0 0x000000B0UL |
Mode PD0 for ACMP_INPUTCTRL
Definition at line
407
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD1 0x000000B1UL |
Mode PD1 for ACMP_INPUTCTRL
Definition at line
408
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD10 0x000000BAUL |
Mode PD10 for ACMP_INPUTCTRL
Definition at line
417
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD11 0x000000BBUL |
Mode PD11 for ACMP_INPUTCTRL
Definition at line
418
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD12 0x000000BCUL |
Mode PD12 for ACMP_INPUTCTRL
Definition at line
419
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD13 0x000000BDUL |
Mode PD13 for ACMP_INPUTCTRL
Definition at line
420
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD14 0x000000BEUL |
Mode PD14 for ACMP_INPUTCTRL
Definition at line
421
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD15 0x000000BFUL |
Mode PD15 for ACMP_INPUTCTRL
Definition at line
422
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD2 0x000000B2UL |
Mode PD2 for ACMP_INPUTCTRL
Definition at line
409
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD3 0x000000B3UL |
Mode PD3 for ACMP_INPUTCTRL
Definition at line
410
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD4 0x000000B4UL |
Mode PD4 for ACMP_INPUTCTRL
Definition at line
411
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD5 0x000000B5UL |
Mode PD5 for ACMP_INPUTCTRL
Definition at line
412
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD6 0x000000B6UL |
Mode PD6 for ACMP_INPUTCTRL
Definition at line
413
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD7 0x000000B7UL |
Mode PD7 for ACMP_INPUTCTRL
Definition at line
414
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD8 0x000000B8UL |
Mode PD8 for ACMP_INPUTCTRL
Definition at line
415
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_PD9 0x000000B9UL |
Mode PD9 for ACMP_INPUTCTRL
Definition at line
416
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_SHIFT 8 |
Shift value for ACMP_NEGSEL
Definition at line
344
of file
efr32mg21_acmp.h
.
Referenced by ACMP_ChannelSet() .
#define _ACMP_INPUTCTRL_NEGSEL_VREFDIV1V25 0x00000012UL |
Mode VREFDIV1V25 for ACMP_INPUTCTRL
Definition at line
350
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_VREFDIV1V25LP 0x00000013UL |
Mode VREFDIV1V25LP for ACMP_INPUTCTRL
Definition at line
351
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_VREFDIV2V5 0x00000014UL |
Mode VREFDIV2V5 for ACMP_INPUTCTRL
Definition at line
352
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_VREFDIV2V5LP 0x00000015UL |
Mode VREFDIV2V5LP for ACMP_INPUTCTRL
Definition at line
353
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_VREFDIVAVDD 0x00000010UL |
Mode VREFDIVAVDD for ACMP_INPUTCTRL
Definition at line
348
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_VREFDIVAVDDLP 0x00000011UL |
Mode VREFDIVAVDDLP for ACMP_INPUTCTRL
Definition at line
349
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_VSENSE01DIV4 0x00000020UL |
Mode VSENSE01DIV4 for ACMP_INPUTCTRL
Definition at line
354
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_VSENSE01DIV4LP 0x00000021UL |
Mode VSENSE01DIV4LP for ACMP_INPUTCTRL
Definition at line
355
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_VSENSE11DIV4 0x00000022UL |
Mode VSENSE11DIV4 for ACMP_INPUTCTRL
Definition at line
356
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_VSENSE11DIV4LP 0x00000023UL |
Mode VSENSE11DIV4LP for ACMP_INPUTCTRL
Definition at line
357
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_NEGSEL_VSS 0x00000000UL |
Mode VSS for ACMP_INPUTCTRL
Definition at line
347
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_INPUTCTRL
Definition at line
192
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_MASK 0xFFUL |
Bit mask for ACMP_POSSEL
Definition at line
191
of file
efr32mg21_acmp.h
.
Referenced by ACMP_CapsenseChannelSet() , and ACMP_ChannelSet() .
#define _ACMP_INPUTCTRL_POSSEL_PA0 0x00000080UL |
Mode PA0 for ACMP_INPUTCTRL
Definition at line
204
of file
efr32mg21_acmp.h
.
Referenced by ACMP_CapsenseChannelSet() , ACMP_ChannelSet() , and ACMP_PortPinToInput() .
#define _ACMP_INPUTCTRL_POSSEL_PA1 0x00000081UL |
Mode PA1 for ACMP_INPUTCTRL
Definition at line
205
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PA10 0x0000008AUL |
Mode PA10 for ACMP_INPUTCTRL
Definition at line
214
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PA11 0x0000008BUL |
Mode PA11 for ACMP_INPUTCTRL
Definition at line
215
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PA12 0x0000008CUL |
Mode PA12 for ACMP_INPUTCTRL
Definition at line
216
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PA13 0x0000008DUL |
Mode PA13 for ACMP_INPUTCTRL
Definition at line
217
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PA14 0x0000008EUL |
Mode PA14 for ACMP_INPUTCTRL
Definition at line
218
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PA15 0x0000008FUL |
Mode PA15 for ACMP_INPUTCTRL
Definition at line
219
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PA2 0x00000082UL |
Mode PA2 for ACMP_INPUTCTRL
Definition at line
206
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PA3 0x00000083UL |
Mode PA3 for ACMP_INPUTCTRL
Definition at line
207
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PA4 0x00000084UL |
Mode PA4 for ACMP_INPUTCTRL
Definition at line
208
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PA5 0x00000085UL |
Mode PA5 for ACMP_INPUTCTRL
Definition at line
209
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PA6 0x00000086UL |
Mode PA6 for ACMP_INPUTCTRL
Definition at line
210
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PA7 0x00000087UL |
Mode PA7 for ACMP_INPUTCTRL
Definition at line
211
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PA8 0x00000088UL |
Mode PA8 for ACMP_INPUTCTRL
Definition at line
212
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PA9 0x00000089UL |
Mode PA9 for ACMP_INPUTCTRL
Definition at line
213
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB0 0x00000090UL |
Mode PB0 for ACMP_INPUTCTRL
Definition at line
220
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB1 0x00000091UL |
Mode PB1 for ACMP_INPUTCTRL
Definition at line
221
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB10 0x0000009AUL |
Mode PB10 for ACMP_INPUTCTRL
Definition at line
230
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB11 0x0000009BUL |
Mode PB11 for ACMP_INPUTCTRL
Definition at line
231
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB12 0x0000009CUL |
Mode PB12 for ACMP_INPUTCTRL
Definition at line
232
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB13 0x0000009DUL |
Mode PB13 for ACMP_INPUTCTRL
Definition at line
233
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB14 0x0000009EUL |
Mode PB14 for ACMP_INPUTCTRL
Definition at line
234
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB15 0x0000009FUL |
Mode PB15 for ACMP_INPUTCTRL
Definition at line
235
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB2 0x00000092UL |
Mode PB2 for ACMP_INPUTCTRL
Definition at line
222
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB3 0x00000093UL |
Mode PB3 for ACMP_INPUTCTRL
Definition at line
223
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB4 0x00000094UL |
Mode PB4 for ACMP_INPUTCTRL
Definition at line
224
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB5 0x00000095UL |
Mode PB5 for ACMP_INPUTCTRL
Definition at line
225
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB6 0x00000096UL |
Mode PB6 for ACMP_INPUTCTRL
Definition at line
226
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB7 0x00000097UL |
Mode PB7 for ACMP_INPUTCTRL
Definition at line
227
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB8 0x00000098UL |
Mode PB8 for ACMP_INPUTCTRL
Definition at line
228
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PB9 0x00000099UL |
Mode PB9 for ACMP_INPUTCTRL
Definition at line
229
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC0 0x000000A0UL |
Mode PC0 for ACMP_INPUTCTRL
Definition at line
236
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC1 0x000000A1UL |
Mode PC1 for ACMP_INPUTCTRL
Definition at line
237
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC10 0x000000AAUL |
Mode PC10 for ACMP_INPUTCTRL
Definition at line
246
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC11 0x000000ABUL |
Mode PC11 for ACMP_INPUTCTRL
Definition at line
247
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC12 0x000000ACUL |
Mode PC12 for ACMP_INPUTCTRL
Definition at line
248
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC13 0x000000ADUL |
Mode PC13 for ACMP_INPUTCTRL
Definition at line
249
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC14 0x000000AEUL |
Mode PC14 for ACMP_INPUTCTRL
Definition at line
250
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC15 0x000000AFUL |
Mode PC15 for ACMP_INPUTCTRL
Definition at line
251
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC2 0x000000A2UL |
Mode PC2 for ACMP_INPUTCTRL
Definition at line
238
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC3 0x000000A3UL |
Mode PC3 for ACMP_INPUTCTRL
Definition at line
239
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC4 0x000000A4UL |
Mode PC4 for ACMP_INPUTCTRL
Definition at line
240
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC5 0x000000A5UL |
Mode PC5 for ACMP_INPUTCTRL
Definition at line
241
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC6 0x000000A6UL |
Mode PC6 for ACMP_INPUTCTRL
Definition at line
242
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC7 0x000000A7UL |
Mode PC7 for ACMP_INPUTCTRL
Definition at line
243
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC8 0x000000A8UL |
Mode PC8 for ACMP_INPUTCTRL
Definition at line
244
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PC9 0x000000A9UL |
Mode PC9 for ACMP_INPUTCTRL
Definition at line
245
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD0 0x000000B0UL |
Mode PD0 for ACMP_INPUTCTRL
Definition at line
252
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD1 0x000000B1UL |
Mode PD1 for ACMP_INPUTCTRL
Definition at line
253
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD10 0x000000BAUL |
Mode PD10 for ACMP_INPUTCTRL
Definition at line
262
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD11 0x000000BBUL |
Mode PD11 for ACMP_INPUTCTRL
Definition at line
263
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD12 0x000000BCUL |
Mode PD12 for ACMP_INPUTCTRL
Definition at line
264
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD13 0x000000BDUL |
Mode PD13 for ACMP_INPUTCTRL
Definition at line
265
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD14 0x000000BEUL |
Mode PD14 for ACMP_INPUTCTRL
Definition at line
266
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD15 0x000000BFUL |
Mode PD15 for ACMP_INPUTCTRL
Definition at line
267
of file
efr32mg21_acmp.h
.
Referenced by ACMP_CapsenseChannelSet() , and ACMP_ChannelSet() .
#define _ACMP_INPUTCTRL_POSSEL_PD2 0x000000B2UL |
Mode PD2 for ACMP_INPUTCTRL
Definition at line
254
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD3 0x000000B3UL |
Mode PD3 for ACMP_INPUTCTRL
Definition at line
255
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD4 0x000000B4UL |
Mode PD4 for ACMP_INPUTCTRL
Definition at line
256
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD5 0x000000B5UL |
Mode PD5 for ACMP_INPUTCTRL
Definition at line
257
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD6 0x000000B6UL |
Mode PD6 for ACMP_INPUTCTRL
Definition at line
258
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD7 0x000000B7UL |
Mode PD7 for ACMP_INPUTCTRL
Definition at line
259
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD8 0x000000B8UL |
Mode PD8 for ACMP_INPUTCTRL
Definition at line
260
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_PD9 0x000000B9UL |
Mode PD9 for ACMP_INPUTCTRL
Definition at line
261
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_SHIFT 0 |
Shift value for ACMP_POSSEL
Definition at line
190
of file
efr32mg21_acmp.h
.
Referenced by ACMP_CapsenseChannelSet() , and ACMP_ChannelSet() .
#define _ACMP_INPUTCTRL_POSSEL_VREFDIV1V25 0x00000012UL |
Mode VREFDIV1V25 for ACMP_INPUTCTRL
Definition at line
196
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_VREFDIV1V25LP 0x00000013UL |
Mode VREFDIV1V25LP for ACMP_INPUTCTRL
Definition at line
197
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_VREFDIV2V5 0x00000014UL |
Mode VREFDIV2V5 for ACMP_INPUTCTRL
Definition at line
198
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_VREFDIV2V5LP 0x00000015UL |
Mode VREFDIV2V5LP for ACMP_INPUTCTRL
Definition at line
199
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_VREFDIVAVDD 0x00000010UL |
Mode VREFDIVAVDD for ACMP_INPUTCTRL
Definition at line
194
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_VREFDIVAVDDLP 0x00000011UL |
Mode VREFDIVAVDDLP for ACMP_INPUTCTRL
Definition at line
195
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_VSENSE01DIV4 0x00000020UL |
Mode VSENSE01DIV4 for ACMP_INPUTCTRL
Definition at line
200
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_VSENSE01DIV4LP 0x00000021UL |
Mode VSENSE01DIV4LP for ACMP_INPUTCTRL
Definition at line
201
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_VSENSE11DIV4 0x00000022UL |
Mode VSENSE11DIV4 for ACMP_INPUTCTRL
Definition at line
202
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_VSENSE11DIV4LP 0x00000023UL |
Mode VSENSE11DIV4LP for ACMP_INPUTCTRL
Definition at line
203
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_POSSEL_VSS 0x00000000UL |
Mode VSS for ACMP_INPUTCTRL
Definition at line
193
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_RESETVALUE 0x00000000UL |
Default value for ACMP_INPUTCTRL
Definition at line
188
of file
efr32mg21_acmp.h
.
Referenced by ACMP_Reset() .
#define _ACMP_INPUTCTRL_VREFDIV_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_INPUTCTRL
Definition at line
502
of file
efr32mg21_acmp.h
.
#define _ACMP_INPUTCTRL_VREFDIV_MASK 0x3F0000UL |
Bit mask for ACMP_VREFDIV
Definition at line
501
of file
efr32mg21_acmp.h
.
Referenced by ACMP_Init() .
#define _ACMP_INPUTCTRL_VREFDIV_SHIFT 16 |
Shift value for ACMP_VREFDIV
Definition at line
500
of file
efr32mg21_acmp.h
.
Referenced by ACMP_CapsenseInit() , and ACMP_Init() .
#define _ACMP_IPVERSION_IPVERSION_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_IPVERSION
Definition at line
103
of file
efr32mg21_acmp.h
.
#define _ACMP_IPVERSION_IPVERSION_MASK 0xFFFFFFFFUL |
Bit mask for ACMP_IPVERSION
Definition at line
102
of file
efr32mg21_acmp.h
.
#define _ACMP_IPVERSION_IPVERSION_SHIFT 0 |
Shift value for ACMP_IPVERSION
Definition at line
101
of file
efr32mg21_acmp.h
.
#define _ACMP_IPVERSION_MASK 0xFFFFFFFFUL |
Mask for ACMP_IPVERSION
Definition at line
100
of file
efr32mg21_acmp.h
.
#define _ACMP_IPVERSION_RESETVALUE 0x00000000UL |
Default value for ACMP_IPVERSION
Definition at line
99
of file
efr32mg21_acmp.h
.
#define _ACMP_STATUS_ACMPOUT_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_STATUS
Definition at line
529
of file
efr32mg21_acmp.h
.
#define _ACMP_STATUS_ACMPOUT_MASK 0x1UL |
Bit mask for ACMP_ACMPOUT
Definition at line
528
of file
efr32mg21_acmp.h
.
#define _ACMP_STATUS_ACMPOUT_SHIFT 0 |
Shift value for ACMP_ACMPOUT
Definition at line
527
of file
efr32mg21_acmp.h
.
#define _ACMP_STATUS_ACMPRDY_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_STATUS
Definition at line
534
of file
efr32mg21_acmp.h
.
#define _ACMP_STATUS_ACMPRDY_MASK 0x4UL |
Bit mask for ACMP_ACMPRDY
Definition at line
533
of file
efr32mg21_acmp.h
.
#define _ACMP_STATUS_ACMPRDY_SHIFT 2 |
Shift value for ACMP_ACMPRDY
Definition at line
532
of file
efr32mg21_acmp.h
.
#define _ACMP_STATUS_INPUTCONFLICT_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_STATUS
Definition at line
539
of file
efr32mg21_acmp.h
.
#define _ACMP_STATUS_INPUTCONFLICT_MASK 0x8UL |
Bit mask for ACMP_INPUTCONFLICT
Definition at line
538
of file
efr32mg21_acmp.h
.
#define _ACMP_STATUS_INPUTCONFLICT_SHIFT 3 |
Shift value for ACMP_INPUTCONFLICT
Definition at line
537
of file
efr32mg21_acmp.h
.
#define _ACMP_STATUS_MASK 0x0000001DUL |
Mask for ACMP_STATUS
Definition at line
525
of file
efr32mg21_acmp.h
.
#define _ACMP_STATUS_PORTALLOCERR_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_STATUS
Definition at line
544
of file
efr32mg21_acmp.h
.
#define _ACMP_STATUS_PORTALLOCERR_MASK 0x10UL |
Bit mask for ACMP_PORTALLOCERR
Definition at line
543
of file
efr32mg21_acmp.h
.
#define _ACMP_STATUS_PORTALLOCERR_SHIFT 4 |
Shift value for ACMP_PORTALLOCERR
Definition at line
542
of file
efr32mg21_acmp.h
.
#define _ACMP_STATUS_RESETVALUE 0x00000000UL |
Default value for ACMP_STATUS
Definition at line
524
of file
efr32mg21_acmp.h
.
#define _ACMP_SYNCBUSY_INPUTCTRL_DEFAULT 0x00000000UL |
Mode DEFAULT for ACMP_SYNCBUSY
Definition at line
611
of file
efr32mg21_acmp.h
.
#define _ACMP_SYNCBUSY_INPUTCTRL_MASK 0x1UL |
Bit mask for ACMP_INPUTCTRL
Definition at line
610
of file
efr32mg21_acmp.h
.
#define _ACMP_SYNCBUSY_INPUTCTRL_SHIFT 0 |
Shift value for ACMP_INPUTCTRL
Definition at line
609
of file
efr32mg21_acmp.h
.
#define _ACMP_SYNCBUSY_MASK 0x00000001UL |
Mask for ACMP_SYNCBUSY
Definition at line
607
of file
efr32mg21_acmp.h
.
#define _ACMP_SYNCBUSY_RESETVALUE 0x00000000UL |
Default value for ACMP_SYNCBUSY
Definition at line
606
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_ACCURACY (0x1UL << 17) |
ACMP accuracy mode
Definition at line
155
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_ACCURACY_DEFAULT ( _ACMP_CFG_ACCURACY_DEFAULT << 17) |
Shifted mode DEFAULT for ACMP_CFG
Definition at line
161
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_ACCURACY_HIGH ( _ACMP_CFG_ACCURACY_HIGH << 17) |
Shifted mode HIGH for ACMP_CFG
Definition at line
163
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_ACCURACY_LOW ( _ACMP_CFG_ACCURACY_LOW << 17) |
Shifted mode LOW for ACMP_CFG
Definition at line
162
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_BIAS_DEFAULT ( _ACMP_CFG_BIAS_DEFAULT << 0) |
Shifted mode DEFAULT for ACMP_CFG
Definition at line
121
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_HYST_DEFAULT ( _ACMP_CFG_HYST_DEFAULT << 8) |
Shifted mode DEFAULT for ACMP_CFG
Definition at line
135
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_HYST_DISABLED ( _ACMP_CFG_HYST_DISABLED << 8) |
Shifted mode DISABLED for ACMP_CFG
Definition at line
136
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_HYST_NEG10MV ( _ACMP_CFG_HYST_NEG10MV << 8) |
Shifted mode NEG10MV for ACMP_CFG
Definition at line
143
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_HYST_NEG20MV ( _ACMP_CFG_HYST_NEG20MV << 8) |
Shifted mode NEG20MV for ACMP_CFG
Definition at line
144
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_HYST_NEG30MV ( _ACMP_CFG_HYST_NEG30MV << 8) |
Shifted mode NEG30MV for ACMP_CFG
Definition at line
145
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_HYST_POS10MV ( _ACMP_CFG_HYST_POS10MV << 8) |
Shifted mode POS10MV for ACMP_CFG
Definition at line
140
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_HYST_POS20MV ( _ACMP_CFG_HYST_POS20MV << 8) |
Shifted mode POS20MV for ACMP_CFG
Definition at line
141
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_HYST_POS30MV ( _ACMP_CFG_HYST_POS30MV << 8) |
Shifted mode POS30MV for ACMP_CFG
Definition at line
142
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_HYST_SYM10MV ( _ACMP_CFG_HYST_SYM10MV << 8) |
Shifted mode SYM10MV for ACMP_CFG
Definition at line
137
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_HYST_SYM20MV ( _ACMP_CFG_HYST_SYM20MV << 8) |
Shifted mode SYM20MV for ACMP_CFG
Definition at line
138
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_HYST_SYM30MV ( _ACMP_CFG_HYST_SYM30MV << 8) |
Shifted mode SYM30MV for ACMP_CFG
Definition at line
139
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_INPUTRANGE (0x1UL << 16) |
Input Range
Definition at line
146
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_INPUTRANGE_DEFAULT ( _ACMP_CFG_INPUTRANGE_DEFAULT << 16) |
Shifted mode DEFAULT for ACMP_CFG
Definition at line
152
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_INPUTRANGE_FULL ( _ACMP_CFG_INPUTRANGE_FULL << 16) |
Shifted mode FULL for ACMP_CFG
Definition at line
153
of file
efr32mg21_acmp.h
.
#define ACMP_CFG_INPUTRANGE_REDUCED ( _ACMP_CFG_INPUTRANGE_REDUCED << 16) |
Shifted mode REDUCED for ACMP_CFG
Definition at line
154
of file
efr32mg21_acmp.h
.
#define ACMP_CTRL_GPIOINV (0x1UL << 1) |
Comparator GPIO Output Invert
Definition at line
177
of file
efr32mg21_acmp.h
.
#define ACMP_CTRL_GPIOINV_DEFAULT ( _ACMP_CTRL_GPIOINV_DEFAULT << 1) |
Shifted mode DEFAULT for ACMP_CTRL
Definition at line
183
of file
efr32mg21_acmp.h
.
#define ACMP_CTRL_GPIOINV_INV ( _ACMP_CTRL_GPIOINV_INV << 1) |
Shifted mode INV for ACMP_CTRL
Definition at line
185
of file
efr32mg21_acmp.h
.
#define ACMP_CTRL_GPIOINV_NOTINV ( _ACMP_CTRL_GPIOINV_NOTINV << 1) |
Shifted mode NOTINV for ACMP_CTRL
Definition at line
184
of file
efr32mg21_acmp.h
.
#define ACMP_CTRL_NOTRDYVAL (0x1UL << 0) |
Not Ready Value
Definition at line
168
of file
efr32mg21_acmp.h
.
#define ACMP_CTRL_NOTRDYVAL_DEFAULT ( _ACMP_CTRL_NOTRDYVAL_DEFAULT << 0) |
Shifted mode DEFAULT for ACMP_CTRL
Definition at line
174
of file
efr32mg21_acmp.h
.
#define ACMP_CTRL_NOTRDYVAL_HIGH ( _ACMP_CTRL_NOTRDYVAL_HIGH << 0) |
Shifted mode HIGH for ACMP_CTRL
Definition at line
176
of file
efr32mg21_acmp.h
.
#define ACMP_CTRL_NOTRDYVAL_LOW ( _ACMP_CTRL_NOTRDYVAL_LOW << 0) |
Shifted mode LOW for ACMP_CTRL
Definition at line
175
of file
efr32mg21_acmp.h
.
#define ACMP_EN_EN (0x1UL << 0) |
Module enable
Definition at line
109
of file
efr32mg21_acmp.h
.
Referenced by ACMP_CapsenseChannelSet() , ACMP_ChannelSet() , ACMP_Disable() , and ACMP_Enable() .
#define ACMP_EN_EN_DEFAULT ( _ACMP_EN_EN_DEFAULT << 0) |
Shifted mode DEFAULT for ACMP_EN
Definition at line
113
of file
efr32mg21_acmp.h
.
#define ACMP_IEN_ACMPRDY (0x1UL << 2) |
ACMP ready interrupt enable
Definition at line
589
of file
efr32mg21_acmp.h
.
#define ACMP_IEN_ACMPRDY_DEFAULT ( _ACMP_IEN_ACMPRDY_DEFAULT << 2) |
Shifted mode DEFAULT for ACMP_IEN
Definition at line
593
of file
efr32mg21_acmp.h
.
#define ACMP_IEN_FALL (0x1UL << 1) |
Falling edge interrupt enable
Definition at line
584
of file
efr32mg21_acmp.h
.
#define ACMP_IEN_FALL_DEFAULT ( _ACMP_IEN_FALL_DEFAULT << 1) |
Shifted mode DEFAULT for ACMP_IEN
Definition at line
588
of file
efr32mg21_acmp.h
.
#define ACMP_IEN_INPUTCONFLICT (0x1UL << 3) |
Input conflict interrupt enable
Definition at line
594
of file
efr32mg21_acmp.h
.
#define ACMP_IEN_INPUTCONFLICT_DEFAULT ( _ACMP_IEN_INPUTCONFLICT_DEFAULT << 3) |
Shifted mode DEFAULT for ACMP_IEN
Definition at line
598
of file
efr32mg21_acmp.h
.
#define ACMP_IEN_PORTALLOCERR (0x1UL << 4) |
Port allocation error interrupt enable
Definition at line
599
of file
efr32mg21_acmp.h
.
#define ACMP_IEN_PORTALLOCERR_DEFAULT ( _ACMP_IEN_PORTALLOCERR_DEFAULT << 4) |
Shifted mode DEFAULT for ACMP_IEN
Definition at line
603
of file
efr32mg21_acmp.h
.
#define ACMP_IEN_RISE (0x1UL << 0) |
Rising edge interrupt enable
Definition at line
579
of file
efr32mg21_acmp.h
.
#define ACMP_IEN_RISE_DEFAULT ( _ACMP_IEN_RISE_DEFAULT << 0) |
Shifted mode DEFAULT for ACMP_IEN
Definition at line
583
of file
efr32mg21_acmp.h
.
#define ACMP_IF_ACMPRDY (0x1UL << 2) |
ACMP ready Interrupt flag
Definition at line
560
of file
efr32mg21_acmp.h
.
#define ACMP_IF_ACMPRDY_DEFAULT ( _ACMP_IF_ACMPRDY_DEFAULT << 2) |
Shifted mode DEFAULT for ACMP_IF
Definition at line
564
of file
efr32mg21_acmp.h
.
#define ACMP_IF_FALL (0x1UL << 1) |
Falling Edge Triggered Interrupt Flag
Definition at line
555
of file
efr32mg21_acmp.h
.
#define ACMP_IF_FALL_DEFAULT ( _ACMP_IF_FALL_DEFAULT << 1) |
Shifted mode DEFAULT for ACMP_IF
Definition at line
559
of file
efr32mg21_acmp.h
.
#define ACMP_IF_INPUTCONFLICT (0x1UL << 3) |
Input conflict
Definition at line
565
of file
efr32mg21_acmp.h
.
#define ACMP_IF_INPUTCONFLICT_DEFAULT ( _ACMP_IF_INPUTCONFLICT_DEFAULT << 3) |
Shifted mode DEFAULT for ACMP_IF
Definition at line
569
of file
efr32mg21_acmp.h
.
#define ACMP_IF_PORTALLOCERR (0x1UL << 4) |
Port allocation error
Definition at line
570
of file
efr32mg21_acmp.h
.
#define ACMP_IF_PORTALLOCERR_DEFAULT ( _ACMP_IF_PORTALLOCERR_DEFAULT << 4) |
Shifted mode DEFAULT for ACMP_IF
Definition at line
574
of file
efr32mg21_acmp.h
.
#define ACMP_IF_RISE (0x1UL << 0) |
Rising Edge Triggered Interrupt Flag
Definition at line
550
of file
efr32mg21_acmp.h
.
#define ACMP_IF_RISE_DEFAULT ( _ACMP_IF_RISE_DEFAULT << 0) |
Shifted mode DEFAULT for ACMP_IF
Definition at line
554
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_CSRESSEL_DEFAULT ( _ACMP_INPUTCTRL_CSRESSEL_DEFAULT << 28) |
Shifted mode DEFAULT for ACMP_INPUTCTRL
Definition at line
514
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_CSRESSEL_RES0 ( _ACMP_INPUTCTRL_CSRESSEL_RES0 << 28) |
Shifted mode RES0 for ACMP_INPUTCTRL
Definition at line
515
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_CSRESSEL_RES1 ( _ACMP_INPUTCTRL_CSRESSEL_RES1 << 28) |
Shifted mode RES1 for ACMP_INPUTCTRL
Definition at line
516
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_CSRESSEL_RES2 ( _ACMP_INPUTCTRL_CSRESSEL_RES2 << 28) |
Shifted mode RES2 for ACMP_INPUTCTRL
Definition at line
517
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_CSRESSEL_RES3 ( _ACMP_INPUTCTRL_CSRESSEL_RES3 << 28) |
Shifted mode RES3 for ACMP_INPUTCTRL
Definition at line
518
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_CSRESSEL_RES4 ( _ACMP_INPUTCTRL_CSRESSEL_RES4 << 28) |
Shifted mode RES4 for ACMP_INPUTCTRL
Definition at line
519
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_CSRESSEL_RES5 ( _ACMP_INPUTCTRL_CSRESSEL_RES5 << 28) |
Shifted mode RES5 for ACMP_INPUTCTRL
Definition at line
520
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_CSRESSEL_RES6 ( _ACMP_INPUTCTRL_CSRESSEL_RES6 << 28) |
Shifted mode RES6 for ACMP_INPUTCTRL
Definition at line
521
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_CAPSENSE ( _ACMP_INPUTCTRL_NEGSEL_CAPSENSE << 8) |
Shifted mode CAPSENSE for ACMP_INPUTCTRL
Definition at line
435
of file
efr32mg21_acmp.h
.
Referenced by ACMP_CapsenseInit() .
#define ACMP_INPUTCTRL_NEGSEL_DEFAULT ( _ACMP_INPUTCTRL_NEGSEL_DEFAULT << 8) |
Shifted mode DEFAULT for ACMP_INPUTCTRL
Definition at line
423
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA0 ( _ACMP_INPUTCTRL_NEGSEL_PA0 << 8) |
Shifted mode PA0 for ACMP_INPUTCTRL
Definition at line
436
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA1 ( _ACMP_INPUTCTRL_NEGSEL_PA1 << 8) |
Shifted mode PA1 for ACMP_INPUTCTRL
Definition at line
437
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA10 ( _ACMP_INPUTCTRL_NEGSEL_PA10 << 8) |
Shifted mode PA10 for ACMP_INPUTCTRL
Definition at line
446
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA11 ( _ACMP_INPUTCTRL_NEGSEL_PA11 << 8) |
Shifted mode PA11 for ACMP_INPUTCTRL
Definition at line
447
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA12 ( _ACMP_INPUTCTRL_NEGSEL_PA12 << 8) |
Shifted mode PA12 for ACMP_INPUTCTRL
Definition at line
448
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA13 ( _ACMP_INPUTCTRL_NEGSEL_PA13 << 8) |
Shifted mode PA13 for ACMP_INPUTCTRL
Definition at line
449
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA14 ( _ACMP_INPUTCTRL_NEGSEL_PA14 << 8) |
Shifted mode PA14 for ACMP_INPUTCTRL
Definition at line
450
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA15 ( _ACMP_INPUTCTRL_NEGSEL_PA15 << 8) |
Shifted mode PA15 for ACMP_INPUTCTRL
Definition at line
451
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA2 ( _ACMP_INPUTCTRL_NEGSEL_PA2 << 8) |
Shifted mode PA2 for ACMP_INPUTCTRL
Definition at line
438
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA3 ( _ACMP_INPUTCTRL_NEGSEL_PA3 << 8) |
Shifted mode PA3 for ACMP_INPUTCTRL
Definition at line
439
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA4 ( _ACMP_INPUTCTRL_NEGSEL_PA4 << 8) |
Shifted mode PA4 for ACMP_INPUTCTRL
Definition at line
440
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA5 ( _ACMP_INPUTCTRL_NEGSEL_PA5 << 8) |
Shifted mode PA5 for ACMP_INPUTCTRL
Definition at line
441
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA6 ( _ACMP_INPUTCTRL_NEGSEL_PA6 << 8) |
Shifted mode PA6 for ACMP_INPUTCTRL
Definition at line
442
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA7 ( _ACMP_INPUTCTRL_NEGSEL_PA7 << 8) |
Shifted mode PA7 for ACMP_INPUTCTRL
Definition at line
443
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA8 ( _ACMP_INPUTCTRL_NEGSEL_PA8 << 8) |
Shifted mode PA8 for ACMP_INPUTCTRL
Definition at line
444
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PA9 ( _ACMP_INPUTCTRL_NEGSEL_PA9 << 8) |
Shifted mode PA9 for ACMP_INPUTCTRL
Definition at line
445
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB0 ( _ACMP_INPUTCTRL_NEGSEL_PB0 << 8) |
Shifted mode PB0 for ACMP_INPUTCTRL
Definition at line
452
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB1 ( _ACMP_INPUTCTRL_NEGSEL_PB1 << 8) |
Shifted mode PB1 for ACMP_INPUTCTRL
Definition at line
453
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB10 ( _ACMP_INPUTCTRL_NEGSEL_PB10 << 8) |
Shifted mode PB10 for ACMP_INPUTCTRL
Definition at line
462
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB11 ( _ACMP_INPUTCTRL_NEGSEL_PB11 << 8) |
Shifted mode PB11 for ACMP_INPUTCTRL
Definition at line
463
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB12 ( _ACMP_INPUTCTRL_NEGSEL_PB12 << 8) |
Shifted mode PB12 for ACMP_INPUTCTRL
Definition at line
464
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB13 ( _ACMP_INPUTCTRL_NEGSEL_PB13 << 8) |
Shifted mode PB13 for ACMP_INPUTCTRL
Definition at line
465
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB14 ( _ACMP_INPUTCTRL_NEGSEL_PB14 << 8) |
Shifted mode PB14 for ACMP_INPUTCTRL
Definition at line
466
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB15 ( _ACMP_INPUTCTRL_NEGSEL_PB15 << 8) |
Shifted mode PB15 for ACMP_INPUTCTRL
Definition at line
467
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB2 ( _ACMP_INPUTCTRL_NEGSEL_PB2 << 8) |
Shifted mode PB2 for ACMP_INPUTCTRL
Definition at line
454
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB3 ( _ACMP_INPUTCTRL_NEGSEL_PB3 << 8) |
Shifted mode PB3 for ACMP_INPUTCTRL
Definition at line
455
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB4 ( _ACMP_INPUTCTRL_NEGSEL_PB4 << 8) |
Shifted mode PB4 for ACMP_INPUTCTRL
Definition at line
456
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB5 ( _ACMP_INPUTCTRL_NEGSEL_PB5 << 8) |
Shifted mode PB5 for ACMP_INPUTCTRL
Definition at line
457
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB6 ( _ACMP_INPUTCTRL_NEGSEL_PB6 << 8) |
Shifted mode PB6 for ACMP_INPUTCTRL
Definition at line
458
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB7 ( _ACMP_INPUTCTRL_NEGSEL_PB7 << 8) |
Shifted mode PB7 for ACMP_INPUTCTRL
Definition at line
459
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB8 ( _ACMP_INPUTCTRL_NEGSEL_PB8 << 8) |
Shifted mode PB8 for ACMP_INPUTCTRL
Definition at line
460
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PB9 ( _ACMP_INPUTCTRL_NEGSEL_PB9 << 8) |
Shifted mode PB9 for ACMP_INPUTCTRL
Definition at line
461
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC0 ( _ACMP_INPUTCTRL_NEGSEL_PC0 << 8) |
Shifted mode PC0 for ACMP_INPUTCTRL
Definition at line
468
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC1 ( _ACMP_INPUTCTRL_NEGSEL_PC1 << 8) |
Shifted mode PC1 for ACMP_INPUTCTRL
Definition at line
469
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC10 ( _ACMP_INPUTCTRL_NEGSEL_PC10 << 8) |
Shifted mode PC10 for ACMP_INPUTCTRL
Definition at line
478
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC11 ( _ACMP_INPUTCTRL_NEGSEL_PC11 << 8) |
Shifted mode PC11 for ACMP_INPUTCTRL
Definition at line
479
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC12 ( _ACMP_INPUTCTRL_NEGSEL_PC12 << 8) |
Shifted mode PC12 for ACMP_INPUTCTRL
Definition at line
480
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC13 ( _ACMP_INPUTCTRL_NEGSEL_PC13 << 8) |
Shifted mode PC13 for ACMP_INPUTCTRL
Definition at line
481
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC14 ( _ACMP_INPUTCTRL_NEGSEL_PC14 << 8) |
Shifted mode PC14 for ACMP_INPUTCTRL
Definition at line
482
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC15 ( _ACMP_INPUTCTRL_NEGSEL_PC15 << 8) |
Shifted mode PC15 for ACMP_INPUTCTRL
Definition at line
483
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC2 ( _ACMP_INPUTCTRL_NEGSEL_PC2 << 8) |
Shifted mode PC2 for ACMP_INPUTCTRL
Definition at line
470
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC3 ( _ACMP_INPUTCTRL_NEGSEL_PC3 << 8) |
Shifted mode PC3 for ACMP_INPUTCTRL
Definition at line
471
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC4 ( _ACMP_INPUTCTRL_NEGSEL_PC4 << 8) |
Shifted mode PC4 for ACMP_INPUTCTRL
Definition at line
472
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC5 ( _ACMP_INPUTCTRL_NEGSEL_PC5 << 8) |
Shifted mode PC5 for ACMP_INPUTCTRL
Definition at line
473
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC6 ( _ACMP_INPUTCTRL_NEGSEL_PC6 << 8) |
Shifted mode PC6 for ACMP_INPUTCTRL
Definition at line
474
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC7 ( _ACMP_INPUTCTRL_NEGSEL_PC7 << 8) |
Shifted mode PC7 for ACMP_INPUTCTRL
Definition at line
475
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC8 ( _ACMP_INPUTCTRL_NEGSEL_PC8 << 8) |
Shifted mode PC8 for ACMP_INPUTCTRL
Definition at line
476
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PC9 ( _ACMP_INPUTCTRL_NEGSEL_PC9 << 8) |
Shifted mode PC9 for ACMP_INPUTCTRL
Definition at line
477
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD0 ( _ACMP_INPUTCTRL_NEGSEL_PD0 << 8) |
Shifted mode PD0 for ACMP_INPUTCTRL
Definition at line
484
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD1 ( _ACMP_INPUTCTRL_NEGSEL_PD1 << 8) |
Shifted mode PD1 for ACMP_INPUTCTRL
Definition at line
485
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD10 ( _ACMP_INPUTCTRL_NEGSEL_PD10 << 8) |
Shifted mode PD10 for ACMP_INPUTCTRL
Definition at line
494
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD11 ( _ACMP_INPUTCTRL_NEGSEL_PD11 << 8) |
Shifted mode PD11 for ACMP_INPUTCTRL
Definition at line
495
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD12 ( _ACMP_INPUTCTRL_NEGSEL_PD12 << 8) |
Shifted mode PD12 for ACMP_INPUTCTRL
Definition at line
496
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD13 ( _ACMP_INPUTCTRL_NEGSEL_PD13 << 8) |
Shifted mode PD13 for ACMP_INPUTCTRL
Definition at line
497
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD14 ( _ACMP_INPUTCTRL_NEGSEL_PD14 << 8) |
Shifted mode PD14 for ACMP_INPUTCTRL
Definition at line
498
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD15 ( _ACMP_INPUTCTRL_NEGSEL_PD15 << 8) |
Shifted mode PD15 for ACMP_INPUTCTRL
Definition at line
499
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD2 ( _ACMP_INPUTCTRL_NEGSEL_PD2 << 8) |
Shifted mode PD2 for ACMP_INPUTCTRL
Definition at line
486
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD3 ( _ACMP_INPUTCTRL_NEGSEL_PD3 << 8) |
Shifted mode PD3 for ACMP_INPUTCTRL
Definition at line
487
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD4 ( _ACMP_INPUTCTRL_NEGSEL_PD4 << 8) |
Shifted mode PD4 for ACMP_INPUTCTRL
Definition at line
488
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD5 ( _ACMP_INPUTCTRL_NEGSEL_PD5 << 8) |
Shifted mode PD5 for ACMP_INPUTCTRL
Definition at line
489
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD6 ( _ACMP_INPUTCTRL_NEGSEL_PD6 << 8) |
Shifted mode PD6 for ACMP_INPUTCTRL
Definition at line
490
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD7 ( _ACMP_INPUTCTRL_NEGSEL_PD7 << 8) |
Shifted mode PD7 for ACMP_INPUTCTRL
Definition at line
491
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD8 ( _ACMP_INPUTCTRL_NEGSEL_PD8 << 8) |
Shifted mode PD8 for ACMP_INPUTCTRL
Definition at line
492
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_PD9 ( _ACMP_INPUTCTRL_NEGSEL_PD9 << 8) |
Shifted mode PD9 for ACMP_INPUTCTRL
Definition at line
493
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_VREFDIV1V25 ( _ACMP_INPUTCTRL_NEGSEL_VREFDIV1V25 << 8) |
Shifted mode VREFDIV1V25 for ACMP_INPUTCTRL
Definition at line
427
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_VREFDIV1V25LP ( _ACMP_INPUTCTRL_NEGSEL_VREFDIV1V25LP << 8) |
Shifted mode VREFDIV1V25LP for ACMP_INPUTCTRL
Definition at line
428
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_VREFDIV2V5 ( _ACMP_INPUTCTRL_NEGSEL_VREFDIV2V5 << 8) |
Shifted mode VREFDIV2V5 for ACMP_INPUTCTRL
Definition at line
429
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_VREFDIV2V5LP ( _ACMP_INPUTCTRL_NEGSEL_VREFDIV2V5LP << 8) |
Shifted mode VREFDIV2V5LP for ACMP_INPUTCTRL
Definition at line
430
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_VREFDIVAVDD ( _ACMP_INPUTCTRL_NEGSEL_VREFDIVAVDD << 8) |
Shifted mode VREFDIVAVDD for ACMP_INPUTCTRL
Definition at line
425
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_VREFDIVAVDDLP ( _ACMP_INPUTCTRL_NEGSEL_VREFDIVAVDDLP << 8) |
Shifted mode VREFDIVAVDDLP for ACMP_INPUTCTRL
Definition at line
426
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_VSENSE01DIV4 ( _ACMP_INPUTCTRL_NEGSEL_VSENSE01DIV4 << 8) |
Shifted mode VSENSE01DIV4 for ACMP_INPUTCTRL
Definition at line
431
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_VSENSE01DIV4LP ( _ACMP_INPUTCTRL_NEGSEL_VSENSE01DIV4LP << 8) |
Shifted mode VSENSE01DIV4LP for ACMP_INPUTCTRL
Definition at line
432
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_VSENSE11DIV4 ( _ACMP_INPUTCTRL_NEGSEL_VSENSE11DIV4 << 8) |
Shifted mode VSENSE11DIV4 for ACMP_INPUTCTRL
Definition at line
433
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_VSENSE11DIV4LP ( _ACMP_INPUTCTRL_NEGSEL_VSENSE11DIV4LP << 8) |
Shifted mode VSENSE11DIV4LP for ACMP_INPUTCTRL
Definition at line
434
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_NEGSEL_VSS ( _ACMP_INPUTCTRL_NEGSEL_VSS << 8) |
Shifted mode VSS for ACMP_INPUTCTRL
Definition at line
424
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_DEFAULT ( _ACMP_INPUTCTRL_POSSEL_DEFAULT << 0) |
Shifted mode DEFAULT for ACMP_INPUTCTRL
Definition at line
268
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA0 ( _ACMP_INPUTCTRL_POSSEL_PA0 << 0) |
Shifted mode PA0 for ACMP_INPUTCTRL
Definition at line
280
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA1 ( _ACMP_INPUTCTRL_POSSEL_PA1 << 0) |
Shifted mode PA1 for ACMP_INPUTCTRL
Definition at line
281
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA10 ( _ACMP_INPUTCTRL_POSSEL_PA10 << 0) |
Shifted mode PA10 for ACMP_INPUTCTRL
Definition at line
290
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA11 ( _ACMP_INPUTCTRL_POSSEL_PA11 << 0) |
Shifted mode PA11 for ACMP_INPUTCTRL
Definition at line
291
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA12 ( _ACMP_INPUTCTRL_POSSEL_PA12 << 0) |
Shifted mode PA12 for ACMP_INPUTCTRL
Definition at line
292
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA13 ( _ACMP_INPUTCTRL_POSSEL_PA13 << 0) |
Shifted mode PA13 for ACMP_INPUTCTRL
Definition at line
293
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA14 ( _ACMP_INPUTCTRL_POSSEL_PA14 << 0) |
Shifted mode PA14 for ACMP_INPUTCTRL
Definition at line
294
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA15 ( _ACMP_INPUTCTRL_POSSEL_PA15 << 0) |
Shifted mode PA15 for ACMP_INPUTCTRL
Definition at line
295
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA2 ( _ACMP_INPUTCTRL_POSSEL_PA2 << 0) |
Shifted mode PA2 for ACMP_INPUTCTRL
Definition at line
282
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA3 ( _ACMP_INPUTCTRL_POSSEL_PA3 << 0) |
Shifted mode PA3 for ACMP_INPUTCTRL
Definition at line
283
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA4 ( _ACMP_INPUTCTRL_POSSEL_PA4 << 0) |
Shifted mode PA4 for ACMP_INPUTCTRL
Definition at line
284
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA5 ( _ACMP_INPUTCTRL_POSSEL_PA5 << 0) |
Shifted mode PA5 for ACMP_INPUTCTRL
Definition at line
285
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA6 ( _ACMP_INPUTCTRL_POSSEL_PA6 << 0) |
Shifted mode PA6 for ACMP_INPUTCTRL
Definition at line
286
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA7 ( _ACMP_INPUTCTRL_POSSEL_PA7 << 0) |
Shifted mode PA7 for ACMP_INPUTCTRL
Definition at line
287
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA8 ( _ACMP_INPUTCTRL_POSSEL_PA8 << 0) |
Shifted mode PA8 for ACMP_INPUTCTRL
Definition at line
288
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PA9 ( _ACMP_INPUTCTRL_POSSEL_PA9 << 0) |
Shifted mode PA9 for ACMP_INPUTCTRL
Definition at line
289
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB0 ( _ACMP_INPUTCTRL_POSSEL_PB0 << 0) |
Shifted mode PB0 for ACMP_INPUTCTRL
Definition at line
296
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB1 ( _ACMP_INPUTCTRL_POSSEL_PB1 << 0) |
Shifted mode PB1 for ACMP_INPUTCTRL
Definition at line
297
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB10 ( _ACMP_INPUTCTRL_POSSEL_PB10 << 0) |
Shifted mode PB10 for ACMP_INPUTCTRL
Definition at line
306
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB11 ( _ACMP_INPUTCTRL_POSSEL_PB11 << 0) |
Shifted mode PB11 for ACMP_INPUTCTRL
Definition at line
307
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB12 ( _ACMP_INPUTCTRL_POSSEL_PB12 << 0) |
Shifted mode PB12 for ACMP_INPUTCTRL
Definition at line
308
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB13 ( _ACMP_INPUTCTRL_POSSEL_PB13 << 0) |
Shifted mode PB13 for ACMP_INPUTCTRL
Definition at line
309
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB14 ( _ACMP_INPUTCTRL_POSSEL_PB14 << 0) |
Shifted mode PB14 for ACMP_INPUTCTRL
Definition at line
310
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB15 ( _ACMP_INPUTCTRL_POSSEL_PB15 << 0) |
Shifted mode PB15 for ACMP_INPUTCTRL
Definition at line
311
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB2 ( _ACMP_INPUTCTRL_POSSEL_PB2 << 0) |
Shifted mode PB2 for ACMP_INPUTCTRL
Definition at line
298
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB3 ( _ACMP_INPUTCTRL_POSSEL_PB3 << 0) |
Shifted mode PB3 for ACMP_INPUTCTRL
Definition at line
299
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB4 ( _ACMP_INPUTCTRL_POSSEL_PB4 << 0) |
Shifted mode PB4 for ACMP_INPUTCTRL
Definition at line
300
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB5 ( _ACMP_INPUTCTRL_POSSEL_PB5 << 0) |
Shifted mode PB5 for ACMP_INPUTCTRL
Definition at line
301
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB6 ( _ACMP_INPUTCTRL_POSSEL_PB6 << 0) |
Shifted mode PB6 for ACMP_INPUTCTRL
Definition at line
302
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB7 ( _ACMP_INPUTCTRL_POSSEL_PB7 << 0) |
Shifted mode PB7 for ACMP_INPUTCTRL
Definition at line
303
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB8 ( _ACMP_INPUTCTRL_POSSEL_PB8 << 0) |
Shifted mode PB8 for ACMP_INPUTCTRL
Definition at line
304
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PB9 ( _ACMP_INPUTCTRL_POSSEL_PB9 << 0) |
Shifted mode PB9 for ACMP_INPUTCTRL
Definition at line
305
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC0 ( _ACMP_INPUTCTRL_POSSEL_PC0 << 0) |
Shifted mode PC0 for ACMP_INPUTCTRL
Definition at line
312
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC1 ( _ACMP_INPUTCTRL_POSSEL_PC1 << 0) |
Shifted mode PC1 for ACMP_INPUTCTRL
Definition at line
313
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC10 ( _ACMP_INPUTCTRL_POSSEL_PC10 << 0) |
Shifted mode PC10 for ACMP_INPUTCTRL
Definition at line
322
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC11 ( _ACMP_INPUTCTRL_POSSEL_PC11 << 0) |
Shifted mode PC11 for ACMP_INPUTCTRL
Definition at line
323
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC12 ( _ACMP_INPUTCTRL_POSSEL_PC12 << 0) |
Shifted mode PC12 for ACMP_INPUTCTRL
Definition at line
324
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC13 ( _ACMP_INPUTCTRL_POSSEL_PC13 << 0) |
Shifted mode PC13 for ACMP_INPUTCTRL
Definition at line
325
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC14 ( _ACMP_INPUTCTRL_POSSEL_PC14 << 0) |
Shifted mode PC14 for ACMP_INPUTCTRL
Definition at line
326
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC15 ( _ACMP_INPUTCTRL_POSSEL_PC15 << 0) |
Shifted mode PC15 for ACMP_INPUTCTRL
Definition at line
327
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC2 ( _ACMP_INPUTCTRL_POSSEL_PC2 << 0) |
Shifted mode PC2 for ACMP_INPUTCTRL
Definition at line
314
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC3 ( _ACMP_INPUTCTRL_POSSEL_PC3 << 0) |
Shifted mode PC3 for ACMP_INPUTCTRL
Definition at line
315
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC4 ( _ACMP_INPUTCTRL_POSSEL_PC4 << 0) |
Shifted mode PC4 for ACMP_INPUTCTRL
Definition at line
316
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC5 ( _ACMP_INPUTCTRL_POSSEL_PC5 << 0) |
Shifted mode PC5 for ACMP_INPUTCTRL
Definition at line
317
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC6 ( _ACMP_INPUTCTRL_POSSEL_PC6 << 0) |
Shifted mode PC6 for ACMP_INPUTCTRL
Definition at line
318
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC7 ( _ACMP_INPUTCTRL_POSSEL_PC7 << 0) |
Shifted mode PC7 for ACMP_INPUTCTRL
Definition at line
319
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC8 ( _ACMP_INPUTCTRL_POSSEL_PC8 << 0) |
Shifted mode PC8 for ACMP_INPUTCTRL
Definition at line
320
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PC9 ( _ACMP_INPUTCTRL_POSSEL_PC9 << 0) |
Shifted mode PC9 for ACMP_INPUTCTRL
Definition at line
321
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD0 ( _ACMP_INPUTCTRL_POSSEL_PD0 << 0) |
Shifted mode PD0 for ACMP_INPUTCTRL
Definition at line
328
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD1 ( _ACMP_INPUTCTRL_POSSEL_PD1 << 0) |
Shifted mode PD1 for ACMP_INPUTCTRL
Definition at line
329
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD10 ( _ACMP_INPUTCTRL_POSSEL_PD10 << 0) |
Shifted mode PD10 for ACMP_INPUTCTRL
Definition at line
338
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD11 ( _ACMP_INPUTCTRL_POSSEL_PD11 << 0) |
Shifted mode PD11 for ACMP_INPUTCTRL
Definition at line
339
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD12 ( _ACMP_INPUTCTRL_POSSEL_PD12 << 0) |
Shifted mode PD12 for ACMP_INPUTCTRL
Definition at line
340
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD13 ( _ACMP_INPUTCTRL_POSSEL_PD13 << 0) |
Shifted mode PD13 for ACMP_INPUTCTRL
Definition at line
341
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD14 ( _ACMP_INPUTCTRL_POSSEL_PD14 << 0) |
Shifted mode PD14 for ACMP_INPUTCTRL
Definition at line
342
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD15 ( _ACMP_INPUTCTRL_POSSEL_PD15 << 0) |
Shifted mode PD15 for ACMP_INPUTCTRL
Definition at line
343
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD2 ( _ACMP_INPUTCTRL_POSSEL_PD2 << 0) |
Shifted mode PD2 for ACMP_INPUTCTRL
Definition at line
330
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD3 ( _ACMP_INPUTCTRL_POSSEL_PD3 << 0) |
Shifted mode PD3 for ACMP_INPUTCTRL
Definition at line
331
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD4 ( _ACMP_INPUTCTRL_POSSEL_PD4 << 0) |
Shifted mode PD4 for ACMP_INPUTCTRL
Definition at line
332
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD5 ( _ACMP_INPUTCTRL_POSSEL_PD5 << 0) |
Shifted mode PD5 for ACMP_INPUTCTRL
Definition at line
333
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD6 ( _ACMP_INPUTCTRL_POSSEL_PD6 << 0) |
Shifted mode PD6 for ACMP_INPUTCTRL
Definition at line
334
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD7 ( _ACMP_INPUTCTRL_POSSEL_PD7 << 0) |
Shifted mode PD7 for ACMP_INPUTCTRL
Definition at line
335
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD8 ( _ACMP_INPUTCTRL_POSSEL_PD8 << 0) |
Shifted mode PD8 for ACMP_INPUTCTRL
Definition at line
336
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_PD9 ( _ACMP_INPUTCTRL_POSSEL_PD9 << 0) |
Shifted mode PD9 for ACMP_INPUTCTRL
Definition at line
337
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_VREFDIV1V25 ( _ACMP_INPUTCTRL_POSSEL_VREFDIV1V25 << 0) |
Shifted mode VREFDIV1V25 for ACMP_INPUTCTRL
Definition at line
272
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_VREFDIV1V25LP ( _ACMP_INPUTCTRL_POSSEL_VREFDIV1V25LP << 0) |
Shifted mode VREFDIV1V25LP for ACMP_INPUTCTRL
Definition at line
273
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_VREFDIV2V5 ( _ACMP_INPUTCTRL_POSSEL_VREFDIV2V5 << 0) |
Shifted mode VREFDIV2V5 for ACMP_INPUTCTRL
Definition at line
274
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_VREFDIV2V5LP ( _ACMP_INPUTCTRL_POSSEL_VREFDIV2V5LP << 0) |
Shifted mode VREFDIV2V5LP for ACMP_INPUTCTRL
Definition at line
275
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_VREFDIVAVDD ( _ACMP_INPUTCTRL_POSSEL_VREFDIVAVDD << 0) |
Shifted mode VREFDIVAVDD for ACMP_INPUTCTRL
Definition at line
270
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_VREFDIVAVDDLP ( _ACMP_INPUTCTRL_POSSEL_VREFDIVAVDDLP << 0) |
Shifted mode VREFDIVAVDDLP for ACMP_INPUTCTRL
Definition at line
271
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_VSENSE01DIV4 ( _ACMP_INPUTCTRL_POSSEL_VSENSE01DIV4 << 0) |
Shifted mode VSENSE01DIV4 for ACMP_INPUTCTRL
Definition at line
276
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_VSENSE01DIV4LP ( _ACMP_INPUTCTRL_POSSEL_VSENSE01DIV4LP << 0) |
Shifted mode VSENSE01DIV4LP for ACMP_INPUTCTRL
Definition at line
277
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_VSENSE11DIV4 ( _ACMP_INPUTCTRL_POSSEL_VSENSE11DIV4 << 0) |
Shifted mode VSENSE11DIV4 for ACMP_INPUTCTRL
Definition at line
278
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_VSENSE11DIV4LP ( _ACMP_INPUTCTRL_POSSEL_VSENSE11DIV4LP << 0) |
Shifted mode VSENSE11DIV4LP for ACMP_INPUTCTRL
Definition at line
279
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_POSSEL_VSS ( _ACMP_INPUTCTRL_POSSEL_VSS << 0) |
Shifted mode VSS for ACMP_INPUTCTRL
Definition at line
269
of file
efr32mg21_acmp.h
.
#define ACMP_INPUTCTRL_VREFDIV_DEFAULT ( _ACMP_INPUTCTRL_VREFDIV_DEFAULT << 16) |
Shifted mode DEFAULT for ACMP_INPUTCTRL
Definition at line
503
of file
efr32mg21_acmp.h
.
#define ACMP_IPVERSION_IPVERSION_DEFAULT ( _ACMP_IPVERSION_IPVERSION_DEFAULT << 0) |
Shifted mode DEFAULT for ACMP_IPVERSION
Definition at line
104
of file
efr32mg21_acmp.h
.
#define ACMP_STATUS_ACMPOUT (0x1UL << 0) |
Analog Comparator Output
Definition at line
526
of file
efr32mg21_acmp.h
.
#define ACMP_STATUS_ACMPOUT_DEFAULT ( _ACMP_STATUS_ACMPOUT_DEFAULT << 0) |
Shifted mode DEFAULT for ACMP_STATUS
Definition at line
530
of file
efr32mg21_acmp.h
.
#define ACMP_STATUS_ACMPRDY (0x1UL << 2) |
Analog Comparator Ready
Definition at line
531
of file
efr32mg21_acmp.h
.
#define ACMP_STATUS_ACMPRDY_DEFAULT ( _ACMP_STATUS_ACMPRDY_DEFAULT << 2) |
Shifted mode DEFAULT for ACMP_STATUS
Definition at line
535
of file
efr32mg21_acmp.h
.
#define ACMP_STATUS_INPUTCONFLICT (0x1UL << 3) |
INPUT conflict
Definition at line
536
of file
efr32mg21_acmp.h
.
#define ACMP_STATUS_INPUTCONFLICT_DEFAULT ( _ACMP_STATUS_INPUTCONFLICT_DEFAULT << 3) |
Shifted mode DEFAULT for ACMP_STATUS
Definition at line
540
of file
efr32mg21_acmp.h
.
#define ACMP_STATUS_PORTALLOCERR (0x1UL << 4) |
Port allocation error
Definition at line
541
of file
efr32mg21_acmp.h
.
#define ACMP_STATUS_PORTALLOCERR_DEFAULT ( _ACMP_STATUS_PORTALLOCERR_DEFAULT << 4) |
Shifted mode DEFAULT for ACMP_STATUS
Definition at line
545
of file
efr32mg21_acmp.h
.
#define ACMP_SYNCBUSY_INPUTCTRL (0x1UL << 0) |
Syncbusy for INPUTCTRL
Definition at line
608
of file
efr32mg21_acmp.h
.
#define ACMP_SYNCBUSY_INPUTCTRL_DEFAULT ( _ACMP_SYNCBUSY_INPUTCTRL_DEFAULT << 0) |
Shifted mode DEFAULT for ACMP_SYNCBUSY
Definition at line
612
of file
efr32mg21_acmp.h
.