Lines Matching refs:connection
358 void CLOCK_AttachClk(clock_attach_id_t connection) in CLOCK_AttachClk() argument
364 if (((uint32_t)connection & PMU_TUPLE_MUX_AVAIL) != 0U) in CLOCK_AttachClk()
366 *PMU_TUPLE_REG(PMU, connection) = PMU_TUPLE_SEL(connection); in CLOCK_AttachClk()
368 else if (((uint32_t)connection & CLKOUT_TUPLE_MUX_AVAIL) != 0U) in CLOCK_AttachClk()
370 CLKCTL1->CLKOUTSEL0 = CLKCTL1_CLKOUTSEL0_SEL(((uint32_t)connection >> 4U) & 0x7U); in CLOCK_AttachClk()
371 CLKCTL1->CLKOUTSEL1 = CLKCTL1_CLKOUTSEL1_SEL(((uint32_t)connection >> 8U) & 0x7U); in CLOCK_AttachClk()
372 CLKCTL1->CLKOUTSEL2 = CLKCTL1_CLKOUTSEL2_SEL(((uint32_t)connection >> 12U) & 0x7U); in CLOCK_AttachClk()
378 connection = in CLOCK_AttachClk()
379 …(clock_attach_id_t)(uint32_t)(((uint32_t)connection) >> (i * 16U)); /*!< pick up next descriptor … in CLOCK_AttachClk()
381 if ((((uint32_t)connection) & CLKCTL1_TUPLE_FLAG_MASK) != 0UL) in CLOCK_AttachClk()
383 pClkSel = CLKCTL_TUPLE_REG(CLKCTL1, connection); in CLOCK_AttachClk()
387 pClkSel = CLKCTL_TUPLE_REG(CLKCTL0, connection); in CLOCK_AttachClk()
390 if ((((uint32_t)connection) & 0xFFCU) != 0UL) in CLOCK_AttachClk()
392 *pClkSel = CLKCTL_TUPLE_SEL(connection); in CLOCK_AttachClk()