diplom init

This commit is contained in:
2025-05-09 21:34:37 +03:00
parent a043335d9b
commit c6269ca448
312 changed files with 173574 additions and 174744 deletions

View File

@@ -0,0 +1,6 @@
#ifndef _USER_DEFS_
#define _USER_DEFS_
#define GET_BITS_FROM_REG(_reg_, _mask_, _mask_pos_) ( ((_reg_) & (_mask_)) >> (_mask_pos_))
#endif // _USER_DEFS_