Searched refs:matchCount (Results 1 – 3 of 3) sorted by relevance
837 uint8_t matchCount; in I3C_Init() local842 matchCount = (uint8_t)(config->slowClock_Hz / 1000000UL) - 1U; in I3C_Init()843 matchCount = (matchCount == 0U) ? 1U : matchCount; in I3C_Init()848 … matchCount = (uint8_t)((base->SCONFIG & I3C_SCONFIG_BAMATCH_MASK) >> I3C_SCONFIG_BAMATCH_SHIFT); in I3C_Init()872 I3C_SCONFIG_BAMATCH(matchCount) | in I3C_Init()984 uint8_t matchCount; in I3C_MasterInit() local991 matchCount = (uint8_t)(masterConfig->slowClock_Hz / 1000000UL) - 1U; in I3C_MasterInit()992 matchCount = (matchCount == 0U) ? 1U : matchCount; in I3C_MasterInit()995 configValue |= I3C_SCONFIG_BAMATCH(matchCount); in I3C_MasterInit()2779 uint8_t matchCount; in I3C_SlaveInit() local[all …]
373 *count = ((uint64_t)handle->buffer->ipf.response.stse.matchCount[1] << 32U) | in NETC_GetIPFMatchedCount()374 handle->buffer->ipf.response.stse.matchCount[0]; in NETC_GetIPFMatchedCount()
1328 uint32_t matchCount[2]; /*!< A count of how many times this entry has been matched. */ member