Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/button/
Dfsl_component_button.h131 } button_status_t; typedef
155 typedef button_status_t (*button_callback_t)(void *buttonHandle,
230 button_status_t BUTTON_Init(button_handle_t buttonHandle, button_config_t *buttonConfig);
254 button_status_t BUTTON_InstallCallback(button_handle_t buttonHandle, button_callback_t callback, vo…
266 button_status_t BUTTON_Deinit(button_handle_t buttonHandle);
278 button_status_t BUTTON_GetInput(button_handle_t buttonHandle, uint8_t *pinState);
290 button_status_t BUTTON_WakeUpSetting(button_handle_t buttonHandle, uint8_t enable);
300 button_status_t BUTTON_EnterLowpower(button_handle_t buttonHandle);
310 button_status_t BUTTON_ExitLowpower(button_handle_t buttonHandle);
Dfsl_component_button.c341 button_status_t BUTTON_Init(button_handle_t buttonHandle, button_config_t *buttonConfig)
398 button_status_t BUTTON_InstallCallback(button_handle_t buttonHandle, button_callback_t callback, vo…
413 button_status_t BUTTON_Deinit(button_handle_t buttonHandle)
462 button_status_t BUTTON_GetInput(button_handle_t buttonHandle, uint8_t *pinState)
475 button_status_t BUTTON_WakeUpSetting(button_handle_t buttonHandle, uint8_t enable)
493 button_status_t BUTTON_EnterLowpower(button_handle_t buttonHandle)
531 button_status_t BUTTON_ExitLowpower(button_handle_t buttonHandle)