Searched refs:endIndex (Results 1 – 2 of 2) sorted by relevance
22 …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() argument47 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()
128 uint32_t endIndex; /*!< The index of the last descriptor of the group. */ member