6#ifndef ZEPHYR_DRIVERS_NXP_LP_FLEXCOMM_H_
7#define ZEPHYR_DRIVERS_NXP_LP_FLEXCOMM_H_
9#include "fsl_lpflexcomm.h"
void nxp_lp_flexcomm_setirqhandler(const struct device *dev, const struct device *child_dev, LP_FLEXCOMM_PERIPH_T periph, child_isr_t handler)
void(* child_isr_t)(const struct device *dev)
Definition nxp_lp_flexcomm.h:11
Runtime device structure (in ROM) per driver instance.
Definition device.h:403