Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc2520.h103 return z_cc2520_access(dev, false, CC2520_INS_REGWR, \
Dieee802154_cc2520_regs.h59 #define CC2520_INS_REGWR (0xC0) macro
Dieee802154_cc2520.c231 } else if (ins == CC2520_INS_REGRD || ins == CC2520_INS_REGWR) { in z_cc2520_access()