Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ get_priority
Method
get_priority
qiling/hw/misc/cm_scb.py:91–92 ·
view source on GitHub ↗
(self, IRQn)
Source
from the content-addressed store, hash-verified
89
return
0
90
91
def
get_priority(self, IRQn):
92
return
self.instance.SHP[(IRQn & 0xf) - 4]
93
94
@QlPeripheral.monitor()
95
def
read(self, offset: int, size: int) -> int:
Callers
1
interrupt_handler
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected