When a gpio is used as an input, it samples the data on it pin and saves it in a 'boolean' data type in memory. This memory access time is large which slows down the max rate at which data can be sampled at a gpio. Is there any internal CPU register available to store data available on gpio without accessing the memory. I am assuming writes to internal CPU register are faster than writes to memory. Currently i am using picolo 28027F. Please suggest me some other c2000 mcu which has this availability of general purpose internal register.