Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sctimer/
Dfsl_sctimer.h824 uint32_t nextState, in SCTIMER_SetupNextStateActionwithLdMethod() argument
832 reg |= SCT_EV_CTRL_STATEV(nextState); in SCTIMER_SetupNextStateActionwithLdMethod()
853 static inline void SCTIMER_SetupNextStateAction(SCT_Type *base, uint32_t nextState, uint32_t event) in SCTIMER_SetupNextStateAction() argument
859 reg |= SCT_EV_CTRL_STATEV(nextState) | SCT_EV_CTRL_STATELD_MASK; in SCTIMER_SetupNextStateAction()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/camera/device/mt9m114/
Dfsl_mt9m114.c182 static status_t MT9M114_SetState(camera_device_handle_t *handle, uint16_t nextState) in MT9M114_SetState() argument
188 status = MT9M114_Write(handle, MT9M114_VAR_SYSMGR_NEXT_STATE, 1u, nextState); in MT9M114_SetState()