Indicates a function should not be stored in flash Decorates a function name, such that the function will execute from RAM (assuming it is not inlined into a flash function by the compiler) For example a function called my_func taking an int parameter: void __not_in_flash_func(my_func)(int some_arg) { The function is placed in the `.time_critical.` linker section \see __no_inline_not_in_flash_func