Home
last modified time | relevance | path

Searched refs:FRAME_VERSION_MASK (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_const.h81 #define FRAME_VERSION_MASK 0x30 ///< Mask of b… macro
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_frame_parser.h280 return p_parser_data->p_frame[FRAME_VERSION_OFFSET] & FRAME_VERSION_MASK; in nrf_802154_frame_parser_frame_version_get()
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core.c2269 switch (p_ack_data[FRAME_VERSION_OFFSET] & FRAME_VERSION_MASK) in ack_match_check_version_not_2()
2351 if ((p_tx_data[FRAME_VERSION_OFFSET] & FRAME_VERSION_MASK) == FRAME_VERSION_2) in ack_match_check()