You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @brief Read value from high impedance register (optional)
203
+
*
204
+
* @note This function can be implemented by reading the physical direction register, or simply by reading a variable that record the direction value (more faster)
205
+
* @note If there are multiple high impedance registers in the device, their values should be spliced together in order to form the `value`.
* @brief Read value from enable pullup register (optional)
230
+
*
231
+
* @note This function can be implemented by reading the physical direction register, or simply by reading a variable that record the direction value (more faster)
232
+
* @note If there are multiple enable pullup registers in the device, their values should be spliced together in order to form the `value`.
* @brief Read value from select pullup register (optional)
257
+
*
258
+
* @note This function can be implemented by reading the physical direction register, or simply by reading a variable that record the direction value (more faster)
259
+
* @note If there are multiple set pullup registers in the device, their values should be spliced together in order to form the `value`.
0 commit comments