/Zephyr-latest/drivers/sensor/ams/ams_iAQcore/ |
D | iAQcore.c | 29 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/ |
D | smp_lorawan.c | 75 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/ |
D | README.txt | 1 This test tries to enable all possible networking related config options
|
/Zephyr-latest/drivers/sensor/st/lps2xdf/ |
D | ilps22qs.c | 93 uint8_t tries = 10; in st_ilps22qs_init() local 130 if (!--tries) { in st_ilps22qs_init()
|
D | lps22df.c | 171 uint8_t tries = 10; in st_lps22df_init() local 208 if (!--tries) { in st_lps22df_init()
|
D | lps28dfw.c | 178 uint8_t tries = 10; in st_lps28dfw_init() local 215 if (!--tries) { in st_lps28dfw_init()
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | Kconfig.tcpc_ps8xxx | 26 Number of initialization tries that will be performed
|
D | Kconfig.tcpc_tcpci | 20 Number of I2C transaction tries that will be performed for each request.
|
/Zephyr-latest/drivers/video/ |
D | gc2145.c | 716 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()
|
D | ov2640.c | 485 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/ |
D | Kconfig.zephyr_serial | 25 The bit read timeout specifies how long the driver tries to read the
|
/Zephyr-latest/drivers/sensor/bosch/bmi270/ |
D | bmi270.c | 652 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/ |
D | lorawan_emul.c | 108 int lorawan_set_conf_msg_tries(uint8_t tries) in lorawan_set_conf_msg_tries() argument
|
D | lorawan.c | 629 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/ |
D | FindThreads.cmake | 20 # The original implementation tries to find threads library using various
|
/Zephyr-latest/include/zephyr/lorawan/ |
D | lorawan.h | 306 int lorawan_set_conf_msg_tries(uint8_t tries);
|
/Zephyr-latest/drivers/sensor/st/lis2du12/ |
D | lis2du12.c | 63 uint8_t tries = 10; in lis2du12_reboot() local 70 if (!--tries) { in lis2du12_reboot()
|
/Zephyr-latest/lib/heap/ |
D | Kconfig | 35 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/ |
D | README.rst | 17 #. 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/ |
D | README.rst | 15 The philosopher always tries to get the lowest fork first (f1 then f2). When
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/ |
D | README.rst | 15 The philosopher always tries to get the lowest fork first (f1 then f2). When
|
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v2.rst | 25 not set, an error is thrown when the same thread tries to acquire
|
/Zephyr-latest/boards/sipeed/longan_nano/doc/ |
D | index.rst | 98 The default runner tries to flash the board via an external programmer using openocd.
|
/Zephyr-latest/drivers/sensor/st/lsm6dso/ |
D | lsm6dso_shub.c | 405 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/ |
D | README.txt | 73 The sample test script tries to automatically figure out the Zephyr base
|