Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/ieee802154/
Dieee802154_uart_pipe.c345 static inline uint8_t *get_mac(const struct device *dev) in get_mac() function
371 uint8_t *mac = get_mac(dev); in upipe_iface_init()
Dieee802154_cc1200.c127 static inline uint8_t *get_mac(const struct device *dev) in get_mac() function
773 uint8_t *mac = get_mac(dev); in cc1200_iface_init()
Dieee802154_kw41z.c929 static inline uint8_t *get_mac(const struct device *dev) in get_mac() function
1069 uint8_t *mac = get_mac(dev); in kw41z_iface_init()
Dieee802154_rf2xx.c336 static inline uint8_t *get_mac(const struct device *dev) in get_mac() function
1033 uint8_t *mac = get_mac(dev); in rf2xx_iface_init()
Dieee802154_mcr20a.c505 static inline uint8_t *get_mac(const struct device *dev) in get_mac() function
1409 uint8_t *mac = get_mac(dev); in mcr20a_iface_init()
Dieee802154_cc2520.c277 static inline uint8_t *get_mac(const struct device *dev) in get_mac() function
1019 uint8_t *mac = get_mac(dev); in cc2520_iface_init()
Dieee802154_dw1000.c1594 static inline uint8_t *get_mac(const struct device *dev) in get_mac() function
1612 uint8_t *mac = get_mac(dev); in dwt_iface_api_init()
/Zephyr-Core-3.4.0/samples/net/wpan_serial/src/
Dmain.c441 static uint8_t *get_mac(const struct device *dev) in get_mac() function
471 get_mac(ieee802154_dev); in init_ieee802154()
/Zephyr-Core-3.4.0/doc/releases/
Drelease-notes-2.3.rst1198 * :github:`23193` - Allow overriding get_mac() function in ieee802154 drivers