func_iodm.h 252 B

123456789101112
  1. #ifndef _FUNC_IODM_H
  2. #define _FUNC_IODM_H
  3. void func_iodm_message(uint16_t msg);
  4. void func_iodm_process(void);
  5. void func_iodm_enter(void);
  6. void func_iodm_exit(void);
  7. void func_iodm_init(void);
  8. void func_iodm_sub_process(void);
  9. #endif // _FUNC_IODM_H