| /hal_nxp-latest/mcux/mcux-sdk/drivers/tempsensor/ |
| D | fsl_tempsensor.c | 112 statusVal = TMPSNS_AIReadAccess((uint32_t) & (base->STATUS0)); in TMPSNS_Init() 115 TMPSNS_AIWriteAccess((uint32_t) & (base->STATUS0), in TMPSNS_Init() 125 …base->STATUS0 = (TMPSNS_STATUS0_HIGH_TEMP_MASK | TMPSNS_STATUS0_LOW_TEMP_MASK | TMPSNS_STATUS0_PAN… in TMPSNS_Init() 266 while (0U == (TMPSNS_AIReadAccess((uint32_t) & (base->STATUS0)) & TMPSNS_STATUS0_FINISH_MASK)) in TMPSNS_GetCurrentTemperature() 270 …measureTempVal = (TMPSNS_AIReadAccess((uint32_t) & (base->STATUS0)) & TMPSNS_STATUS0_TEMP_VAL_MASK… in TMPSNS_GetCurrentTemperature() 274 while (0U == (base->STATUS0 & TMPSNS_STATUS0_FINISH_MASK)) in TMPSNS_GetCurrentTemperature() 278 … measureTempVal = (base->STATUS0 & TMPSNS_STATUS0_TEMP_VAL_MASK) >> TMPSNS_STATUS0_TEMP_VAL_SHIFT; in TMPSNS_GetCurrentTemperature() 288 statusVal = TMPSNS_AIReadAccess((uint32_t) & (base->STATUS0)); in TMPSNS_GetCurrentTemperature() 290 TMPSNS_AIWriteAccess((uint32_t) & (base->STATUS0), statusVal | TMPSNS_STATUS0_FINISH_MASK); in TMPSNS_GetCurrentTemperature() 293 base->STATUS0 |= TMPSNS_STATUS0_FINISH_MASK; in TMPSNS_GetCurrentTemperature()
|
| D | fsl_tempsensor.h | 165 return base->STATUS0; in TMPSNS_GetInterruptFlags() 176 base->STATUS0 = mask; in TMPSNS_ClearInterruptFlags()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/itrc_1/ |
| D | fsl_itrc.c | 67 base->STATUS0 = shifted; in ITRC_ClearInEventStatus() 107 base->STATUS0 = shifted; in ITRC_ClearOutActionStatus() 122 base->STATUS0 = (IN_STATUS0_EVENTS_MASK | OUT_ACTIONS_MASK); in ITRC_ClearAllStatus() 268 return (base->STATUS0 & (1UL << event)) != 0UL; in ITRC_GetInEventStatus() 289 return ((base->STATUS0 & (1UL << action)) != 0UL); in ITRC_GetOutActionStatus()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1180/ |
| D | board.c | 756 while (CCM->LPCG[lpcg].STATUS0 & CCM_LPCG_STATUS0_ON_MASK) in BOARD_SetFlexspiClock() 770 while (!(CCM->LPCG[lpcg].STATUS0 & CCM_LPCG_STATUS0_ON_MASK)) in BOARD_SetFlexspiClock()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/cns_acomp/ |
| D | fsl_acomp.c | 211 …tmp32 |= ACOMP_GET_BIT_FIELD_VAL(base->STATUS0, ACOMP_STATUS0_ACT_MASK, ACOMP_STATUS0_ACT_SHIFT) <… in ACOMP_GetStatusFlags()
|
| D | fsl_acomp.h | 398 …val = ((ACOMP_GET_REG_CONST_VAL(&(base->STATUS0), id) & ACOMP_STATUS0_OUT_MASK) >> ACOMP_STATUS0_O… in ACOMP_GetResult()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lcdic/ |
| D | fsl_lcdic.h | 531 return base->STATUS0 & (uint32_t)kLCDIC_AllFlag; in LCDIC_GetStatusFlags()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/ |
| D | fsl_power.c | 1394 ITRC->STATUS0 = ITRC->STATUS0; in POWER_EnableGDetVSensors()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/ |
| D | fsl_power.c | 1394 ITRC->STATUS0 = ITRC->STATUS0; in POWER_EnableGDetVSensors()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1172/drivers/ |
| D | fsl_clock.h | 2102 …while ((CCM->LPCG[name].STATUS0 & CCM_LPCG_STATUS0_ON_MASK) != ((uint32_t)value & CCM_LPCG_STATUS0… in CLOCK_ControlGate()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/ |
| D | fsl_clock.h | 2102 …while ((CCM->LPCG[name].STATUS0 & CCM_LPCG_STATUS0_ON_MASK) != ((uint32_t)value & CCM_LPCG_STATUS0… in CLOCK_ControlGate()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/ |
| D | fsl_clock.h | 2069 …while ((CCM->LPCG[name].STATUS0 & CCM_LPCG_STATUS0_ON_MASK) != ((uint32_t)value & CCM_LPCG_STATUS0… in CLOCK_ControlGate()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/ |
| D | fsl_clock.h | 2102 …while ((CCM->LPCG[name].STATUS0 & CCM_LPCG_STATUS0_ON_MASK) != ((uint32_t)value & CCM_LPCG_STATUS0… in CLOCK_ControlGate()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/ |
| D | fsl_clock.h | 2102 …while ((CCM->LPCG[name].STATUS0 & CCM_LPCG_STATUS0_ON_MASK) != ((uint32_t)value & CCM_LPCG_STATUS0… in CLOCK_ControlGate()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1171/drivers/ |
| D | fsl_clock.h | 2102 …while ((CCM->LPCG[name].STATUS0 & CCM_LPCG_STATUS0_ON_MASK) != ((uint32_t)value & CCM_LPCG_STATUS0… in CLOCK_ControlGate()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/ |
| D | fsl_clock.h | 2069 …while ((CCM->LPCG[name].STATUS0 & CCM_LPCG_STATUS0_ON_MASK) != ((uint32_t)value & CCM_LPCG_STATUS0… in CLOCK_ControlGate()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/ |
| D | MIMXRT1175_cm4.h | 20327 …__I uint32_t STATUS0; /**< Clock root working status, array offset: 0x2… member 20344 …__IO uint32_t STATUS0; /**< Clock group working status, array offset: 0x… member 20428 …__I uint32_t STATUS0; /**< Clock source working status, array offset: 0… member 20439 …__I uint32_t STATUS0; /**< LPCG working status, array offset: 0x6010, a… member 24016 …__I uint32_t STATUS0; /**< Observe status, array offset: 0x20, array st… member 73169 …__IO uint32_t STATUS0; /**< Temperature Sensor Status Register 0, offset… member
|
| D | MIMXRT1175_cm7.h | 20330 …__I uint32_t STATUS0; /**< Clock root working status, array offset: 0x2… member 20347 …__IO uint32_t STATUS0; /**< Clock group working status, array offset: 0x… member 20431 …__I uint32_t STATUS0; /**< Clock source working status, array offset: 0… member 20442 …__I uint32_t STATUS0; /**< LPCG working status, array offset: 0x6010, a… member 24019 …__I uint32_t STATUS0; /**< Observe status, array offset: 0x20, array st… member 72267 …__IO uint32_t STATUS0; /**< Temperature Sensor Status Register 0, offset… member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/ |
| D | MIMXRT1165_cm7.h | 20018 …__I uint32_t STATUS0; /**< Clock root working status, array offset: 0x2… member 20035 …__IO uint32_t STATUS0; /**< Clock group working status, array offset: 0x… member 20119 …__I uint32_t STATUS0; /**< Clock source working status, array offset: 0… member 20130 …__I uint32_t STATUS0; /**< LPCG working status, array offset: 0x6010, a… member 23707 …__I uint32_t STATUS0; /**< Observe status, array offset: 0x20, array st… member 71765 …__IO uint32_t STATUS0; /**< Temperature Sensor Status Register 0, offset… member
|
| D | MIMXRT1165_cm4.h | 20015 …__I uint32_t STATUS0; /**< Clock root working status, array offset: 0x2… member 20032 …__IO uint32_t STATUS0; /**< Clock group working status, array offset: 0x… member 20116 …__I uint32_t STATUS0; /**< Clock source working status, array offset: 0… member 20127 …__I uint32_t STATUS0; /**< LPCG working status, array offset: 0x6010, a… member 23704 …__I uint32_t STATUS0; /**< Observe status, array offset: 0x20, array st… member 72667 …__IO uint32_t STATUS0; /**< Temperature Sensor Status Register 0, offset… member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1171/ |
| D | MIMXRT1171.h | 20330 …__I uint32_t STATUS0; /**< Clock root working status, array offset: 0x2… member 20347 …__IO uint32_t STATUS0; /**< Clock group working status, array offset: 0x… member 20431 …__I uint32_t STATUS0; /**< Clock source working status, array offset: 0… member 20442 …__I uint32_t STATUS0; /**< LPCG working status, array offset: 0x6010, a… member 24019 …__I uint32_t STATUS0; /**< Observe status, array offset: 0x20, array st… member 72267 …__IO uint32_t STATUS0; /**< Temperature Sensor Status Register 0, offset… member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/ |
| D | MIMXRT1166_cm4.h | 20030 …__I uint32_t STATUS0; /**< Clock root working status, array offset: 0x2… member 20047 …__IO uint32_t STATUS0; /**< Clock group working status, array offset: 0x… member 20131 …__I uint32_t STATUS0; /**< Clock source working status, array offset: 0… member 20142 …__I uint32_t STATUS0; /**< LPCG working status, array offset: 0x6010, a… member 23719 …__I uint32_t STATUS0; /**< Observe status, array offset: 0x20, array st… member 78130 …__IO uint32_t STATUS0; /**< Temperature Sensor Status Register 0, offset… member
|
| D | MIMXRT1166_cm7.h | 20033 …__I uint32_t STATUS0; /**< Clock root working status, array offset: 0x2… member 20050 …__IO uint32_t STATUS0; /**< Clock group working status, array offset: 0x… member 20134 …__I uint32_t STATUS0; /**< Clock source working status, array offset: 0… member 20145 …__I uint32_t STATUS0; /**< LPCG working status, array offset: 0x6010, a… member 23722 …__I uint32_t STATUS0; /**< Observe status, array offset: 0x20, array st… member 77228 …__IO uint32_t STATUS0; /**< Temperature Sensor Status Register 0, offset… member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/ |
| D | MIMXRT1173_cm4.h | 20339 …__I uint32_t STATUS0; /**< Clock root working status, array offset: 0x2… member 20356 …__IO uint32_t STATUS0; /**< Clock group working status, array offset: 0x… member 20440 …__I uint32_t STATUS0; /**< Clock source working status, array offset: 0… member 20451 …__I uint32_t STATUS0; /**< LPCG working status, array offset: 0x6010, a… member 24028 …__I uint32_t STATUS0; /**< Observe status, array offset: 0x20, array st… member 78629 …__IO uint32_t STATUS0; /**< Temperature Sensor Status Register 0, offset… member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1172/ |
| D | MIMXRT1172.h | 20345 …__I uint32_t STATUS0; /**< Clock root working status, array offset: 0x2… member 20362 …__IO uint32_t STATUS0; /**< Clock group working status, array offset: 0x… member 20446 …__I uint32_t STATUS0; /**< Clock source working status, array offset: 0… member 20457 …__I uint32_t STATUS0; /**< LPCG working status, array offset: 0x6010, a… member 24034 …__I uint32_t STATUS0; /**< Observe status, array offset: 0x20, array st… member 77730 …__IO uint32_t STATUS0; /**< Temperature Sensor Status Register 0, offset… member
|