|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
PIN config addr group struct. 更多...
成员变量 | |
| pin_t | begin |
| The first pin of each group. | |
| pin_t | end |
| The last pin of each group. | |
| uint32_t | reg_addr |
| Address of the group. | |
| uint32_t | per_num |
| Number of pins that can be configured by one register. | |
| uint32_t | first_bit |
| The first bit to config. | |
| uint32_t | bits_num |
| Num of bits to config. | |
PIN config addr group struct.
| pin_t hal_pin_config_group_t::begin |
The first pin of each group.
| uint32_t hal_pin_config_group_t::bits_num |
Num of bits to config.
| pin_t hal_pin_config_group_t::end |
The last pin of each group.
| uint32_t hal_pin_config_group_t::first_bit |
The first bit to config.
| uint32_t hal_pin_config_group_t::per_num |
Number of pins that can be configured by one register.
| uint32_t hal_pin_config_group_t::reg_addr |
Address of the group.