Home
last modified time | relevance | path

Searched refs:pLoop (Results 1 – 6 of 6) sorted by relevance

/hal_ambiq-latest/mcu/apollo4p/hal/mcu/
Dam_hal_iom.c3268 am_hal_iom_seq_end_t *pLoop = (am_hal_iom_seq_end_t *)pArgs; in am_hal_iom_control() local
3277 if (pLoop->ui32PauseCondition & AM_HAL_IOM_PAUSE_FLAG_RESV) in am_hal_iom_control()
3281 if (pLoop->ui32StatusSetClr & AM_HAL_IOM_SC_RESV_MASK) in am_hal_iom_control()
3304 if ((pLoop->bLoop) && (!pIOMState->bAutonomous)) in am_hal_iom_control()
3374 … pLoopEntry->ui32PAUSEENVal = get_pause_val(pIOMState, pLoop->ui32PauseCondition | pause); in am_hal_iom_control()
3376 pLoopEntry->ui32SETCLRVal = pLoop->ui32StatusSetClr | scUnpause; in am_hal_iom_control()
3389 if (pLoop->bLoop) in am_hal_iom_control()
3405 pIOMState->eSeq = (pLoop->bLoop) ? AM_HAL_IOM_SEQ_RUNNING : AM_HAL_IOM_SEQ_NONE; in am_hal_iom_control()
Dam_hal_mspi.c2417 am_hal_mspi_seq_end_t *pLoop = (am_hal_mspi_seq_end_t *)pConfig; in am_hal_mspi_control() local
2426 if (pLoop->ui32PauseCondition & AM_HAL_MSPI_PAUSE_FLAG_RESV) in am_hal_mspi_control()
2430 if (pLoop->ui32StatusSetClr & AM_HAL_MSPI_SC_RESV_MASK) in am_hal_mspi_control()
2452 if ((pLoop->bLoop) && (!pMSPIState->bAutonomous)) in am_hal_mspi_control()
2532 … pLoopEntry->ui32PAUSEENVal = get_pause_val(pMSPIState, pLoop->ui32PauseCondition | pause); in am_hal_mspi_control()
2534 pLoopEntry->ui32SETCLRVal = pLoop->ui32StatusSetClr | scUnpause; in am_hal_mspi_control()
2547 if (pLoop->bLoop) in am_hal_mspi_control()
2567 … pMSPIState->eSeq = (pLoop->bLoop) ? AM_HAL_MSPI_SEQ_RUNNING : AM_HAL_MSPI_SEQ_NONE; in am_hal_mspi_control()
/hal_ambiq-latest/mcu/apollo3p/hal/
Dam_hal_mspi.c1988 am_hal_mspi_seq_end_t *pLoop = (am_hal_mspi_seq_end_t *)pConfig; in am_hal_mspi_control() local
1997 if (pLoop->ui32PauseCondition & AM_HAL_MSPI_PAUSE_FLAG_RESV) in am_hal_mspi_control()
2001 if (pLoop->ui32StatusSetClr & AM_HAL_MSPI_SC_RESV_MASK) in am_hal_mspi_control()
2017 if ((pLoop->bLoop) && (!pMSPIState->bAutonomous)) in am_hal_mspi_control()
2096 … pLoopEntry->ui32PAUSEENVal = get_pause_val(pMSPIState, pLoop->ui32PauseCondition | pause); in am_hal_mspi_control()
2098 pLoopEntry->ui32SETCLRVal = pLoop->ui32StatusSetClr | scUnpause; in am_hal_mspi_control()
2111 if (pLoop->bLoop) in am_hal_mspi_control()
2131 … pMSPIState->eSeq = (pLoop->bLoop) ? AM_HAL_MSPI_SEQ_RUNNING : AM_HAL_MSPI_SEQ_NONE; in am_hal_mspi_control()
Dam_hal_iom.c3212 am_hal_iom_seq_end_t *pLoop = (am_hal_iom_seq_end_t *)pArgs; in am_hal_iom_control() local
3221 if (pLoop->ui32PauseCondition & AM_HAL_IOM_PAUSE_FLAG_RESV) in am_hal_iom_control()
3225 if (pLoop->ui32StatusSetClr & AM_HAL_IOM_SC_RESV_MASK) in am_hal_iom_control()
3242 if ((pLoop->bLoop) && (!pIOMState->bAutonomous)) in am_hal_iom_control()
3312 … pLoopEntry->ui32PAUSEENVal = get_pause_val(pIOMState, pLoop->ui32PauseCondition | pause); in am_hal_iom_control()
3314 pLoopEntry->ui32SETCLRVal = pLoop->ui32StatusSetClr | scUnpause; in am_hal_iom_control()
3328 if (pLoop->bLoop) in am_hal_iom_control()
3344 pIOMState->eSeq = (pLoop->bLoop) ? AM_HAL_IOM_SEQ_RUNNING : AM_HAL_IOM_SEQ_NONE; in am_hal_iom_control()
/hal_ambiq-latest/mcu/apollo3/hal/
Dam_hal_mspi.c1891 am_hal_mspi_seq_end_t *pLoop = (am_hal_mspi_seq_end_t *)pConfig; in am_hal_mspi_control() local
1900 if (pLoop->ui32PauseCondition & AM_HAL_MSPI_PAUSE_FLAG_RESV) in am_hal_mspi_control()
1904 if (pLoop->ui32StatusSetClr & AM_HAL_MSPI_SC_RESV_MASK) in am_hal_mspi_control()
1920 if ((pLoop->bLoop) && (!pMSPIState->bAutonomous)) in am_hal_mspi_control()
1999 … pLoopEntry->ui32PAUSEENVal = get_pause_val(pMSPIState, pLoop->ui32PauseCondition | pause); in am_hal_mspi_control()
2001 pLoopEntry->ui32SETCLRVal = pLoop->ui32StatusSetClr | scUnpause; in am_hal_mspi_control()
2014 if (pLoop->bLoop) in am_hal_mspi_control()
2034 … pMSPIState->eSeq = (pLoop->bLoop) ? AM_HAL_MSPI_SEQ_RUNNING : AM_HAL_MSPI_SEQ_NONE; in am_hal_mspi_control()
Dam_hal_iom.c3425 am_hal_iom_seq_end_t *pLoop = (am_hal_iom_seq_end_t *)pArgs; in am_hal_iom_control() local
3434 if (pLoop->ui32PauseCondition & AM_HAL_IOM_PAUSE_FLAG_RESV) in am_hal_iom_control()
3438 if (pLoop->ui32StatusSetClr & AM_HAL_IOM_SC_RESV_MASK) in am_hal_iom_control()
3455 if ((pLoop->bLoop) && (!pIOMState->bAutonomous)) in am_hal_iom_control()
3525 … pLoopEntry->ui32PAUSEENVal = get_pause_val(pIOMState, pLoop->ui32PauseCondition | pause); in am_hal_iom_control()
3527 pLoopEntry->ui32SETCLRVal = pLoop->ui32StatusSetClr | scUnpause; in am_hal_iom_control()
3541 if (pLoop->bLoop) in am_hal_iom_control()
3557 pIOMState->eSeq = (pLoop->bLoop) ? AM_HAL_IOM_SEQ_RUNNING : AM_HAL_IOM_SEQ_NONE; in am_hal_iom_control()