Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/button/
Dfsl_component_button.c104 static button_list_t s_buttonList; variable
127 s_buttonList.commonTaskMsg.callback = BUTTON_Task; in BUTTON_NotificationUpdate()
128 s_buttonList.commonTaskMsg.callbackParam = buttonState; in BUTTON_NotificationUpdate()
129 (void)COMMON_TASK_post_message(&s_buttonList.commonTaskMsg); in BUTTON_NotificationUpdate()
131 (void)OSA_EventSet((osa_event_handle_t)s_buttonList.eventHandle, BUTTON_EVENT_BUTTON); in BUTTON_NotificationUpdate()
135 BUTTON_Task(&s_buttonList); in BUTTON_NotificationUpdate()
154 buttonState->pushPeriodCount = s_buttonList.periodCount; in BUTTON_Event()
157 if (0U == s_buttonList.activeButtonCount) in BUTTON_Event()
159 … (void)TM_Start(s_buttonList.timerHandle, (uint8_t)kTimerModeIntervalTimer, BUTTON_TIMER_INTERVAL); in BUTTON_Event()
161 s_buttonList.activeButtonCount++; in BUTTON_Event()
[all …]