PORT_HAL_SetPullCmd and Port_HAL_SetPullCmd are not documented on the SKD 1.2 API reference

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PORT_HAL_SetPullCmd and Port_HAL_SetPullCmd are not documented on the SKD 1.2 API reference

537 Views
carlostadeoorte
Contributor III

They don't show up on neither PDF or HTML SDK reference manual. They can only be found by browsing the code.

Labels (1)
0 Kudos
4 Replies

421 Views
ivadorazinova
NXP Employee
NXP Employee

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

0 Kudos

421 Views
carlostadeoorte
Contributor III

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.

0 Kudos

421 Views
ivadorazinova
NXP Employee
NXP Employee

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

0 Kudos

421 Views
DavidS
NXP Employee
NXP Employee

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

0 Kudos