Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/usb_c/tcpc/
Ducpd_stm32_priv.h267 LL_UCPD_InitTypeDef ucpd_params; member
Ducpd_stm32.c1403 (LL_UCPD_InitTypeDef *)&config->ucpd_params); in ucpd_init()
1491 .ucpd_params.psc_ucpdclk = ilog2(DT_INST_PROP(inst, psc_ucpdclk)), \
1492 .ucpd_params.transwin = DT_INST_PROP(inst, transwin) - 1, \
1493 .ucpd_params.IfrGap = DT_INST_PROP(inst, ifrgap) - 1, \
1494 .ucpd_params.HbitClockDiv = DT_INST_PROP(inst, hbitclkdiv) - 1, \