Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/
Dfsl_gpio_cmsis.c82 } gpio_cmsis_handle_t; typedef
105 static gpio_cmsis_map_t const *CMSIS_GPIO_GetMapResource(gpio_cmsis_handle_t *handle, uint32_t pin) in CMSIS_GPIO_GetMapResource()
118 static gpio_cmsis_context_t *CMSIS_GPIO_GetContextResource(gpio_cmsis_handle_t *handle, uint32_t pi… in CMSIS_GPIO_GetContextResource()
138 static gpio_cmsis_context_t *CMSIS_GPIO_GetEmptyContext(gpio_cmsis_handle_t *handle) in CMSIS_GPIO_GetEmptyContext()
187 static int32_t CMSIS_GPIO_Initialize(gpio_cmsis_handle_t *handle) in CMSIS_GPIO_Initialize()
198 static int32_t CMSIS_GPIO_DeinitPin(gpio_cmsis_handle_t *handle, uint32_t pin) in CMSIS_GPIO_DeinitPin()
220 static int32_t CMSIS_GPIO_Uninitialize(gpio_cmsis_handle_t *handle) in CMSIS_GPIO_Uninitialize()
235 static int32_t CMSIS_GPIO_InitPinAsOutput(gpio_cmsis_handle_t *handle, uint32_t pin, uint32_t outpu… in CMSIS_GPIO_InitPinAsOutput()
253 static void CMSIS_GPIO_Callback(gpio_cmsis_handle_t *handle, pint_pin_int_t pintr, uint32_t pmatch_… in CMSIS_GPIO_Callback()
264 static int32_t CMSIS_GPIO_InitPinAsInput(gpio_cmsis_handle_t *handle, in CMSIS_GPIO_InitPinAsInput()
[all …]