Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfimu.c463 …hal_imu_handle_t *imuHandle, uint8_t type, uint8_t subtype, uint8_t *data, uint32_t length, bool l… in HAL_ImuSendMsgBlockingCommon() argument
476 localImuMsg.Hdr.sub_type = subtype; in HAL_ImuSendMsgBlockingCommon()
482 if (((uint8_t)IMU_MSG_CONTROL_TX_BUF_ADDR == subtype) || in HAL_ImuSendMsgBlockingCommon()
483 ((uint8_t)IMU_MSG_CONTROL_FREE_RX_BUF == subtype) || in HAL_ImuSendMsgBlockingCommon()
484 …((uint8_t)IMU_MSG_CONTROL_CMD_BUF_ADDR == subtype) || ((uint8_t)IMU_MSG_CONTROL_EVT_ACK == subtype in HAL_ImuSendMsgBlockingCommon()
485 ((uint8_t)IMU_MSG_CONTROL_COMMAND_RSP_ACK == subtype) || in HAL_ImuSendMsgBlockingCommon()
486 ((uint8_t)IMU_MSG_CONTROL_RPMSG_EPT_QUIRY == subtype) || in HAL_ImuSendMsgBlockingCommon()
487 ((uint8_t)IMU_MSG_CONTROL_RPMSG_EPT_QUIRY_RSP == subtype) || in HAL_ImuSendMsgBlockingCommon()
488 ((uint8_t)IMU_MSG_CONTROL_RPMSG_BUF_FREE == subtype) || in HAL_ImuSendMsgBlockingCommon()
489 … ((uint8_t)IMU_MSG_CONTROL_EVT_DUMP == subtype) || ((uint8_t)IMU_MSG_CONTROL_ERROR == subtype)) in HAL_ImuSendMsgBlockingCommon()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/
Dfsl_adapter_imu.c466 …hal_imu_handle_t *imuHandle, uint8_t type, uint8_t subtype, uint8_t *data, uint32_t length, bool l… in HAL_ImuSendMsgBlockingCommon() argument
479 localImuMsg.Hdr.sub_type = subtype; in HAL_ImuSendMsgBlockingCommon()
485 if (((uint8_t)IMU_MSG_CONTROL_TX_BUF_ADDR == subtype) || in HAL_ImuSendMsgBlockingCommon()
486 ((uint8_t)IMU_MSG_CONTROL_FREE_RX_BUF == subtype) || in HAL_ImuSendMsgBlockingCommon()
487 …((uint8_t)IMU_MSG_CONTROL_CMD_BUF_ADDR == subtype) || ((uint8_t)IMU_MSG_CONTROL_EVT_ACK == subtype in HAL_ImuSendMsgBlockingCommon()
488 ((uint8_t)IMU_MSG_CONTROL_COMMAND_RSP_ACK == subtype) || in HAL_ImuSendMsgBlockingCommon()
489 ((uint8_t)IMU_MSG_CONTROL_IMUMC_EPT_QUIRY == subtype) || in HAL_ImuSendMsgBlockingCommon()
490 ((uint8_t)IMU_MSG_CONTROL_IMUMC_EPT_QUIRY_RSP == subtype) || in HAL_ImuSendMsgBlockingCommon()
491 ((uint8_t)IMU_MSG_CONTROL_IMUMC_BUF_FREE == subtype) || in HAL_ImuSendMsgBlockingCommon()
492 … ((uint8_t)IMU_MSG_CONTROL_EVT_DUMP == subtype) || ((uint8_t)IMU_MSG_CONTROL_ERROR == subtype)) in HAL_ImuSendMsgBlockingCommon()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-imu.c1408 mlan_adap->wlan_wakeup.subtype = 0; in rpmsg_cmdrsp_handler()
1430 mlan_adap->wlan_wakeup.subtype = 0; in rpmsg_event_handler()
1465 mlan_adap->wlan_wakeup.subtype = 0; in rpmsg_rxpkt_handler()
1531 mlan_adap->wlan_wakeup.subtype = pImuMsg->Hdr.sub_type; in rpmsg_ctrl_handler()
1794 PRINTF("Woken up by WLAN(IMU ctrl msg subtype 0x%x)\r\n", mlan_adap->wlan_wakeup.subtype); in wifi_print_wakeup_reason()
Dmlan_action.c175 static void wlan_fill_mgmt_mac_header(mlan_private *pmpriv, wlan_mgmt_pkt *pkt_hdr, t_u16 subtype, … in wlan_fill_mgmt_mac_header() argument
179 frame_ctrl->sub_type = (t_u8)subtype; in wlan_fill_mgmt_mac_header()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c4928 void set_csi_filter(t_u8 pkt_type, t_u8 subtype, t_u8 flags, int op_index, t_u8 *mac) argument
4940 g_csi_params.csi_filter[temp_filter_cnt].subtype = subtype;
4983 (void)PRINTF("subtype : %d \r\n", g_csi_params.csi_filter[i].subtype);
5092 t_u8 subtype = 0; local
5126 subtype = (t_u8)atoi(argv[4]);
5149 set_csi_filter(pkt_type, subtype, flags, op_index, raw_mac);
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi-decl.h1904 t_u8 subtype;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_main.h2174 uint8_t subtype;