Searched defs:mcux_flexio_config (Results 1 – 1 of 1) sorted by relevance
19 struct mcux_flexio_config { struct20 FLEXIO_Type *base;21 const struct device *clock_dev;22 clock_control_subsys_t clock_subsys;23 void (*irq_config_func)(const struct device *dev);24 void (*irq_enable_func)(void);25 void (*irq_disable_func)(void);