Home
last modified time | relevance | path

Searched defs:counter (Results 51 – 75 of 108) sorted by relevance

12345

/Zephyr-latest/samples/net/sockets/echo_async/src/
Dsocket_echo.c112 static int counter; in main() local
/Zephyr-latest/tests/boards/nrf/comp/src/
Dtest.c35 atomic_t counter; variable
/Zephyr-latest/samples/net/sockets/echo_service/src/
Dmain.c184 static int counter; in main() local
/Zephyr-latest/subsys/net/lib/lwm2m/
Dipso_light_control.c103 int32_t counter = *(int32_t *) data; in on_time_post_write_cb() local
Dipso_onoff_switch.c48 int64_t counter; member
/Zephyr-latest/subsys/net/ip/
Dnet_stats.c502 struct prometheus_counter *counter = in net_stats_prometheus_scrape() local
/Zephyr-latest/drivers/flash/
Dflash_gd32_v3.c220 uint8_t counter = 0U; in flash_gd32_erase_block() local
/Zephyr-latest/drivers/stepper/step_dir/
Dstep_dir_stepper_common.h34 const struct device *counter; member
/Zephyr-latest/boards/qemu/cortex_m0/
Dnrf_timer_timer.c61 static uint32_t counter(void) in counter() function
/Zephyr-latest/samples/net/sockets/echo_async_select/src/
Dsocket_echo_select.c98 static int counter; local
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_pdu.c73 for (int counter = 0; counter < 8; counter++) { in helper_pdu_encode_feature_req() local
88 for (int counter = 0; counter < 8; counter++) { in helper_pdu_encode_peripheral_feature_req() local
103 for (int counter = 0; counter < 8; counter++) { in helper_pdu_encode_feature_rsp() local
576 for (int counter = 0; counter < 8; counter++) { in helper_pdu_verify_feature_req() local
592 for (int counter = 0; counter < 8; counter++) { in helper_pdu_verify_peripheral_feature_req() local
610 for (int counter = 0; counter < 8; counter++) { in helper_pdu_verify_feature_rsp() local
/Zephyr-latest/samples/drivers/can/counter/src/
Dmain.c208 uint16_t counter = 0; in main() local
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dstubs.c148 uint16_t counter = RD_CLIENT_MAX_SERVICE_ITERATIONS; variable
/Zephyr-latest/samples/subsys/modbus/tcp_server/src/
Dmain.c268 static int counter; in main() local
/Zephyr-latest/subsys/testsuite/busy_sim/
Dbusy_sim.c31 const struct device *counter; member
/Zephyr-latest/drivers/espi/
Despi_saf_mchp_xec.c100 static int xec_saf_spin_yield(int *counter) in xec_saf_spin_yield()
671 int rc, counter; in saf_ecp_access() local
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_internal.h40 uint8_t counter; member
Dvocs_internal.h32 uint8_t counter; member
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dmain.c268 static int counter; in process_tcp() local
/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/src/
Dmain.c51 static uint8_t counter; variable
/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32_v1.c404 uint32_t counter = 0U; in handle_btf() local
960 for (uint32_t counter = 2; counter > 0; counter--) { in stm32_i2c_msg_read() local
/Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/src/
Dtest_counter.c204 uint32_t counter, in alarm_handler()
351 uint32_t counter, in alarm_handler2()
/Zephyr-latest/samples/net/sockets/http_server/src/
Dws.c64 uint32_t counter; member
/Zephyr-latest/tests/subsys/logging/log_benchmark/src/
Dmain.c33 size_t counter; member
/Zephyr-latest/tests/drivers/counter/counter_basic_api/src/
Dtest_counter.c357 uint32_t counter, in alarm_handler()
519 uint32_t counter, in alarm_handler2()

12345