Home
last modified time | relevance | path

Searched refs:matchCount (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c837 uint8_t matchCount; in I3C_Init() local
842 matchCount = (uint8_t)(config->slowClock_Hz / 1000000UL) - 1U; in I3C_Init()
843 matchCount = (matchCount == 0U) ? 1U : matchCount; in I3C_Init()
848matchCount = (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() local
991 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 …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.c373 *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()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h1328 uint32_t matchCount[2]; /*!< A count of how many times this entry has been matched. */ member