aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/pal.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/pal.c')
-rw-r--r--os/hal/src/pal.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/hal/src/pal.c b/os/hal/src/pal.c
index eef5c32ff..824ebae0d 100644
--- a/os/hal/src/pal.c
+++ b/os/hal/src/pal.c
@@ -58,6 +58,8 @@
*
* @param[in] bus the I/O bus, pointer to a @p IOBus structure
* @return The bus logical states.
+ *
+ * @api
*/
ioportmask_t palReadBus(IOBus *bus) {
@@ -81,6 +83,8 @@ ioportmask_t palReadBus(IOBus *bus) {
* @param[in] bits the bits to be written on the I/O bus. Values exceeding
* the bus width are masked so most significant bits are
* lost.
+ *
+ * @api
*/
void palWriteBus(IOBus *bus, ioportmask_t bits) {
@@ -102,6 +106,8 @@ void palWriteBus(IOBus *bus, ioportmask_t bits) {
*
* @param[in] bus the I/O bus, pointer to a @p IOBus structure
* @param[in] mode the mode
+ *
+ * @api
*/
void palSetBusMode(IOBus *bus, uint_fast8_t mode) {