Macros

#define LL_COMP_INPUT_SRC_IO0   (0UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)
 
#define LL_COMP_INPUT_SRC_IO1   (1UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)
 
#define LL_COMP_INPUT_SRC_IO2   (2UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)
 
#define LL_COMP_INPUT_SRC_IO3   (3UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)
 
#define LL_COMP_INPUT_SRC_IO4   (4UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)
 
#define LL_COMP_INPUT_SRC_IO5   (5UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)
 
#define LL_COMP_INPUT_SRC_IO6   (6UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)
 
#define LL_COMP_INPUT_SRC_IO7   (7UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)
 
#define LL_COMP_INPUT_SRC_VBAT   (9UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)
 
#define LL_COMP_INPUT_SRC_VREF   (10UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_COMP_INPUT_SRC_IO0

#define LL_COMP_INPUT_SRC_IO0   (0UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)

Set MSIO_0 as inputs for the comparator

Definition at line 119 of file ll_comp.h.

◆ LL_COMP_INPUT_SRC_IO1

#define LL_COMP_INPUT_SRC_IO1   (1UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)

Set MSIO_1 as inputs for the comparator

Definition at line 120 of file ll_comp.h.

◆ LL_COMP_INPUT_SRC_IO2

#define LL_COMP_INPUT_SRC_IO2   (2UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)

Set MSIO_2 as inputs for the comparator

Definition at line 121 of file ll_comp.h.

◆ LL_COMP_INPUT_SRC_IO3

#define LL_COMP_INPUT_SRC_IO3   (3UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)

Set MSIO_3 as inputs for the comparator

Definition at line 122 of file ll_comp.h.

◆ LL_COMP_INPUT_SRC_IO4

#define LL_COMP_INPUT_SRC_IO4   (4UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)

Set MSIO_4 as inputs for the comparator

Definition at line 123 of file ll_comp.h.

◆ LL_COMP_INPUT_SRC_IO5

#define LL_COMP_INPUT_SRC_IO5   (5UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)

Set MSIO_5 as inputs for the comparator

Definition at line 124 of file ll_comp.h.

◆ LL_COMP_INPUT_SRC_IO6

#define LL_COMP_INPUT_SRC_IO6   (6UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)

Set MSIO_6 as inputs for the comparator

Definition at line 125 of file ll_comp.h.

◆ LL_COMP_INPUT_SRC_IO7

#define LL_COMP_INPUT_SRC_IO7   (7UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)

Set MSIO_7 as inputs for the comparator

Definition at line 126 of file ll_comp.h.

◆ LL_COMP_INPUT_SRC_VBAT

#define LL_COMP_INPUT_SRC_VBAT   (9UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)

Set VBATT as inputs for the comparator

Definition at line 128 of file ll_comp.h.

◆ LL_COMP_INPUT_SRC_VREF

#define LL_COMP_INPUT_SRC_VREF   (10UL << AON_PMU_COMP_REG_0_CHANNEL_SEL_P_Pos)

Set VREF as inputs for the comparator

Definition at line 129 of file ll_comp.h.