Bug gpio_13xx_1.h SetPortDIROutput

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

Bug gpio_13xx_1.h SetPortDIROutput

867 Views
walterbuttazzo
Contributor II

File gpio_13xx_1.h

Function Chip_GPIO_SetPortDIROutput

void Chip_GPIO_SetPortDIROutput(LPC_GPIO_T *pGPIO, uint8_t port, uint8_t pinMask)

should be 

void Chip_GPIO_SetPortDIROutput(LPC_GPIO_T *pGPIO, uint8_t port, uint32_t pinMask)

same for Chip_GPIO_SetPortDIRInput

Labels (1)
0 Kudos
1 Reply

405 Views
soledad
NXP Employee
NXP Employee

I will report this to our development team. Thank you for your feedback and sorry for any inconvenience that may cause.

Have a nice day!


Have a great day,
Sol

 

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos