Home
last modified time | relevance | path

Searched refs:push_pull_recovery (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/i2c/
Di2c_ite_it8xxx2.c57 bool push_pull_recovery; member
1195 gpio_flags_t flags = GPIO_OUTPUT | (config->push_pull_recovery ? 0 : GPIO_OPEN_DRAIN); in i2c_it8xxx2_recover_bus()
1312 .push_pull_recovery = DT_INST_PROP(inst, push_pull_recovery), \
Di2c_ite_enhance.c79 bool push_pull_recovery; member
1272 gpio_flags_t flags = GPIO_OUTPUT | (config->push_pull_recovery ? 0 : GPIO_OPEN_DRAIN); in i2c_enhance_recover_bus()
1502 .push_pull_recovery = DT_INST_PROP(inst, push_pull_recovery), \