Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_uart_pipe.c350 static inline uint8_t *get_mac(const struct device *dev) in get_mac() function
375 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
796 uint8_t *mac = get_mac(dev); in cc1200_iface_init()
Dieee802154_kw41z.c923 static inline uint8_t *get_mac(const struct device *dev) in get_mac() function
1059 uint8_t *mac = get_mac(dev); in kw41z_iface_init()
Dieee802154_rf2xx.c346 static inline uint8_t *get_mac(const struct device *dev) in get_mac() function
1056 uint8_t *mac = get_mac(dev); in rf2xx_iface_init()
Dieee802154_mcr20a.c515 static inline uint8_t *get_mac(const struct device *dev) in get_mac() function
1433 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
1037 uint8_t *mac = get_mac(dev); in cc2520_iface_init()
Dieee802154_dw1000.c1633 static inline uint8_t *get_mac(const struct device *dev) in get_mac() function
1648 uint8_t *mac = get_mac(dev); in dwt_iface_api_init()
/Zephyr-latest/samples/net/wpan_serial/src/
Dmain.c449 static uint8_t *get_mac(const struct device *dev) in get_mac() function
477 get_mac(ieee802154_dev); in init_ieee802154()
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst1198 * :github:`23193` - Allow overriding get_mac() function in ieee802154 drivers