| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/ |
| D | srtm_audio_service.c | 138 assert((iface != NULL) && (iface->channel != NULL)); in SRTM_AudioService_HandlePeriodDone() 147 if (notif == NULL) in SRTM_AudioService_HandlePeriodDone() 184 srtm_procedure_t proc = NULL; in SRTM_AudioService_PeriodDone() 187 assert(iface != NULL); in SRTM_AudioService_PeriodDone() 198 assert(proc != NULL); /* For debugging the shortage of procedure messages */ in SRTM_AudioService_PeriodDone() 200 if (proc == NULL) in SRTM_AudioService_PeriodDone() 240 assert(service->dispatcher != NULL); in SRTM_AudioService_Request() 251 if (response == NULL) in SRTM_AudioService_Request() 260 …if ((status != SRTM_Status_Success) || (audioReq == NULL) || (payloadLen != sizeof(struct _srtm_au… in SRTM_AudioService_Request() 263 audioRespBuf[0] = (audioReq != NULL) ? audioReq->index : 0U; in SRTM_AudioService_Request() [all …]
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan_test_mode_tests.c | 127 channel = strtol(argv[1], NULL, 10); in wlan_rf_channel_set() 240 band = strtol(argv[1], NULL, 10); in wlan_rf_band_set() 332 bandwidth = strtol(argv[1], NULL, 10); in wlan_rf_bandwidth_set() 455 if (argc == 2 && strtol(argv[1], NULL, 10) == 0) in wlan_rf_tx_cont_mode_set() 474 enable_tx = strtol(argv[1], NULL, 10); in wlan_rf_tx_cont_mode_set() 475 cw_mode = strtol(argv[2], NULL, 10); in wlan_rf_tx_cont_mode_set() 477 payload_pattern = strtol(argv[3], NULL, 16); in wlan_rf_tx_cont_mode_set() 482 cs_mode = strtol(argv[4], NULL, 10); in wlan_rf_tx_cont_mode_set() 483 act_sub_ch = strtol(argv[5], NULL, 10); in wlan_rf_tx_cont_mode_set() 484 tx_rate = strtol(argv[6], NULL, 10); in wlan_rf_tx_cont_mode_set() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/sai/ |
| D | fsl_sai.c | 362 assert(NULL != config); in SAI_GetCommonConfig() 860 assert(config != NULL); in SAI_TxSetBitclockConfig() 889 assert(config != NULL); in SAI_RxSetBitclockConfig() 915 assert(config != NULL); in SAI_SetMasterClockConfig() 950 assert(config != NULL); in SAI_TxSetFifoConfig() 996 assert(config != NULL); in SAI_RxSetFifoConfig() 1038 assert(config != NULL); in SAI_TxSetFrameSyncConfig() 1067 assert(config != NULL); in SAI_RxSetFrameSyncConfig() 1095 assert(config != NULL); in SAI_TxSetSerialDataConfig() 1129 assert(config != NULL); in SAI_RxSetSerialDataConfig() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/usart/ |
| D | fsl_usart.c | 82 assert(NULL != handle); in USART_TransferGetRxRingBufferLength() 102 assert(NULL != handle); in USART_TransferIsRxRingBufferFull() 135 assert(NULL != base); in USART_TransferStartRingBuffer() 136 assert(NULL != handle); in USART_TransferStartRingBuffer() 137 assert(NULL != ringBuffer); in USART_TransferStartRingBuffer() 159 assert(NULL != base); in USART_TransferStopRingBuffer() 160 assert(NULL != handle); in USART_TransferStopRingBuffer() 166 handle->rxRingBuffer = NULL; in USART_TransferStopRingBuffer() 198 assert(!((NULL == base) || (NULL == config) || (0U == srcClock_Hz))); in USART_Init() 199 if ((NULL == base) || (NULL == config) || (0U == srcClock_Hz)) in USART_Init() [all …]
|
| D | fsl_usart_dma.c | 77 assert(handle != NULL); in USART_TransferSendDMACallback() 78 assert(param != NULL); in USART_TransferSendDMACallback() 91 assert(handle != NULL); in USART_TransferReceiveDMACallback() 92 assert(param != NULL); in USART_TransferReceiveDMACallback() 101 if (usartPrivateHandle->handle->callback != NULL) in USART_TransferReceiveDMACallback() 127 assert(!(NULL == base)); in USART_TransferCreateHandleDMA() 128 if (NULL == base) in USART_TransferCreateHandleDMA() 133 assert(!(NULL == handle)); in USART_TransferCreateHandleDMA() 134 if (NULL == handle) in USART_TransferCreateHandleDMA() 164 if (txDmaHandle != NULL) in USART_TransferCreateHandleDMA() [all …]
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/ |
| D | usb_host_phdc.c | 94 phdcInstance->controlTransfer = NULL; in USB_HostPhdcClearInHaltCallback() 97 if (phdcInstance->inCallbackFn != NULL) in USB_HostPhdcClearInHaltCallback() 110 phdcInstance->controlTransfer = NULL; in USB_HostPhdcClearOutHaltCallback() 111 if (phdcInstance->outCallbackFn != NULL) in USB_HostPhdcClearOutHaltCallback() 140 phdcInstance->controlCallbackFn = NULL; in USB_HostPhdcClearHalt() 141 phdcInstance->controlCallbackParam = NULL; in USB_HostPhdcClearHalt() 145 transfer->transferBuffer = NULL; in USB_HostPhdcClearHalt() 175 phdcInstance->controlTransfer = NULL; in USB_HostPhdcControlPipeCallback() 193 if (NULL != phdcInstance->controlCallbackFn) in USB_HostPhdcControlPipeCallback() 214 phdcInstance->controlTransfer = NULL; in USB_HostPhdcSetClearFeatureEndpointHaltCallback() [all …]
|
| D | usb_host_hub_app.c | 22 #define USB_HostHubLockMutexCheck() hubGlobal->hubMutex != NULL 134 if (s_HubGlobalArray[index].hostHandle == NULL) in USB_HostHubGetHubList() 143 if (s_HubGlobalArray[index].hubList == NULL) in USB_HostHubGetHubList() 149 return NULL; in USB_HostHubGetHubList() 156 if (hubInstance == NULL) in USB_HostHubGetInterruptStatus() 272 if (NULL == hubInstance->portList) in USB_HostHubProcess() 276 if (hubInstance->portList == NULL) in USB_HostHubProcess() 314 hubInstance->portList[tmp].deviceHandle = NULL; in USB_HostHubProcess() 388 if (portInstance->deviceHandle == NULL) in USB_HostHubProcessPort() 407 if (hubGlobal == NULL) in USB_HostHubProcessPortAttach() [all …]
|
| D | usb_host_audio.c | 68 if (audioPtr == NULL) in USB_HostAudioInit() 74 audioPtr->controlIntfHandle = NULL; in USB_HostAudioInit() 75 audioPtr->streamIntfHandle = NULL; in USB_HostAudioInit() 102 if (deviceHandle == NULL) in USB_HostAudioDeinit() 107 if (classHandle != NULL) in USB_HostAudioDeinit() 109 if (audioPtr->isoInPipe != NULL) in USB_HostAudioDeinit() 111 status = USB_HostCancelTransfer(audioPtr->hostHandle, audioPtr->isoInPipe, NULL); in USB_HostAudioDeinit() 126 audioPtr->isoInPipe = NULL; in USB_HostAudioDeinit() 128 if (audioPtr->isoOutPipe != NULL) in USB_HostAudioDeinit() 130 status = USB_HostCancelTransfer(audioPtr->hostHandle, audioPtr->isoOutPipe, NULL); in USB_HostAudioDeinit() [all …]
|
| D | usb_host_cdc.c | 21 cdcInstance->controlTransfer = NULL; in USB_HostCdcClearInHaltCallback() 22 if (cdcInstance->inCallbackFn != NULL) in USB_HostCdcClearInHaltCallback() 35 cdcInstance->controlTransfer = NULL; in USB_HostCdcClearOutHaltCallback() 36 if (cdcInstance->outCallbackFn != NULL) in USB_HostCdcClearOutHaltCallback() 48 cdcInstance->controlTransfer = NULL; in USB_HostCdcClearInterruptHaltCallback() 49 if (cdcInstance->interruptCallbackFn != NULL) in USB_HostCdcClearInterruptHaltCallback() 78 cdcInstance->controlCallbackFn = NULL; in USB_HostCdcClearHalt() 79 cdcInstance->controlCallbackParam = NULL; in USB_HostCdcClearHalt() 83 transfer->transferBuffer = NULL; in USB_HostCdcClearHalt() 125 if (cdcInstance->inCallbackFn != NULL) in USB_HostCdcDataInPipeCallback() [all …]
|
| D | usb_host_msd.c | 222 transfer->transferBuffer = NULL; in USB_HostMsdClearHalt() 257 if (msdInstance->controlCallbackFn != NULL) in USB_HostMsdResetDone() 261 msdInstance->controlCallbackFn(msdInstance->controlCallbackParam, NULL, 0, in USB_HostMsdResetDone() 271 msdInstance->controlTransfer = NULL; in USB_HostMsdMassResetClearOutCallback() 280 msdInstance->controlTransfer = NULL; in USB_HostMsdMassResetClearInCallback() 285 if (msdInstance->outPipe != NULL) in USB_HostMsdMassResetClearInCallback() 303 msdInstance->controlTransfer = NULL; in USB_HostMsdMassResetCallback() 307 if (msdInstance->inPipe != NULL) in USB_HostMsdMassResetCallback() 325 msdInstance->controlTransfer = NULL; in USB_HostMsdControlCallback() 326 if (msdInstance->controlCallbackFn != NULL) in USB_HostMsdControlCallback() [all …]
|
| D | usb_host_printer.c | 106 if (printerInstance->inCallbackFn != NULL) in USB_HostPrinterClearInHaltCallback() 119 if (printerInstance->outCallbackFn != NULL) in USB_HostPrinterClearOutHaltCallback() 148 printerInstance->controlCallbackFn = NULL; in USB_HostPrinterClearHalt() 149 printerInstance->controlCallbackParam = NULL; in USB_HostPrinterClearHalt() 153 transfer->transferBuffer = NULL; in USB_HostPrinterClearHalt() 190 if (printerInstance->inCallbackFn != NULL) in USB_HostPrinterInPipeCallback() 216 if (printerInstance->outCallbackFn != NULL) in USB_HostPrinterOutPipeCallback() 229 printerInstance->controlTransfer = NULL; in USB_HostPrinterControlPipeCallback() 230 if (printerInstance->controlCallbackFn != NULL) in USB_HostPrinterControlPipeCallback() 246 usb_descriptor_endpoint_t *epDesc = NULL; in USB_HostPrinterOpenInterface() [all …]
|
| D | usb_host_hid.c | 107 hidInstance->controlTransfer = NULL; in USB_HostHidClearInHaltCallback() 108 if (hidInstance->inCallbackFn != NULL) in USB_HostHidClearInHaltCallback() 121 hidInstance->controlTransfer = NULL; in USB_HostHidClearOutHaltCallback() 122 if (hidInstance->outCallbackFn != NULL) in USB_HostHidClearOutHaltCallback() 151 hidInstance->controlCallbackFn = NULL; in USB_HostHidClearHalt() 152 hidInstance->controlCallbackParam = NULL; in USB_HostHidClearHalt() 156 transfer->transferBuffer = NULL; in USB_HostHidClearHalt() 191 if (hidInstance->inCallbackFn != NULL) in USB_HostHidInPipeCallback() 216 if (hidInstance->outCallbackFn != NULL) in USB_HostHidOutPipeCallback() 229 hidInstance->controlTransfer = NULL; in USB_HostHidControlCallback() [all …]
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/ |
| D | usb_host_hci.c | 185 return NULL; in USB_HostGetInstance() 231 usb_host_instance_t *hostInstance = NULL; in USB_HostInit() 232 usb_host_transfer_t *transferPrev = NULL; in USB_HostInit() 236 if (hostInstance == NULL) in USB_HostInit() 243 if (hostInstance->controllerTable == NULL) in USB_HostInit() 250 if ((hostInstance->controllerTable->controllerCreate == NULL) || in USB_HostInit() 251 (hostInstance->controllerTable->controllerDestory == NULL) || in USB_HostInit() 252 (hostInstance->controllerTable->controllerOpenPipe == NULL) || in USB_HostInit() 253 (hostInstance->controllerTable->controllerClosePipe == NULL) || in USB_HostInit() 254 (hostInstance->controllerTable->controllerWritePipe == NULL) || in USB_HostInit() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/utilities/unity/ |
| D | unity.h | 283 #define TEST_FAIL() UNITY_TEST_FAIL(__LINE__, NULL) 285 #define TEST_IGNORE() UNITY_TEST_IGNORE(__LINE__, NULL) 301 …ERT_EQUAL_INT(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT((expected), (actual), __LINE__, NULL) 302 …RT_EQUAL_INT8(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT8((expected), (actual), __LINE__, NULL) 303 …T_EQUAL_INT16(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT16((expected), (actual), __LINE__, NULL) 304 …T_EQUAL_INT32(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT32((expected), (actual), __LINE__, NULL) 305 …T_EQUAL_INT64(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT64((expected), (actual), __LINE__, NULL) 306 …ERT_EQUAL(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT((expected), (actual), __LINE__, NULL) 309 …T_EQUAL_UINT(expected, actual) UNITY_TEST_ASSERT_EQUAL_UINT((expected), (actual), __LINE__, NULL) 310 …_EQUAL_UINT8(expected, actual) UNITY_TEST_ASSERT_EQUAL_UINT8((expected), (actual), __LINE__, NULL) [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/ |
| D | fsl_codec_common.c | 35 assert((config != NULL) && (handle != NULL)); in CODEC_Init() 51 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_Deinit() 67 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_SetFormat() 87 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_ModuleControl() 88 assert(handle->codecCapability != NULL); in CODEC_ModuleControl() 115 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_SetVolume() 117 assert(handle->codecCapability != NULL); in CODEC_SetVolume() 138 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_SetMute() 139 assert(handle->codecCapability != NULL); in CODEC_SetMute() 160 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_SetPower() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/ |
| D | fsl_pm_core.c | 54 pm_state_t *state = NULL; in PM_findDeepestState() 118 pm_notify_element_t *currElement = NULL; in PM_notifyPowerStateEntry() 139 } while (currElement != NULL); in PM_notifyPowerStateEntry() 144 s_pmHandle->curNotifyElement = NULL; in PM_notifyPowerStateEntry() 151 pm_notify_element_t *currElement = NULL; in PM_notifyPowerStateExit() 153 if (s_pmHandle->curNotifyElement != NULL) in PM_notifyPowerStateExit() 178 } while (currElement != NULL); in PM_notifyPowerStateExit() 227 assert(handle != NULL); in PM_CreateHandle() 237 handle->timerStart = NULL; in PM_CreateHandle() 238 handle->timerStop = NULL; in PM_CreateHandle() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/spi/ |
| D | fsl_spi.c | 133 assert(NULL != config); in SPI_MasterGetDefaultConfig() 180 assert(!((NULL == base) || (NULL == config) || (0U == srcClock_Hz))); in SPI_MasterInit() 181 if ((NULL == base) || (NULL == config) || (0U == srcClock_Hz)) in SPI_MasterInit() 259 assert(NULL != config); in SPI_SlaveGetDefaultConfig() 301 assert(!((NULL == base) || (NULL == config))); in SPI_SlaveInit() 302 if ((NULL == base) || (NULL == config)) in SPI_SlaveInit() 359 assert(NULL != base); in SPI_Deinit() 415 assert(!((NULL == base) || (0U == baudrate_Bps) || (0U == srcClock_Hz))); in SPI_MasterSetBaud() 416 if ((NULL == base) || (0U == baudrate_Bps) || (0U == srcClock_Hz)) in SPI_MasterSetBaud() 445 assert(NULL != base); in SPI_WriteData() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/log/ |
| D | fsl_component_log.c | 173 while (NULL != backend) in log_output_low_level() 175 if (NULL != backend->putStr) in log_output_low_level() 244 if (NULL != s_logContext.pend) in LOG_DumpInternal() 250 if (NULL != busy) in LOG_DumpInternal() 255 …LOG_Printf(NULL, busy->level, busy->timeStamp, (const char *)busy->formatString, LOG_GEN_ARGUMENT(… in LOG_DumpInternal() 259 …LOG_Printf(NULL, busy->level, busy->timeStamp, (const char *)busy->formatString, LOG_GEN_ARGUMENT(… in LOG_DumpInternal() 264 …LOG_Printf(NULL, busy->level, busy->timeStamp, (const char *)busy->formatString, LOG_GEN_ARGUMENT(… in LOG_DumpInternal() 269 …LOG_Printf(NULL, busy->level, busy->timeStamp, (const char *)busy->formatString, LOG_GEN_ARGUMENT(… in LOG_DumpInternal() 274 …LOG_Printf(NULL, busy->level, busy->timeStamp, (const char *)busy->formatString, LOG_GEN_ARGUMENT(… in LOG_DumpInternal() 279 …LOG_Printf(NULL, busy->level, busy->timeStamp, (const char *)busy->formatString, LOG_GEN_ARGUMENT(… in LOG_DumpInternal() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_miniusart/ |
| D | fsl_usart.c | 93 assert(NULL != handle); in USART_TransferGetRxRingBufferLength() 113 assert(NULL != handle); in USART_TransferIsRxRingBufferFull() 146 assert(NULL != base); in USART_TransferStartRingBuffer() 147 assert(NULL != handle); in USART_TransferStartRingBuffer() 148 assert(NULL != ringBuffer); in USART_TransferStartRingBuffer() 172 assert(NULL != base); in USART_TransferStopRingBuffer() 173 assert(NULL != handle); in USART_TransferStopRingBuffer() 181 handle->rxRingBuffer = NULL; in USART_TransferStopRingBuffer() 212 assert(!((NULL == base) || (NULL == config) || (0U == srcClock_Hz))); in USART_Init() 278 assert(NULL != base); in USART_Deinit() [all …]
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/ |
| D | usb_device_dci.c | 109 …if ((NULL != s_UsbDevice[count].controllerHandle) && (controllerId == s_UsbDevice[count].controlle… in USB_DeviceAllocateHandle() 118 if (NULL == s_UsbDevice[count].controllerHandle) in USB_DeviceAllocateHandle() 144 handle->controllerHandle = NULL; in USB_DeviceFreeHandle() 263 if (NULL == deviceHandle) in USB_DeviceTransfer() 268 if (NULL != deviceHandle->controllerInterface) in USB_DeviceTransfer() 330 if (NULL == deviceHandle) in USB_DeviceControl() 335 if (NULL != deviceHandle->controllerInterface) in USB_DeviceControl() 384 status = USB_DeviceControl(handle, kUSB_DeviceControlSetDefaultStatus, NULL); in USB_DeviceResetNotification() 390 (void)USB_DeviceControl(handle, kUSB_DeviceControlSetDefaultStatus, NULL); in USB_DeviceResetNotification() 403 handle->epCallback[count].callbackFn = (usb_device_endpoint_callback_t)NULL; in USB_DeviceResetNotification() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/ |
| D | rtx_lib.c | 96 { (uint32_t)OS_THREAD_NUM, 0U, (uint32_t)osRtxThreadCbSize, &os_thread_cb[0], NULL, NULL }; 102 …nt32_t)OS_THREAD_DEF_STACK_NUM, 0U, (uint32_t)OS_STACK_SIZE, &os_thread_def_stack[0], NULL, NULL }; 127 NULL, 160 { (uint32_t)OS_TIMER_NUM, 0U, (uint32_t)osRtxTimerCbSize, &os_timer_cb[0], NULL, NULL }; 184 NULL, 211 NULL, 241 { (uint32_t)OS_EVFLAGS_NUM, 0U, (uint32_t)osRtxEventFlagsCbSize, &os_ef_cb[0], NULL, NULL }; 262 { (uint32_t)OS_MUTEX_NUM, 0U, (uint32_t)osRtxMutexCbSize, &os_mutex_cb[0], NULL, NULL }; 283 { (uint32_t)OS_SEMAPHORE_NUM, 0U, (uint32_t)osRtxSemaphoreCbSize, &os_semaphore_cb[0], NULL, NULL }; 304 { (uint32_t)OS_MEMPOOL_NUM, 0U, (uint32_t)osRtxMemoryPoolCbSize, &os_mp_cb[0], NULL, NULL }; [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/uart/ |
| D | fsl_uart_dma.c | 102 assert(handle != NULL); in UART_TransferSendDMACallback() 103 assert(param != NULL); in UART_TransferSendDMACallback() 119 assert(handle != NULL); in UART_TransferReceiveDMACallback() 120 assert(param != NULL); in UART_TransferReceiveDMACallback() 132 if (uartPrivateHandle->handle->callback != NULL) in UART_TransferReceiveDMACallback() 156 assert(handle != NULL); in UART_TransferCreateHandleDMA() 180 if (rxDmaHandle != NULL) in UART_TransferCreateHandleDMA() 198 if (txDmaHandle != NULL) in UART_TransferCreateHandleDMA() 204 if (rxDmaHandle != NULL) in UART_TransferCreateHandleDMA() 225 assert(handle != NULL); in UART_TransferSendDMA() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/ |
| D | fsl_component_mem_manager_light.c | 268 assert((BlockHdr != NULL) && (BlockHdr->next != NULL)); in MEM_BufferAllocates_memStatis() 333 assert((BlockHdr != NULL) && (BlockHdr->next != NULL)); in MEM_BufferFrees_memStatis() 373 if (NextBlockHdr == NULL) in MEM_BufferFreeBlocksCleanUp() 392 BlockHdr->next = NULL; in MEM_BufferFreeBlocksCleanUp() 393 BlockHdr->next_free = NULL; in MEM_BufferFreeBlocksCleanUp() 495 if (area_desc == NULL) in MEM_RegisterExtendedArea() 500 … if ((p_area->start_address.address_ptr != NULL) || (p_area->end_address.address_ptr != NULL)) in MEM_RegisterExtendedArea() 509 p_area->next = NULL; in MEM_RegisterExtendedArea() 510 if (p_area_id != NULL) in MEM_RegisterExtendedArea() 523 if (area_desc->start_address == NULL) in MEM_RegisterExtendedArea() [all …]
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/ |
| D | slist.c | 56 if (Head == NULL) in SlAddNodeToTail() 59 if (Node == NULL) in SlAddNodeToTail() 64 while (Current->Next != NULL) in SlAddNodeToTail() 70 Node->Next = NULL; in SlAddNodeToTail() 79 if (Marker == NULL) in SlInsertNodeAfter() 82 if (Node == NULL) in SlInsertNodeAfter() 98 if (Marker == NULL) in SlInsertNodeBefore() 101 if (Node == NULL) in SlInsertNodeBefore() 104 if (Head == NULL) in SlInsertNodeBefore() 110 while (Current != NULL) in SlInsertNodeBefore() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ecspi/ |
| D | fsl_ecspi.c | 143 if (buffer != NULL) in ECSPI_WriteNonBlocking() 156 if (NULL != buffer) in ECSPI_ReadNonBlocking() 174 assert(base != NULL); in ECSPI_SendTransfer() 175 assert(handle != NULL); in ECSPI_SendTransfer() 187 if (NULL != handle->txData) in ECSPI_SendTransfer() 197 assert(base != NULL); in ECSPI_ReceiveTransfer() 205 if (NULL != handle->rxData) in ECSPI_ReceiveTransfer() 279 assert((config != NULL) && (srcClock_Hz != 0U)); in ECSPI_MasterInit() 356 assert((base != NULL) && (config != NULL)); in ECSPI_SlaveInit() 402 assert(base != NULL); in ECSPI_SetBaudRate() [all …]
|