Searched refs:pint_cb_t (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pint/ |
D | fsl_pint.h | 164 typedef void (*pint_cb_t)(pint_pin_int_t pintr, uint32_t pmatch_status); typedef 171 pint_cb_t callback; 205 …nterruptConfig(PINT_Type *base, pint_pin_int_t intr, pint_pin_enable_t enable, pint_cb_t callback); 219 …ptGetConfig(PINT_Type *base, pint_pin_int_t pintr, pint_pin_enable_t *enable, pint_cb_t *callback);
|
D | fsl_pint.c | 26 static pint_cb_t s_secpintCallback[FSL_FEATURE_SECPINT_NUMBER_OF_CONNECTED_OUTPUTS]; 33 static pint_cb_t s_pintCallback[FSL_FEATURE_PINT_NUMBER_OF_CONNECTED_OUTPUTS]; 165 …InterruptConfig(PINT_Type *base, pint_pin_int_t intr, pint_pin_enable_t enable, pint_cb_t callback) in PINT_PinInterruptConfig() 222 …uptGetConfig(PINT_Type *base, pint_pin_int_t pintr, pint_pin_enable_t *enable, pint_cb_t *callback) in PINT_PinInterruptGetConfig()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/ |
D | fsl_gpio_cmsis.c | 268 pint_cb_t pint_callback) in CMSIS_GPIO_InitPinAsInput()
|