Home
last modified time | relevance | path

Searched refs:off_on_delay_us (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/power_domain/
Dpower_domain_gpio.c21 uint32_t off_on_delay_us; member
92 next_boot_ticks = k_uptime_ticks() + k_us_to_ticks_ceil32(cfg->off_on_delay_us); in pd_gpio_pm_action()
122 data->next_boot = K_TIMEOUT_ABS_US(cfg->off_on_delay_us); in pd_gpio_init()
132 .off_on_delay_us = DT_INST_PROP(id, off_on_delay_us), \
/Zephyr-latest/tests/drivers/regulator/fixed/src/
Dmain.c18 off_on_delay_us) / 1000U;
/Zephyr-latest/include/zephyr/drivers/
Dregulator.h175 uint32_t off_on_delay_us; member
206 .off_on_delay_us = DT_PROP_OR(node_id, off_on_delay_us, 0), \
/Zephyr-latest/drivers/regulator/
Dregulator_common.c133 regulator_delay(config->off_on_delay_us); in regulator_enable()