Home
last modified time | relevance | path

Searched refs:SECURITY_ENABLED_BIT (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_const.h132 #define SECURITY_ENABLED_BIT 0x08 ///< Bits cont… macro
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/ack_generator/
Dnrf_802154_enh_ack_generator.c109 m_ack[SECURITY_ENABLED_OFFSET] |= SECURITY_ENABLED_BIT; in fcf_security_enabled_set()
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_frame_parser.h379 return (p_parser_data->p_frame[SECURITY_ENABLED_OFFSET] & SECURITY_ENABLED_BIT) ? true : false; in nrf_802154_frame_parser_security_enabled_bit_is_set()
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core.c2128 return p_frame[SECURITY_ENABLED_OFFSET] & SECURITY_ENABLED_BIT; in fcf_is_security_enabled()