void setup()
{
PortConfig(PP_F, 15, P_OUT);
}
// With FAST_CODE_1 the frequency PF15 is approx 9.211 MHz @ core frequency 400MHz// if remove the attribute the result frequency is 1.354 MHzFAST_CODE_1void loop()
{
PPF_TGL = BIT(15);
}
footer
otStudio - Library Reference - (C) 2020-25 Officina Turini, All Rights Reserved Document built with Doxygen 1.4.0