Home
last modified time | relevance | path

Searched refs:again (Results 1 – 25 of 150) sorted by relevance

123456

/Zephyr-latest/drivers/sensor/ams/tsl2540/
Dtsl2540.c83 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 …]
Dtsl2540.h105 double again; member
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dutil.c84 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/
DREADME.rst14 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/
Dtsl2591.c139 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()
Dtsl2591.h122 uint16_t again; member
/Zephyr-latest/subsys/bluetooth/controller/util/
Dutil.c83 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/
DREADME.rst14 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/
Dapds9960.c241 (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/
DKconfig16 and list will run again to show them. This is useful when
/Zephyr-latest/drivers/serial/
DKconfig.xmc4xxx27 need to be fully flushed so that the interrupt will trigger again.
/Zephyr-latest/tests/benchmarks/sched/
DREADME.rst15 4. The partner thread then runs and calls _pend_curr_irqlock() again
/Zephyr-latest/boards/silabs/
Dindex.rst23 EFR32xG24 SoC, uses board BRD2601B, which again uses PCB2601A. It is possible to
/Zephyr-latest/samples/drivers/led/lp5569/
DREADME.rst12 LEDs until they are off again. Afterwards, it turns them all on at once, waits
/Zephyr-latest/subsys/net/lib/sockets/
Dgetaddrinfo.c135 again: in exec_query()
153 goto again; in exec_query()
162 goto again; in exec_query()
Dsockets_net_mgmt.c160 again: in znet_mgmt_recvfrom()
187 goto again; in znet_mgmt_recvfrom()
/Zephyr-latest/samples/drivers/fpga/fpga_controller/
DREADME.rst77 To upload the bitstream again you need to reset the FPGA:
110 Now the bitstream can be uploaded again.
/Zephyr-latest/include/zephyr/linker/
Dapp_smem.ld21 * A.ld and B.ld, when make is invoked again, B.ld
Dapp_smem_pinned.ld25 * A.ld and B.ld, when make is invoked again, B.ld
/Zephyr-latest/samples/drivers/led/is31fl3216a/
DREADME.rst13 turned off again.
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst151 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/
DREADME.rst56 .. note:: After the last message, the board will reset and the sequence will start again
/Zephyr-latest/tests/drivers/disk/disk_access/
DREADME.txt25 of various length to various sectors (once again, the driver must reject
/Zephyr-latest/subsys/net/ip/
Dnet_core.c159 again: in processing_data()
166 goto again; in processing_data()
/Zephyr-latest/subsys/usb/usb_c/
DKconfig42 delay before running the loop again.

123456