Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_ie_writer.c78 static uint8_t * mp_cst_phase_addr; ///< Cached CST information element phase field address variable
258 if ((mp_cst_phase_addr == NULL) || (mp_cst_period_addr == NULL)) in cst_ie_write_commit()
275 host_16_to_little(cst_phase, mp_cst_phase_addr); in cst_ie_write_commit()
299 mp_cst_phase_addr = (uint8_t *)nrf_802154_frame_parser_ie_vendor_thread_data_addr_get( in cst_ie_write_prepare()
301 mp_cst_period_addr = mp_cst_phase_addr + sizeof(uint16_t); in cst_ie_write_prepare()
311 mp_cst_phase_addr = NULL; in cst_ie_write_reset()