Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/soc/arm/nxp_imx/rt/
Dsoc.h27 typedef void (*usdhc_pin_cfg_cb)(uint16_t nusdhc, bool init, typedef
33 void imxrt_usdhc_pinmux_cb_register(usdhc_pin_cfg_cb cb);
Dsoc_rt10xx.c250 static usdhc_pin_cfg_cb g_usdhc_pin_cfg_cb;
252 void imxrt_usdhc_pinmux_cb_register(usdhc_pin_cfg_cb cb) in imxrt_usdhc_pinmux_cb_register()