Tool/software: TI-RTOS
Hi,
This is a very basic question. As I understand it, each peripheral's _init() function configures pins from high Z into appropriate inputs/outputs.
Each peripheral's _open() function locks pins and prevents other peripherals from using them, like a mutex. _open() can be reversed with _close().
Is there a similar reverse function for _init() that returns the pins to high Z? I'm trying to save as much power as possible.
Thanks,
Rich