latch the CS select
| 94 | |
| 95 | // latch the CS select |
| 96 | void inline select() __attribute__((always_inline)) { if(mPSelect != nullptr) { mPSelect->select(); } } |
| 97 | |
| 98 | // release the CS select |
| 99 | void inline release() __attribute__((always_inline)) { if(mPSelect != nullptr) { mPSelect->release(); } } |
no outgoing calls
no test coverage detected