Searched full:ieee802154 (Results 1 – 25 of 222) sorted by relevance
123456789
/Zephyr-latest/tests/drivers/build_all/ieee802154/ |
D | testcase.yaml | 4 - ieee802154 7 drivers.ieee802154.build.external: 11 drivers.ieee802154.build.cc13xx_cc26xx: 13 drivers.ieee802154.build.kw41z: 15 drivers.ieee802154.build.mcr20a: 17 drivers.ieee802154.build.nrf5: 19 drivers.ieee802154.build.telink_b91: 21 drivers.ieee802154.build.upipe:
|
/Zephyr-latest/tests/subsys/openthread/ |
D | app.overlay | 3 zephyr,ieee802154 = &ieee802154; 6 ieee802154: ieee802154 { 7 compatible = "vnd,ieee802154";
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig | 9 menuconfig IEEE802154 config 14 if IEEE802154 63 source "drivers/ieee802154/Kconfig.b91" 65 source "drivers/ieee802154/Kconfig.cc2520" 67 source "drivers/ieee802154/Kconfig.kw41z" 69 source "drivers/ieee802154/Kconfig.mcr20a" 71 source "drivers/ieee802154/Kconfig.nrf5" 73 source "drivers/ieee802154/Kconfig.cc1200" 75 source "drivers/ieee802154/Kconfig.cc13xx_cc26xx" 77 source "drivers/ieee802154/Kconfig.rf2xx" [all …]
|
/Zephyr-latest/tests/net/ieee802154/l2/ |
D | testcase.yaml | 9 - ieee802154 13 net.ieee802154.l2: 16 net.ieee802154.l2.sockets:
|
/Zephyr-latest/subsys/net/l2/ |
D | Kconfig | 28 source "subsys/net/l2/ieee802154/Kconfig" 33 bool "Custom IEEE802154 L2" 36 Enable custom IEEE802154 based L2. Zephyr does not provide 38 this symbol, on top of the IEEE802154 radio driver. 41 int "MTU for the custom IEEE802154 L2"
|
/Zephyr-latest/soc/nxp/rw/ |
D | Kconfig.defconfig | 18 default y if (BT || IEEE802154) 37 default y if (BT || WIFI || IEEE802154) 40 default y if (BT || WIFI || IEEE802154)
|
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/ |
D | testcase.yaml | 2 net.ieee802154.fragment: 10 - ieee802154
|
/Zephyr-latest/tests/net/ieee802154/custom_l2/ |
D | testcase.yaml | 2 net.ieee802154.custom_l2: 10 - ieee802154
|
/Zephyr-latest/boards/shields/frdm_cr20a/ |
D | Kconfig.defconfig | 9 if IEEE802154 13 endif # IEEE802154
|
/Zephyr-latest/samples/net/sockets/http_client/ |
D | cc1352-enable-subg.overlay | 11 zephyr,ieee802154 = &ieee802154g; 15 &ieee802154 {
|
/Zephyr-latest/samples/net/sockets/http_server/ |
D | cc1352-enable-subg.overlay | 11 zephyr,ieee802154 = &ieee802154g; 15 &ieee802154 {
|
/Zephyr-latest/samples/net/sockets/echo_client/boards/ |
D | cc1352-enable-subg.overlay | 13 zephyr,ieee802154 = &ieee802154g; 17 &ieee802154 {
|
/Zephyr-latest/samples/net/sockets/echo_server/boards/ |
D | cc1352-enable-subg.overlay | 13 zephyr,ieee802154 = &ieee802154g; 17 &ieee802154 {
|
/Zephyr-latest/samples/net/wpan_serial/ |
D | sample.yaml | 9 - ieee802154 13 filter: dt_chosen_enabled("zephyr,ieee802154")
|
/Zephyr-latest/boards/ti/cc26x2r1_launchxl/ |
D | cc26x2r1_launchxl.dts | 19 /delete-property/ zephyr,ieee802154; 27 &ieee802154 {
|
/Zephyr-latest/soc/ti/simplelink/cc13x2x7_cc26x2x7/ |
D | Kconfig.defconfig | 19 if IEEE802154 31 endif # IEEE802154
|
/Zephyr-latest/soc/ti/simplelink/cc13x2_cc26x2/ |
D | Kconfig.defconfig | 19 if IEEE802154 31 endif # IEEE802154
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86.dts | 46 zephyr,ieee802154 = &ieee802154; 114 ieee802154: ieee802154 { label 115 compatible = "zephyr,ieee802154-uart-pipe";
|
/Zephyr-latest/boards/ct/ctcc/ |
D | ctcc_nrf52840.dts | 18 zephyr,ieee802154 = &ieee802154; 83 &ieee802154 {
|
/Zephyr-latest/boards/ti/common/ |
D | launchxl.dtsi | 29 zephyr,ieee802154 = &ieee802154; 105 &ieee802154 {
|
/Zephyr-latest/boards/nxp/usb_kw24d512/ |
D | usb_kw24d512.dts | 25 zephyr,ieee802154 = &ieee802154; 96 &ieee802154 {
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | nrf5340bsim_nrf5340_cpunet.dts | 30 zephyr,ieee802154 = &ieee802154; 54 &ieee802154 {
|
/Zephyr-latest/boards/nordic/nrf54l20pdk/ |
D | nrf54l20_cpuapp_common.dtsi | 22 zephyr,ieee802154 = &ieee802154; 115 &ieee802154 {
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_radio_openthread.h | 17 /** Bit number starting the OpenThread specific capabilities of ieee802154 driver. */ 21 * OpenThread specific capabilities of ieee802154 driver. 97 * OpenThread specific configuration types of ieee802154 driver. 145 /** OpenThread specific configuration data of ieee802154 driver. */ 173 * OpenThread specific attributes of ieee802154 driver. 197 * OpenThread specific attribute value data of ieee802154 driver.
|
/Zephyr-latest/boards/nordic/nrf54l15dk/ |
D | nrf54l_05_10_15_cpuapp_common.dtsi | 20 zephyr,ieee802154 = &ieee802154; 82 &ieee802154 {
|
123456789