Searched refs:kw41z (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.5.0/drivers/ieee802154/ |
D | ieee802154_kw41z.c | 368 struct kw41z_context *kw41z = dev->data; in kw41z_cca() local 372 k_sem_init(&kw41z->seq_sync, 0, 1); in kw41z_cca() 380 k_sem_take(&kw41z->seq_sync, K_FOREVER); in kw41z_cca() 382 return kw41z->seq_retval; in kw41z_cca() 497 static inline void kw41z_rx(struct kw41z_context *kw41z, uint8_t len) in kw41z_rx() argument 515 pkt = net_pkt_rx_alloc_with_buffer(kw41z->iface, pkt_len, in kw41z_rx() 561 rslt = net_recv_data(kw41z->iface, pkt); in kw41z_rx() 578 static void handle_ack(struct kw41z_context *kw41z, uint8_t seq_number) in handle_ack() argument 583 ack_pkt = net_pkt_rx_alloc_with_buffer(kw41z->iface, ACK_FRAME_LEN, in handle_ack() 607 if (ieee802154_handle_ack(kw41z->iface, ack_pkt) != NET_OK) { in handle_ack() [all …]
|
D | Kconfig | 67 source "drivers/ieee802154/Kconfig.kw41z"
|
/Zephyr-Core-3.5.0/dts/arm/nxp/ |
D | nxp_kw40z.dtsi | 47 compatible = "nxp,kw41z-osc"; 53 compatible = "nxp,kw41z-rtc"; 195 compatible = "nxp,kw41z-pwm"; 203 compatible = "nxp,kw41z-pwm"; 211 compatible = "nxp,kw41z-pwm";
|
D | nxp_kw41z.dtsi | 52 compatible = "nxp,kw41z-osc"; 247 compatible = "nxp,kw41z-ieee802154";
|
/Zephyr-Core-3.5.0/samples/net/wpan_serial/ |
D | README.rst | 18 using overlays, or by using an SoC with a built-in radio, such as a kw41z,
|
/Zephyr-Core-3.5.0/boards/arm/frdm_kw41z/ |
D | frdm_kw41z.dts | 11 compatible = "nxp,kw41z", "nxp,mkw41z4";
|
/Zephyr-Core-3.5.0/boards/arm/frdm_kw41z/doc/ |
D | index.rst | 239 …mcus/w-serieswireless-conn.m0-plus-m4/freedom-development-kit-for-kinetis-kw41z-31z-21z-mcus:FRDM-… 248 …https://www.nxp.com/products/wireless/zigbee/kinetis-kw41z-2.4-ghz-dual-mode-bluetooth-low-energy-…
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-1.10.rst | 115 * IEEE 802.15.4 kw41z driver fixes. 468 * :github:`4757` - kw41z-frdm: assertion failure while setting IRQ priority
|
D | release-notes-2.0.rst | 405 - IEEE 802.15.4 kw41z
|
D | release-notes-3.2.rst | 1124 * :dtcompatible:`nxp,kw41z-ieee802154`
|