Searched refs:calls (Results 26 – 50 of 204) sorted by relevance
123456789
/Zephyr-latest/doc/hardware/peripherals/ |
D | retained_mem.rst | 32 responsible for ensuring that the function calls do not conflict with each
|
D | bc12.rst | 47 The application calls ``bc12_set_role()`` to transition the BC1.2 device to 53 The application calls ``bc12_set_role()`` with the type set to
|
/Zephyr-latest/samples/userspace/prod_consumer/ |
D | README.rst | 21 - Show how application-specific system calls are defined 24 - Show how to create application-specific system calls 51 We also demonstrate application-defined system calls, in the form of
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.mcux_lpspi | 29 api calls use to perform spi transactions. this queue needs to be as deep
|
D | Kconfig.sam | 31 API calls use to perform SPI transactions. This queue needs to be as deep
|
D | Kconfig | 29 This option enables the asynchronous API calls. 37 This option enables the RTIO API calls. RTIO support is
|
D | Kconfig.max32 | 38 API calls use to perform SPI transactions. This queue needs to be as deep
|
/Zephyr-latest/samples/posix/eventfd/ |
D | README.rst | 10 which can be used for event notification. The returned file descriptor is used with write/read calls
|
/Zephyr-latest/doc/services/portability/posix/implementation/ |
D | index.rst | 20 numbers for each supported architecture, but instead generates system calls dynamically at 75 - POSIX API calls should be provided as regular callable C functions; if a Zephyr
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig | 81 int "Submission queue size for blocking calls" 84 Blocking i2c calls when I2C_RTIO is enabled are copied into a per driver 91 int "Completion queue size for blocking calls" 94 Blocking i2c calls when I2C_RTIO is enabled are copied into a per driver
|
/Zephyr-latest/doc/kernel/usermode/ |
D | mpu_userspace.rst | 21 During system calls, the user mode thread's access to the system call and the
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | power_management.rst | 15 :ref:`pm-device-runtime` using explicit calls at an application level to :c:func:`pm_device_runtime…
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target_arm.cmake | 63 -mlong-calls
|
/Zephyr-latest/lib/os/zvfs/ |
D | Kconfig | 22 be used as an event wait/notify mechanism together with POSIX calls
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/ |
D | README.rst | 32 - :file:`main.c`: calls the generic math functions; 34 - :file:`cmsis_dsp_wrapper.c`: calls the exact math functions from CMSIS-DSP if :kconfig:option:`CO… 35 …n out of tree location where that NatureDSP lib and headers can be found, calls the exact math fun…
|
/Zephyr-latest/doc/services/crypto/ |
D | psa_crypto.rst | 144 more calls access the same object concurrently, then the behavior is 145 only well-defined if all the calls are only reading from the object 148 details, refer to `Concurrent calls 149 <https://arm-software.github.io/psa-api/crypto/1.2/overview/conventions.html#concurrent-calls>`_
|
/Zephyr-latest/tests/subsys/sd/mmc/ |
D | README.txt | 16 * IOCTL test: verify the SD subsystem correctly implements IOCTL calls required
|
/Zephyr-latest/tests/subsys/sd/sdmmc/ |
D | README.txt | 16 * IOCTL test: verify the SD subsystem correctly implements IOCTL calls required
|
/Zephyr-latest/scripts/build/ |
D | check_init_priorities.py | 290 for level, calls in self._obj.initlevels.items(): 292 for call in calls:
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.mcux_elcdif | 65 configure it here. In order for PXP rotation to work, calls to 103 configure it here. In order for PXP flip to work, calls to
|
/Zephyr-latest/arch/sparc/core/ |
D | trap_table_mvt.S | 155 TRAP_IN_TRAP; ! 0 System calls 163 SOFT_TRAP ! 8 System calls
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfu_srv.rst | 97 At the end of the BLOB transfer, the Firmware Update Server calls its 104 ensure that it is ready for being applied. Once the image has been verified, the application calls 107 If the image can't be verified, the application calls :c:func:`bt_mesh_dfu_srv_rejected`.
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-init.ld | 16 * platforms calls constructors before Zephyr loads (issue #39347).
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 26 There are CALL4/CALL8/CALL12 instructions to effect rotated calls 42 many calls, so they need to be GPR data that lives in registers and 101 to write a function using only A0-A3 and CALL4 calls and ignore higher
|
/Zephyr-latest/doc/services/storage/disk/ |
D | access.rst | 26 Init/deinit IOCTL calls are balanced, so a disk will not de-initialize until 36 de-initialization and initialization calls should be left to the filesystem
|
123456789