Home
last modified time | relevance | path

Searched refs:kcRule (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.h218 netc_isi_kc_rule_t kcRule[2]; member
604 NETC_PSFPKcProfileInit(handle->hw.common, &config->kcRule[0], false); in EP_RxPSFPInit()
Dfsl_netc_switch.h706 NETC_PSFPKcProfileInit(handle->hw.common, &config->kcRule[0], false); in SWT_RxPSFPInit()
707 NETC_PSFPKcProfileInit(handle->hw.common, &config->kcRule[2], true); in SWT_RxPSFPInit()
Dfsl_netc.h3927 netc_isi_kc_rule_t kcRule[4]; /*!< Key construction rules */ member
Dfsl_netc_endpoint.c597 if (config->psfpCfg.kcRule[0].payload[0].pfp == 1U) in EP_Init()