Commit ebe6805
committed
NMSIS/Core: Add S-mode ECLIC interrupt pending control APIs and update changelog
- Add ECLIC_SetPendingIRQ_S, ECLIC_GetPendingIRQ_S and ECLIC_ClearPendingIRQ_S
APIs for supervisor mode interrupt pending control
- Include proper function documentation with parameter descriptions
and usage references
- These functions allow managing interrupt pending state in supervisor mode
using the SCTRL registers with INTIP bit manipulation
- Update changelog.rst to document the new S-mode ECLIC interrupt
pending control APIs
Signed-off-by: Huaqi Fang <578567190@qq.com>1 parent 07b531e commit ebe6805
2 files changed
Lines changed: 57 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
284 | 287 | | |
285 | 288 | | |
286 | 289 | | |
| |||
1124 | 1127 | | |
1125 | 1128 | | |
1126 | 1129 | | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
1127 | 1182 | | |
1128 | 1183 | | |
1129 | 1184 | | |
| |||
1686 | 1741 | | |
1687 | 1742 | | |
1688 | 1743 | | |
| 1744 | + | |
1689 | 1745 | | |
1690 | 1746 | | |
1691 | 1747 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments