We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db9c7d commit 5ecdb4eCopy full SHA for 5ecdb4e
targets/core/atmel/atsam4s/timer.hpp
@@ -94,6 +94,9 @@ namespace klib::core::atsam4s::io::detail::timer {
94
/**
95
* @brief Set the A/B/C register based on the channel
96
*
97
+ * @note for some mcu's this is a 16 bit register. Check the manual
98
+ * for the MCU you are using
99
+ *
100
* @param value
101
*/
102
static void set_register(const uint32_t value) {
0 commit comments