LUTn_TRUTH[n] write helper.
| 132 | |
| 133 | // LUTn_TRUTH[n] write helper. |
| 134 | static inline void writeLutTruth(fl::u8 lut, fl::u32 truth_table) FL_NOEXCEPT { |
| 135 | *reg32(kPluBase, kOffLutTruth0 + (fl::u32(lut) << 2)) = truth_table; |
| 136 | } |
| 137 | |
| 138 | // LUTn_INP_MUX[m] write helper. |
| 139 | // sel: 0..5 -> primary input PLU_IN0..PLU_IN5 |
no test coverage detected