Searched refs:IMU_PAYLOAD_SIZE (Results 1 – 5 of 5) sorted by relevance
48 #define IMU_PAYLOAD_SIZE (8U) macro135 volatile uint32_t PayloadPtr[IMU_PAYLOAD_SIZE];383 uint32_t imuMsgBuf[IMU_PAYLOAD_SIZE];
471 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()
304 #define IMU_PAYLOAD_SIZE (8U) macro391 volatile uint32_t PayloadPtr[IMU_PAYLOAD_SIZE];639 uint32_t imuMsgBuf[IMU_PAYLOAD_SIZE];
474 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()
3650 return (pkt_cnt >= IMU_PAYLOAD_SIZE) ? MTRUE : MFALSE; in wifi_is_max_tx_cnt()