Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfimu.h48 #define IMU_PAYLOAD_SIZE (8U) macro
135 volatile uint32_t PayloadPtr[IMU_PAYLOAD_SIZE];
383 uint32_t imuMsgBuf[IMU_PAYLOAD_SIZE];
Dfsl_adapter_rfimu.c471 assert(IMU_PAYLOAD_SIZE >= length); in HAL_ImuSendMsgBlockingCommon()
873 if (imuHandle->imuMsgBufIdx > IMU_PAYLOAD_SIZE - 1U) in HAL_ImuAddWlanTxPacket()
908 if (imuHandle->imuMsgBufIdx > IMU_PAYLOAD_SIZE - 1U) in HAL_ImuAddWlanTxPacketExt()
1028 if (IMU_PAYLOAD_SIZE == txBufCnt) in HAL_ImuReturnAllTxBuf()
1033 … (uint8_t *)&imuHandle->imuMsgBuf[0], (uint32_t)IMU_PAYLOAD_SIZE)) in HAL_ImuReturnAllTxBuf()
/hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/
Dfsl_adapter_imu.h304 #define IMU_PAYLOAD_SIZE (8U) macro
391 volatile uint32_t PayloadPtr[IMU_PAYLOAD_SIZE];
639 uint32_t imuMsgBuf[IMU_PAYLOAD_SIZE];
Dfsl_adapter_imu.c474 assert(IMU_PAYLOAD_SIZE >= length); in HAL_ImuSendMsgBlockingCommon()
876 if (imuHandle->imuMsgBufIdx > IMU_PAYLOAD_SIZE - 1U) in HAL_ImuAddWlanTxPacket()
911 if (imuHandle->imuMsgBufIdx > IMU_PAYLOAD_SIZE - 1U) in HAL_ImuAddWlanTxPacketExt()
1031 if (IMU_PAYLOAD_SIZE == txBufCnt) in HAL_ImuReturnAllTxBuf()
1036 … (uint8_t *)&imuHandle->imuMsgBuf[0], (uint32_t)IMU_PAYLOAD_SIZE)) in HAL_ImuReturnAllTxBuf()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c3650 return (pkt_cnt >= IMU_PAYLOAD_SIZE) ? MTRUE : MFALSE; in wifi_is_max_tx_cnt()