Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 25 of 61) sorted by relevance

123

/Zephyr-latest/drivers/sensor/ams/ams_iAQcore/
DiAQcore.c29 int ret, tries; in iaqcore_sample_fetch() local
37 for (tries = 0; tries < CONFIG_IAQ_CORE_MAX_READ_RETRIES; tries++) { in iaqcore_sample_fetch()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_lorawan.c75 uint8_t tries = CONFIG_MCUMGR_TRANSPORT_LORAWAN_POLL_FOR_DATA_RETRIES; in smp_lorawan_uplink_thread() local
91 while (tries > 0) { in smp_lorawan_uplink_thread()
104 --tries; in smp_lorawan_uplink_thread()
/Zephyr-latest/tests/net/all/
DREADME.txt1 This test tries to enable all possible networking related config options
/Zephyr-latest/drivers/sensor/st/lps2xdf/
Dilps22qs.c93 uint8_t tries = 10; in st_ilps22qs_init() local
130 if (!--tries) { in st_ilps22qs_init()
Dlps22df.c171 uint8_t tries = 10; in st_lps22df_init() local
208 if (!--tries) { in st_lps22df_init()
Dlps28dfw.c178 uint8_t tries = 10; in st_lps28dfw_init() local
215 if (!--tries) { in st_lps28dfw_init()
/Zephyr-latest/drivers/usb_c/tcpc/
DKconfig.tcpc_ps8xxx26 Number of initialization tries that will be performed
DKconfig.tcpc_tcpci20 Number of I2C transaction tries that will be performed for each request.
/Zephyr-latest/drivers/video/
Dgc2145.c716 uint8_t tries = 3; in gc2145_write_reg() local
732 } while (tries--); in gc2145_write_reg()
741 uint8_t tries = 3; in gc2145_read_reg() local
757 } while (tries--); in gc2145_read_reg()
Dov2640.c485 uint8_t tries = 3; in ov2640_write_reg() local
493 while (tries--) { in ov2640_write_reg()
507 uint8_t tries = 3; in ov2640_read_reg() local
516 while (tries--) { in ov2640_read_reg()
/Zephyr-latest/drivers/w1/
DKconfig.zephyr_serial25 The bit read timeout specifies how long the driver tries to read the
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270.c652 uint8_t tries; in bmi270_init() local
736 for (tries = 0; tries <= BMI270_CONFIG_FILE_RETRIES; tries++) { in bmi270_init()
750 if (tries == BMI270_CONFIG_FILE_RETRIES) { in bmi270_init()
/Zephyr-latest/subsys/lorawan/
Dlorawan_emul.c108 int lorawan_set_conf_msg_tries(uint8_t tries) in lorawan_set_conf_msg_tries() argument
Dlorawan.c629 int lorawan_set_conf_msg_tries(uint8_t tries) in lorawan_set_conf_msg_tries() argument
634 mib_req.Param.ChannelsNbTrans = tries; in lorawan_set_conf_msg_tries()
/Zephyr-latest/cmake/modules/
DFindThreads.cmake20 # The original implementation tries to find threads library using various
/Zephyr-latest/include/zephyr/lorawan/
Dlorawan.h306 int lorawan_set_conf_msg_tries(uint8_t tries);
/Zephyr-latest/drivers/sensor/st/lis2du12/
Dlis2du12.c63 uint8_t tries = 10; in lis2du12_reboot() local
70 if (!--tries) { in lis2du12_reboot()
/Zephyr-latest/lib/heap/
DKconfig35 int "Number of tries in the inner heap allocation loop"
38 The sys_heap allocator bounds the number of tries from the
/Zephyr-latest/samples/sensor/grow_r502a/
DREADME.rst17 #. When SENSOR_ATTR_RECORD_FIND is set then it tries to find a match for the input fingerprint. On …
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DREADME.rst15 The philosopher always tries to get the lowest fork first (f1 then f2). When
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/
DREADME.rst15 The philosopher always tries to get the lowest fork first (f1 then f2). When
/Zephyr-latest/doc/services/portability/
Dcmsis_rtos_v2.rst25 not set, an error is thrown when the same thread tries to acquire
/Zephyr-latest/boards/sipeed/longan_nano/doc/
Dindex.rst98 The default runner tries to flash the board via an external programmer using openocd.
/Zephyr-latest/drivers/sensor/st/lsm6dso/
Dlsm6dso_shub.c405 int tries = 200; /* Should be max ~160 ms, from 2 cycles at slowest ODR 12.5 Hz */ in lsm6dso_shub_wait_completed() local
408 if (!--tries) { in lsm6dso_shub_wait_completed()
/Zephyr-latest/scripts/net/
DREADME.txt73 The sample test script tries to automatically figure out the Zephyr base

123