File tree Expand file tree Collapse file tree 3 files changed +257
-142
lines changed
libraries/SrcWrapper/src/air Expand file tree Collapse file tree 3 files changed +257
-142
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,11 @@ static inline PinName pin_pinName(const PinMap *map)
5252}
5353
5454void pinmap_pinout (PinName pin , const PinMap * map );
55+ void pinmap_pinout_ignore (PinName pin , const PinMap * map , int ignore );
56+ void pinmap_pinout_peripheral (PinName pin , const PinMap * map , void * peripheral );
5557void * pinmap_find_peripheral (PinName pin , const PinMap * map );
5658void * pinmap_peripheral (PinName pin , const PinMap * map );
59+ void * pinmap_peripheral_ignore (PinName pin , const PinMap * map ,int ignore );
5760PinName pinmap_find_pin (void * peripheral , const PinMap * map );
5861PinName pinmap_pin (void * peripheral , const PinMap * map );
5962uint32_t pinmap_find_function (PinName pin , const PinMap * map );
You can’t perform that action at this time.
0 commit comments