openaliro
Aliro reader: UWB/CCC core and ESP32-S3/C5/C6 port
Loading...
Searching...
No Matches
uwb_isr.h
Go to the documentation of this file.
1
3#ifndef WOZ_UWB_ISR_H_
4#define WOZ_UWB_ISR_H_
5
7int uwb_isr_register(void);
8
9#endif /* WOZ_UWB_ISR_H_ */
int uwb_isr_register(void)
Install RX/TX callbacks and unmask the SYS_ENABLE bits; returns 0.
Definition uwb_isr.c:58