/loramac-node-3.4.0/src/boards/mcu/saml21/hri/ |
D | hri_systemcontrol_l21.h | 367 ((Systemcontrol *)hw)->ICSR.reg |= SystemControl_ICSR_PENDSTCLR; in hri_systemcontrol_set_ICSR_PENDSTCLR_bit() 374 tmp = ((Systemcontrol *)hw)->ICSR.reg; in hri_systemcontrol_get_ICSR_PENDSTCLR_bit() 383 tmp = ((Systemcontrol *)hw)->ICSR.reg; in hri_systemcontrol_write_ICSR_PENDSTCLR_bit() 386 ((Systemcontrol *)hw)->ICSR.reg = tmp; in hri_systemcontrol_write_ICSR_PENDSTCLR_bit() 393 ((Systemcontrol *)hw)->ICSR.reg &= ~SystemControl_ICSR_PENDSTCLR; in hri_systemcontrol_clear_ICSR_PENDSTCLR_bit() 400 ((Systemcontrol *)hw)->ICSR.reg ^= SystemControl_ICSR_PENDSTCLR; in hri_systemcontrol_toggle_ICSR_PENDSTCLR_bit() 407 ((Systemcontrol *)hw)->ICSR.reg |= SystemControl_ICSR_PENDSTSET; in hri_systemcontrol_set_ICSR_PENDSTSET_bit() 414 tmp = ((Systemcontrol *)hw)->ICSR.reg; in hri_systemcontrol_get_ICSR_PENDSTSET_bit() 423 tmp = ((Systemcontrol *)hw)->ICSR.reg; in hri_systemcontrol_write_ICSR_PENDSTSET_bit() 426 ((Systemcontrol *)hw)->ICSR.reg = tmp; in hri_systemcontrol_write_ICSR_PENDSTSET_bit() [all …]
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_rtc.c | 348 CLEAR_BIT(hrtc->Instance->ICSR, RTC_ICSR_INIT); in HAL_RTC_Init() 436 while(((hrtc->Instance->ICSR) & RTC_ICSR_WUTWF) == 0U) in HAL_RTC_DeInit() 469 CLEAR_BIT(hrtc->Instance->ICSR, RTC_ICSR_INIT); in HAL_RTC_DeInit() 890 CLEAR_BIT(hrtc->Instance->ICSR, RTC_ICSR_INIT); in HAL_RTC_SetTime() 1054 CLEAR_BIT(hrtc->Instance->ICSR, RTC_ICSR_INIT); in HAL_RTC_SetDate() 1842 hrtc->Instance->ICSR &= (uint32_t)RTC_RSF_MASK; in HAL_RTC_WaitForSynchro() 1851 while((hrtc->Instance->ICSR & RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro() 1918 if((hrtc->Instance->ICSR & RTC_ICSR_INITF) == 0U) in RTC_EnterInitMode() 1921 SET_BIT(hrtc->Instance->ICSR, RTC_ICSR_INIT); in RTC_EnterInitMode() 1925 while((hrtc->Instance->ICSR & RTC_ICSR_INITF) == 0U) in RTC_EnterInitMode()
|
D | stm32l4xx_hal_rtc_ex.c | 1152 if((hrtc->Instance->ICSR & RTC_ICSR_RECALPF) != 0U) 1161 while((hrtc->Instance->ICSR & RTC_ICSR_RECALPF) != 0U) 1268 while((hrtc->Instance->ICSR & RTC_ICSR_SHPF) != 0U) 1442 hrtc->Instance->ICSR &= (uint32_t)~RTC_ICSR_INIT; 1495 hrtc->Instance->ICSR &= (uint32_t)~RTC_ICSR_INIT;
|
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/core/ |
D | hpl_core_port.h | 66 return (SCB->ICSR & SCB_ICSR_VECTACTIVE_Msk); in _is_in_isr()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_rtc.h | 996 WRITE_REG(RTCx->ICSR, RTC_LL_INIT_MASK); in LL_RTC_EnableInitMode() 1008 WRITE_REG(RTCx->ICSR, (uint32_t)~RTC_ICSR_INIT); in LL_RTC_DisableInitMode() 3527 return (READ_BIT(RTCx->ICSR, RTC_ICSR_RECALPF) == (RTC_ICSR_RECALPF)); in LL_RTC_IsActiveFlag_RECALP() 3659 return (READ_BIT(RTCx->ICSR, RTC_ICSR_INITF) == (RTC_ICSR_INITF)); in LL_RTC_IsActiveFlag_INIT() 3670 return (READ_BIT(RTCx->ICSR, RTC_ICSR_RSF) == (RTC_ICSR_RSF)); in LL_RTC_IsActiveFlag_RS() 3681 …WRITE_REG(RTCx->ICSR, (~((RTC_ICSR_RSF | RTC_ICSR_INIT) & 0x000000FFU) | (RTCx->ICSR & RTC_ICSR_IN… in LL_RTC_ClearFlag_RS() 3692 return (READ_BIT(RTCx->ICSR, RTC_ICSR_INITS) == (RTC_ICSR_INITS)); in LL_RTC_IsActiveFlag_INITS() 3703 return (READ_BIT(RTCx->ICSR, RTC_ICSR_SHPF) == (RTC_ICSR_SHPF)); in LL_RTC_IsActiveFlag_SHP() 3714 return (READ_BIT(RTCx->ICSR, RTC_ICSR_WUTWF) == (RTC_ICSR_WUTWF)); in LL_RTC_IsActiveFlag_WUTW() 3725 return (READ_BIT(RTCx->ICSR, RTC_ICSR_ALRBWF) == (RTC_ICSR_ALRBWF)); in LL_RTC_IsActiveFlag_ALRBW() [all …]
|
D | stm32l4xx_hal_rtc_ex.h | 579 …__, __FLAG__) (((((__FLAG__)) >> 8U) == 1U) ? ((__HANDLE__)->Instance->ICSR & (1U << (((uint16_…
|
/loramac-node-3.4.0/src/boards/mcu/saml21/cmsis/ |
D | core_cm0.h | 337 …__IO uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis… member
|
D | core_cm0plus.h | 348 …__IO uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis… member
|
D | core_sc000.h | 343 …__IO uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis… member
|
D | core_cm3.h | 351 …__IO uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis… member
|
D | core_sc300.h | 351 …__IO uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis… member
|
D | core_cm4.h | 398 …__IO uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis… member
|
D | core_cm7.h | 413 …__IO uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis… member
|
/loramac-node-3.4.0/src/boards/mcu/stm32/cmsis/ |
D | core_cm0.h | 392 …__IOM uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis… member
|
D | core_cm0plus.h | 406 …__IOM uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis… member
|
D | core_sc000.h | 398 …__IOM uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis… member
|
D | core_cm3.h | 420 …__IOM uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis… member
|
D | core_sc300.h | 420 …__IOM uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis… member
|
D | core_cm4.h | 488 …__IOM uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis… member
|
D | core_cm7.h | 503 …__IOM uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis… member
|