|
HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
|
Simple task sequencer handling. More...

Functions | |
| FctERR | sequencer_init (Sequencer *const pSeq, const pfHandler_t *const aHandlers, const uintCPU_t nb_handlers, const bool start) |
| FctERR | sequencer_init_all (Sequencer *const pSeq, const Sequencer_cfg *const pCfg, const bool start) |
| FctERR | sequencer_deinit (Sequencer *const pSeq) |
| FctERR | sequencer_register_callback (Sequencer *const pSeq, const eSeqCallback callback, const pfSeq_cback_t pCallback) |
| FctERR | sequencer_unregister_callback (Sequencer *const pSeq, const eSeqCallback callback) |
| void | sequencer_handler (Sequencer *const pSeq) |
Simple task sequencer handling.
| FctERR sequencer_deinit | ( | Sequencer *const | pSeq | ) |
| void sequencer_handler | ( | Sequencer *const | pSeq | ) |
| FctERR sequencer_init | ( | Sequencer *const | pSeq, |
| const pfHandler_t *const | aHandlers, | ||
| const uintCPU_t | nb_handlers, | ||
| const bool | start ) |
| FctERR sequencer_init_all | ( | Sequencer *const | pSeq, |
| const Sequencer_cfg *const | pCfg, | ||
| const bool | start ) |
| FctERR sequencer_register_callback | ( | Sequencer *const | pSeq, |
| const eSeqCallback | callback, | ||
| const pfSeq_cback_t | pCallback ) |
| FctERR sequencer_unregister_callback | ( | Sequencer *const | pSeq, |
| const eSeqCallback | callback ) |