Skip to content

Commit 5ecdb4e

Browse files
committed
Added a note for 16-bit timers atsam4s
1 parent 8db9c7d commit 5ecdb4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

targets/core/atmel/atsam4s/timer.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ namespace klib::core::atsam4s::io::detail::timer {
9494
/**
9595
* @brief Set the A/B/C register based on the channel
9696
*
97+
* @note for some mcu's this is a 16 bit register. Check the manual
98+
* for the MCU you are using
99+
*
97100
* @param value
98101
*/
99102
static void set_register(const uint32_t value) {

0 commit comments

Comments
 (0)