Searched full:muxsel (Results 1 – 3 of 3) sorted by relevance
101 This array configures the sources of input to the LCU module by programming the muxsel.
360 NUMAKER_UTCPD_REG_DUMP(dev, MUXSEL); in numaker_utcpd_dump_regs()1361 uint32_t muxsel; in numaker_utcpd_init_startup() local1412 muxsel = UTCPD_MUXSEL_CC2FRSS_Msk | UTCPD_MUXSEL_CC2VCENS_Msk | UTCPD_MUXSEL_CC1FRSS_Msk | in numaker_utcpd_init_startup()1419 muxsel |= (config->eadc.spec_vbus->channel_id << UTCPD_MUXSEL_ADCSELVB_Pos); in numaker_utcpd_init_startup()1421 muxsel |= UTCPD_MUXSEL_ADCSELVB_Msk; in numaker_utcpd_init_startup()1424 muxsel |= (config->eadc.spec_vconn->channel_id << UTCPD_MUXSEL_ADCSELVC_Pos); in numaker_utcpd_init_startup()1426 muxsel |= UTCPD_MUXSEL_ADCSELVC_Msk; in numaker_utcpd_init_startup()1428 rc = NUMAKER_UTCPD_REG_WRITE_BY_NAME(dev, MUXSEL, muxsel); in numaker_utcpd_init_startup()
238 .MuxSel = DT_INST_PROP_BY_IDX(n, lcu_mux_sel, mux_sel_idx), \343 .MuxSel = LCU_IP_MUX_SEL_LOGIC_0, \