|
0.3.1
|
Macros | |
| #define | scu_dsp_end_clear() |
| Clear the interrupt handler for the SCU-DSP end interrupt. | |
| #define | scu_timer_t0_clear() |
| Clear the interrupt handler for the SCU timer #0 interrupt. | |
| #define | scu_timer_t1_clear() |
| Clear the interrupt handler for the SCU timer #1 interrupt. | |
Functions | |
| void | scu_dma_level_end_set (scu_dma_level_t level, scu_dma_callback_t callback, void *work) |
| Set the interrupt handler for the SCU-DMA level end interrupt. | |
| void | scu_dsp_end_set (scu_dsp_ihr_t ihr) |
| Set the interrupt handler for the SCU-DSP end interrupt. | |
| void | scu_timer_t0_set (scu_timer_ihr_t ihr) |
| Set the interrupt handler for the SCU timer #0 interrupt. | |
| void | scu_timer_t1_set (scu_timer_ihr_t ihr) |
| Set the interrupt handler for the SCU timer #1 interrupt. | |
Description goes here.
These functions set the interrupt handler for their respective SCU IC interrupt.
| #define scu_dsp_end_clear | ( | ) |
Clear the interrupt handler for the SCU-DSP end interrupt.
| #define scu_timer_t0_clear | ( | ) |
Clear the interrupt handler for the SCU timer #0 interrupt.
| #define scu_timer_t1_clear | ( | ) |
Clear the interrupt handler for the SCU timer #1 interrupt.
| void scu_dma_level_end_set | ( | scu_dma_level_t | level, |
| scu_dma_callback_t | callback, | ||
| void * | work | ||
| ) |
Set the interrupt handler for the SCU-DMA level end interrupt.
There is no need to explicitly return via rte for ihr.
| level | The SCU-DMA level. |
| callback | The interrupt handler. |
| work | The pointer to the work passed to callback. |
| void scu_dsp_end_set | ( | scu_dsp_ihr_t | ihr | ) |
Set the interrupt handler for the SCU-DSP end interrupt.
There is no need to explicitly return via rte for ihr.
| ihr | The interrupt handler. |
| void scu_timer_t0_set | ( | scu_timer_ihr_t | ihr | ) |
Set the interrupt handler for the SCU timer #0 interrupt.
There is no need to explicitly return via rte for ihr.
| ihr | The interrupt handler. |
| void scu_timer_t1_set | ( | scu_timer_ihr_t | ihr | ) |
Set the interrupt handler for the SCU timer #1 interrupt.
There is no need to explicitly return via rte for ihr.
| ihr | The interrupt handler. |