Home
last modified time | relevance | path

Searched refs:carrier (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/doc/connectivity/networking/api/
Dethernet_mgmt.rst16 * 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
Dnet_if.rst86 event that changes the carrier state is Ethernet cable being plugged in or out.
/Zephyr-latest/drivers/ieee802154/
DKconfig104 bool "Support for carrier functions"
107 Enable support for functions such as modulated carrier and continuous carrier.
/Zephyr-latest/drivers/ethernet/
DKconfig.gecko32 PHY's carrier status is re-evaluated.
DKconfig.stm32_hal84 PHY's carrier status is re-evaluated.
/Zephyr-latest/boards/sparkfun/micromod/doc/
Dindex.rst12 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/
DREADME.rst62 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/
DKconfig206 bool "nRF 802.15.4 carrier functions"
209 This option enables functions such as modulated carrier and continuous carrier.
/Zephyr-latest/doc/connectivity/networking/
Deth_bridge_native_sim_setup.rst42 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/
Dindex.rst115 https://learn.sparkfun.com/tutorials/micromod-asset-tracker-carrier-board-hookup-guide
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst235 * 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/
Dindex.rst14 - The castellated module allows soldering direct to carrier boards.
/Zephyr-latest/boards/toradex/verdin_imx8mm/doc/
Dindex.rst95 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/
Dindex.rst20 - GPIOs exposed via screw terminals on the carrier board
/Zephyr-latest/boards/dragino/nbsn95/doc/
Dindex.rst19 - GPIOs exposed via screw terminals on the carrier board
/Zephyr-latest/boards/toradex/verdin_imx8mp/doc/
Dindex.rst138 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/
Dindex.rst7 regulatory certifications and LTE carrier approvals. The Pinnacle 100 also
/Zephyr-latest/tests/net/iface/src/
Dmain.c491 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/
Dindex.rst12 and network certifications and End Device carrier approvals.
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/
Dindex.rst470 https://www.toradex.com/products/carrier-board/colibri-evaluation-carrier-board
/Zephyr-latest/boards/renesas/rzg3s_smarc/doc/
Dindex.rst6 …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/
Dindex.rst14 and carrier board for the phyCORE-i.MX 8M Mini/Nano.
/Zephyr-latest/drivers/modem/
Dhl7800.c3452 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/
Drelease-notes-1.13.rst131 * Add carrier detection support to ethernet L2 driver.
187 * Fix NXP MCUX ethernet driver to detect carrier lost event.
Drelease-notes-2.1.rst184 * 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