Searched refs:nextState (Results 1 – 2 of 2) sorted by relevance
824 uint32_t nextState, in SCTIMER_SetupNextStateActionwithLdMethod() argument832 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() argument859 reg |= SCT_EV_CTRL_STATEV(nextState) | SCT_EV_CTRL_STATELD_MASK; in SCTIMER_SetupNextStateAction()
182 static status_t MT9M114_SetState(camera_device_handle_t *handle, uint16_t nextState) in MT9M114_SetState() argument188 status = MT9M114_Write(handle, MT9M114_VAR_SYSMGR_NEXT_STATE, 1u, nextState); in MT9M114_SetState()