Searched refs:gioREG (Results 1 – 2 of 2) sorted by relevance
32 gioREG->GCR0 = 1U; in gioInit()33 gioREG->INTENACLR = 0xFFU; in gioInit()34 gioREG->LVLCLR = 0xFFU; in gioInit()146 gioREG->POL = 0U /* Bit 0 */ in gioInit()166 gioREG->LVLSET = 0U /* Bit 0 */ in gioInit()188 gioREG->FLG = 0xFFU; in gioInit()191 gioREG->INTENASET = 0U /* Bit 0 */ in gioInit()373 gioREG->INTENASET = 1U << bit; in gioEnableNotification()377 gioREG->INTENASET = 1U << (bit + 8); in gioEnableNotification()406 gioREG->INTENACLR = 1U << bit; in gioDisableNotification()[all …]
79 #define gioREG ((gioBASE_t *)0xFFF7BC00U) macro
Completed in 7 milliseconds