// that is the fist test see the time that the pin has token to execute these operations //each one takes one clock cycle int main(void) { PINS_DRV_SetPins(LED_RED_PORT, 1 << LED_RED_PIN); __asm("NOP"); __asm("NOP"); __asm("NOP"); __asm("NOP"); __asm("NOP"); PINS_DRV_ClearPins(LED_RED_PORT, 1 << LED_RED_PIN); __asm("NOP"); __asm("NOP"); __asm("NOP"); __asm("NOP"); __asm("NOP"); }