Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcxw.c649 uint32_t ie_param = 0; in mcxw_configure_enh_ack_probing() local
654 ie_param = (header_ie_buf[6] == 0x03 ? IeData_Lqi_c : 0) | in mcxw_configure_enh_ack_probing()
659 msg.msgData.AckIeData.param = (ie_param > 0 ? IeData_MSB_VALID_DATA : 0); in mcxw_configure_enh_ack_probing()
660 msg.msgData.AckIeData.param |= ie_param; in mcxw_configure_enh_ack_probing()