Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio.c1431 otError otPlatRadioEnableCst(otInstance *aInstance, uint32_t aCstPeriod, otShortAddress aShortAddr, in otPlatRadioEnableCst() argument
1444 config.cst_period = aCstPeriod; in otPlatRadioEnableCst()
1458 sys_put_le16(aCstPeriod, &header_ie[index]); in otPlatRadioEnableCst()
1461 config.ack_ie.header_ie = aCstPeriod > 0 ? (struct ieee802154_header_ie *)header_ie : NULL; in otPlatRadioEnableCst()