Searched refs:carrier (Results 1 – 25 of 33) sorted by relevance
12
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ethernet_mgmt.rst | 16 * raise ``carrier ON`` or ``carrier OFF`` management events 19 Typically the ``carrier OFF`` event would be generated by the Ethernet 21 The ``carrier ON`` event would be generated if the Ethernet device driver
|
D | net_if.rst | 86 event that changes the carrier state is Ethernet cable being plugged in or out.
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig | 104 bool "Support for carrier functions" 107 Enable support for functions such as modulated carrier and continuous carrier.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.gecko | 32 PHY's carrier status is re-evaluated.
|
D | Kconfig.stm32_hal | 84 PHY's carrier status is re-evaluated.
|
/Zephyr-latest/boards/sparkfun/micromod/doc/ |
D | index.rst | 12 and can insert into any MicroMod carrier board. More information can be found in 141 The flashing tool will depend on the carrier used along with the board. 142 In the case of `Sparkfun asset tracking carrier`_, it is possible to use 202 .. _Sparkfun asset tracking carrier: https://www.sparkfun.com/products/17272
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 62 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 71 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 80 TX errors 8 dropped 8 overruns 0 carrier 8 collisions 0 89 TX errors 7 dropped 0 overruns 0 carrier 0 collisions 0 98 TX errors 7 dropped 7 overruns 0 carrier 0 collisions 0
|
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig | 206 bool "nRF 802.15.4 carrier functions" 209 This option enables functions such as modulated carrier and continuous carrier.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | eth_bridge_native_sim_setup.rst | 42 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 52 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
|
/Zephyr-latest/boards/shields/sparkfun_carrier_asset_tracker/doc/ |
D | index.rst | 115 https://learn.sparkfun.com/tutorials/micromod-asset-tracker-carrier-board-hookup-guide
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 235 * Set the iface to dormant, carrier-down, or both during :c:member:`binding init <conn_mgr_conn_api… 237 …* See :ref:`net_if_interface_state_management` for details regarding iface carrier and dormant st… 239 * Update dormancy and carrier state so that the iface is non-dormant and carrier-up whenever (and o… 240 * Set the iface either to dormant or to carrier-down as soon as interruption of service is detected.
|
/Zephyr-latest/boards/waveshare/rp2040_zero/doc/ |
D | index.rst | 14 - The castellated module allows soldering direct to carrier boards.
|
/Zephyr-latest/boards/toradex/verdin_imx8mm/doc/ |
D | index.rst | 95 USB converter on most Toradex carrier boards. 122 There is no LED in the module itself, this is dependent on the carrier board that
|
/Zephyr-latest/boards/dragino/lsn50/doc/ |
D | index.rst | 20 - GPIOs exposed via screw terminals on the carrier board
|
/Zephyr-latest/boards/dragino/nbsn95/doc/ |
D | index.rst | 19 - GPIOs exposed via screw terminals on the carrier board
|
/Zephyr-latest/boards/toradex/verdin_imx8mp/doc/ |
D | index.rst | 138 most Toradex carrier boards. 289 https://developer.toradex.com/hardware/verdin-som-family/carrier-boards/verdin-development-board/
|
/Zephyr-latest/boards/ezurio/pinnacle_100_dvk/doc/ |
D | index.rst | 7 regulatory certifications and LTE carrier approvals. The Pinnacle 100 also
|
/Zephyr-latest/tests/net/iface/src/ |
D | main.c | 491 static void test_iface_init(struct net_if *iface, bool carrier, bool dormant) in test_iface_init() argument 495 if (carrier) { in test_iface_init()
|
/Zephyr-latest/boards/ezurio/mg100/doc/ |
D | index.rst | 12 and network certifications and End Device carrier approvals.
|
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/ |
D | index.rst | 470 https://www.toradex.com/products/carrier-board/colibri-evaluation-carrier-board
|
/Zephyr-latest/boards/renesas/rzg3s_smarc/doc/ |
D | index.rst | 6 …MARC Evaluation Board Kit (RZ/G3S-EVKIT) consists of a SMARC v2.1 module board and a carrier board.
|
/Zephyr-latest/boards/phytec/phyboard_polis/doc/ |
D | index.rst | 14 and carrier board for the phyCORE-i.MX 8M Mini/Nano.
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 3452 char carrier[MDM_HL7800_OPERATOR_INDEX_SIZE]; in on_cmd_operator_index_query() local 3465 out_len = net_buf_linearize(carrier, MDM_HL7800_OPERATOR_INDEX_STRLEN, in on_cmd_operator_index_query() 3467 carrier[out_len] = 0; in on_cmd_operator_index_query() 3468 iface_ctx.operator_index = (uint8_t)strtol(carrier, NULL, 10); in on_cmd_operator_index_query()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.13.rst | 131 * Add carrier detection support to ethernet L2 driver. 187 * Fix NXP MCUX ethernet driver to detect carrier lost event.
|
D | release-notes-2.1.rst | 184 * Added MAC address configuration and carrier state detection to STM32 driver 871 * :github:`16097` - STM32 Ethernet driver should be able to detect the carrier state
|
12