Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/usb_c/tcpc/
Ducpd_stm32_priv.h267 LL_UCPD_InitTypeDef ucpd_params; member
Ducpd_stm32.c1383 (LL_UCPD_InitTypeDef *)&config->ucpd_params); in ucpd_init()
1470 .ucpd_params.psc_ucpdclk = ilog2(DT_INST_PROP(inst, psc_ucpdclk)), \
1471 .ucpd_params.transwin = DT_INST_PROP(inst, transwin) - 1, \
1472 .ucpd_params.IfrGap = DT_INST_PROP(inst, ifrgap) - 1, \
1473 .ucpd_params.HbitClockDiv = DT_INST_PROP(inst, hbitclkdiv) - 1, \