Searched refs:PICCON (Results 1 – 6 of 6) sorted by relevance
74 uint32_t cpu_ie = PICCON & BIT(0); in rt_hw_interrupt_install()75 PICCON &= ~BIT(0); in rt_hw_interrupt_install()79 PICCON |= cpu_ie; in rt_hw_interrupt_install()
25 lw a5, PICCON(zero)28 sw a5, PICCON(zero)39 lw a5, PICCON(zero)41 sw a5,PICCON(zero)152 lw a5, PICCON(zero) /*enable interrupt*/154 sw a5, PICCON(zero)
29 #define IRTC_ENTER_CRITICAL() uint32_t cpu_ie = PICCON & BIT(0); PICCONCLR = BIT(0);30 #define IRTC_EXIT_CRITICAL() PICCON |= cpu_ie
266 cpu_ie = PICCON & BIT(0); in set_sysclk_do()304 PICCON |= cpu_ie; in set_sysclk_do()
187 PICCON |= 0x10002; in rt_hw_systick_init()
195 #define PICCON SFR_RW (SFR5_BASE + 0x10*4) macro
Completed in 17 milliseconds