| 258 | } |
| 259 | |
| 260 | bool flash_unlocked(void) { |
| 261 | return (control.flashUnlocked & 3 << 2) == 3 << 2; |
| 262 | } |
| 263 | |
| 264 | bool unprivileged_code(void) { |
| 265 | /* rawPC the PC after the next prefetch (which we do late), before (after on revM) adding MBASE. */ |
no outgoing calls
no test coverage detected