Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/mpfs_hal/common/
Dmss_clint.h38 volatile uint32_t MSIP[5]; member
56 CLINT->MSIP[hart_id] = 0x01U; /*raise soft interrupt for hart(x) where x== hart ID*/ in raise_soft_interrupt()
68 CLINT->MSIP[hart_id] = 0x00U; /*clear soft interrupt for hart0*/ in clear_soft_interrupt()
69 …reg = CLINT->MSIP[hart_id]; /* we read back to make sure it has been written before moving on … in clear_soft_interrupt()