Home
last modified time | relevance | path

Searched refs:give (Results 1 – 25 of 92) sorted by relevance

1234

/Zephyr-latest/samples/cpp/cpp_synchronization/src/
Dmain.cpp33 virtual void give(void) = 0;
58 virtual void give(void);
105 void cpp_semaphore::give(void) in give() function in cpp_semaphore
129 sem_main.give(); in coop_thread_entry()
149 sem_coop.give(); in main()
/Zephyr-latest/cmake/toolchain/llvm/
Dclang_libgcc.cfg3 # Tell clang to give us the actual path to libgcc.a
7 # better tell clang to give us the correct path to libgcc.a.
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/boards/
Db_u585i_iot02a.overlay2 * give a prescaler to the lptim clock : LSE / 16 = 2048Hz
Dnucleo_wb55rg.overlay2 * give a prescaler to the lptim clock : LSE / 32 = 1024Hz
Dnucleo_wba55cg.overlay2 * give a prescaler to the lptim clock : LSE / 32 = 1024Hz
/Zephyr-latest/kernel/
Dsem.c102 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_sem, give, sem); in z_impl_k_sem_give()
120 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_sem, give, sem); in z_impl_k_sem_give()
/Zephyr-latest/boards/nordic/nrf54l15dk/
Dnrf54l15dk_nrf54l05_cpuapp.dts22 /* FLPR not supported yet, give all SRAM and RRAM to the APP core */
Dnrf54l15dk_nrf54l10_cpuapp.dts22 /* FLPR not supported yet, give all SRAM and RRAM to the APP core */
/Zephyr-latest/subsys/sensing/
DKconfig61 Ring buffer data is stored by runtime thread, and then give semaphore
64 soon as runtime thread give semaphore. Take for example, if runtime
/Zephyr-latest/dts/arm/nordic/
Dnrf91ns.dtsi51 * so we give it the 'gpiote' label for use when building
Dnrf5340_cpuappns.dtsi55 * so we give it the 'gpiote' label for use when building
Dnrf91.dtsi65 * so we give it the 'gpiote' label for use when building
Dnrf5340_cpuapp.dtsi81 * so we give it the 'gpiote' label for use when building
/Zephyr-latest/include/zephyr/linker/
Dkobject-text.ld27 second argument below, but to give the user a good error message
/Zephyr-latest/cmake/
Dgcc-m-fpu.cmake3 # Determines what argument to give to -mfpu= based on the
Dgcc-m-cpu.cmake3 # Determines what argument to give to -mcpu= based on the
/Zephyr-latest/doc/services/modbus/
Dindex.rst28 * :zephyr:code-sample:`modbus-rtu-server` and :zephyr:code-sample:`modbus-rtu-client` samples give
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfd_srv.rst18 Distribution Client model on a different device to give it information and trigger image
/Zephyr-latest/tests/benchmarks/latency_measure/
DREADME.rst94 …semaphore.give.immediate.kernel - Give a semaphore (no waiters) : …
97 …semaphore.give.wake+ctx.k_to_k - Give a semaphore (context switch) : …
147 …semaphore.give.immediate.kernel - Give a semaphore (no waiters) : …
150 …semaphore.give.wake+ctx.k_to_k - Give a semaphore (context switch) : …
204 …semaphore.give.immediate.kernel - Give a semaphore (no waiters) : …
207 …semaphore.give.wake+ctx.k_to_k - Give a semaphore (context switch) : …
316 …semaphore.give.immediate.kernel - Give a semaphore (no waiters) : …
318 …semaphore.give.immediate.user - Give a semaphore (no waiters) : …
321 …semaphore.give.wake+ctx.k_to_k - Give a semaphore (context switch) : …
323 …semaphore.give.wake+ctx.u_to_k - Give a semaphore (context switch) : …
[all …]
/Zephyr-latest/tests/bluetooth/tester/
DREADME29 The btproxy tool from BlueZ can be used to give access to a Bluetooth controller
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/arm/mps2/
Dmps2_an521_cputest.dts33 * These SRAM and flash settings give the entire available
/Zephyr-latest/boards/arm/mps2/
Dmps2_an521_cpu0.dts33 * These SRAM and flash settings give the entire available
/Zephyr-latest/cmake/compiler/xcc/
Dtarget.cmake55 # toolchain we need to give CMake the necessary flags to compile and
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DREADME.rst16 done, he will give back the forks in the reverse order (f2 then f1). If he
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/
DREADME.rst16 done, he will give back the forks in the reverse order (f2 then f1). If he

1234