Bit manipulation useful macro. More...
|
Defines | |
| #define | CO_BIT(pos) (1UL<<(pos)) |
| Return value with one bit set. | |
Bit manipulation useful macro.
| #define CO_BIT | ( | pos | ) | (1UL<<(pos)) |
Return value with one bit set.
| [in] | pos | Position of the bit to set. |
Definition at line 37 of file co_bit.h.
Referenced by bfr_is_calibrated(), chan_conn_less_ctxt_end(), chan_conn_less_delay_evt(), chan_conn_less_delay_prog(), chan_fix_ctxt_until(), chan_pre_switch_channel(), chan_start_p2pgo_noa(), co_bit_clr(), co_bit_is_set(), co_bit_set(), co_val_get(), co_val_set(), dbg_test_print(), dma_lli_disable(), dma_lli_enable(), dma_lli_poll(), intc_disable_irq(), intc_enable_irq(), mac_nontxed_bssid_get(), mac_ref_bssid_get(), macif_tx_cfm_push(), macif_tx_cfm_start(), me_beacon_check(), me_extract_edca_params(), me_legacy_rate_bitfield_build(), me_pol_tbl_bw_upd(), me_pol_tbl_prot_upd(), me_set_active_req_handler(), me_set_ps_disable_req_handler(), me_sta_add_req_handler(), me_sta_bw_nss_max_upd(), me_update_buffer_control(), mm_tim_update_proceed(), mm_version_req_handler(), rc_check_valid_rate(), rc_new_random_rate(), rc_set_next_mcs_index(), rc_set_previous_mcs_index(), scanu_get_security_info(), td_sta_has_traffic(), td_sta_has_tx_traffic(), tpc_set_vif_tx_power(), txl_frame_exchange_manage(), txl_mumimo_ampdu_finish(), txl_mumimo_check(), txl_timer_clear(), and txl_timer_start().
1.6.1