Home
last modified time | relevance | path

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

/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/
H A Dsx1280.h830 }IrqErrorCode_t; typedef
855 … void ( *rxError )( IrqErrorCode_t errCode ); //!< Pointer to a function run on reception error
/btstack/chipset/sx128x/
H A Dll_sx1280.c910 static void radio_on_rx_error(IrqErrorCode_t errorCode ){ in radio_on_rx_error()