Searched refs:BASE (Results 1 – 25 of 25) sorted by relevance
/Zephyr-latest/drivers/watchdog/ |
D | wdt_tco.c | 14 #define BASE(d) ((struct tco_config *)(d)->config)->base macro 16 #define TCO_RLD(d) (BASE(d) + 0x00) /* TCO Timer Reload/Curr. Value */ 17 #define TCO_DAT_IN(d) (BASE(d) + 0x02) /* TCO Data In Register */ 18 #define TCO_DAT_OUT(d) (BASE(d) + 0x03) /* TCO Data Out Register */ 19 #define TCO1_STS(d) (BASE(d) + 0x04) /* TCO1 Status Register */ 20 #define TCO2_STS(d) (BASE(d) + 0x06) /* TCO2 Status Register */ 21 #define TCO1_CNT(d) (BASE(d) + 0x08) /* TCO1 Control Register */ 22 #define TCO2_CNT(d) (BASE(d) + 0x0a) /* TCO2 Control Register */ 23 #define TCO_MSG(d) (BASE(d) + 0x0c) /* TCO Message Registers */ 24 #define TCO_WDSTATUS(d) (BASE(d) + 0x0e) /* TCO Watchdog Status Register */ [all …]
|
/Zephyr-latest/arch/x86/core/ |
D | early_serial.c | 36 #define BASE mmio macro 38 #define BASE X86_SOC_EARLY_SERIAL_MMIO8_ADDR macro 40 #define IN(reg) sys_read8(BASE + reg) 41 #define OUT(reg, val) sys_write8(val, BASE + reg)
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.lan865x | 5 bool "LAN865X 10BASE-T1S Controller" 11 The LAN865X is a low power, 10BASE-T1S transceiver compliant with
|
D | Kconfig.adin2111 | 5 bool "ADIN2111 2-port 10BASE-T1L Controller" 12 The ADIN2111 is a low power, 2-port 10BASE-T1L transceiver
|
/Zephyr-latest/boards/phytec/reel_board/doc/ |
D | index.rst | 392 link board BASE 395 link board BASE is a passive expansion board and allows other link boards or 402 :alt: reel board and link board BASE 404 reel board and link board BASE (Credit: PHYTEC) 406 link board BASE can be used in combination with other link boards or 410 reel board is plugged into the link board BASE. Both peripherals on 417 connected to NOTM.2 connector on the link board BASE. 428 :alt: link board BASE 430 link board BASE (Credit: PHYTEC) 432 Components on the link board BASE: [all …]
|
/Zephyr-latest/boards/adi/eval_adin2111ebz/doc/ |
D | index.rst | 7 low power 10BASE-T1L 2-Port Ethernet switch. The evaluation board provides 2 10BASE-T1L channels 10 The ADIN2111 internal switch can be configured in store and forward mode between the two 10BASE-T1L 21 packets between the 2x 10BASE-T1L ports. The 2x links are configured by setting the ADIN2111 72 | ADIN2111 | spi | adin2111 10BASE-T1L mac/phy |
|
/Zephyr-latest/scripts/ |
D | requirements-base.txt | 1 # BASE: required to build or create images with zephyr
|
/Zephyr-latest/samples/boards/quicklogic/qomu/ |
D | README.rst | 31 …python3 /PATH/TO/BASE/DIR/TinyFPGA-Programmer-Application/tinyfpga-programmer-gui.py --mode m4 --m…
|
/Zephyr-latest/boards/adi/apard32690/doc/ |
D | index.rst | 12 A 10 Mbps single-pair Ethernet link using the ADIN1110 10BASE-T1L MAC/PHY, enables remote 13 data acquisition and system configuration. The 10BASE-T1L interface also supports Single-pair 78 - ADIN1110 Robust, Industrial, Low Power 10BASE-T1L Ethernet MAC-PHY 107 | ADIN1110 | spi | ADIN1110 10BASE-T1L mac/phy |
|
/Zephyr-latest/boards/shields/mikroe_eth_click/doc/ |
D | index.rst | 10 a 28-pin, 10BASE-T stand alone Ethernet Controller with an on-board MAC & PHY,
|
/Zephyr-latest/boards/shields/mikroe_eth3_click/doc/ |
D | index.rst | 10 a 10/100Mbps BASE-T stand alone Ethernet Controller with an on-board MAC & PHY,
|
/Zephyr-latest/samples/net/zperf/ |
D | README.rst | 37 - ARM BASE RevC AEMv8A Fixed Virtual Platforms
|
/Zephyr-latest/boards/segger/ip_k66f/ |
D | ip_k66f.dts | 123 fixed-link = "100BASE-T Full-Duplex";
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/ |
D | README.rst | 12 Broadcast Audio Source Endpoint (BASE) and finally the BIGinfo together with
|
/Zephyr-latest/boards/adi/eval_adin1110ebz/doc/ |
D | index.rst | 7 low power 10BASE-T1L MAC-PHY. It provides 10Mbit per second Single Pair Ethernet (SPE) connections 64 | ADIN1110 | spi | adin1110 10BASE-T1L mac/phy |
|
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/doc/ |
D | index.rst | 3 ARM BASE RevC AEMv8A Fixed Virtual Platforms
|
/Zephyr-latest/boards/phytec/phyboard_nash/doc/ |
D | index.rst | 27 - Ethernet: 2x 10/100BASE-T (1x TSN Support)
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.bap | 61 So effectively there can be a maximum of 24 subgroups in a BASE.
|
/Zephyr-latest/boards/phytec/phyboard_pollux/doc/ |
D | index.rst | 27 - Ethernet: 2x 10/100/1000BASE-T (1x TSN Support)
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap.rst | 185 Received BASE from sink 0x20019080: 238 Received BASE from sink 0x20019080:
|
D | cap.rst | 234 BASE. The data must be little-endian, so in the above example the metadata :code:`03020400` is
|
/Zephyr-latest/boards/nxp/vmu_rt1170/doc/ |
D | index.rst | 28 - 2 wire 100BASE-T1
|
/Zephyr-latest/boards/phytec/phyboard_polis/doc/ |
D | index.rst | 41 - Ethernet: 1x 10/100/1000BASE-T
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 115 the ``MTVEC.BASE`` field size and is platform or application-specific.
|
D | release-notes-3.2.rst | 1987 …- LE Audio: Broadcast Sink not supporting general and specific BIS codec configurations in the BASE
|