Searched refs:give (Results 1 – 25 of 92) sorted by relevance
1234
/Zephyr-latest/samples/cpp/cpp_synchronization/src/ |
D | main.cpp | 33 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/ |
D | clang_libgcc.cfg | 3 # 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/ |
D | b_u585i_iot02a.overlay | 2 * give a prescaler to the lptim clock : LSE / 16 = 2048Hz
|
D | nucleo_wb55rg.overlay | 2 * give a prescaler to the lptim clock : LSE / 32 = 1024Hz
|
D | nucleo_wba55cg.overlay | 2 * give a prescaler to the lptim clock : LSE / 32 = 1024Hz
|
/Zephyr-latest/kernel/ |
D | sem.c | 102 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/ |
D | nrf54l15dk_nrf54l05_cpuapp.dts | 22 /* FLPR not supported yet, give all SRAM and RRAM to the APP core */
|
D | nrf54l15dk_nrf54l10_cpuapp.dts | 22 /* FLPR not supported yet, give all SRAM and RRAM to the APP core */
|
/Zephyr-latest/subsys/sensing/ |
D | Kconfig | 61 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/ |
D | nrf91ns.dtsi | 51 * so we give it the 'gpiote' label for use when building
|
D | nrf5340_cpuappns.dtsi | 55 * so we give it the 'gpiote' label for use when building
|
D | nrf91.dtsi | 65 * so we give it the 'gpiote' label for use when building
|
D | nrf5340_cpuapp.dtsi | 81 * so we give it the 'gpiote' label for use when building
|
/Zephyr-latest/include/zephyr/linker/ |
D | kobject-text.ld | 27 second argument below, but to give the user a good error message
|
/Zephyr-latest/cmake/ |
D | gcc-m-fpu.cmake | 3 # Determines what argument to give to -mfpu= based on the
|
D | gcc-m-cpu.cmake | 3 # Determines what argument to give to -mcpu= based on the
|
/Zephyr-latest/doc/services/modbus/ |
D | index.rst | 28 * :zephyr:code-sample:`modbus-rtu-server` and :zephyr:code-sample:`modbus-rtu-client` samples give
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfd_srv.rst | 18 Distribution Client model on a different device to give it information and trigger image
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | README.rst | 94 …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/ |
D | README | 29 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/ |
D | mps2_an521_cputest.dts | 33 * These SRAM and flash settings give the entire available
|
/Zephyr-latest/boards/arm/mps2/ |
D | mps2_an521_cpu0.dts | 33 * These SRAM and flash settings give the entire available
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | target.cmake | 55 # toolchain we need to give CMake the necessary flags to compile and
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/ |
D | README.rst | 16 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/ |
D | README.rst | 16 done, he will give back the forks in the reverse order (f2 then f1). If he
|
1234