Searched refs:gpio_cmsis_context_t (Results 1 – 1 of 1) sorted by relevance
69 } gpio_cmsis_context_t; typedef80 gpio_cmsis_context_t *contexts;118 static gpio_cmsis_context_t *CMSIS_GPIO_GetContextResource(gpio_cmsis_handle_t *handle, uint32_t pi… in CMSIS_GPIO_GetContextResource()122 gpio_cmsis_context_t *cxt = &(handle->contexts[i]); in CMSIS_GPIO_GetContextResource()138 static gpio_cmsis_context_t *CMSIS_GPIO_GetEmptyContext(gpio_cmsis_handle_t *handle) in CMSIS_GPIO_GetEmptyContext()142 gpio_cmsis_context_t *cxt = &(handle->contexts[i]); in CMSIS_GPIO_GetEmptyContext()256 gpio_cmsis_context_t *cxt = CMSIS_GPIO_GetContextResource(handle, (uint32_t)pintr); in CMSIS_GPIO_Callback()284 gpio_cmsis_context_t *cxt = CMSIS_GPIO_GetEmptyContext(handle); in CMSIS_GPIO_InitPinAsInput()434 static gpio_cmsis_context_t s_gpio_port0_contexts[RTE_GPIO_PORT0_MAX_INTERRUPT_CONTEXTS];538 static gpio_cmsis_context_t s_gpio_port1_contexts[RTE_GPIO_PORT1_MAX_INTERRUPT_CONTEXTS];[all …]