Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/dpl/
DSwiP.h90 typedef void (*SwiP_Fxn)(uintptr_t arg0, uintptr_t arg1);
112 uintptr_t arg1; /*!< Argument passed into the SwiP function. */ member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dpl/
DSwiP.h90 typedef void (*SwiP_Fxn)(uintptr_t arg0, uintptr_t arg1);
112 uintptr_t arg1; /*!< Argument passed into the SwiP function. */ member
/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DSwiP_zephyr.c51 .arg1 = (uintptr_t)NULL,
222 swi->fxn(swi->params.arg0, swi->params.arg1); in SwiP_dispatch()
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DSwiP_zephyr.c46 .arg1 = (uintptr_t) NULL,
206 swi->fxn(swi->params.arg0, swi->params.arg1); in SwiP_dispatch()