Home
last modified time | relevance | path

Searched refs:calls (Results 26 – 50 of 204) sorted by relevance

123456789

/Zephyr-latest/doc/hardware/peripherals/
Dretained_mem.rst32 responsible for ensuring that the function calls do not conflict with each
Dbc12.rst47 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/
DREADME.rst21 - 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/
DKconfig.mcux_lpspi29 api calls use to perform spi transactions. this queue needs to be as deep
DKconfig.sam31 API calls use to perform SPI transactions. This queue needs to be as deep
DKconfig29 This option enables the asynchronous API calls.
37 This option enables the RTIO API calls. RTIO support is
DKconfig.max3238 API calls use to perform SPI transactions. This queue needs to be as deep
/Zephyr-latest/samples/posix/eventfd/
DREADME.rst10 which can be used for event notification. The returned file descriptor is used with write/read calls
/Zephyr-latest/doc/services/portability/posix/implementation/
Dindex.rst20 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/
DKconfig81 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/
Dmpu_userspace.rst21 During system calls, the user mode thread's access to the system call and the
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dpower_management.rst15 :ref:`pm-device-runtime` using explicit calls at an application level to :c:func:`pm_device_runtime…
/Zephyr-latest/cmake/compiler/gcc/
Dtarget_arm.cmake63 -mlong-calls
/Zephyr-latest/lib/os/zvfs/
DKconfig22 be used as an event wait/notify mechanism together with POSIX calls
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/
DREADME.rst32 - :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/
Dpsa_crypto.rst144 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/
DREADME.txt16 * IOCTL test: verify the SD subsystem correctly implements IOCTL calls required
/Zephyr-latest/tests/subsys/sd/sdmmc/
DREADME.txt16 * IOCTL test: verify the SD subsystem correctly implements IOCTL calls required
/Zephyr-latest/scripts/build/
Dcheck_init_priorities.py290 for level, calls in self._obj.initlevels.items():
292 for call in calls:
/Zephyr-latest/drivers/display/
DKconfig.mcux_elcdif65 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/
Dtrap_table_mvt.S155 TRAP_IN_TRAP; ! 0 System calls
163 SOFT_TRAP ! 8 System calls
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfu_srv.rst97 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/
Dcommon-rom-init.ld16 * platforms calls constructors before Zephyr loads (issue #39347).
/Zephyr-latest/arch/xtensa/core/
DREADME_WINDOWS.rst26 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/
Daccess.rst26 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