This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/CC2640R2F: Is it possible to "reverse" pin_init(), i2c_init(), etc.

Part Number: CC2640R2F

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