aboutsummaryrefslogtreecommitdiff
path: root/ports/atmel-samd/samd51_peripherals.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/atmel-samd/samd51_peripherals.h')
-rw-r--r--ports/atmel-samd/samd51_peripherals.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/atmel-samd/samd51_peripherals.h b/ports/atmel-samd/samd51_peripherals.h
index fe693a24d..3e8097c87 100644
--- a/ports/atmel-samd/samd51_peripherals.h
+++ b/ports/atmel-samd/samd51_peripherals.h
@@ -29,7 +29,9 @@
#include "sam.h"
-void sercom_clock_init(Sercom* sercom, uint8_t sercom_index);
+void samd_peripheral_sercom_clock_init(Sercom* sercom, uint8_t sercom_index);
+uint8_t samd_peripheral_get_spi_dopo(uint8_t clock_pad, uint8_t mosi_pad);
+bool samd_peripheral_valid_spi_clock_pad(uint8_t clock_pad);
#endif // MICROPY_INCLUDED_ATMEL_SAMD_SAMD51_PERIPHERALS_H