Home
last modified time | relevance | path

Searched refs:debounce (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550.h393 pf1550_onkey_debounce_t debounce; /* ONKEY Push Debounce Time Selection. */ member
401 pf1550_power_on_debounce_t debounce; /* Power On Pad Debounce Time Selection. */ member
Dfsl_pf1550.c976 (PF1550_PWRCTRL1_ONKEYDBNC(attribute->debounce) | in PF1550_SetOnKeyPadAttibute()
993 ((uint8_t)attribute->debounce | in PF1550_SetPwrOnPadAttibute()
/hal_nxp-latest/mcux/mcux-sdk/components/pf3000/
Dfsl_pf3000.h293 pf3000_power_on_debounce_t debounce; /* Power On Pad Debounce Time Selection. */ member
Dfsl_pf3000.c1114 temp = (PF3000_PWR_CTRL_PWRONDBNC(attribute->debounce) | in PF3000_SetPwrOnPadAttibute()