Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/button/
Dfsl_component_button.c76 common_task_message_t commonTaskMsg; member
121 s_buttonList.commonTaskMsg.callback = BUTTON_Task; in BUTTON_NotificationUpdate()
122 s_buttonList.commonTaskMsg.callbackParam = buttonState; in BUTTON_NotificationUpdate()
123 (void)COMMON_TASK_post_message(&s_buttonList.commonTaskMsg); in BUTTON_NotificationUpdate()