Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.c816 handle->buffer->sgcl.request.cfge.listLength = (uint8_t)(config->numEntries - 1U); in NETC_AddSGCLTableEntry()
870 if (((uint32_t)handle->buffer->sgcl.request.cfge.listLength + 1U) > length) in NETC_GetSGCLGateList()
878 gcl->numEntries = (uint32_t)handle->buffer->sgcl.request.cfge.listLength + 1U; in NETC_GetSGCLGateList()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h1964 uint8_t listLength; /*!< List Length */ member