Home
last modified time | relevance | path

Searched defs:length (Results 126 – 150 of 346) sorted by relevance

12345678910>>...14

/hal_nxp-latest/mcux/mcux-sdk/components/uart/
Dfsl_adapter_miniusart.c302 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking()
324 hal_uart_status_t HAL_UartSendBlocking(hal_uart_handle_t handle, const uint8_t *data, size_t length) in HAL_UartSendBlocking()
489 hal_uart_status_t HAL_UartReceiveNonBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveNonBlocking()
512 hal_uart_status_t HAL_UartSendNonBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartSendNonBlocking()
Dfsl_adapter_iuart.c305 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking()
327 hal_uart_status_t HAL_UartSendBlocking(hal_uart_handle_t handle, const uint8_t *data, size_t length) in HAL_UartSendBlocking()
491 hal_uart_status_t HAL_UartReceiveNonBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveNonBlocking()
515 hal_uart_status_t HAL_UartSendNonBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartSendNonBlocking()
Dfsl_adapter_uart.c315 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking()
337 hal_uart_status_t HAL_UartSendBlocking(hal_uart_handle_t handle, const uint8_t *data, size_t length) in HAL_UartSendBlocking()
501 hal_uart_status_t HAL_UartReceiveNonBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveNonBlocking()
524 hal_uart_status_t HAL_UartSendNonBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartSendNonBlocking()
Dfsl_adapter_lpuart.c774 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking()
789 hal_uart_status_t HAL_UartSendBlocking(hal_uart_handle_t handle, const uint8_t *data, size_t length) in HAL_UartSendBlocking()
1000 hal_uart_status_t HAL_UartReceiveNonBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveNonBlocking()
1026 hal_uart_status_t HAL_UartSendNonBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartSendNonBlocking()
2303 size_t length, in HAL_UartDMATransferReceive()
2357 …l_uart_dma_status_t HAL_UartDMATransferSend(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartDMATransferSend()
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_manager.c94 volatile uint32_t length; member
369 uint32_t length) in SerialManager_StartReading()
429 uint32_t length) in SerialManager_StartWriting()
491 uint32_t length) in SerialManager_StartReading()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c1043 status_t EP_GetRxFrameSizeCommon(ep_handle_t *handle, netc_rx_bdr_t *rxBdRing, uint32_t *length) in EP_GetRxFrameSizeCommon()
1112 status_t EP_GetRxFrameSize(ep_handle_t *handle, uint8_t ring, uint32_t *length) in EP_GetRxFrameSize()
1207 uint32_t length, in EP_ReceiveFrameCopyCommon()
1300 status_t EP_ReceiveFrameCopy(ep_handle_t *handle, uint8_t ring, void *buffer, uint32_t length, netc… in EP_ReceiveFrameCopy()
1663 status_t EP_RxPSFPGetSGCLGateList(ep_handle_t *handle, netc_tb_sgcl_gcl_t *gcl, uint32_t length) in EP_RxPSFPGetSGCLGateList()
2174 status_t EP_TxtTGSGetOperGcl(ep_handle_t *handle, netc_tb_tgs_gcl_t *gcl, uint32_t length) in EP_TxtTGSGetOperGcl()
Dfsl_netc_switch.c801 status_t SWT_GetRxFrameSize(swt_handle_t *handle, uint32_t *length) in SWT_GetRxFrameSize()
889 status_t SWT_ReceiveFrameCopy(swt_handle_t *handle, void *buffer, uint32_t length, netc_frame_attr_… in SWT_ReceiveFrameCopy()
2049 status_t SWT_RxPSFPGetSGCLGateList(swt_handle_t *handle, netc_tb_sgcl_gcl_t *gcl, uint32_t length) in SWT_RxPSFPGetSGCLGateList()
2299 status_t SWT_TxtTGSGetOperGcl(swt_handle_t *handle, netc_tb_tgs_gcl_t *gcl, uint32_t length) in SWT_TxtTGSGetOperGcl()
2394 …SWT_FMDUpdateTableEntry(swt_handle_t *handle, netc_tb_fmd_update_config_t *config, uint32_t length) in SWT_FMDUpdateTableEntry()
2421 …_t SWT_FMDQueryTableEntry(swt_handle_t *handle, netc_tb_fmd_query_buffer_t *query, uint32_t length) in SWT_FMDQueryTableEntry()
/hal_nxp-latest/mcux/mcux-sdk/components/log/
Dfsl_component_log.c72 size_t length; member
169 static void log_output_low_level(uint8_t *buffer, size_t length) in log_output_low_level()
240 int length = -1; in LOG_DumpInternal() local
652 void LOG_Dump(uint8_t *buffer, size_t length, size_t *outLength) in LOG_Dump()
/hal_nxp-latest/mcux/mcux-sdk/drivers/uart/
Dfsl_uart.c756 status_t UART_WriteBlocking(UART_Type *base, const uint8_t *data, size_t length) in UART_WriteBlocking()
798 static void UART_WriteNonBlocking(UART_Type *base, const uint8_t *data, size_t length) in UART_WriteNonBlocking()
828 status_t UART_ReadBlocking(UART_Type *base, uint8_t *data, size_t length) in UART_ReadBlocking()
906 static void UART_ReadNonBlocking(UART_Type *base, uint8_t *data, size_t length) in UART_ReadNonBlocking()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nand/flexspi/
Dfsl_flexspi_nand_flash.c238 …t Nand_Flash_Read_Page(nand_handle_t *handle, uint32_t pageIndex, uint8_t *buffer, uint32_t length) in Nand_Flash_Read_Page()
300 …nand_handle_t *handle, uint32_t pageIndex, uint32_t offset_bytes, uint8_t *buffer, uint32_t length) in Nand_Flash_Read_Page_Partial()
360 …_Flash_Page_Program(nand_handle_t *handle, uint32_t pageIndex, const uint8_t *src, uint32_t length) in Nand_Flash_Page_Program()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/PoolingFunctions/
Darm_pool_q7_HWC.c42 static void buffer_scale_back_q15_to_q7(q15_t *buffer, q7_t *target, uint16_t length, uint16_t scal… in buffer_scale_back_q15_to_q7()
54 const uint16_t length // data length in compare_and_replace_if_larger_q7()
96 static void accumulate_q7_to_q15(q15_t *base, q7_t *target, const uint16_t length) in accumulate_q7_to_q15()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_container.c44 int tfa2_load_cnt(void *cnt, int length) in tfa2_load_cnt()
158 …cnt_get_cmd(nxpTfaContainer_t *cnt, int dev, int profidx, int offset, uint8_t **array, int *length) in tfa2_cnt_get_cmd()
454 …struct tfa2_device *tfa, nxpTfaDescPtr_t *dsc_list, int length, int *clockdep_idx, int *default_se… in tfa2_cnt_get_clockdep_idx()
764 int length, in tfa2_cnt_write_items_list()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/drivers/romapi/iap/
Dfsl_sbloader_v3.h62 uint32_t length; member
93 uint32_t length; member
139 uint32_t length; member
184 uint32_t length; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/drivers/romapi/iap/
Dfsl_sbloader_v3.h62 uint32_t length; member
93 uint32_t length; member
139 uint32_t length; member
184 uint32_t length; member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/drivers/mem_interface/
Dfsl_sbloader_v3.h63 uint32_t length; member
94 uint32_t length; member
140 uint32_t length; member
185 uint32_t length; member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/drivers/mem_interface/
Dfsl_sbloader_v3.h63 uint32_t length; member
94 uint32_t length; member
140 uint32_t length; member
185 uint32_t length; member
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_romapi/mem_interface/
Dfsl_sbloader_v3.h63 uint32_t length; member
94 uint32_t length; member
140 uint32_t length; member
185 uint32_t length; member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/drivers/mem_interface/
Dfsl_sbloader_v3.h63 uint32_t length; member
94 uint32_t length; member
140 uint32_t length; member
185 uint32_t length; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/drivers/romapi/iap/
Dfsl_sbloader_v3.h62 uint32_t length; member
93 uint32_t length; member
139 uint32_t length; member
184 uint32_t length; member
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_khci.c644 uint32_t length; in USB_DeviceKhciInterruptTokenDone() local
1333 uint32_t length) in USB_DeviceKhciSend()
1395 uint32_t length) in USB_DeviceKhciRecv()
Dusb_device_dci.c254 uint32_t length) in USB_DeviceTransfer()
978 …iceSendRequest(usb_device_handle handle, uint8_t endpointAddress, uint8_t *buffer, uint32_t length) in USB_DeviceSendRequest()
1010 …iceRecvRequest(usb_device_handle handle, uint8_t endpointAddress, uint8_t *buffer, uint32_t length) in USB_DeviceRecvRequest()
/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rpmsg.c399 hal_rpmsg_status_t HAL_RpmsgSendTimeout(hal_rpmsg_handle_t handle, uint8_t *data, uint32_t length, … in HAL_RpmsgSendTimeout()
457 hal_rpmsg_status_t HAL_RpmsgSend(hal_rpmsg_handle_t handle, uint8_t *data, uint32_t length) in HAL_RpmsgSend()
490 hal_rpmsg_status_t HAL_RpmsgNoCopySend(hal_rpmsg_handle_t handle, uint8_t *data, uint32_t length) in HAL_RpmsgNoCopySend()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_video.c436 uint32_t length, ep = 0U; in USB_HostVideoStreamSetInterface() local
606 uint32_t length = 0U; in USB_HostVideoControlSetInterface() local
925 uint32_t length = 0U; in USB_HostVideoStreamGetFormatDescriptor() local
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_hal_registers.c563 status_t TFA9896_ProcessPatchFile(tfa9896_handle_t *handle, int length, const unsigned char *bytes) in TFA9896_ProcessPatchFile()
621 status_t TFA9896_DspWritePreset(tfa9896_handle_t *handle, int length, const unsigned char *pPresetB… in TFA9896_DspWritePreset()
638 status_t TFA9896_DspWriteConfig(tfa9896_handle_t *handle, int length, const unsigned char *pConfigB… in TFA9896_DspWriteConfig()
647 status_t TFA9896_DspWriteSpeakerParameters(tfa9896_handle_t *handle, int length, const unsigned cha… in TFA9896_DspWriteSpeakerParameters()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-uap.c2435 int length; in wifi_get_specific_ie() local
2539 int length; in wifi_find_ie() local
2582 int length; in wifi_filter_beacon_ies() local
3095 int length; in wifi_parse_ie_tlv() local
3128 int length; in wifi_parse_ext_ie_tlv() local

12345678910>>...14