I think there were lat defines in some previous versions in pin_manager.h file something like#define Button_LAT (_LATC7) but I could not see it in the latest version. Some times it is required for expressions likeButton_LAT = (somevalue & 0x0010) >> 4..
↧