Searched refs:CMU_HOSMCR_STPIE_MSK (Results 1 – 6 of 6) sorted by relevance
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_cmu.c | 100 if (READ_BIT(CMU->HOSMCR, CMU_HOSMCR_STPIF_MSK) && READ_BIT(CMU->HOSMCR, CMU_HOSMCR_STPIE_MSK)) in ald_cmu_irq_handler() 573 SET_BIT(CMU->HOSMCR, CMU_HOSMCR_STPIE_MSK); in ald_cmu_hosc_safe_config() 580 CLEAR_BIT(CMU->HOSMCR, CMU_HOSMCR_STPIE_MSK); in ald_cmu_hosc_safe_config()
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_cmu.c | 191 if (READ_BIT(CMU->HOSMCR, CMU_HOSMCR_STPIF_MSK) && READ_BIT(CMU->HOSMCR, CMU_HOSMCR_STPIE_MSK)) { in ald_cmu_irq_handler() 697 SET_BIT(CMU->HOSMCR, CMU_HOSMCR_STPIE_MSK); in ald_cmu_hosc_safe_config() 703 CLEAR_BIT(CMU->HOSMCR, CMU_HOSMCR_STPIE_MSK); in ald_cmu_hosc_safe_config()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_cmu.c | 175 if (READ_BIT(CMU->HOSMCR, CMU_HOSMCR_STPIF_MSK) && READ_BIT(CMU->HOSMCR, CMU_HOSMCR_STPIE_MSK)) { in ald_cmu_irq_handler() 679 SET_BIT(CMU->HOSMCR, CMU_HOSMCR_STPIE_MSK); in ald_cmu_hosc_safe_config() 685 CLEAR_BIT(CMU->HOSMCR, CMU_HOSMCR_STPIE_MSK); in ald_cmu_hosc_safe_config()
|
| /bsp/essemi/es32vf2264/libraries/RV_CORE/Device/EastSoft/ES32VF2264/Include/ES32VF2264/ |
| A D | reg_cmu.h | 163 #define CMU_HOSMCR_STPIE_MSK BIT(CMU_HOSMCR_STPIE_POS) macro
|
| /bsp/essemi/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/Include/ |
| A D | es32f065x.h | 785 #define CMU_HOSMCR_STPIE_MSK BIT(CMU_HOSMCR_STPIE_POS) macro
|
| /bsp/essemi/es32f369x/libraries/CMSIS/Device/EastSoft/ES32F36xx/Include/ |
| A D | es32f36xx.h | 924 #define CMU_HOSMCR_STPIE_MSK BIT(CMU_HOSMCR_STPIE_POS) macro
|
Completed in 833 milliseconds