BGPR driver APIs. More...
Functions | |
| static hpm_stat_t | bgpr_read32 (BGPR_Type *ptr, uint8_t bgpr_index, uint32_t *bgpr_val) |
| read BGPR value More... | |
| static hpm_stat_t | bgpr_write32 (BGPR_Type *ptr, uint8_t bgpr_index, uint32_t bgpr_val) |
| write BGPR value More... | |
BGPR driver APIs.
|
inlinestatic |
#include </home/docs/checkouts/readthedocs.org/user_builds/hpm-sdk/checkouts/latest/drivers/inc/hpm_bgpr_drv.h>
read BGPR value
| ptr | BGPR base address |
| bgpr_index | BGPR GPR index |
| bgpr_val | the BGPR GPR value pointer |
|
inlinestatic |
#include </home/docs/checkouts/readthedocs.org/user_builds/hpm-sdk/checkouts/latest/drivers/inc/hpm_bgpr_drv.h>
write BGPR value
| ptr | BGPR base address |
| bgpr_index | BGPR GPR index |
| bgpr_val | the BGPR GPR value |