Home
last modified time | relevance | path

Searched refs:VEC_ (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
Dcrt_stm32.c20 #define VEC_(nm, pfx) void nm##pfx(void) __attribute__ ((weak, alias ("IntDefaultHandler"))) macro
21 #define VEC(nm) VEC_(nm, _Handler)
22 #define VECI(nm) VEC_(nm, _IRQHandler)