OpenOCD
|
Go to the source code of this file.
Functions | |
RESULT | usbtopwr_config (uint8_t interface_index) |
RESULT | usbtopwr_fini (uint8_t interface_index) |
RESULT | usbtopwr_init (uint8_t interface_index) |
RESULT | usbtopwr_output (uint8_t interface_index, uint16_t millivolt) |
RESULT usbtopwr_config | ( | uint8_t | interface_index | ) |
Definition at line 29 of file usbtopwr.c.
References ERRMSG_INVALID_INTERFACE_NUM, ERROR_FAIL, LOG_BUG, NULL, USB_TO_POWER, and usbtoxxx_conf_command.
Referenced by versaloon_set_target_voltage().
RESULT usbtopwr_fini | ( | uint8_t | interface_index | ) |
Definition at line 24 of file usbtopwr.c.
References USB_TO_POWER, and usbtoxxx_fini_command.
Referenced by versaloon_set_target_voltage().
RESULT usbtopwr_init | ( | uint8_t | interface_index | ) |
Definition at line 19 of file usbtopwr.c.
References USB_TO_POWER, and usbtoxxx_init_command.
Referenced by versaloon_set_target_voltage().
RESULT usbtopwr_output | ( | uint8_t | interface_index, |
uint16_t | millivolt | ||
) |
Definition at line 41 of file usbtopwr.c.
References ERRMSG_INVALID_INTERFACE_NUM, ERROR_FAIL, LOG_BUG, USB_TO_POWER, and usbtoxxx_out_command.
Referenced by versaloon_set_target_voltage().