Searched refs:give (Results 1 – 25 of 95) sorted by relevance
1234
/Zephyr-4.1.0/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-4.1.0/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-4.1.0/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-4.1.0/samples/boards/renesas/openamp_linux_zephyr/ |
D | CMakeLists.txt | 11 # METAL_MAX_DEVICE_REGIONS is used to give the number of memory regions shared
|
/Zephyr-4.1.0/kernel/ |
D | sem.c | 101 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-4.1.0/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-4.1.0/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-4.1.0/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-4.1.0/cmake/compiler/iar/ |
D | iccarm-fpu.cmake | 5 # Determines what argument to give to --fpu= based on the
|
D | iccarm-cpu.cmake | 5 # Determines what argument to give to --cpu= based on the
|
/Zephyr-4.1.0/include/zephyr/linker/ |
D | kobject-text.ld | 27 second argument below, but to give the user a good error message
|
/Zephyr-4.1.0/cmake/ |
D | gcc-m-fpu.cmake | 3 # Determines what argument to give to -mfpu= based on the
|
/Zephyr-4.1.0/doc/services/modbus/ |
D | index.rst | 28 * :zephyr:code-sample:`modbus-rtu-server` and :zephyr:code-sample:`modbus-rtu-client` samples give
|
/Zephyr-4.1.0/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-4.1.0/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-4.1.0/boards/arm/mps2/ |
D | mps2_an521_cpu0.dts | 33 * These SRAM and flash settings give the entire available
|
/Zephyr-4.1.0/tests/bluetooth/tester/ |
D | README | 29 The btproxy tool from BlueZ can be used to give access to a Bluetooth controller
|
/Zephyr-4.1.0/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-4.1.0/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