Home
last modified time | relevance | path

Searched refs:timer_status (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/mfd/
Dmfd_npm2100.c301 uint8_t timer_status; in mfd_npm2100_set_timer() local
308 ret = i2c_reg_read_byte_dt(&config->i2c, TIMER_STATUS, &timer_status); in mfd_npm2100_set_timer()
313 if (timer_status != TIMER_STATUS_IDLE) { in mfd_npm2100_set_timer()
/Zephyr-latest/drivers/counter/
Dcounter_renesas_rz_gtm.c45 timer_status_t timer_status; in counter_rz_gtm_get_value() local
48 err = cfg->fsp_api->statusGet(data->fsp_ctrl, &timer_status); in counter_rz_gtm_get_value()
52 uint32_t value = (uint32_t)timer_status.counter; in counter_rz_gtm_get_value()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c2685 uint32_t timer_status; in bt_tbs_set_signal_strength() local
2701 timer_status = k_work_delayable_remaining_get(&inst->reporting_interval_work); in bt_tbs_set_signal_strength()
2702 if (timer_status == 0) { in bt_tbs_set_signal_strength()
2706 LOG_DBG("Index %u: Reporting signal strength in %d ms", bearer_index, timer_status); in bt_tbs_set_signal_strength()