WAKE pin event capture enable register structure. Local wake-up is enabled via bits WPRE and WPFE in the WAKE pin event capture enable register. A wake-up event is triggered by a LOW-to-HIGH (ifWPRE = 1) and/or a HIGH-to-LOW (if WPFE = 1) transition on the WAKE pin. This arrangement allows for maximum flexibility when designing a local wake-up circuit. In applications that do not use the local wake-up facility, local wake-up should be disabled and the WAKE pin connected to GND. More...
#include <middleware/sbc/sbc_uja1169/include/sbc_uja1169_driver.h>
Data Fields | |
sbc_wake_en_wpre_t | wpre |
sbc_wake_en_wpfe_t | wpfe |
WAKE pin event capture enable register structure. Local wake-up is enabled via bits WPRE and WPFE in the WAKE pin event capture enable register. A wake-up event is triggered by a LOW-to-HIGH (ifWPRE = 1) and/or a HIGH-to-LOW (if WPFE = 1) transition on the WAKE pin. This arrangement allows for maximum flexibility when designing a local wake-up circuit. In applications that do not use the local wake-up facility, local wake-up should be disabled and the WAKE pin connected to GND.
Implements : sbc_wake_t_Class
Definition at line 1237 of file sbc_uja1169_driver.h.
sbc_wake_en_wpfe_t wpfe |
WAKE pin falling-edge enable.
Definition at line 1239 of file sbc_uja1169_driver.h.
sbc_wake_en_wpre_t wpre |
WAKE pin rising-edge enable.
Definition at line 1238 of file sbc_uja1169_driver.h.