![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
Structure describing the control information of a power domain. More...
#include <axp.h>

Public Attributes | |
| char | name [8] |
| uint32_t | min_vol |
| uint32_t | max_vol |
| uint32_t | cfg_reg_addr |
| uint32_t | cfg_reg_mask |
| uint32_t | ctrl_reg_addr |
| uint32_t | ctrl_bit_ofs |
| uint32_t | reg_addr_offset |
| axp_step_info_t | axp_step_tbl [4] |
Structure describing the control information of a power domain.
| axp_step_info_t _axp_contrl_info::axp_step_tbl[4] |
| uint32_t _axp_contrl_info::cfg_reg_addr |
| uint32_t _axp_contrl_info::cfg_reg_mask |
| uint32_t _axp_contrl_info::ctrl_bit_ofs |
| uint32_t _axp_contrl_info::ctrl_reg_addr |
| uint32_t _axp_contrl_info::max_vol |
| uint32_t _axp_contrl_info::min_vol |
| char _axp_contrl_info::name[8] |
| uint32_t _axp_contrl_info::reg_addr_offset |