Home
last modified time | relevance | path

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

/external/openthread/examples/platforms/cc2538/
Dcc2538-reg.h87 #define RFCORE_XREG_SRCEXTEN0 0x40088618 // Extended address matching macro
Dradio.c886 …int32_t *addr = aShort ? (uint32_t *)RFCORE_XREG_SRCSHORTEN0 : (uint32_t *)RFCORE_XREG_SRCEXTEN0; in getSrcMatchEntriesEnableStatus()
969 …*addrEn = aShort ? (uint32_t *)RFCORE_XREG_SRCSHORTEN0 : (uint32_t *)RFCORE_XREG_SRCEXTEN0; in setSrcMatchEntryEnableStatus()
1178 uint32_t *addrEn = (uint32_t *)RFCORE_XREG_SRCEXTEN0; in otPlatRadioClearSrcMatchExtEntries()