Home
last modified time | relevance | path

Searched refs:BIT12 (Results 1 – 13 of 13) sorted by relevance

/device/soc/esp/esp32/components/esp_common/include/
Desp_bit_defs.h37 #define BIT12 0x00001000 macro
/device/soc/chipsea/cst85/liteos_m/sdk/modules/common/api/
Dwb_co_int.h44 #define BIT12 ((uint32_t)(1ul << 12)) macro
/device/soc/esp/esp32/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_stddefs.h198 #define BIT12 0x00001000 /**< preprocessor alias for 32-bit value with bit 12 set, used to specif… macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/sdio/
Dsdio_device.h116 #define FN1_ADMA_ERR BIT12
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
Dfrw_event.h49 #define HI_EVENT_CLOSE_DONE BIT12
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_rx_filter.c343 rx_filter_val = rx_filter_val & (~BIT3) & (~BIT12); in hmac_send_rx_filter_event()
Dhmac_vap.c619 ht_hdl->ht_capinfo.dsss_cck_mode_40mhz = ((tmp_info_elem & BIT12) >> 12); /* 右移12位 */ in hmac_search_ht_cap_ie_ap()
Dhmac_mgmt_bss_comm.c2826 ht_hdl->ht_capinfo.dsss_cck_mode_40mhz = ((us_ht_cap_info & BIT12) >> 12); /* 右移12位 */ in hmac_proc_ht_cap_ie()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_ie.c394 …ht_hdl->ht_capinfo.dsss_cck_mode_40mhz = ((*pus_ht_cap_info & BIT12) >> 12); /* 12:提取40M上DSSS/CCK的… in mac_ie_proc_ht_sta()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_types_base.h445 #define BIT12 ((hi_u32)(1 << 12)) macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
Dhi_types_base.h446 #define BIT12 ((hi_u32)(1 << 12)) macro
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_security.c2525 crc_result &= (~BIT12); in rtw_cal_crc16()
2527 crc_result |= BIT12; in rtw_cal_crc16()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service.h96 #define BIT12 0x00001000 macro