summaryrefslogtreecommitdiffstats
path: root/fpm.c
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-05-07 15:58:55 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-05-07 15:58:55 +0800
commitcb47f6fe368a0b3e22291396ef09d770e7364e71 (patch)
treedd591a97298e57ba158406c6cf729dc10afcf2b9 /fpm.c
parent6217519d22c4398706bd316f74103909c1d268ec (diff)
downloadavr-fpm-drivers-cb47f6fe368a0b3e22291396ef09d770e7364e71.tar.gz
wip: enroll.
Diffstat (limited to 'fpm.c')
-rw-r--r--fpm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpm.c b/fpm.c
index a58045e..84a64fe 100644
--- a/fpm.c
+++ b/fpm.c
@@ -152,7 +152,7 @@ uint8_t fpm_init(void)
return check_pwd();
}
-uint8_t fpm_getcfg(struct fpm_cfg *cfg)
+uint8_t fpm_get_cfg(struct fpm_cfg *cfg)
{
uint16_t n;
uint8_t buf[MAXPDLEN];
@@ -179,7 +179,7 @@ uint8_t fpm_getcfg(struct fpm_cfg *cfg)
return 0;
}
-uint8_t fpm_setpwd(uint32_t pwd)
+uint8_t fpm_set_pwd(uint32_t pwd)
{
uint16_t n;
uint8_t buf[MAXPDLEN];
@@ -249,7 +249,7 @@ uint8_t fpm_match(void)
return buf[0] == OK;
}
-uint8_t fpm_delete_all(void)
+uint8_t fpm_clear_db(void)
{
uint16_t n;
uint8_t buf[MAXPDLEN];