Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/ssarc/
Dfsl_ssarc.c22 …apDescriptorsToGroup(SSARC_LP_Type *base, uint8_t groupID, uint32_t startIndex, uint32_t endIndex);
44 …MapDescriptorsToGroup(SSARC_LP_Type *base, uint8_t groupID, uint32_t startIndex, uint32_t endIndex) in SSARC_MapDescriptorsToGroup() argument
47 assert((startIndex < endIndex) || (startIndex == endIndex)); in SSARC_MapDescriptorsToGroup()
49 …PS[groupID].DESC_CTRL0 = SSARC_LP_DESC_CTRL0_START(startIndex) | SSARC_LP_DESC_CTRL0_END(endIndex); in SSARC_MapDescriptorsToGroup()
148 SSARC_MapDescriptorsToGroup(base, groupID, config->startIndex, config->endIndex); in SSARC_GroupInit()
Dfsl_ssarc.h128 uint32_t endIndex; /*!< The index of the last descriptor of the group. */ member