They don't show up on neither PDF or HTML SDK reference manual. They can only be found by browsing the code.
Hello Carlos,
Thank you for your question,
is there any information that you miss? Is anything specific what do you find?
PORT_HAL_Set_PullCmd() is typically used for setting pull up resistor on concrete pin.
PORT_HAL_SetPullCmd(PORTC,6U,true);
set pull up resistor on PORT C on pin 6.
I hope it helps you,
Best Regards,
Iva
I actually know how to use the PORT_HAL_SetPullCmd, I was just posting this so that it gets added to the documentation on future releases of the SDK. Multiple functions are missing and it makes it more difficult than necessary to read the documentation.
Hello Carlos Tadeo Ortega Otero,
yes, I checked and you are right.
Many thanks for your feedback.
I passed it to Doc Team, and in next release would be added.
Have a great day!
Iva
Hi Carlos,
The reference manuals generate their content from the header files of the KSDK.
We are finding that some documentation is missing and have notified the team to review and fix.
Thank you for posting your observations.
Regards,
David