Home
last modified time | relevance | path

Searched refs:kw41z (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_kw41z.c368 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 …]
DKconfig67 source "drivers/ieee802154/Kconfig.kw41z"
/Zephyr-Core-3.5.0/dts/arm/nxp/
Dnxp_kw40z.dtsi47 compatible = "nxp,kw41z-osc";
53 compatible = "nxp,kw41z-rtc";
195 compatible = "nxp,kw41z-pwm";
203 compatible = "nxp,kw41z-pwm";
211 compatible = "nxp,kw41z-pwm";
Dnxp_kw41z.dtsi52 compatible = "nxp,kw41z-osc";
247 compatible = "nxp,kw41z-ieee802154";
/Zephyr-Core-3.5.0/samples/net/wpan_serial/
DREADME.rst18 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/
Dfrdm_kw41z.dts11 compatible = "nxp,kw41z", "nxp,mkw41z4";
/Zephyr-Core-3.5.0/boards/arm/frdm_kw41z/doc/
Dindex.rst239 …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/
Drelease-notes-1.10.rst115 * IEEE 802.15.4 kw41z driver fixes.
468 * :github:`4757` - kw41z-frdm: assertion failure while setting IRQ priority
Drelease-notes-2.0.rst405 - IEEE 802.15.4 kw41z
Drelease-notes-3.2.rst1124 * :dtcompatible:`nxp,kw41z-ieee802154`