| /hal_nxp-latest/mcux/mcux-sdk/drivers/tempsensor/ |
| D | fsl_tempsensor.c | 61 controlVal = TMPSNS_AIReadAccess((uint32_t) & (base->CTRL1)); in TMPSNS_Init() 63 controlVal = base->CTRL1; in TMPSNS_Init() 71 TMPSNS_AIWriteAccess((uint32_t) & (base->CTRL1), controlVal); in TMPSNS_Init() 73 base->CTRL1 = controlVal; in TMPSNS_Init() 82 controlVal = TMPSNS_AIReadAccess((uint32_t) & (base->CTRL1)); in TMPSNS_Init() 84 controlVal = base->CTRL1; in TMPSNS_Init() 109 TMPSNS_AIWriteAccess((uint32_t) & (base->CTRL1), controlVal); in TMPSNS_Init() 119 base->CTRL1 = controlVal; in TMPSNS_Init() 122 base->CTRL1 &= (~(TMPSNS_CTRL1_PWD_MASK | TMPSNS_CTRL1_PWD_FULL_MASK)); in TMPSNS_Init() 138 TMPSNS_AIWriteAccess((uint32_t) & (base->CTRL1), TMPSNS_CTRL1_PWD_MASK); in TMPSNS_Deinit() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1172/drivers/ |
| D | fsl_dcdc.h | 569 base->CTRL1 = in DCDC_SetVDD1P0StandbyModeTargetVoltage() 570 …((base->CTRL1) & (~DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_STBY_TRG(targetVo… in DCDC_SetVDD1P0StandbyModeTargetVoltage() 586 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK) >> DCDC_CTRL1_VDD1P0CT… in DCDC_GetVDD1P0StandbyModeTargetVoltage() 601 base->CTRL1 = in DCDC_SetVDD1P8StandbyModeTargetVoltage() 602 …((base->CTRL1) & (~DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_STBY_TRG(targetVo… in DCDC_SetVDD1P8StandbyModeTargetVoltage() 618 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P8CTRL_STBY_TRG_MASK) >> DCDC_CTRL1_VDD1P8CT… in DCDC_GetVDD1P8StandbyModeTargetVoltage() 632 …base->CTRL1 = ((base->CTRL1 & (~DCDC_CTRL1_VDD1P0CTRL_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_TRG(targe… in DCDC_SetVDD1P0BuckModeTargetVoltage() 648 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P0CTRL_TRG_MASK) >> DCDC_CTRL1_VDD1P0CTRL_TR… in DCDC_GetVDD1P0BuckModeTargetVoltage() 662 …base->CTRL1 = ((base->CTRL1 & (~DCDC_CTRL1_VDD1P8CTRL_TRG_MASK)) | DCDC_CTRL1_VDD1P8CTRL_TRG(targe… in DCDC_SetVDD1P8BuckModeTargetVoltage() 678 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P8CTRL_TRG_MASK) >> DCDC_CTRL1_VDD1P8CTRL_TR… in DCDC_GetVDD1P8BuckModeTargetVoltage()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/ |
| D | fsl_dcdc.h | 569 base->CTRL1 = in DCDC_SetVDD1P0StandbyModeTargetVoltage() 570 …((base->CTRL1) & (~DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_STBY_TRG(targetVo… in DCDC_SetVDD1P0StandbyModeTargetVoltage() 586 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK) >> DCDC_CTRL1_VDD1P0CT… in DCDC_GetVDD1P0StandbyModeTargetVoltage() 601 base->CTRL1 = in DCDC_SetVDD1P8StandbyModeTargetVoltage() 602 …((base->CTRL1) & (~DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_STBY_TRG(targetVo… in DCDC_SetVDD1P8StandbyModeTargetVoltage() 618 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P8CTRL_STBY_TRG_MASK) >> DCDC_CTRL1_VDD1P8CT… in DCDC_GetVDD1P8StandbyModeTargetVoltage() 632 …base->CTRL1 = ((base->CTRL1 & (~DCDC_CTRL1_VDD1P0CTRL_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_TRG(targe… in DCDC_SetVDD1P0BuckModeTargetVoltage() 648 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P0CTRL_TRG_MASK) >> DCDC_CTRL1_VDD1P0CTRL_TR… in DCDC_GetVDD1P0BuckModeTargetVoltage() 662 …base->CTRL1 = ((base->CTRL1 & (~DCDC_CTRL1_VDD1P8CTRL_TRG_MASK)) | DCDC_CTRL1_VDD1P8CTRL_TRG(targe… in DCDC_SetVDD1P8BuckModeTargetVoltage() 678 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P8CTRL_TRG_MASK) >> DCDC_CTRL1_VDD1P8CTRL_TR… in DCDC_GetVDD1P8BuckModeTargetVoltage()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/ |
| D | fsl_dcdc.h | 569 base->CTRL1 = in DCDC_SetVDD1P0StandbyModeTargetVoltage() 570 …((base->CTRL1) & (~DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_STBY_TRG(targetVo… in DCDC_SetVDD1P0StandbyModeTargetVoltage() 586 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK) >> DCDC_CTRL1_VDD1P0CT… in DCDC_GetVDD1P0StandbyModeTargetVoltage() 601 base->CTRL1 = in DCDC_SetVDD1P8StandbyModeTargetVoltage() 602 …((base->CTRL1) & (~DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_STBY_TRG(targetVo… in DCDC_SetVDD1P8StandbyModeTargetVoltage() 618 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P8CTRL_STBY_TRG_MASK) >> DCDC_CTRL1_VDD1P8CT… in DCDC_GetVDD1P8StandbyModeTargetVoltage() 632 …base->CTRL1 = ((base->CTRL1 & (~DCDC_CTRL1_VDD1P0CTRL_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_TRG(targe… in DCDC_SetVDD1P0BuckModeTargetVoltage() 648 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P0CTRL_TRG_MASK) >> DCDC_CTRL1_VDD1P0CTRL_TR… in DCDC_GetVDD1P0BuckModeTargetVoltage() 662 …base->CTRL1 = ((base->CTRL1 & (~DCDC_CTRL1_VDD1P8CTRL_TRG_MASK)) | DCDC_CTRL1_VDD1P8CTRL_TRG(targe… in DCDC_SetVDD1P8BuckModeTargetVoltage() 678 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P8CTRL_TRG_MASK) >> DCDC_CTRL1_VDD1P8CTRL_TR… in DCDC_GetVDD1P8BuckModeTargetVoltage()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1171/drivers/ |
| D | fsl_dcdc.h | 569 base->CTRL1 = in DCDC_SetVDD1P0StandbyModeTargetVoltage() 570 …((base->CTRL1) & (~DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_STBY_TRG(targetVo… in DCDC_SetVDD1P0StandbyModeTargetVoltage() 586 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK) >> DCDC_CTRL1_VDD1P0CT… in DCDC_GetVDD1P0StandbyModeTargetVoltage() 601 base->CTRL1 = in DCDC_SetVDD1P8StandbyModeTargetVoltage() 602 …((base->CTRL1) & (~DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_STBY_TRG(targetVo… in DCDC_SetVDD1P8StandbyModeTargetVoltage() 618 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P8CTRL_STBY_TRG_MASK) >> DCDC_CTRL1_VDD1P8CT… in DCDC_GetVDD1P8StandbyModeTargetVoltage() 632 …base->CTRL1 = ((base->CTRL1 & (~DCDC_CTRL1_VDD1P0CTRL_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_TRG(targe… in DCDC_SetVDD1P0BuckModeTargetVoltage() 648 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P0CTRL_TRG_MASK) >> DCDC_CTRL1_VDD1P0CTRL_TR… in DCDC_GetVDD1P0BuckModeTargetVoltage() 662 …base->CTRL1 = ((base->CTRL1 & (~DCDC_CTRL1_VDD1P8CTRL_TRG_MASK)) | DCDC_CTRL1_VDD1P8CTRL_TRG(targe… in DCDC_SetVDD1P8BuckModeTargetVoltage() 678 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P8CTRL_TRG_MASK) >> DCDC_CTRL1_VDD1P8CTRL_TR… in DCDC_GetVDD1P8BuckModeTargetVoltage()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/ |
| D | fsl_dcdc.h | 569 base->CTRL1 = in DCDC_SetVDD1P0StandbyModeTargetVoltage() 570 …((base->CTRL1) & (~DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_STBY_TRG(targetVo… in DCDC_SetVDD1P0StandbyModeTargetVoltage() 586 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK) >> DCDC_CTRL1_VDD1P0CT… in DCDC_GetVDD1P0StandbyModeTargetVoltage() 601 base->CTRL1 = in DCDC_SetVDD1P8StandbyModeTargetVoltage() 602 …((base->CTRL1) & (~DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_STBY_TRG(targetVo… in DCDC_SetVDD1P8StandbyModeTargetVoltage() 618 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P8CTRL_STBY_TRG_MASK) >> DCDC_CTRL1_VDD1P8CT… in DCDC_GetVDD1P8StandbyModeTargetVoltage() 632 …base->CTRL1 = ((base->CTRL1 & (~DCDC_CTRL1_VDD1P0CTRL_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_TRG(targe… in DCDC_SetVDD1P0BuckModeTargetVoltage() 648 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P0CTRL_TRG_MASK) >> DCDC_CTRL1_VDD1P0CTRL_TR… in DCDC_GetVDD1P0BuckModeTargetVoltage() 662 …base->CTRL1 = ((base->CTRL1 & (~DCDC_CTRL1_VDD1P8CTRL_TRG_MASK)) | DCDC_CTRL1_VDD1P8CTRL_TRG(targe… in DCDC_SetVDD1P8BuckModeTargetVoltage() 678 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P8CTRL_TRG_MASK) >> DCDC_CTRL1_VDD1P8CTRL_TR… in DCDC_GetVDD1P8BuckModeTargetVoltage()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/ |
| D | fsl_dcdc.h | 569 base->CTRL1 = in DCDC_SetVDD1P0StandbyModeTargetVoltage() 570 …((base->CTRL1) & (~DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_STBY_TRG(targetVo… in DCDC_SetVDD1P0StandbyModeTargetVoltage() 586 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK) >> DCDC_CTRL1_VDD1P0CT… in DCDC_GetVDD1P0StandbyModeTargetVoltage() 601 base->CTRL1 = in DCDC_SetVDD1P8StandbyModeTargetVoltage() 602 …((base->CTRL1) & (~DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_STBY_TRG(targetVo… in DCDC_SetVDD1P8StandbyModeTargetVoltage() 618 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P8CTRL_STBY_TRG_MASK) >> DCDC_CTRL1_VDD1P8CT… in DCDC_GetVDD1P8StandbyModeTargetVoltage() 632 …base->CTRL1 = ((base->CTRL1 & (~DCDC_CTRL1_VDD1P0CTRL_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_TRG(targe… in DCDC_SetVDD1P0BuckModeTargetVoltage() 648 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P0CTRL_TRG_MASK) >> DCDC_CTRL1_VDD1P0CTRL_TR… in DCDC_GetVDD1P0BuckModeTargetVoltage() 662 …base->CTRL1 = ((base->CTRL1 & (~DCDC_CTRL1_VDD1P8CTRL_TRG_MASK)) | DCDC_CTRL1_VDD1P8CTRL_TRG(targe… in DCDC_SetVDD1P8BuckModeTargetVoltage() 678 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P8CTRL_TRG_MASK) >> DCDC_CTRL1_VDD1P8CTRL_TR… in DCDC_GetVDD1P8BuckModeTargetVoltage()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/ |
| D | fsl_dcdc.h | 569 base->CTRL1 = in DCDC_SetVDD1P0StandbyModeTargetVoltage() 570 …((base->CTRL1) & (~DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_STBY_TRG(targetVo… in DCDC_SetVDD1P0StandbyModeTargetVoltage() 586 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK) >> DCDC_CTRL1_VDD1P0CT… in DCDC_GetVDD1P0StandbyModeTargetVoltage() 601 base->CTRL1 = in DCDC_SetVDD1P8StandbyModeTargetVoltage() 602 …((base->CTRL1) & (~DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_STBY_TRG(targetVo… in DCDC_SetVDD1P8StandbyModeTargetVoltage() 618 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P8CTRL_STBY_TRG_MASK) >> DCDC_CTRL1_VDD1P8CT… in DCDC_GetVDD1P8StandbyModeTargetVoltage() 632 …base->CTRL1 = ((base->CTRL1 & (~DCDC_CTRL1_VDD1P0CTRL_TRG_MASK)) | DCDC_CTRL1_VDD1P0CTRL_TRG(targe… in DCDC_SetVDD1P0BuckModeTargetVoltage() 648 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P0CTRL_TRG_MASK) >> DCDC_CTRL1_VDD1P0CTRL_TR… in DCDC_GetVDD1P0BuckModeTargetVoltage() 662 …base->CTRL1 = ((base->CTRL1 & (~DCDC_CTRL1_VDD1P8CTRL_TRG_MASK)) | DCDC_CTRL1_VDD1P8CTRL_TRG(targe… in DCDC_SetVDD1P8BuckModeTargetVoltage() 678 …uint32_t voltageValue = (base->CTRL1 & DCDC_CTRL1_VDD1P8CTRL_TRG_MASK) >> DCDC_CTRL1_VDD1P8CTRL_TR… in DCDC_GetVDD1P8BuckModeTargetVoltage()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/hsadc/ |
| D | fsl_hsadc.c | 112 tmp16 = (uint16_t)(base->CTRL1 & ~HSADC_CTRL1_SMODE_MASK); in HSADC_Init() 114 base->CTRL1 = tmp16; in HSADC_Init() 315 base->CTRL1 &= ~(uint16_t)HSADC_CTRL1_STOPA_MASK; in HSADC_EnableConverter() 319 base->CTRL1 |= HSADC_CTRL1_STOPA_MASK; in HSADC_EnableConverter() 355 base->CTRL1 |= HSADC_CTRL1_SYNCA_MASK; in HSADC_EnableConverterSyncInput() 359 base->CTRL1 &= ~(uint16_t)HSADC_CTRL1_SYNCA_MASK; in HSADC_EnableConverterSyncInput() 429 base->CTRL1 |= HSADC_CTRL1_STARTA_MASK; in HSADC_DoSoftwareTriggerConverter() 452 base->CTRL1 |= HSADC_CTRL1_DMAENA_MASK; in HSADC_EnableConverterDMA() 456 base->CTRL1 &= (uint16_t)(~HSADC_CTRL1_DMAENA_MASK); in HSADC_EnableConverterDMA() 484 tmp16 = base->CTRL1; in HSADC_EnableInterrupts() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/dcdc_1/ |
| D | fsl_dcdc.c | 575 … tmp32 = base->CTRL1 & ~(DCDC_CTRL1_VDD1P8CTRL_STBY_TRG_MASK | DCDC_CTRL1_VDD1P8CTRL_TRG_MASK); in DCDC_AdjustTargetVoltage() 578 base->CTRL1 = tmp32; in DCDC_AdjustTargetVoltage() 586 … tmp32 = base->CTRL1 & ~(DCDC_CTRL1_VDD1P0CTRL_STBY_TRG_MASK | DCDC_CTRL1_VDD1P0CTRL_TRG_MASK); in DCDC_AdjustTargetVoltage() 589 base->CTRL1 = tmp32; in DCDC_AdjustTargetVoltage() 625 tmp32 = base->CTRL1 & ~DCDC_CTRL1_VDD1P8CTRL_TRG_MASK; in DCDC_AdjustRunTargetVoltage() 628 base->CTRL1 = tmp32; in DCDC_AdjustRunTargetVoltage() 636 tmp32 = base->CTRL1 & ~DCDC_CTRL1_VDD1P0CTRL_TRG_MASK; in DCDC_AdjustRunTargetVoltage() 639 base->CTRL1 = tmp32; in DCDC_AdjustRunTargetVoltage() 675 tmp32 = base->CTRL1 & ~(DCDC_CTRL1_VDD1P8CTRL_STBY_TRG_MASK); in DCDC_AdjustLowPowerTargetVoltage() 678 base->CTRL1 = tmp32; in DCDC_AdjustLowPowerTargetVoltage() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/xbar/ |
| D | fsl_xbar.c | 165 status_flag |= (((uint32_t)base->CTRL1 & XBAR_CTRL_STS_MASK) << 16U); in XBAR_GetStatusFlags() 192 regVal = (base->CTRL1); in XBAR_ClearStatusFlags() 199 base->CTRL1 = regVal; in XBAR_ClearStatusFlags()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/xbara/ |
| D | fsl_xbara.c | 154 … status_flag |= (((uint32_t)base->CTRL1 & (XBARA_CTRL1_STS2_MASK | XBARA_CTRL1_STS3_MASK)) << 16U); in XBARA_GetStatusFlags() 179 regVal = (base->CTRL1); in XBARA_ClearStatusFlags() 185 base->CTRL1 = regVal; in XBARA_ClearStatusFlags()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/elcdif/ |
| D | fsl_elcdif.c | 123 base->CTRL1 = s_pixelFormatReg[(uint32_t)config->pixelFormat].regCtrl1; in ELCDIF_RgbModeInit() 213 base->CTRL1 = (base->CTRL1 & ~(LCDIF_CTRL1_BYTE_PACKING_FORMAT_MASK)) | in ELCDIF_RgbModeSetPixelFormat()
|
| D | fsl_elcdif.h | 574 flags = (base->CTRL1 & ELCDIF_CTRL1_IRQ_MASK); in ELCDIF_GetInterruptStatus()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcan/ |
| D | fsl_flexcan.c | 761 base->CTRL1 = CAN_CTRL1_SMP_MASK; in FLEXCAN_Reset() 954 … base->CTRL1 = (kFLEXCAN_ClkSrc0 == pConfig->clkSrc) ? (base->CTRL1 & ~CAN_CTRL1_CLKSRC_MASK) : in FLEXCAN_Init() 955 (base->CTRL1 | CAN_CTRL1_CLKSRC_MASK); in FLEXCAN_Init() 982 ctrl1Temp = base->CTRL1; in FLEXCAN_Init() 1033 base->CTRL1 = ctrl1Temp; in FLEXCAN_Init() 1155 base->CTRL1 &= ~CAN_CTRL1_SMP_MASK; in FLEXCAN_FDInit() 1478 …base->CTRL1 &= ~(CAN_CTRL1_PRESDIV_MASK | CAN_CTRL1_RJW_MASK | CAN_CTRL1_PSEG1_MASK | CAN_CTRL1_PS… in FLEXCAN_SetTimingConfig() 1482 … base->CTRL1 |= (CAN_CTRL1_PRESDIV(pConfig->preDivider) | CAN_CTRL1_RJW(pConfig->rJumpwidth) | in FLEXCAN_SetTimingConfig() 1488 …base->CTRL1 &= ~(CAN_CTRL1_PRESDIV_MASK | CAN_CTRL1_RJW_MASK | CAN_CTRL1_PSEG1_MASK | CAN_CTRL1_PS… in FLEXCAN_SetTimingConfig() 1492 base->CTRL1 |= (CAN_CTRL1_PRESDIV(pConfig->preDivider) | CAN_CTRL1_RJW(pConfig->rJumpwidth) | in FLEXCAN_SetTimingConfig()
|
| D | fsl_flexcan.h | 1718 base->CTRL1 |= in FLEXCAN_EnableInterrupts() 1772 base->CTRL1 &= in FLEXCAN_DisableInterrupts()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1181/drivers/ |
| D | fsl_clock.c | 1103 OSC_RC_400M->CTRL1.RW = in CLOCK_OSC_SetOscRc400MFastClkCount() 1104 …(OSC_RC_400M->CTRL1.RW & ~OSC_RC_400M_CTRL1_TARGET_COUNT_MASK) | OSC_RC_400M_CTRL1_TARGET_COUNT(ta… in CLOCK_OSC_SetOscRc400MFastClkCount() 1119 OSC_RC_400M->CTRL1.RW = in CLOCK_OSC_SetOscRc400MHysteresisValue() 1120 …(OSC_RC_400M->CTRL1.RW & ~(OSC_RC_400M_CTRL1_HYST_PLUS_MASK | OSC_RC_400M_CTRL1_HYST_MINUS_MASK)) | in CLOCK_OSC_SetOscRc400MHysteresisValue() 1235 tmp32 = OSC_RC_400M->CTRL1.RW; in CLOCK_OSC_SetLocked1MHzCount()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1189/drivers/ |
| D | fsl_clock.c | 1103 OSC_RC_400M->CTRL1.RW = in CLOCK_OSC_SetOscRc400MFastClkCount() 1104 …(OSC_RC_400M->CTRL1.RW & ~OSC_RC_400M_CTRL1_TARGET_COUNT_MASK) | OSC_RC_400M_CTRL1_TARGET_COUNT(ta… in CLOCK_OSC_SetOscRc400MFastClkCount() 1119 OSC_RC_400M->CTRL1.RW = in CLOCK_OSC_SetOscRc400MHysteresisValue() 1120 …(OSC_RC_400M->CTRL1.RW & ~(OSC_RC_400M_CTRL1_HYST_PLUS_MASK | OSC_RC_400M_CTRL1_HYST_MINUS_MASK)) | in CLOCK_OSC_SetOscRc400MHysteresisValue() 1235 tmp32 = OSC_RC_400M->CTRL1.RW; in CLOCK_OSC_SetLocked1MHzCount()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1182/drivers/ |
| D | fsl_clock.c | 1103 OSC_RC_400M->CTRL1.RW = in CLOCK_OSC_SetOscRc400MFastClkCount() 1104 …(OSC_RC_400M->CTRL1.RW & ~OSC_RC_400M_CTRL1_TARGET_COUNT_MASK) | OSC_RC_400M_CTRL1_TARGET_COUNT(ta… in CLOCK_OSC_SetOscRc400MFastClkCount() 1119 OSC_RC_400M->CTRL1.RW = in CLOCK_OSC_SetOscRc400MHysteresisValue() 1120 …(OSC_RC_400M->CTRL1.RW & ~(OSC_RC_400M_CTRL1_HYST_PLUS_MASK | OSC_RC_400M_CTRL1_HYST_MINUS_MASK)) | in CLOCK_OSC_SetOscRc400MHysteresisValue() 1235 tmp32 = OSC_RC_400M->CTRL1.RW; in CLOCK_OSC_SetLocked1MHzCount()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1187/drivers/ |
| D | fsl_clock.c | 1103 OSC_RC_400M->CTRL1.RW = in CLOCK_OSC_SetOscRc400MFastClkCount() 1104 …(OSC_RC_400M->CTRL1.RW & ~OSC_RC_400M_CTRL1_TARGET_COUNT_MASK) | OSC_RC_400M_CTRL1_TARGET_COUNT(ta… in CLOCK_OSC_SetOscRc400MFastClkCount() 1119 OSC_RC_400M->CTRL1.RW = in CLOCK_OSC_SetOscRc400MHysteresisValue() 1120 …(OSC_RC_400M->CTRL1.RW & ~(OSC_RC_400M_CTRL1_HYST_PLUS_MASK | OSC_RC_400M_CTRL1_HYST_MINUS_MASK)) | in CLOCK_OSC_SetOscRc400MHysteresisValue() 1235 tmp32 = OSC_RC_400M->CTRL1.RW; in CLOCK_OSC_SetLocked1MHzCount()
|
| /hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/ |
| D | S32K148_FLEXCAN.h | 79 __IO uint32_t CTRL1; /**< Control 1 Register, offset: 0x4 */ member
|
| D | S32K118_FLEXCAN.h | 79 __IO uint32_t CTRL1; /**< Control 1 Register, offset: 0x4 */ member
|
| D | S32K116_FLEXCAN.h | 79 __IO uint32_t CTRL1; /**< Control 1 Register, offset: 0x4 */ member
|
| D | S32K142W_FLEXCAN.h | 79 __IO uint32_t CTRL1; /**< Control 1 Register, offset: 0x4 */ member
|
| D | S32K146_FLEXCAN.h | 79 __IO uint32_t CTRL1; /**< Control 1 Register, offset: 0x4 */ member
|