latch the CS select
| 36 | |
| 37 | /// latch the CS select |
| 38 | void inline select() __attribute__((always_inline)) { if(mPSelect != nullptr) { mPSelect->select(); } } |
| 39 | |
| 40 | /// release the CS select |
| 41 | void inline release() __attribute__((always_inline)) { if(mPSelect != nullptr) { mPSelect->release(); } } |
no test coverage detected