|
SemiDrive SSDK Appication Program Interface PTG3.0
|
#include <sdrv_sent.h>
Data Fields | |
| uint32_t | base |
| int32_t | irq |
| sdrv_sent_clk_src_e | clk_sel |
| uint16_t | clk_div |
| uint32_t | clk_freq |
| volatile sdrv_sent_sta_e | sent_sta |
| uint8_t | chan_num |
| sdrv_sent_chan_t | chan [SDRV_SENT_CHAN_NUM] |
| uint32_t base |
The register base of sent module.
The entities of channel struct.
| uint8_t chan_num |
The number of channels in sent module.
| uint16_t clk_div |
The clock divider.
| uint32_t clk_freq |
The frequency of the clock.
| sdrv_sent_clk_src_e clk_sel |
The clock source.
| int32_t irq |
The irq number of sent channel.
| volatile sdrv_sent_sta_e sent_sta |
The state of sent module.