Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/button/
Dfsl_component_button.c114 static void BUTTON_NotificationUpdate(button_state_t *buttonState, button_event_t event) in BUTTON_NotificationUpdate() function
171 BUTTON_NotificationUpdate(buttonState, kBUTTON_EventDoubleClick); in BUTTON_Event()
176 BUTTON_NotificationUpdate(buttonState, kBUTTON_EventError); in BUTTON_Event()
189 BUTTON_NotificationUpdate(buttonState, kBUTTON_EventShortPress); in BUTTON_Event()
195 BUTTON_NotificationUpdate(buttonState, kBUTTON_EventLongPress); in BUTTON_Event()
200 BUTTON_NotificationUpdate(buttonState, kBUTTON_EventError); in BUTTON_Event()
284 BUTTON_NotificationUpdate(buttonState, kBUTTON_EventOneClick);