Searched refs:PLENABLE (Results 1 – 2 of 2) sorted by relevance
268 H2F_CONTROLLER->PLENABLE[index] = 0U; in reset_h2f()287 H2F_CONTROLLER->PLENABLE[source_int/32U] |= (0x01U << (source_int % 32U)); in enable_h2f_int_output()306 H2F_CONTROLLER->PLENABLE[source_int/32U] &= ~(source_int % 32U); in disable_h2f_int_output()
67 …volatile uint32_t PLENABLE[4U]; /* Enables PLINT interrupts PLENABLE[0] 31:0, PLENABLE[1] 63:32,… member