Searched refs:JPEGDEC_INTSTAT (Results 1 – 1 of 1) sorted by relevance
153 #define JPEGDEC_INTSTAT (*((volatile unsigned long *)(REG_JPEG_DEC_BASE_ADDR + 0x5… macro155 #define dec_busy_clr (JPEGDEC_INTSTAT = 0x01);156 #define rrload_clr (JPEGDEC_INTSTAT = 0x02);157 #define reload_clr (JPEGDEC_INTSTAT = 0x04);158 #define search_clr (JPEGDEC_INTSTAT = 0x08);159 #define ext_reload_clr (JPEGDEC_INTSTAT = 0x10);160 #define ext_bit_clr (JPEGDEC_INTSTAT = 0x20);161 #define dec_busy2_clr (JPEGDEC_INTSTAT = 0x40);162 #define mcu_finish_clr (JPEGDEC_INTSTAT = 0x80);