Home
last modified time | relevance | path

Searched refs:CONTROL (Results 1 – 25 of 217) sorted by relevance

123456789

/hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad_matrix.c32 base->CONTROL = (CP_MTX << 4U) | PQ_MTX_ADD; in PQ_MatrixAddition()
45 base->CONTROL = (CP_MTX << 4U) | PQ_MTX_SUB; in PQ_MatrixSubtraction()
58 base->CONTROL = (CP_MTX << 4U) | PQ_MTX_MULT; in PQ_MatrixMultiplication()
71 base->CONTROL = (CP_MTX << 4U) | PQ_MTX_PROD; in PQ_MatrixProduct()
84 base->CONTROL = (CP_MTX << 4U) | PQ_VEC_DOTP; in PQ_VectorDotProduct()
103 base->CONTROL = (CP_MTX << 4U) | PQ_MTX_INV; in PQ_MatrixInversion()
114 base->CONTROL = (CP_MTX << 4U) | PQ_MTX_TRAN; in PQ_MatrixTranspose()
130 base->CONTROL = (CP_MTX << 4U) | PQ_MTX_SCALE; in PQ_MatrixScale()
Dfsl_powerquad_transform.c30 base->CONTROL = (CP_FFT << 4U) | PQ_TRANS_CFFT; in PQ_TransformCFFT()
50 base->CONTROL = (CP_FFT << 4U) | PQ_TRANS_RFFT; in PQ_TransformRFFT()
61 base->CONTROL = (CP_FFT << 4U) | PQ_TRANS_IFFT; in PQ_TransformIFFT()
72 base->CONTROL = (CP_FFT << 4U) | PQ_TRANS_CDCT; in PQ_TransformCDCT()
91 base->CONTROL = (CP_FFT << 4U) | PQ_TRANS_RDCT; in PQ_TransformRDCT()
102 base->CONTROL = (CP_FFT << 4U) | PQ_TRANS_IDCT; in PQ_TransformIDCT()
Dfsl_powerquad_filter.c288 base->CONTROL = (CP_FIR << 4U) | opType; in PQ_FIR()
295 base->CONTROL = (CP_FIR << 4U) | PQ_FIR_INCREMENTAL; in PQ_FIRIncrement()
/hal_nxp-latest/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.c74 __IO uint32_t CONTROL; member
99 __IO uint32_t CONTROL; member
133 __IO uint32_t CONTROL; member
156 __IO uint32_t CONTROL; member
178 __IO uint32_t CONTROL; member
205 __IO uint32_t CONTROL; member
261 __IO uint32_t CONTROL; member
269 __IO uint32_t CONTROL; member
286 __IO uint32_t CONTROL; member
341 __IO uint32_t CONTROL; member
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/emc/
Dfsl_emc.h258 base->CONTROL |= EMC_CONTROL_E_MASK; in EMC_Enable()
262 base->CONTROL &= ~EMC_CONTROL_E_MASK; in EMC_Enable()
297 base->CONTROL |= EMC_CONTROL_M_MASK; in EMC_MirrorChipAddr()
301 base->CONTROL &= ~EMC_CONTROL_M_MASK; in EMC_MirrorChipAddr()
348 base->CONTROL |= EMC_CONTROL_L_MASK; in EMC_EnterLowPowerMode()
352 base->CONTROL &= ~EMC_CONTROL_L_MASK; in EMC_EnterLowPowerMode()
Dfsl_emc.c211 base->CONTROL = EMC_CONTROL_E_MASK; in EMC_Init()
439 base->CONTROL &= ~EMC_CONTROL_E_MASK; in EMC_Deinit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1181/drivers/
Dfsl_clock.h1430 CCM->CLOCK_ROOT[root].CONTROL = in CLOCK_SetRootClockMux()
1431 …(CCM->CLOCK_ROOT[root].CONTROL & ~(CCM_CLOCK_ROOT_CONTROL_MUX_MASK)) | CCM_CLOCK_ROOT_CONTROL_MUX(… in CLOCK_SetRootClockMux()
1435 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockMux()
1447 …return (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_MUX_MASK) >> CCM_CLOCK_ROOT_CONTROL… in CLOCK_GetRootClockMux()
1471 …CCM->CLOCK_ROOT[root].CONTROL = (CCM->CLOCK_ROOT[root].CONTROL & ~CCM_CLOCK_ROOT_CONTROL_DIV_MASK)… in CLOCK_SetRootClockDiv()
1476 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockDiv()
1488 …return ((CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_DIV_MASK) >> CCM_CLOCK_ROOT_CONTRO… in CLOCK_GetRootClockDiv()
1499 if (0UL == (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_OFF_MASK)) in CLOCK_PowerOffRootClock()
1505 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOffRootClock()
1521 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOnRootClock()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1189/drivers/
Dfsl_clock.h1430 CCM->CLOCK_ROOT[root].CONTROL = in CLOCK_SetRootClockMux()
1431 …(CCM->CLOCK_ROOT[root].CONTROL & ~(CCM_CLOCK_ROOT_CONTROL_MUX_MASK)) | CCM_CLOCK_ROOT_CONTROL_MUX(… in CLOCK_SetRootClockMux()
1435 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockMux()
1447 …return (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_MUX_MASK) >> CCM_CLOCK_ROOT_CONTROL… in CLOCK_GetRootClockMux()
1471 …CCM->CLOCK_ROOT[root].CONTROL = (CCM->CLOCK_ROOT[root].CONTROL & ~CCM_CLOCK_ROOT_CONTROL_DIV_MASK)… in CLOCK_SetRootClockDiv()
1476 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockDiv()
1488 …return ((CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_DIV_MASK) >> CCM_CLOCK_ROOT_CONTRO… in CLOCK_GetRootClockDiv()
1499 if (0UL == (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_OFF_MASK)) in CLOCK_PowerOffRootClock()
1505 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOffRootClock()
1521 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOnRootClock()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1182/drivers/
Dfsl_clock.h1430 CCM->CLOCK_ROOT[root].CONTROL = in CLOCK_SetRootClockMux()
1431 …(CCM->CLOCK_ROOT[root].CONTROL & ~(CCM_CLOCK_ROOT_CONTROL_MUX_MASK)) | CCM_CLOCK_ROOT_CONTROL_MUX(… in CLOCK_SetRootClockMux()
1435 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockMux()
1447 …return (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_MUX_MASK) >> CCM_CLOCK_ROOT_CONTROL… in CLOCK_GetRootClockMux()
1471 …CCM->CLOCK_ROOT[root].CONTROL = (CCM->CLOCK_ROOT[root].CONTROL & ~CCM_CLOCK_ROOT_CONTROL_DIV_MASK)… in CLOCK_SetRootClockDiv()
1476 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockDiv()
1488 …return ((CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_DIV_MASK) >> CCM_CLOCK_ROOT_CONTRO… in CLOCK_GetRootClockDiv()
1499 if (0UL == (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_OFF_MASK)) in CLOCK_PowerOffRootClock()
1505 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOffRootClock()
1521 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOnRootClock()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1187/drivers/
Dfsl_clock.h1430 CCM->CLOCK_ROOT[root].CONTROL = in CLOCK_SetRootClockMux()
1431 …(CCM->CLOCK_ROOT[root].CONTROL & ~(CCM_CLOCK_ROOT_CONTROL_MUX_MASK)) | CCM_CLOCK_ROOT_CONTROL_MUX(… in CLOCK_SetRootClockMux()
1435 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockMux()
1447 …return (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_MUX_MASK) >> CCM_CLOCK_ROOT_CONTROL… in CLOCK_GetRootClockMux()
1471 …CCM->CLOCK_ROOT[root].CONTROL = (CCM->CLOCK_ROOT[root].CONTROL & ~CCM_CLOCK_ROOT_CONTROL_DIV_MASK)… in CLOCK_SetRootClockDiv()
1476 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockDiv()
1488 …return ((CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_DIV_MASK) >> CCM_CLOCK_ROOT_CONTRO… in CLOCK_GetRootClockDiv()
1499 if (0UL == (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_OFF_MASK)) in CLOCK_PowerOffRootClock()
1505 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOffRootClock()
1521 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOnRootClock()
[all …]
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/dcd/
Dusb_hsdcd.c158 dcdHSState->dcdRegisterBase->CONTROL |= USBHSDCD_CONTROL_BC12_MASK; in USB_HSDCD_Init()
170 dcdHSState->dcdRegisterBase->CONTROL |= USBHSDCD_CONTROL_SR_MASK; in USB_HSDCD_Deinit()
227 dcdHSState->dcdRegisterBase->CONTROL |= USBHSDCD_CONTROL_START_MASK; in USB_HSDCD_Control()
237 dcdHSState->dcdRegisterBase->CONTROL |= USBHSDCD_CONTROL_SR_MASK; in USB_HSDCD_Control()
334 dcdHSState->dcdRegisterBase->CONTROL |= USBHSDCD_CONTROL_IACK_MASK; in USB_HSDcdIsrFunction()
335 dcdHSState->dcdRegisterBase->CONTROL |= USBHSDCD_CONTROL_SR_MASK; in USB_HSDcdIsrFunction()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c126 otgKhciInstance->usbRegBase->CONTROL |= USB_CONTROL_DPPULLUPNONOTG_MASK; in USB_OtgKhciControlPullUp()
128 otgKhciInstance->usbRegBase->CONTROL |= USB_CONTROL_DPPULLUPNONOTG_MASK; in USB_OtgKhciControlPullUp()
135 otgKhciInstance->usbRegBase->CONTROL &= (uint8_t)(~USB_CONTROL_DPPULLUPNONOTG_MASK); in USB_OtgKhciControlPullUp()
137 otgKhciInstance->usbRegBase->CONTROL &= (uint8_t)(~USB_CONTROL_DPPULLUPNONOTG_MASK); in USB_OtgKhciControlPullUp()
418 otgKhciInstance->usbRegBase->CONTROL |= USB_CONTROL_DPPULLUPNONOTG_MASK; in USB_OtgKhciControl()
420 otgKhciInstance->usbRegBase->CONTROL |= USB_CONTROL_DPPULLUPNONOTG_MASK; in USB_OtgKhciControl()
427 otgKhciInstance->usbRegBase->CONTROL &= (uint8_t)(~USB_CONTROL_DPPULLUPNONOTG_MASK); in USB_OtgKhciControl()
429 otgKhciInstance->usbRegBase->CONTROL &= (uint8_t)(~USB_CONTROL_DPPULLUPNONOTG_MASK); in USB_OtgKhciControl()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1172/drivers/
Dfsl_clock.h1972 CCM->CLOCK_ROOT[root].CONTROL = in CLOCK_SetRootClockMux()
1973 …(CCM->CLOCK_ROOT[root].CONTROL & ~(CCM_CLOCK_ROOT_CONTROL_MUX_MASK)) | CCM_CLOCK_ROOT_CONTROL_MUX(… in CLOCK_SetRootClockMux()
1977 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockMux()
1989 …return (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_MUX_MASK) >> CCM_CLOCK_ROOT_CONTROL… in CLOCK_GetRootClockMux()
2013 …CCM->CLOCK_ROOT[root].CONTROL = (CCM->CLOCK_ROOT[root].CONTROL & ~CCM_CLOCK_ROOT_CONTROL_DIV_MASK)… in CLOCK_SetRootClockDiv()
2018 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockDiv()
2030 …return ((CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_DIV_MASK) >> CCM_CLOCK_ROOT_CONTRO… in CLOCK_GetRootClockDiv()
2041 if (0UL == (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_OFF_MASK)) in CLOCK_PowerOffRootClock()
2047 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOffRootClock()
2063 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOnRootClock()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/
Dfsl_clock.h1972 CCM->CLOCK_ROOT[root].CONTROL = in CLOCK_SetRootClockMux()
1973 …(CCM->CLOCK_ROOT[root].CONTROL & ~(CCM_CLOCK_ROOT_CONTROL_MUX_MASK)) | CCM_CLOCK_ROOT_CONTROL_MUX(… in CLOCK_SetRootClockMux()
1977 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockMux()
1989 …return (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_MUX_MASK) >> CCM_CLOCK_ROOT_CONTROL… in CLOCK_GetRootClockMux()
2013 …CCM->CLOCK_ROOT[root].CONTROL = (CCM->CLOCK_ROOT[root].CONTROL & ~CCM_CLOCK_ROOT_CONTROL_DIV_MASK)… in CLOCK_SetRootClockDiv()
2018 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockDiv()
2030 …return ((CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_DIV_MASK) >> CCM_CLOCK_ROOT_CONTRO… in CLOCK_GetRootClockDiv()
2041 if (0UL == (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_OFF_MASK)) in CLOCK_PowerOffRootClock()
2047 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOffRootClock()
2063 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOnRootClock()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/
Dfsl_clock.h1939 CCM->CLOCK_ROOT[root].CONTROL = in CLOCK_SetRootClockMux()
1940 …(CCM->CLOCK_ROOT[root].CONTROL & ~(CCM_CLOCK_ROOT_CONTROL_MUX_MASK)) | CCM_CLOCK_ROOT_CONTROL_MUX(… in CLOCK_SetRootClockMux()
1944 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockMux()
1956 …return (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_MUX_MASK) >> CCM_CLOCK_ROOT_CONTROL… in CLOCK_GetRootClockMux()
1980 …CCM->CLOCK_ROOT[root].CONTROL = (CCM->CLOCK_ROOT[root].CONTROL & ~CCM_CLOCK_ROOT_CONTROL_DIV_MASK)… in CLOCK_SetRootClockDiv()
1985 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockDiv()
1997 …return ((CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_DIV_MASK) >> CCM_CLOCK_ROOT_CONTRO… in CLOCK_GetRootClockDiv()
2008 if (0UL == (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_OFF_MASK)) in CLOCK_PowerOffRootClock()
2014 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOffRootClock()
2030 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOnRootClock()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/
Dfsl_clock.h1972 CCM->CLOCK_ROOT[root].CONTROL = in CLOCK_SetRootClockMux()
1973 …(CCM->CLOCK_ROOT[root].CONTROL & ~(CCM_CLOCK_ROOT_CONTROL_MUX_MASK)) | CCM_CLOCK_ROOT_CONTROL_MUX(… in CLOCK_SetRootClockMux()
1977 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockMux()
1989 …return (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_MUX_MASK) >> CCM_CLOCK_ROOT_CONTROL… in CLOCK_GetRootClockMux()
2013 …CCM->CLOCK_ROOT[root].CONTROL = (CCM->CLOCK_ROOT[root].CONTROL & ~CCM_CLOCK_ROOT_CONTROL_DIV_MASK)… in CLOCK_SetRootClockDiv()
2018 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockDiv()
2030 …return ((CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_DIV_MASK) >> CCM_CLOCK_ROOT_CONTRO… in CLOCK_GetRootClockDiv()
2041 if (0UL == (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_OFF_MASK)) in CLOCK_PowerOffRootClock()
2047 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOffRootClock()
2063 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOnRootClock()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/
Dfsl_clock.h1972 CCM->CLOCK_ROOT[root].CONTROL = in CLOCK_SetRootClockMux()
1973 …(CCM->CLOCK_ROOT[root].CONTROL & ~(CCM_CLOCK_ROOT_CONTROL_MUX_MASK)) | CCM_CLOCK_ROOT_CONTROL_MUX(… in CLOCK_SetRootClockMux()
1977 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockMux()
1989 …return (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_MUX_MASK) >> CCM_CLOCK_ROOT_CONTROL… in CLOCK_GetRootClockMux()
2013 …CCM->CLOCK_ROOT[root].CONTROL = (CCM->CLOCK_ROOT[root].CONTROL & ~CCM_CLOCK_ROOT_CONTROL_DIV_MASK)… in CLOCK_SetRootClockDiv()
2018 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockDiv()
2030 …return ((CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_DIV_MASK) >> CCM_CLOCK_ROOT_CONTRO… in CLOCK_GetRootClockDiv()
2041 if (0UL == (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_OFF_MASK)) in CLOCK_PowerOffRootClock()
2047 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOffRootClock()
2063 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOnRootClock()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1171/drivers/
Dfsl_clock.h1972 CCM->CLOCK_ROOT[root].CONTROL = in CLOCK_SetRootClockMux()
1973 …(CCM->CLOCK_ROOT[root].CONTROL & ~(CCM_CLOCK_ROOT_CONTROL_MUX_MASK)) | CCM_CLOCK_ROOT_CONTROL_MUX(… in CLOCK_SetRootClockMux()
1977 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockMux()
1989 …return (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_MUX_MASK) >> CCM_CLOCK_ROOT_CONTROL… in CLOCK_GetRootClockMux()
2013 …CCM->CLOCK_ROOT[root].CONTROL = (CCM->CLOCK_ROOT[root].CONTROL & ~CCM_CLOCK_ROOT_CONTROL_DIV_MASK)… in CLOCK_SetRootClockDiv()
2018 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockDiv()
2030 …return ((CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_DIV_MASK) >> CCM_CLOCK_ROOT_CONTRO… in CLOCK_GetRootClockDiv()
2041 if (0UL == (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_OFF_MASK)) in CLOCK_PowerOffRootClock()
2047 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOffRootClock()
2063 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOnRootClock()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/
Dfsl_clock.h1939 CCM->CLOCK_ROOT[root].CONTROL = in CLOCK_SetRootClockMux()
1940 …(CCM->CLOCK_ROOT[root].CONTROL & ~(CCM_CLOCK_ROOT_CONTROL_MUX_MASK)) | CCM_CLOCK_ROOT_CONTROL_MUX(… in CLOCK_SetRootClockMux()
1944 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockMux()
1956 …return (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_MUX_MASK) >> CCM_CLOCK_ROOT_CONTROL… in CLOCK_GetRootClockMux()
1980 …CCM->CLOCK_ROOT[root].CONTROL = (CCM->CLOCK_ROOT[root].CONTROL & ~CCM_CLOCK_ROOT_CONTROL_DIV_MASK)… in CLOCK_SetRootClockDiv()
1985 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_SetRootClockDiv()
1997 …return ((CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_DIV_MASK) >> CCM_CLOCK_ROOT_CONTRO… in CLOCK_GetRootClockDiv()
2008 if (0UL == (CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_OFF_MASK)) in CLOCK_PowerOffRootClock()
2014 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOffRootClock()
2030 (void)CCM->CLOCK_ROOT[root].CONTROL; in CLOCK_PowerOnRootClock()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/cdog/
Dfsl_cdog.c294 if (base->CONTROL == 0x0U) in CDOG_Init()
304 ((base->CONTROL & CDOG_CONTROL_LOCK_CTRL_MASK) >> CDOG_CONTROL_LOCK_CTRL_SHIFT)) in CDOG_Init()
321 base->CONTROL = in CDOG_Init()
337 base->CONTROL = in CDOG_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/cwt/
Dfsl_cwt.c248 if (base->CONTROL == 0x0U) in CWT_Init()
258 ((base->CONTROL & CDOG_CONTROL_LOCK_CTRL_MASK) >> CDOG_CONTROL_LOCK_CTRL_SHIFT)) in CWT_Init()
272 base->CONTROL = in CWT_Init()
/hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW41Z4/
Dfsl_xcvr.c53 #define RF_OSCILLATOR_READY ((RSIM->CONTROL & RSIM_CONTROL_RF_OSC_READY_MASK) != 0x0U)
309 RSIM->CONTROL |= RSIM_CONTROL_RF_OSC_EN_MASK; in rf_osc_startup()
321 RSIM->CONTROL &= ~RSIM_CONTROL_RF_OSC_EN_MASK; in rf_osc_shutdown()
380 RSIM->CONTROL |= RSIM_CONTROL_RSIM_CGC_XCVR_EN_MASK; in XCVR_Init()
534 …RSIM->CONTROL |= mode_config->scgc5_clock_ena_bits; /* Same bit storage is used but RSIM bit assig… in XCVR_Configure()
1092 RSIM->CONTROL |= RSIM_CONTROL_RADIO_RESET_BIT_MASK; /* Assert radio software reset */ in XCVR_Reset()
1093 RSIM->CONTROL &= ~RSIM_CONTROL_RADIO_RESET_BIT_MASK; /* De-assert radio software reset */ in XCVR_Reset()
1094 …RSIM->CONTROL &= ~RSIM_CONTROL_RADIO_RESET_BIT_MASK; /* De-assert radio software reset a second ti… in XCVR_Reset()
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1180/
Dboard.c744 …if (((CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_MUX_MASK) != CCM_CLOCK_ROOT_CONTROL_M… in BOARD_SetFlexspiClock()
745 …((CCM->CLOCK_ROOT[root].CONTROL & CCM_CLOCK_ROOT_CONTROL_DIV_MASK) != CCM_CLOCK_ROOT_CONTROL_DIV(d… in BOARD_SetFlexspiClock()
761 …CCM->CLOCK_ROOT[root].CONTROL = CCM_CLOCK_ROOT_CONTROL_MUX(src) | CCM_CLOCK_ROOT_CONTROL_DIV(divid… in BOARD_SetFlexspiClock()
764 (void)CCM->CLOCK_ROOT[root].CONTROL; in BOARD_SetFlexspiClock()
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1180/jlinkscript/
Devkmimxrt1180_cm33.jlinkscript85 MEM_WriteU32(0x54450A80, 0x103); // CLOCK_ROOT[21].CONTROL, FlexSPI1
288 MEM_WriteU32(0x44450B00, 0x101); // CLOCK_ROOT[22].CONTROL, FlexSPI2
430 _WriteViaCM33AP32(0x54450000, 0x100); // CLOCK_ROOT[0].CONTROL, CM7
Devkmimxrt1180_cm7.jlinkscript85 MEM_WriteU32(0x54450A80, 0x103); // CLOCK_ROOT[21].CONTROL, FlexSPI1
288 MEM_WriteU32(0x44450B00, 0x101); // CLOCK_ROOT[22].CONTROL, FlexSPI2
430 _WriteViaCM33AP32(0x54450000, 0x100); // CLOCK_ROOT[0].CONTROL, CM7

123456789