Searched full:unavailable (Results 1 – 25 of 80) sorted by relevance
1234
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | semaphores.rst | 22 A count of zero indicates that the semaphore is unavailable. 34 decrements its count, unless the semaphore is unavailable (i.e. at zero). 35 When a semaphore is unavailable a thread may choose to wait for it to be given. 36 Any number of threads may wait on an unavailable semaphore simultaneously. 49 not attempt to wait if the semaphore is unavailable.
|
/Zephyr-latest/modules/ |
D | Kconfig.sysbuild | 10 comment "Unavailable modules, please install those via the project manifest." 24 # and referencing, while keeping the settings themselves unavailable when the
|
D | Kconfig | 56 comment "Unavailable modules, please install those via the project manifest." 127 # and referencing, while keeping the settings themselves unavailable when the
|
/Zephyr-latest/modules/percepio/ |
D | Kconfig | 4 # module is unavailable.
|
/Zephyr-latest/include/zephyr/drivers/timer/ |
D | nrf_grtc_timer.h | 108 * @retval -EPERM if either channel is unavailable or SYSCOUNTER is not running. 123 * @retval -EPERM if either channel is unavailable or SYSCOUNTER is not running. 160 * @retval -EPERM if either channel is unavailable or SYSCOUNTER is not running. 174 * @retval -EPERM if either channel is unavailable or SYSCOUNTER is not running.
|
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,adp5585-gpio.yaml | 23 Ranges of GPIOs reserved unavailable on port expander.
|
/Zephyr-latest/include/zephyr/arch/x86/intel64/ |
D | syscall.h | 59 register uintptr_t r10 __asm__("%r10") = arg4; /* RCX unavailable */ in arch_syscall_invoke6() 81 register uintptr_t r10 __asm__("%r10") = arg4; /* RCX unavailable */ in arch_syscall_invoke5() 101 register uintptr_t r10 __asm__("%r10") = arg4; /* RCX unavailable */ in arch_syscall_invoke4()
|
/Zephyr-latest/doc/project/ |
D | communication.rst | 14 Discord is unavailable or an unsuitable forum.
|
/Zephyr-latest/samples/userspace/hello_world_user/ |
D | README.rst | 10 If unavailable or unconfigured then 'Hello World from privileged mode.'
|
/Zephyr-latest/dts/bindings/sensor/ |
D | espressif,esp32-temp.yaml | 15 Note that it is unavailable on the ESP32 due to missing offset calibration.
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | ble_mesh.c | 73 printk("Identity Address unavailable\n"); in bt_ready()
|
/Zephyr-latest/tests/arch/x86/info/src/ |
D | multiboot.c | 21 printk("MULTIBOOT: info struct UNAVAILABLE or EMPTY.\n\n"); in multiboot()
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 209 ss <unavailable> 210 ds <unavailable> 211 es <unavailable> 212 fs <unavailable> 213 gs <unavailable>
|
/Zephyr-latest/include/zephyr/net/http/ |
D | status.h | 88 HTTP_451_UNAVAILABLE_FOR_LEGAL_REASONS = 451, /**< Unavailable For Legal Reasons */ 92 HTTP_503_SERVICE_UNAVAILABLE = 503, /**< Service Unavailable */
|
/Zephyr-latest/arch/riscv/core/ |
D | asm_macros.inc | 83 #define RV_I(op...) /* unavailable */
|
/Zephyr-latest/tests/benchmarks/latency_measure/src/ |
D | int_to_thread.c | 83 /* Ensure that <isr_sem> is unavailable */ in start_thread_entry() 90 /* 1. Wait on an unavailable semaphore */ in start_thread_entry()
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | memmap.h | 29 * We don't only track available RAM -- we track unavailable regions, too:
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/ |
D | exception.h | 47 * When information for a member is unavailable, the field is set to zero.
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_oacp_internal.h | 51 /** Channel unavailable.*/
|
/Zephyr-latest/scripts/coredump/gdbstubs/arch/ |
D | risc_v.py | 118 # Mark registers as "<unavailable>". 'p' packets are not sent for the registers
|
D | arm64.py | 127 # Mark registers as "<unavailable>".
|
D | x86.py | 153 # Mark registers as "<unavailable>".
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | has_internal.h | 146 return "Preset unavailable"; in bt_has_change_id_str()
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/ |
D | exception.h | 91 * When information for a member is unavailable, the field is set to zero.
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | has.h | 415 * @brief Set the preset as unavailable. 418 * to peer devices. Unavailable preset cannot be selected as active preset. 420 * @param index The index of preset that's became unavailable.
|
1234