swd: improve documentation
This commit is contained in:
parent
3a6a64928d
commit
b3cf0d0302
@ -85,6 +85,8 @@ enum swd_activation_code_e {
|
||||
};
|
||||
|
||||
/** setup SWD peripheral
|
||||
* @param[in] freq clock frequency, in Hz
|
||||
* @note above 50 kHz the communication still works, but the clock is not periodic anymore
|
||||
*/
|
||||
void swd_setup(uint32_t freq);
|
||||
/** release peripherals used for SWD communication
|
||||
|
Loading…
Reference in New Issue
Block a user