Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/uart/uart_errors/src/
Dmain.c52 bool cfg_ok; member
176 bool trig_reconfig = ((pre_err && data->cfg_ok) || (post_err && !data->cfg_ok)); in aux_int_callback()
198 static void reconfigure(const struct device *dev, bool cfg_ok, bool *hwfc) in reconfigure() argument
216 config.parity = cfg_ok ? UART_CFG_PARITY_NONE : UART_CFG_PARITY_EVEN; in reconfigure()
248 .cfg_ok = true, in aux_tx()
261 data.cfg_ok = false; in aux_tx()
268 data.cfg_ok = true; in aux_tx()