Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pint/
Dfsl_pint.h100 } pint_pin_int_t; typedef
164 typedef void (*pint_cb_t)(pint_pin_int_t pintr, uint32_t pmatch_status);
205 void PINT_PinInterruptConfig(PINT_Type *base, pint_pin_int_t intr, pint_pin_enable_t enable, pint_c…
219 void PINT_PinInterruptGetConfig(PINT_Type *base, pint_pin_int_t pintr, pint_pin_enable_t *enable, p…
231 void PINT_PinInterruptClrStatus(PINT_Type *base, pint_pin_int_t pintr);
243 static inline uint32_t PINT_PinInterruptGetStatus(PINT_Type *base, pint_pin_int_t pintr) in PINT_PinInterruptGetStatus()
284 static inline void PINT_PinInterruptClrFallFlag(PINT_Type *base, pint_pin_int_t pintr) in PINT_PinInterruptClrFallFlag()
299 static inline uint32_t PINT_PinInterruptGetFallFlag(PINT_Type *base, pint_pin_int_t pintr) in PINT_PinInterruptGetFallFlag()
343 static inline void PINT_PinInterruptClrRiseFlag(PINT_Type *base, pint_pin_int_t pintr) in PINT_PinInterruptClrRiseFlag()
358 static inline uint32_t PINT_PinInterruptGetRiseFlag(PINT_Type *base, pint_pin_int_t pintr) in PINT_PinInterruptGetRiseFlag()
[all …]
Dfsl_pint.c165 void PINT_PinInterruptConfig(PINT_Type *base, pint_pin_int_t intr, pint_pin_enable_t enable, pint_c… in PINT_PinInterruptConfig()
222 void PINT_PinInterruptGetConfig(PINT_Type *base, pint_pin_int_t pintr, pint_pin_enable_t *enable, p… in PINT_PinInterruptGetConfig()
444 void PINT_PinInterruptClrStatus(PINT_Type *base, pint_pin_int_t pintr) in PINT_PinInterruptClrStatus()
520 PINT_PinInterruptClrStatus(base, (pint_pin_int_t)i); in PINT_EnableCallback()
527 PINT_PinInterruptClrStatus(base, (pint_pin_int_t)i); in PINT_EnableCallback()
538 PINT_PinInterruptClrStatus(base, (pint_pin_int_t)i); in PINT_EnableCallback()
556 void PINT_EnableCallbackByIndex(PINT_Type *base, pint_pin_int_t pintIdx) in PINT_EnableCallbackByIndex()
560 PINT_PinInterruptClrStatus(base, (pint_pin_int_t)pintIdx); in PINT_EnableCallbackByIndex()
567 …(pint_pin_int_t)(uint32_t)((uint32_t)pintIdx + (uint32_t)FSL_FEATURE_PINT_NUMBER_OF_CONNECTED_OUTP… in PINT_EnableCallbackByIndex()
602 PINT_PinInterruptClrStatus(base, (pint_pin_int_t)i); in PINT_DisableCallback()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/
Dfsl_gpio_cmsis.c41 pint_pin_int_t pint_index;
67 pint_pin_int_t pint_index;
253 static void CMSIS_GPIO_Callback(gpio_cmsis_handle_t *handle, pint_pin_int_t pintr, uint32_t pmatch_… in CMSIS_GPIO_Callback()
459 static void GPIO_PORT0_Callback(pint_pin_int_t pintr, uint32_t pmatch_status) in GPIO_PORT0_Callback()
563 static void GPIO_PORT1_Callback(pint_pin_int_t pintr, uint32_t pmatch_status) in GPIO_PORT1_Callback()
668 static void GPIO_PORT2_Callback(pint_pin_int_t pintr, uint32_t pmatch_status) in GPIO_PORT2_Callback()
773 static void GPIO_PORT3_Callback(pint_pin_int_t pintr, uint32_t pmatch_status) in GPIO_PORT3_Callback()
878 static void GPIO_PORT4_Callback(pint_pin_int_t pintr, uint32_t pmatch_status) in GPIO_PORT4_Callback()
983 static void GPIO_PORT5_Callback(pint_pin_int_t pintr, uint32_t pmatch_status) in GPIO_PORT5_Callback()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_lpc_gpio.c94 static void HAL_GpioInterruptCallback(pint_pin_int_t pintr, uint32_t pmatch_status) in HAL_GpioInterruptCallback()
279 PINT_DisableCallbackByIndex(PINT, (pint_pin_int_t)gpioStateHandle->pin.pint.pintIndex); in HAL_GpioDeinit()
452 … PINT_PinInterruptConfig(PINT, (pint_pin_int_t)gpioStateHandle->pin.pint.pintIndex, triggerType, in HAL_GpioSetTriggerMode()
455 PINT_EnableCallbackByIndex(PINT, (pint_pin_int_t)gpioStateHandle->pin.pint.pintIndex); in HAL_GpioSetTriggerMode()