|
SemiDrive SSDK Appication Program Interface PTG3.0
|
#include <sdrv_sent.h>
Data Fields | |
| uint32_t | base |
| uint32_t | irq |
| sdrv_sent_clk_src_e | clk_sel |
| uint16_t | clk_div |
| uint32_t | clk_freq |
| uint8_t | chan_cfg_num |
| sdrv_sent_chan_config_t | chan_cfg [SDRV_SENT_CHAN_NUM] |
| uint32_t base |
The register base of sent module.
| sdrv_sent_chan_config_t chan_cfg[SDRV_SENT_CHAN_NUM] |
The configurations of channel.
| uint8_t chan_cfg_num |
The number of channels those will be initialized.
| uint16_t clk_div |
The clock divider, range 0 ~ 65534.
| uint32_t clk_freq |
The frequency of the clock.
| sdrv_sent_clk_src_e clk_sel |
The clock source.
| uint32_t irq |
The irq number of sent channel.