Home
last modified time | relevance | path

Searched full:transceiver (Results 1 – 25 of 163) sorted by relevance

1234567

/Zephyr-Core-3.5.0/dts/bindings/phy/
Dcan-transceiver-gpio.yaml4 description: Simple GPIO controlled CAN transceiver
6 compatible: "can-transceiver-gpio"
8 include: can-transceiver.yaml
14 GPIO to use to enable/disable the CAN transceiver. This GPIO is driven
15 active when the CAN transceiver is enabled and inactive when the CAN
16 transceiver is disabled.
21 GPIO to use to put the CAN transceiver into standby. This GPIO is driven
22 inactive when the CAN transceiver is enabled and active when the CAN
23 transceiver is disabled.
Dcan-transceiver.yaml13 The maximum bitrate supported by the CAN transceiver in bits/s.
/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_rf2xx_iface.h1 /* ieee802154_rf2xx_iface.h - ATMEL RF2XX transceiver interface */
15 * @param[in] dev Transceiver device instance
22 * @param[in] dev Transceiver device instance
27 * @brief Reads current value from a transceiver register
29 * This function reads the current value from a transceiver register.
31 * @param[in] dev Transceiver device instance
41 * @brief Writes data into a transceiver register
43 * This function writes a value into transceiver register.
45 * @param[in] dev Transceiver device instance
57 * @param[in] dev Transceiver device instance
[all …]
/Zephyr-Core-3.5.0/include/zephyr/drivers/can/
Dtransceiver.h17 * @brief CAN Transceiver Driver APIs
18 * @defgroup can_transceiver CAN Transceiver
30 * @brief Callback API upon enabling CAN transceiver
36 * @brief Callback API upon disabling CAN transceiver
49 * @brief Enable CAN transceiver
51 * Enable the CAN transceiver.
53 * @note The CAN transceiver is controlled by the CAN controller driver and
71 * @brief Disable CAN transceiver
73 * Disable the CAN transceiver.
75 * @note The CAN transceiver is controlled by the CAN controller driver and
/Zephyr-Core-3.5.0/drivers/can/transceiver/
DKconfig1 # CAN transceiver configuration options
6 menu "CAN transceiver drivers"
9 int "CAN transceiver driver init priority"
12 CAN transceiver device driver initialization priority.
15 bool "GPIO controlled CAN transceiver"
Dcan_transceiver_gpio.c10 #include <zephyr/drivers/can/transceiver.h>
83 /* CAN transceiver is disabled during initialization */ in can_transceiver_gpio_init()
99 /* CAN transceiver is put in standby during initialization */ in can_transceiver_gpio_init()
/Zephyr-Core-3.5.0/include/zephyr/devicetree/
Dcan.h26 * @brief Get the maximum transceiver bitrate for a CAN controller
29 * controller. If no CAN transceiver is present in the devicetree, the maximum
35 * compatible = "vnd,can-transceiver";
48 * can-transceiver {
61 * @return the maximum bitrate supported by the CAN controller/transceiver combination
69 * @brief Get the maximum transceiver bitrate for a DT_DRV_COMPAT CAN controller
72 * @return the maximum bitrate supported by the CAN controller/transceiver combination
/Zephyr-Core-3.5.0/dts/bindings/test/
Dvnd,can-transceiver.yaml4 description: Test CAN transceiver node
6 compatible: "vnd,can-transceiver"
8 include: can-transceiver.yaml
/Zephyr-Core-3.5.0/dts/bindings/net/wireless/
Dgpio-radio-coex.yaml9 signal should signal that the external transceiver/module is not
13 transceiver begins their transmission. This is specified by the
25 GPIO input from the external transceiver
31 Delay after assertion for the external transceiver operation
/Zephyr-Core-3.5.0/dts/bindings/can/
Dcan-controller.yaml53 Actively controlled CAN transceiver.
57 compatible = "nxp,tja1040", "can-transceiver-gpio";
71 Passive CAN transceiver. The child node must be named "can-transceiver".
77 can-transceiver {
87 The maximum bitrate supported by the CAN transceiver in bits/s.
/Zephyr-Core-3.5.0/boards/shields/frdm_cr20a/doc/
Dindex.rst10 transceiver. The FRDM-CR20A evaluation board is a small, low-power,
11 cost-effective reference design for the MCR20A transceiver in a shield form
25 - High-performance 2.4 GHz IEEE 802.15.4 compliant transceiver
64 …ent-boards/wireless-connectivy/freedom-development-board-for-mcr20a-wireless-transceiver:FRDM-CR20A
73 https://www.nxp.com/products/wireless/thread/2.4-ghz-802.15.4-wireless-transceiver:MCR20A
/Zephyr-Core-3.5.0/drivers/can/
DKconfig.mcan17 bool "Transceiver delay compensation"
20 Enable the automatic transceiver delay compensation.
/Zephyr-Core-3.5.0/dts/bindings/misc/
Dzephyr,modbus-serial.yaml15 Driver enable pin (DE) of the RS-485 transceiver.
23 Receiver enable pin (nRE) of the RS-485 transceiver.
/Zephyr-Core-3.5.0/dts/bindings/ieee802154/
Datmel,rf2xx.yaml4 description: ATMEL AT86RF2xx 802.15.4 wireless transceiver
103 sets the transceiver to use always a value above 0 dBm as output power.
109 This value represent minimum normalized value in dBm for the transceiver
113 is the minimal value in dBm for the transceiver output power. By default,
121 This value represent maximum normalized value in dBm for the transceiver
125 value in dBm for the transceiver output power. By default, the
Dti,cc1200.yaml4 description: Texas Instruments CC1200 802.15.4 wireless transceiver
Dti,cc2520.yaml4 description: Texas Instruments CC2520 802.15.4 wireless transceiver
Dnxp,mcr20a.yaml4 description: NXP MCR20A 802.15.4 wireless transceiver
Ddecawave,dw1000.yaml4 description: Decawave DW1000 802.15.4 UWB transceiver
/Zephyr-Core-3.5.0/soc/arm/nxp_kinetis/kwx/
Dsoc_kw2xd.c74 * @brief Initialize radio transceiver clock output
76 * The clock output of the transceiver can be used as an input clock
79 * output of the transceiver at 4 MHz. The default frequency of the CLK_OUT
80 * depends on the state of GPIO5 during transceiver reset. The frequency
/Zephyr-Core-3.5.0/boards/arm/usb_kw24d512/
DKconfig.defconfig13 # clock from the transceiver provided at the CLK_OUT output.
/Zephyr-Core-3.5.0/tests/drivers/can/api/
Dtwai-enable.overlay14 can-transceiver {
/Zephyr-Core-3.5.0/dts/bindings/serial/
Dnxp,kinetis-lpuart.yaml25 of an external RS-485 transceiver. Note hw-flow-control should be
/Zephyr-Core-3.5.0/boards/shields/mcp2515/
Dadafruit_can_picowbell.overlay21 can-transceiver {
Ddfrobot_can_bus_v2_0.overlay21 can-transceiver {
Dkeyestudio_can_bus_ks0411.overlay21 can-transceiver {

1234567