RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Macros

Macros

#define PWR_AVD_MODE_NORMAL   (0x00000000U)
 
#define PWR_AVD_MODE_IT_RISING   (0x00010001U)
 
#define PWR_AVD_MODE_IT_FALLING   (0x00010002U)
 
#define PWR_AVD_MODE_IT_RISING_FALLING   (0x00010003U)
 
#define PWR_AVD_MODE_EVENT_RISING   (0x00020001U)
 
#define PWR_AVD_MODE_EVENT_FALLING   (0x00020002U)
 
#define PWR_AVD_MODE_EVENT_RISING_FALLING   (0x00020003U)
 

Detailed Description

Macro Definition Documentation

◆ PWR_AVD_MODE_EVENT_FALLING

#define PWR_AVD_MODE_EVENT_FALLING   (0x00020002U)

Event Mode with Falling edge trigger detection

◆ PWR_AVD_MODE_EVENT_RISING

#define PWR_AVD_MODE_EVENT_RISING   (0x00020001U)

Event Mode with Rising edge trigger detection

◆ PWR_AVD_MODE_EVENT_RISING_FALLING

#define PWR_AVD_MODE_EVENT_RISING_FALLING   (0x00020003U)

Event Mode with Rising/Falling edge trigger detection

◆ PWR_AVD_MODE_IT_FALLING

#define PWR_AVD_MODE_IT_FALLING   (0x00010002U)

External Interrupt Mode with Falling edge trigger detection

◆ PWR_AVD_MODE_IT_RISING

#define PWR_AVD_MODE_IT_RISING   (0x00010001U)

External Interrupt Mode with Rising edge trigger detection

◆ PWR_AVD_MODE_IT_RISING_FALLING

#define PWR_AVD_MODE_IT_RISING_FALLING   (0x00010003U)

External Interrupt Mode with Rising/Falling edge trigger detection

◆ PWR_AVD_MODE_NORMAL

#define PWR_AVD_MODE_NORMAL   (0x00000000U)

Basic mode is used