index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
pendsv.h
blob: f13cb182f5f385a9d94c78f805ec6eb687651c7f (
plain
)
1
2
3
void
pendsv_init
(
void
);
void
pendsv_nlr_jump
(
void
*
val
);
void
pendsv_isr_handler
(
void
);