Interrupt handlers C -> C++
This commit is contained in:
parent
9dba241466
commit
4de62c7f74
10 changed files with 105 additions and 75 deletions
|
@ -68,12 +68,12 @@ public:
|
|||
bool IsQueued(SlotBase &slot, uint8_t prio) const;
|
||||
bool IsRunning(SlotBase &slot, uint8_t prio) const;
|
||||
|
||||
void DmaTransferCompleted(void);
|
||||
|
||||
private:
|
||||
LL_CrcHandler(DMA_TypeDef *dma, uint32_t stream);
|
||||
|
||||
friend void ::_HandleCrcDmaIrq(void);
|
||||
void DmaTransferCompleted(void);
|
||||
void StartNextTask(void);
|
||||
void WaitResults(SlotBase &slot, uint8_t prio) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue