Re: Port bit linearity.
2021/02/24 08:46:44
(permalink)
If you call that function at only one place, and with high frequency, then consider to define that function as static inline uint16_t ChkPortBits(void), to get rid of the function call overhead.