I can work out most of it. I would just like to know what the "1u" means?
Is there any timing in this statement? Will the pin go "HIGH" and stay high or does it go "HIGH" for a certain time defined in the statement?
Literal constants (known as literals) like variables have a data type (int, long, float, etc...). Usually it's enough just to specify the number and its data type is implied. However, there are occasions where it might be necessary to inform the compiler that constant differs from the default. This is achieved by adding a literal suffix to the number.