Searched refs:scgc5_clock_ena_bits (Results 1 – 12 of 12) sorted by relevance
51 .scgc5_clock_ena_bits = SIM_SCGC5_PHYDIG_MASK
51 .scgc5_clock_ena_bits = SIM_SCGC5_PHYDIG_MASK | SIM_SCGC5_BTLL_MASK,
51 .scgc5_clock_ena_bits = SIM_SCGC5_PHYDIG_MASK | SIM_SCGC5_ZigBee_MASK,
51 .scgc5_clock_ena_bits = SIM_SCGC5_PHYDIG_MASK | SIM_SCGC5_GEN_FSK_MASK,
534 …RSIM->CONTROL |= mode_config->scgc5_clock_ena_bits; /* Same bit storage is used but RSIM bit assig… in XCVR_Configure()536 SIM->SCGC5 |= mode_config->scgc5_clock_ena_bits; in XCVR_Configure()
701 uint32_t scgc5_clock_ena_bits; member