Home
last modified time | relevance | path

Searched refs:cmdBuf (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-sdio.c625 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/
Dfsl_adapter_rfimu.h461 hal_rpmsg_status_t HAL_ImuSendCommand(uint8_t imuLink, uint8_t *cmdBuf, uint32_t length);
Dfsl_adapter_rfimu.c782 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/
Dfsl_adapter_imu.h717 hal_imumc_status_t HAL_ImuSendCommand(uint8_t imuLink, uint8_t *cmdBuf, uint32_t length);
Dfsl_adapter_imu.c785 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()