Home
last modified time | relevance | path

Searched refs:addr4 (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip_Sfdp.c2937 uint8 addr4; in Qspi_Ip_SfdpGetBasicEraseInstr() local
2941 addr4 = (uint8)Qspi_Ip_SfdpGet4BAddParam(sfdpTables, QSPI_IP_SFDP_4BADD_INSTR_SUP_DWORD, in Qspi_Ip_SfdpGetBasicEraseInstr()
2943 if (addr4 == 1U) in Qspi_Ip_SfdpGetBasicEraseInstr()
2980 uint8 addr4; in Qspi_Ip_SfdpGetXspi1EraseInstr() local
2984 addr4 = (uint8)Qspi_Ip_SfdpGet4BAddParam(sfdpTables, QSPI_IP_SFDP_4BADD_INSTR_SUP_DWORD, in Qspi_Ip_SfdpGetXspi1EraseInstr()
2986 if (addr4 == 1U) in Qspi_Ip_SfdpGetXspi1EraseInstr()
/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c2932 uint8 addr4; in Qspi_Ip_SfdpGetBasicEraseInstr() local
2936 addr4 = (uint8)Qspi_Ip_SfdpGet4BAddParam(sfdpTables, QSPI_IP_SFDP_4BADD_INSTR_SUP_DWORD, in Qspi_Ip_SfdpGetBasicEraseInstr()
2938 if (addr4 == 1U) in Qspi_Ip_SfdpGetBasicEraseInstr()
2975 uint8 addr4; in Qspi_Ip_SfdpGetXspi1EraseInstr() local
2979 addr4 = (uint8)Qspi_Ip_SfdpGet4BAddParam(sfdpTables, QSPI_IP_SFDP_4BADD_INSTR_SUP_DWORD, in Qspi_Ip_SfdpGetXspi1EraseInstr()
2981 if (addr4 == 1U) in Qspi_Ip_SfdpGetXspi1EraseInstr()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_action.c192 (void)memset(pkt_hdr->wlan_header.addr4, 0x00, MLAN_MAC_ADDR_LENGTH); in wlan_fill_mgmt_mac_header()
Dmlan_api.c5783 (void)memcpy(pwlan_pkt_hdr->addr4, addr, MLAN_MAC_ADDR_LENGTH); in wlan_send_mgmt_auth_request()
5837 (void)memcpy(pmgmt_pkt_hdr->wlan_header.addr4, addr, MLAN_MAC_ADDR_LENGTH); in wlan_send_mgmt_auth_request()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi-decl.h1471 t_u8 addr4[MLAN_MAC_ADDR_LENGTH];
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_fw.h2368 mlan_802_11_mac_addr addr4;