VSF Documented
|
Functions | |
bool | m480_reg_unlock (void) |
void | m480_reg_lock (bool is_unlocked) |
uint_fast32_t | m480_bit_field_get (uint_fast16_t bf, uint32_t *ptr) |
void | m480_bit_field_set_atom (uint_fast16_t bf, uint32_t *ptr, uint_fast32_t value) |
void | m480_bit_field_set_wprotect (uint_fast16_t bf, uint32_t *ptr, uint_fast32_t value) |
void | m480_bit_field_set (uint_fast16_t bf, uint32_t *ptr, uint_fast32_t value) |
void | m480_enable_usbphy (m480_usbphy_t phy, m480_usbphy_role_t role) |
void | m480_disable_usbphy (m480_usbphy_t phy) |
bool m480_reg_unlock | ( | void | ) |
void m480_reg_lock | ( | bool | is_unlocked | ) |
uint_fast32_t m480_bit_field_get | ( | uint_fast16_t | bf, |
uint32_t * | ptr | ||
) |
void m480_bit_field_set_atom | ( | uint_fast16_t | bf, |
uint32_t * | ptr, | ||
uint_fast32_t | value | ||
) |
void m480_bit_field_set_wprotect | ( | uint_fast16_t | bf, |
uint32_t * | ptr, | ||
uint_fast32_t | value | ||
) |
void m480_bit_field_set | ( | uint_fast16_t | bf, |
uint32_t * | ptr, | ||
uint_fast32_t | value | ||
) |
void m480_enable_usbphy | ( | m480_usbphy_t | phy, |
m480_usbphy_role_t | role | ||
) |
void m480_disable_usbphy | ( | m480_usbphy_t | phy | ) |