|
H.264 Codec for ESP32-S3
|
#include "esp_intr_alloc_stub.h"
Go to the source code of this file.
Macros | |
| #define | esp_h264_intr_alloc(flags, handler, arg, ret_handle) esp_intr_alloc(0, flags, handler, arg, ret_handle) |
| #define | esp_h264_intr_free(handler) (void)handler |
Typedefs | |
| typedef intr_handle_t | esp_h264_intr_hd_t |
| #define esp_h264_intr_alloc | ( | flags, | |
| handler, | |||
| arg, | |||
| ret_handle | |||
| ) | esp_intr_alloc(0, flags, handler, arg, ret_handle) |
| #define esp_h264_intr_free | ( | handler | ) | (void)handler |
| typedef intr_handle_t esp_h264_intr_hd_t |