Home
last modified time | relevance | path

Searched refs:Count (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/Spi/src/
DSpi_Ip.c1104 uint16 Count; in Spi_Ip_WriteTxFifo() local
1136 for (Count = 0; Count < NumberOfWrites; Count++) in Spi_Ip_WriteTxFifo()
1141 Factor = (uint16)((Count % 2u) * 16u); in Spi_Ip_WriteTxFifo()
1792 uint8 Count = 0u; in Spi_Ip_AsyncTransmitFast() local
1803 for(Count = 0u; Count < NumberOfTransfer; Count++) in Spi_Ip_AsyncTransmitFast()
1805 DevAssert(NULL_PTR != FastTransferCfg[Count].ExternalDevice); in Spi_Ip_AsyncTransmitFast()
1806 DevAssert(0u != FastTransferCfg[Count].Length); in Spi_Ip_AsyncTransmitFast()
1809 DevAssert((FastTransferCfg[Count].Length % 4u) == 0u); in Spi_Ip_AsyncTransmitFast()
1813 DevAssert((FastTransferCfg[Count].Length % 2u) == 0u); in Spi_Ip_AsyncTransmitFast()
1817 DevAssert(SPI_IP_DMA_MAX_ITER_CNT_U16 >= FastTransferCfg[Count].Length); in Spi_Ip_AsyncTransmitFast()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dstack_simple.c52 Stack->Count = 0; in InitStack()
65 Stack->Count++; in PushOnStack()
75 if (Stack->Count == 0) in PopOffStack()
81 Stack->Count--; in PopOffStack()
Dmem_pool.c129 if (MemPool->Stack.Count == 0) in OSA_MemoryPoolAllocate()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/osa/
Dstack_simple.h60 int Count; member
101 #define IsStackEmpty(_stack) ((_stack)->Count == 0)
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h1775 #pragma region Ingress Stream Count Table
1816 #pragma endregion Ingress Stream Count Table
3180 #pragma region Egress Count Table
3215 #pragma endregion Egress Count Table
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/
Dhdmi_tx.c200 display_handle_t *handle, uint8_t *pData, uint8_t bSegment, uint8_t offset, uint16_t Count) in getHDMITX_EDIDBytes() argument
222 RemainedCount = Count; in getHDMITX_EDIDBytes()