/Zephyr-latest/drivers/sensor/ams/tsl2540/ |
D | tsl2540.c | 83 cpl *= data->again; in tsl2540_channel_get() 108 double again = 0.0; in tsl2540_attr_set_gain() local 113 again = TSL2540_AGAIN_S1_2; in tsl2540_attr_set_gain() 117 again = TSL2540_AGAIN_S1; in tsl2540_attr_set_gain() 121 again = TSL2540_AGAIN_S4; in tsl2540_attr_set_gain() 125 again = TSL2540_AGAIN_S16; in tsl2540_attr_set_gain() 129 again = TSL2540_AGAIN_S64; in tsl2540_attr_set_gain() 133 again = TSL2540_CFG2_G128; in tsl2540_attr_set_gain() 145 data->again = again; in tsl2540_attr_set_gain() 180 cpl *= data->again; in tsl2540_attr_set() [all …]
|
D | tsl2540.h | 105 double again; member
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | util.c | 84 again: in util_aa_le32() 204 goto again; in util_aa_le32() 209 goto again; in util_aa_le32()
|
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/ |
D | README.rst | 14 beacon is started again. 15 BLE link is then disabled and started up again after 2 seconds, then same
|
/Zephyr-latest/drivers/sensor/ams/tsl2591/ |
D | tsl2591.c | 139 int64_t cpl = (int64_t)data->atime * (int64_t)data->again; in tsl2591_channel_get() 195 cpl = data->atime * data->again; in tsl2591_set_threshold() 294 data->again = TSL2591_GAIN_SCALE_LOW; in tsl2591_set_gain() 298 data->again = TSL2591_GAIN_SCALE_MED; in tsl2591_set_gain() 302 data->again = TSL2591_GAIN_SCALE_HIGH; in tsl2591_set_gain() 306 data->again = TSL2591_GAIN_SCALE_MAX; in tsl2591_set_gain() 439 data->again = TSL2591_GAIN_SCALE_LOW; in tsl2591_setup()
|
D | tsl2591.h | 122 uint16_t again; member
|
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | util.c | 83 again: in util_aa_le32() 210 goto again; in util_aa_le32() 216 goto again; in util_aa_le32()
|
/Zephyr-latest/samples/boards/st/power_mgmt/wkup_pins/ |
D | README.rst | 14 Press the user button designated in boards's devicetree overlay as "wkup-src" to power it on again. 39 Press the user button to power on the system again.
|
/Zephyr-latest/drivers/sensor/apds9960/ |
D | apds9960.c | 241 (config->again & APDS9960_AGAIN_64X))) { in apds9960_ambient_setup() 491 .again = APDS9960_AGAIN_64X, 493 .again = APDS9960_AGAIN_16X, 495 .again = APDS9960_AGAIN_4X, 497 .again = APDS9960_AGAIN_1X,
|
/Zephyr-latest/samples/subsys/fs/fs_sample/ |
D | Kconfig | 16 and list will run again to show them. This is useful when
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.xmc4xxx | 27 need to be fully flushed so that the interrupt will trigger again.
|
/Zephyr-latest/tests/benchmarks/sched/ |
D | README.rst | 15 4. The partner thread then runs and calls _pend_curr_irqlock() again
|
/Zephyr-latest/boards/silabs/ |
D | index.rst | 23 EFR32xG24 SoC, uses board BRD2601B, which again uses PCB2601A. It is possible to
|
/Zephyr-latest/samples/drivers/led/lp5569/ |
D | README.rst | 12 LEDs until they are off again. Afterwards, it turns them all on at once, waits
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | getaddrinfo.c | 135 again: in exec_query() 153 goto again; in exec_query() 162 goto again; in exec_query()
|
D | sockets_net_mgmt.c | 160 again: in znet_mgmt_recvfrom() 187 goto again; in znet_mgmt_recvfrom()
|
/Zephyr-latest/samples/drivers/fpga/fpga_controller/ |
D | README.rst | 77 To upload the bitstream again you need to reset the FPGA: 110 Now the bitstream can be uploaded again.
|
/Zephyr-latest/include/zephyr/linker/ |
D | app_smem.ld | 21 * A.ld and B.ld, when make is invoked again, B.ld
|
D | app_smem_pinned.ld | 25 * A.ld and B.ld, when make is invoked again, B.ld
|
/Zephyr-latest/samples/drivers/led/is31fl3216a/ |
D | README.rst | 13 turned off again.
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 151 the sleeping thread becomes ready once again. 181 the opportunity to execute before the current thread is scheduled again. 210 and allow other threads to execute. When the locking thread again 227 and is eligible to be scheduled once again. 247 context switch from the current thread to another thread and then back again. 328 and making the CPU idle again. In some systems, this can cause the CPU to idle 353 * again); else, make the CPU idle.
|
/Zephyr-latest/samples/drivers/watchdog/ |
D | README.rst | 56 .. note:: After the last message, the board will reset and the sequence will start again
|
/Zephyr-latest/tests/drivers/disk/disk_access/ |
D | README.txt | 25 of various length to various sectors (once again, the driver must reject
|
/Zephyr-latest/subsys/net/ip/ |
D | net_core.c | 159 again: in processing_data() 166 goto again; in processing_data()
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | Kconfig | 42 delay before running the loop again.
|