Searched refs:cmdBuf (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi-sdio.c | 625 t_u8 *cmdBuf; in wlan_decode_rx_packet() local 641 cmdBuf = pmbuf; in wlan_decode_rx_packet() 642 cmdBuf = cmdBuf + INTF_HEADER_LEN; in wlan_decode_rx_packet() 643 (void)memcpy((void *)msg.data, (const void *)cmdBuf, sdiopkt->size); in wlan_decode_rx_packet()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/ |
| D | fsl_adapter_rfimu.h | 461 hal_rpmsg_status_t HAL_ImuSendCommand(uint8_t imuLink, uint8_t *cmdBuf, uint32_t length);
|
| D | fsl_adapter_rfimu.c | 782 hal_rpmsg_status_t HAL_ImuSendCommand(uint8_t imuLink, uint8_t *cmdBuf, uint32_t length) in HAL_ImuSendCommand() argument 799 (void)HAL_IMU_MEMCPY((void *)imuHandle->cmd_buffer, cmdBuf, length); in HAL_ImuSendCommand()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/ |
| D | fsl_adapter_imu.h | 717 hal_imumc_status_t HAL_ImuSendCommand(uint8_t imuLink, uint8_t *cmdBuf, uint32_t length);
|
| D | fsl_adapter_imu.c | 785 hal_imumc_status_t HAL_ImuSendCommand(uint8_t imuLink, uint8_t *cmdBuf, uint32_t length) in HAL_ImuSendCommand() argument 802 (void)HAL_IMU_MEMCPY((void *)imuHandle->cmd_buffer, cmdBuf, length); in HAL_ImuSendCommand()
|