Searched full:also (Results 1 – 25 of 1749) sorted by relevance
12345678910>>...70
/Zephyr-latest/boards/sifive/hifive1/ |
D | hifive1.dts | 69 <1 0 &gpio0 9 0>, /* A1, also CS2 */ 70 <2 0 &gpio0 10 0>, /* A2, also WF_INT */ 74 <6 0 &gpio0 16 0>, /* D0, also TX */ 75 <7 0 &gpio0 17 0>, /* D1, also RX */ 85 <17 0 &gpio0 3 0>, /* D11, also MOSI */ 86 <18 0 &gpio0 4 0>, /* D12, also MISO */ 87 <19 0 &gpio0 5 0>, /* D13, also SCK */ 88 <20 0 &gpio0 12 0>, /* D14, also SDA */ 89 <21 0 &gpio0 13 0>; /* D15, also SCL */
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.dwmac | 13 This is a driver for the Synopsys DesignWare MAC, also referred to 17 Platform specific glue support is also required. This driver is 20 and MMU based platform is also provided.
|
/Zephyr-latest/include/zephyr/net/ |
D | socket_select.h | 45 * This function is also exposed as `select()` 70 * This function is also exposed as `FD_ZERO()` 85 * This function is also exposed as `FD_ISSET()` 100 * This function is also exposed as `FD_CLR()` 115 * This function is also exposed as `FD_SET()`
|
D | socket.h | 274 * is also passed as hints when calling the getaddrinfo() function. 338 * This function is also exposed as `socket()` 355 * This function is also exposed as `socketpair()` 365 * This function is also exposed as `close()` 379 * This function is also exposed as `shutdown()` 391 * This function is also exposed as `bind()` 404 * This function is also exposed as `connect()` 417 * This function is also exposed as `listen()` 429 * This function is also exposed as `accept()` 441 * This function is also exposed as `sendto()` [all …]
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | mdio.rst | 10 Many ethernet MAC controllers also provide hardware to communicate over MDIO 13 This API is intended to be used primarily by PHY drivers but can also be
|
/Zephyr-latest/samples/arch/mpu/mpu_test/ |
D | prj.conf | 7 ### to write to flash. Also, on NXP, enabling flash write also requires
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/ |
D | mec15xxevb_assy6853.overlay | 14 * Also remove jumpers on JP41 (1-2, 3-4) as the LEDs 15 * are connected to pull-up resistors also.
|
/Zephyr-latest/lib/posix/options/ |
D | multi_process.c | 14 * PID zero is also used by the scheduler in some cases. in getpid() 16 * Also note, that negative PIDs may be used by kill() in getpid()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | l2cap.rst | 8 support segmentation and reassembly transparently, they also support credit 15 In addition to that it also contains the ``recv`` callback which is called 36 Note that the later can also disconnect channel instances created by servers.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | raspberrrypi,pico-temp.yaml | 26 See also the vbe-slope section. 35 See also the vbe section.
|
/Zephyr-latest/doc/build/kconfig/ |
D | menuconfig.rst | 13 The configuration can also be changed by editing :file:`zephyr/.config` in 110 You can also press :kbd:`Y` or :kbd:`N` to set a boolean configuration 122 ``guiconfig`` also supports keyboard controls, which are similar to 135 The ``guiconfig`` interface will also prompt for saving the configuration on 145 Also note that filenames starting with ``.`` are not listed by ``ls`` by 149 directly to a symbol, press the :kbd:`/` key (this also works in 151 symbols by name and jump to them. In ``guiconfig``, you can also change symbol
|
/Zephyr-latest/doc/build/dts/ |
D | intro-input-output.rst | 41 ``.dtsi`` files. They can also describe other common hardware features shared by 42 multiple boards. In addition to these includes, :file:`BOARD.dts` also describes 55 also DTS files; the :file:`.overlay` extension is just a convention which makes 63 - Overlays are also used when defining :ref:`shields`. 66 certain locations. It is also possible to explicitly list the overlays to 139 installed, it is also run on this file, to catch any additional warnings or
|
/Zephyr-latest/dts/bindings/wifi/ |
D | nordic,nrf70-qspi.yaml | 37 The driver using this property must also use `cpol`. 43 The driver using this property requires also use `cpha`.
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.build_time | 23 accurate, but also in slightly longer build times. 82 This can also be used to set a specific time, when trying to reproduce an image. For 96 This can also be used to set a specific time, when trying to reproduce an image. For 108 This can also be used to set a specific time, when trying to reproduce an image. For
|
/Zephyr-latest/doc/hardware/peripherals/eeprom/ |
D | shell.rst | 16 can also be enabled in existing applications to aid in interactive debugging of EEPROM issues. 36 also support tab-completion of their arguments. 40 which also supports tab-completion. A list of all devices available can be obtained using the 69 It is also possible to fill a portion of the EEPROM with the same pattern using the ``eeprom fill``
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | README | 14 It's also possible to use an external tool, such as a logic analyzer, to 57 must be available on the device. Also, testcase.yaml 68 the timer also plays a role, and it's the real target of the test, but it 77 Also, CONFIG_TIMER_EXTERNAL_TEST_SYNC_DELAY is used to set a delay before a
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk/doc/ |
D | index.rst | 10 The development kit comes with a fully integrated debugger (also known as 16 The kit also features ultra-low power 64-Mb QSPI FLASH memory, programmable
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-arch.rst | 14 version of the Bluetooth specification. Zephyr also has limited support 48 can send to a Controller and the events that it can expect in return, and also 64 implements all three layers and the application itself. This can also be called a 74 and the Radio Hardware. This is sometimes also called a connectivity-chip 81 capable of supporting Linux. The Host processor may of course also run Zephyr 83 Host with an external Controller that does not run Zephyr is also supported. 124 Additionally, if the platform supports also a local controller, it needs to be 189 the core protocols such as L2CAP, ATT, and SMP is also here.
|
/Zephyr-latest/dts/bindings/input/ |
D | pixart,paw32xx.yaml | 34 CPI resolution for the sensor. This can also be changed in runtime using 50 Initialize the sensor in "force awake" mode. This can also be enabled or
|
/Zephyr-latest/doc/services/storage/disk/ |
D | access.rst | 29 It is also possible to force a disk de-initialization by passing a 57 but also supports direct block level access to cards. The SDMMC subsystem 98 Zephyr also has support for eMMC devices using the Disk Access API. 100 shares a lot of similarity with the SD bus. MMC controllers also use the 126 NVMe disks are also supported
|
/Zephyr-latest/doc/develop/test/ |
D | twister_statuses.rst | 35 ``TestCase``, also called Case, is a piece of code that aims to verify some assertion. 40 ``TestSuite``, also called Suite, is a grouping of Cases. 47 ``TestInstance``, also called Instance, is a Suite on some platform. 50 If a status is marked as applicable for Suites, it is also applicable for Instances. 195 out of a given Twister run. Thus, any Case within it should also have such a status.
|
/Zephyr-latest/doc/hardware/emulator/ |
D | index.rst | 18 | Zephyr also includes and uses many other types of simulators/emulators, including CPU and 21 | Some of Zephyr communication controllers/drivers include also either loopback modes or loopback 56 * Note: For :ref:`native targets <native_sim>` it is also possible to keep the content 69 * Note: For native targets it is also possible to keep the content as a file on the host
|
/Zephyr-latest/include/zephyr/drivers/serial/ |
D | uart_intel_lw.h | 18 * This cmd will write the ip register and also set a flag to the driver. 30 * Please also call uart_intel_lw_err_check, to clear the error caused
|
/Zephyr-latest/soc/nordic/nrf52/ |
D | Kconfig | 84 window after stopping (230 us to 330 us). Software reset also stops the 85 clock so if clock is initiated in certain window, the clock may also fail 91 depending on application, workaround may also need to be applied.
|
/Zephyr-latest/cmake/makefile_exports/ |
D | CMakeLists.txt | 23 # file(GENERATE writes a file at Generation time. Also, it writes one 29 # metadata. Also, we don't use 'add_custom_command' because it cannot
|
12345678910>>...70