Home
last modified time | relevance | path

Searched refs:PLENABLE (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/mpfs_hal/common/
Dmss_h2f.c268 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()
Dmss_h2f.h67 …volatile uint32_t PLENABLE[4U]; /* Enables PLINT interrupts PLENABLE[0] 31:0, PLENABLE[1] 63:32,… member