Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/uart/
Dfsl_adapter_usart.c67 volatile int8_t activeCount; member
838 if (0U == s_dmaHandleList.activeCount) in HAL_UartDMAInit()
842 s_dmaHandleList.activeCount++; in HAL_UartDMAInit()
935 …s_dmaHandleList.activeCount = (s_dmaHandleList.activeCount > 0) ? (s_dmaHandleList.activeCount - 1… in HAL_UartDMADeinit()
936 if (0 == s_dmaHandleList.activeCount) in HAL_UartDMADeinit()
Dfsl_adapter_lpuart.c119 volatile int8_t activeCount; member
2157 if (0 == s_dmaHandleList.activeCount) in HAL_UartDMAInit()
2161 s_dmaHandleList.activeCount++; in HAL_UartDMAInit()
2252 …s_dmaHandleList.activeCount = (s_dmaHandleList.activeCount > 0) ? (s_dmaHandleList.activeCount - 1… in HAL_UartDMADeinit()
2254 if (0 == s_dmaHandleList.activeCount) in HAL_UartDMADeinit()