Hello gsanches,
we added it into documentation, should be mention in our last release (4.0.1), here's the function for setting attributes, you can find it inside lwpgio code files (like lwgpio_kgpio).
boolean lwgpio_set_attribute
(
/* Pin handle to get function from */
LWGPIO_STRUCT_PTR handle,
/* PORT attribute */
uint_32 attribute_id,
/* Attribute value */
uint_32 value
)
{
/* the body is not copied */
}
Regards,
c0170