Home
last modified time | relevance | path

Searched refs:STATUS0 (Results 1 – 25 of 87) sorted by relevance

1234

/hal_nxp-latest/mcux/mcux-sdk/drivers/tempsensor/
Dfsl_tempsensor.c112 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()
Dfsl_tempsensor.h165 return base->STATUS0; in TMPSNS_GetInterruptFlags()
176 base->STATUS0 = mask; in TMPSNS_ClearInterruptFlags()
/hal_nxp-latest/mcux/mcux-sdk/drivers/itrc_1/
Dfsl_itrc.c67 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/
Dboard.c756 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/
Dfsl_acomp.c211 …tmp32 |= ACOMP_GET_BIT_FIELD_VAL(base->STATUS0, ACOMP_STATUS0_ACT_MASK, ACOMP_STATUS0_ACT_SHIFT) <… in ACOMP_GetStatusFlags()
Dfsl_acomp.h398 …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/
Dfsl_lcdic.h531 return base->STATUS0 & (uint32_t)kLCDIC_AllFlag; in LCDIC_GetStatusFlags()
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/
Dfsl_power.c1394 ITRC->STATUS0 = ITRC->STATUS0; in POWER_EnableGDetVSensors()
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/
Dfsl_power.c1394 ITRC->STATUS0 = ITRC->STATUS0; in POWER_EnableGDetVSensors()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1172/drivers/
Dfsl_clock.h2102 …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/
Dfsl_clock.h2102 …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/
Dfsl_clock.h2069 …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/
Dfsl_clock.h2102 …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/
Dfsl_clock.h2102 …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/
Dfsl_clock.h2102 …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/
Dfsl_clock.h2069 …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/
DMIMXRT1175_cm4.h20327 …__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
DMIMXRT1175_cm7.h20330 …__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/
DMIMXRT1165_cm7.h20018 …__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
DMIMXRT1165_cm4.h20015 …__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/
DMIMXRT1171.h20330 …__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/
DMIMXRT1166_cm4.h20030 …__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
DMIMXRT1166_cm7.h20033 …__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/
DMIMXRT1173_cm4.h20339 …__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/
DMIMXRT1172.h20345 …__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

1234