Searched refs:InitByteNoThreads (Results 1 – 1 of 1) sorted by relevance
241 struct InitByteNoThreads { struct242 InitByteNoThreads() = delete;243 InitByteNoThreads(InitByteNoThreads const&) = delete;244 InitByteNoThreads& operator=(InitByteNoThreads const&) = delete; argument246 …explicit InitByteNoThreads(uint8_t* _init_byte_address, uint32_t*) : init_byte_address(_init_byte_… in InitByteNoThreads() function599 using NoThreadsGuard = GuardObject<InitByteNoThreads>;