Searched full:mcr20a (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_mcr20a.c | 1 /* ieee802154_mcr20a.c - NXP MCR20A driver */ 497 * RF = (LQI – 295.4) / 2.84 (MCR20A Reference Manual) in mcr20a_get_rssi() 517 struct mcr20a_context *mcr20a = dev->data; in get_mac() local 519 sys_rand_get(mcr20a->mac_addr, sizeof(mcr20a->mac_addr)); in get_mac() 521 mcr20a->mac_addr[0] = (mcr20a->mac_addr[0] & ~0x01) | 0x02; in get_mac() 523 return mcr20a->mac_addr; in get_mac() 561 struct mcr20a_context *mcr20a = dev->data; in mcr20a_rx() local 569 pkt = net_pkt_rx_alloc_with_buffer(mcr20a->iface, pkt_len, in mcr20a_rx() 582 if (ieee802154_handle_ack(mcr20a->iface, pkt) == NET_OK) { in mcr20a_rx() 595 if (net_recv_data(mcr20a->iface, pkt) < 0) { in mcr20a_rx() [all …]
|
D | Kconfig.mcr20a | 1 # NXP MCR20A configuration options 7 bool "NXP MCR20A Driver support" 16 bool "MCR20A device is part of KW2xD SiP" 27 Configuration of the MCR20A clock output pin. 67 int "MCR20A initialization priority" 71 you know what you are doing. Beware mcr20a requires gpio and spi to
|
D | Kconfig | 69 source "drivers/ieee802154/Kconfig.mcr20a"
|
D | ieee802154_mcr20a_regs.h | 1 /* ieee802154_mcr20a_regs.h - Registers definition for NXP MCR20A */
|
/Zephyr-latest/boards/shields/frdm_cr20a/doc/ |
D | index.rst | 9 The Freedom development board platform supports the MCR20A 2.4GHZ wireless 11 cost-effective reference design for the MCR20A transceiver in a shield form 43 For more information about the MCR20A SoC and FRDM-CR20A board: 45 - `MCR20A Website`_ 46 - `MCR20A Datasheet`_ 47 - `MCR20A Reference Manual`_ 64 …dom-development-boards/wireless-connectivy/freedom-development-board-for-mcr20a-wireless-transceiv… 73 https://www.nxp.com/products/wireless/thread/2.4-ghz-802.15.4-wireless-transceiver:MCR20A
|
/Zephyr-latest/dts/bindings/ieee802154/ |
D | nxp,mcr20a.yaml | 4 description: NXP MCR20A 802.15.4 wireless transceiver 6 compatible: "nxp,mcr20a" 16 The interrupt pin of MCR20A is open-drain, active low. 25 The RESET pin of MCR20A is active low.
|
/Zephyr-latest/boards/shields/frdm_cr20a/ |
D | frdm_cr20a.overlay | 16 ieee802154_frdm_cr20a: mcr20a@0 { 17 compatible = "nxp,mcr20a";
|
/Zephyr-latest/tests/drivers/build_all/ieee802154/ |
D | testcase.yaml | 15 drivers.ieee802154.build.mcr20a:
|
/Zephyr-latest/boards/nxp/usb_kw24d512/doc/ |
D | index.rst | 91 | PTB10 | SPI1_PCS0 | internal connected to MCR20A | 93 | PTB11 | SPI1_SCK | internal connected to MCR20A | 95 | PTB16 | SPI1_SOUT | internal connected to MCR20A | 97 | PTB17 | SPI1_SIN | internal connected to MCR20A | 99 | PTB19 | GPIO | internal connected to MCR20A (Reset) | 101 | PTB3 | GPIO | internal connected to MCR20A (IRQ_B) | 103 | PTC0 | GPIO | internal connected to MCR20A (GPIO5) |
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | sample.yaml | 65 sample.net.sockets.echo_client.mcr20a:
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | sample.yaml | 67 sample.net.sockets.echo_server.mcr20a:
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_kw2xd.dtsi | 280 ieee802154: mcr20a@0 { 281 compatible = "nxp,mcr20a";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.7.rst | 65 * Added mcr20a ieee802154 driver 309 * ``ZEP-1429`` - NXP MCR20A Driver 393 * ``ZEP-1635`` - MCR20A driver unstable
|
D | release-notes-1.12.rst | 348 * :github:`3910` - IEEE 802.15.4 MCR20A driver problem sending packets 591 * :github:`7172` - Mcr20a initialization crashes with frdm_k64f board
|
D | release-notes-1.10.rst | 114 * IEEE 802.15.4 mcr20a driver fixes.
|
D | release-notes-2.0.rst | 1446 * :github:`7462` - Convert mcr20a to be a shield when that functionality is merged
|