/Zephyr-Core-2.7.6/boards/xtensa/intel_s1000_crb/support/ |
D | device.py | 84 ready = self.irq_pin.read() 85 if not ready: 87 ready = self.irq_pin.read() 88 if not ready: 90 return ready
|
/Zephyr-Core-2.7.6/drivers/console/ |
D | native_posix_console.c | 129 int ready; in stdin_not_ready() local 139 ready = select(STDIN_FILENO+1, &readfds, NULL, NULL, &timeout); in stdin_not_ready() 141 if (ready == 0) { in stdin_not_ready() 143 } else if (ready == -1) { in stdin_not_ready()
|
/Zephyr-Core-2.7.6/samples/sensor/wsen_itds/ |
D | README.rst | 9 5 sec in the interval of 300msec in polling mode. Then data ready trigger mode 17 Connect sensor IN1 for interrupt(data ready trigger) to Disco board D8 pin 50 Testing data ready trigger. 56 Data ready trigger test finished.
|
/Zephyr-Core-2.7.6/doc/reference/kernel/scheduling/ |
D | index.rst | 21 - transition of a thread to the :ref:`ready state <thread_states>`, for 38 The kernel's scheduler selects the highest priority ready thread 39 to be the current thread. When multiple ready threads of the same priority 58 The kernel can be built with one of several choices for the ready queue 62 * Simple linked-list ready queue (:kconfig:`CONFIG_SCHED_DUMB`) 64 The scheduler ready queue will be implemented as a simple unordered list, with 71 * Red/black tree ready queue (:kconfig:`CONFIG_SCHED_SCALABLE`) 73 The scheduler ready queue will be implemented as a red/black tree. This has 80 so). Most applications won't need this ready queue implementation. 82 * Traditional multi-queue ready queue (:kconfig:`CONFIG_SCHED_MULTIQ`) [all …]
|
/Zephyr-Core-2.7.6/drivers/serial/ |
D | uart_native_posix.c | 322 int ready; in np_uart_stdin_poll_in() local 329 ready = select(in_f+1, &readfds, NULL, NULL, &timeout); in np_uart_stdin_poll_in() 331 if (ready == 0) { in np_uart_stdin_poll_in() 333 } else if (ready == -1) { in np_uart_stdin_poll_in()
|
/Zephyr-Core-2.7.6/arch/x86/include/intel64/ |
D | kernel_arch_data.h | 22 volatile int ready; /* CPU has started */ member
|
/Zephyr-Core-2.7.6/drivers/sensor/iis3dhhc/ |
D | Kconfig | 61 bool "Data ready interrupt to INT1 pin" 65 Say Y to route data ready interrupt to INT1 pin. Say N to route to
|
/Zephyr-Core-2.7.6/drivers/sensor/bmc150_magn/ |
D | Kconfig | 68 bool "Enable data ready trigger" 71 Enable data ready interrupt for BMC150 magnetometer
|
/Zephyr-Core-2.7.6/drivers/sensor/fxas21002/ |
D | Kconfig | 72 bool "Data ready interrupt to INT1 pin" 74 Say Y to route data ready interrupt to INT1 pin. Say N to route to
|
/Zephyr-Core-2.7.6/drivers/sensor/ams_iAQcore/ |
D | Kconfig | 17 Number of retries when reading failed or device not ready.
|
/Zephyr-Core-2.7.6/arch/x86/core/intel64/ |
D | cpu.c | 155 while (x86_cpuboot[cpu_num].ready == 0) { in arch_start_cpu() 191 cpuboot->ready++; in z_x86_cpu_init()
|
/Zephyr-Core-2.7.6/include/fs/ |
D | nvs.h | 53 bool ready; member
|
/Zephyr-Core-2.7.6/boards/arc/hsdk/ |
D | Kconfig.board | 10 The DesignWare ARC HS Development Kit is a ready-to-use platform for
|
/Zephyr-Core-2.7.6/drivers/entropy/ |
D | Kconfig.stm32 | 28 hardware to make them ready for thread mode consumers. 46 hardware to make them ready for ISR consumers.
|
D | Kconfig.nrf5 | 40 hardware to make them ready for thread mode consumers. 58 hardware to make them ready for ISR consumers.
|
/Zephyr-Core-2.7.6/samples/sensor/fxas21002/ |
D | README.rst | 9 A sensor application that demonstrates how to use the fxas21002 data ready
|
/Zephyr-Core-2.7.6/drivers/sensor/fxos8700/ |
D | Kconfig | 61 bool "Data ready interrupt to INT1 pin" 64 Say Y to route data ready interrupt to INT1 pin. Say N to route to
|
/Zephyr-Core-2.7.6/samples/sensor/ccs811/ |
D | Kconfig | 17 bool "Trigger on data ready"
|
/Zephyr-Core-2.7.6/arch/x86/core/offsets/ |
D | intel64_offsets.c | 49 GEN_OFFSET_SYM(x86_cpuboot_t, ready);
|
/Zephyr-Core-2.7.6/doc/introduction/ |
D | index.rst | 76 * Simple linked-list ready queue 77 * Red/black tree ready queue 78 * Traditional multi-queue ready queue 123 (LE Link Layer). Includes Bluetooth mesh and a Bluetooth qualification-ready
|
/Zephyr-Core-2.7.6/drivers/ieee802154/ |
D | Kconfig.dw1000 | 33 be ready first (and sometime gpio should be the very first as spi
|
D | Kconfig.rf2xx | 35 be ready first (and sometime gpio should be the very first as spi
|
/Zephyr-Core-2.7.6/drivers/sensor/lsm9ds0_gyro/ |
D | Kconfig | 77 bool "Enable data ready trigger"
|
/Zephyr-Core-2.7.6/samples/sensor/lsm6dso/ |
D | README.rst | 9 12.5Hz and enables a trigger on data ready. It displays on the console
|
/Zephyr-Core-2.7.6/subsys/fs/nvs/ |
D | nvs.c | 831 if (!fs->ready) { in nvs_clear() 845 fs->ready = false; in nvs_clear() 902 fs->ready = true; in nvs_init() 924 if (!fs->ready) { in nvs_write() 1047 if (!fs->ready) { in nvs_read_hist() 1111 if (!fs->ready) { in nvs_calc_free_space()
|