#pragma once #include #include enum slice_flag{ tjc_process, low_power, debug_light, }; bool GetFlag(uint32_t slice_flag); void ClearFlag(uint32_t slice_flag);