H.264 Codec for ESP32-S3
Loading...
Searching...
No Matches
Macros | Typedefs
esp_h264_intr_alloc.h File Reference
#include "esp_intr_alloc_stub.h"
Include dependency graph for esp_h264_intr_alloc.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
 

Macro Definition Documentation

◆ esp_h264_intr_alloc

#define esp_h264_intr_alloc (   flags,
  handler,
  arg,
  ret_handle 
)    esp_intr_alloc(0, flags, handler, arg, ret_handle)

◆ esp_h264_intr_free

#define esp_h264_intr_free (   handler)    (void)handler

Typedef Documentation

◆ esp_h264_intr_hd_t

typedef intr_handle_t esp_h264_intr_hd_t