Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo3/hal/
Dam_hal_mspi.c223 uint32_t ui32LastIdxProcessed; member
1183 pMSPIState->ui32LastIdxProcessed = 0; in mspi_seq_loopback()
1594 pMSPIState->ui32LastIdxProcessed = 0; in am_hal_mspi_enable()
1625 pMSPIState->ui32NextIdx = pMSPIState->ui32LastIdxProcessed + 1; in am_hal_mspi_enable()
1876 pMSPIState->ui32LastIdxProcessed = 0; in am_hal_mspi_control()
2587 … uint32_t index = (pMSPIState->ui32LastIdxProcessed + 1) % pMSPIState->ui32MaxTransactions; in am_hal_mspi_nonblocking_transfer()
2960 … while (!pMSPIState->bRestart && (pMSPIState->ui32LastIdxProcessed != status.lastIdxProcessed)) in am_hal_mspi_interrupt_service()
2963 pMSPIState->ui32LastIdxProcessed++; in am_hal_mspi_interrupt_service()
2965 index = pMSPIState->ui32LastIdxProcessed & (AM_HAL_MSPI_MAX_CQ_ENTRIES - 1); in am_hal_mspi_interrupt_service()
2984 pMSPIState->ui32LastIdxProcessed++; in am_hal_mspi_interrupt_service()
[all …]
Dam_hal_iom.c232 uint32_t ui32LastIdxProcessed; member
1068 pIOMState->ui32LastIdxProcessed = 0; in iom_seq_loopback()
1555 pIOMState->ui32LastIdxProcessed = 0; in am_hal_iom_enable()
1579 pIOMState->ui32NextIdx = pIOMState->ui32LastIdxProcessed + 1; in am_hal_iom_enable()
1958 … while ((pIOMState->ui32LastIdxProcessed != status.lastIdxProcessed) && !(pIOMState->bRestart)) in am_hal_iom_interrupt_service()
1960 pIOMState->ui32LastIdxProcessed++; in am_hal_iom_interrupt_service()
1962 index = pIOMState->ui32LastIdxProcessed & (AM_HAL_IOM_MAX_PENDING_TRANSACTIONS - 1); in am_hal_iom_interrupt_service()
1982 pIOMState->ui32LastIdxProcessed++; in am_hal_iom_interrupt_service()
1984 … index = pIOMState->ui32LastIdxProcessed & (AM_HAL_IOM_MAX_PENDING_TRANSACTIONS - 1); in am_hal_iom_interrupt_service()
2054 pIOMState->ui32LastIdxProcessed++; in am_hal_iom_interrupt_service()
[all …]
/hal_ambiq-latest/mcu/apollo4p/hal/mcu/
Dam_hal_iom.c255 uint32_t ui32LastIdxProcessed; member
1108 pIOMState->ui32LastIdxProcessed = 0; in iom_seq_loopback()
1520 pIOMState->ui32LastIdxProcessed = 0; in am_hal_iom_enable()
1903 … while ((pIOMState->ui32LastIdxProcessed != status.lastIdxProcessed) && !(pIOMState->bRestart)) in am_hal_iom_interrupt_service()
1905 pIOMState->ui32LastIdxProcessed++; in am_hal_iom_interrupt_service()
1907 index = pIOMState->ui32LastIdxProcessed & (AM_HAL_IOM_MAX_PENDING_TRANSACTIONS - 1); in am_hal_iom_interrupt_service()
1929 pIOMState->ui32LastIdxProcessed++; in am_hal_iom_interrupt_service()
1931 … index = pIOMState->ui32LastIdxProcessed & (AM_HAL_IOM_MAX_PENDING_TRANSACTIONS - 1); in am_hal_iom_interrupt_service()
3253 pIOMState->ui32LastIdxProcessed = 0; in am_hal_iom_control()
Dam_hal_mspi.c243 uint32_t ui32LastIdxProcessed; member
1236 pMSPIState->ui32LastIdxProcessed = 0; in mspi_seq_loopback()
1720 pMSPIState->ui32LastIdxProcessed = 0; in am_hal_mspi_enable()
2402 pMSPIState->ui32LastIdxProcessed = 0; in am_hal_mspi_control()
3455 … while (!pMSPIState->bRestart && (pMSPIState->ui32LastIdxProcessed != status.lastIdxProcessed)) in am_hal_mspi_interrupt_service()
3457 pMSPIState->ui32LastIdxProcessed++; in am_hal_mspi_interrupt_service()
3459 index = pMSPIState->ui32LastIdxProcessed & (AM_HAL_MSPI_MAX_CQ_ENTRIES - 1); in am_hal_mspi_interrupt_service()
3483 pMSPIState->ui32LastIdxProcessed++; in am_hal_mspi_interrupt_service()
3485 index = pMSPIState->ui32LastIdxProcessed & (AM_HAL_MSPI_MAX_CQ_ENTRIES - 1); in am_hal_mspi_interrupt_service()
/hal_ambiq-latest/mcu/apollo3p/hal/
Dam_hal_mspi.c221 uint32_t ui32LastIdxProcessed; member
1134 pMSPIState->ui32LastIdxProcessed = 0; in mspi_seq_loopback()
1617 pMSPIState->ui32LastIdxProcessed = 0; in am_hal_mspi_enable()
1973 pMSPIState->ui32LastIdxProcessed = 0; in am_hal_mspi_control()
3094 … while (!pMSPIState->bRestart && (pMSPIState->ui32LastIdxProcessed != status.lastIdxProcessed)) in am_hal_mspi_interrupt_service()
3097 pMSPIState->ui32LastIdxProcessed++; in am_hal_mspi_interrupt_service()
3099 index = pMSPIState->ui32LastIdxProcessed & (AM_HAL_MSPI_MAX_CQ_ENTRIES - 1); in am_hal_mspi_interrupt_service()
3118 pMSPIState->ui32LastIdxProcessed++; in am_hal_mspi_interrupt_service()
3120 index = pMSPIState->ui32LastIdxProcessed & (AM_HAL_MSPI_MAX_CQ_ENTRIES - 1); in am_hal_mspi_interrupt_service()
Dam_hal_iom.c227 uint32_t ui32LastIdxProcessed; member
1053 pIOMState->ui32LastIdxProcessed = 0; in iom_seq_loopback()
1463 pIOMState->ui32LastIdxProcessed = 0; in am_hal_iom_enable()
1844 … while ((pIOMState->ui32LastIdxProcessed != status.lastIdxProcessed) && !(pIOMState->bRestart)) in am_hal_iom_interrupt_service()
1846 pIOMState->ui32LastIdxProcessed++; in am_hal_iom_interrupt_service()
1848 index = pIOMState->ui32LastIdxProcessed & (AM_HAL_IOM_MAX_PENDING_TRANSACTIONS - 1); in am_hal_iom_interrupt_service()
1868 pIOMState->ui32LastIdxProcessed++; in am_hal_iom_interrupt_service()
1870 … index = pIOMState->ui32LastIdxProcessed & (AM_HAL_IOM_MAX_PENDING_TRANSACTIONS - 1); in am_hal_iom_interrupt_service()
3197 pIOMState->ui32LastIdxProcessed = 0; in am_hal_iom_control()