interrupt functions in rwble.c

2 posts / 0 new
Last post
overheat
Offline
Last seen:5 years 1 week ago
加入:2014-10-10 23:34
interrupt functions in rwble.c

Dear Dialog Team,
I found many interrupt functions in rwble.c.
Where can I find doucuments about these functions?
Especially I want to find out how to trigger EVENT_INT ISR which is in the rwble.c.
Thanks for you reply.

Device:
MT_dialog
Offline
Last seen:2 months 4 days ago
Staff
加入:2015-06-08 11:34
嗨过热,

嗨过热,

There is no documentation for those interrupt routines since most of those functions are used by the BLE core when waking up, on a BLE event etc. The EVENT_INT_ISR is triggered at the end of an advertising, a Scanning and a connection event. You can find a small description of those handlers in the datasheet.h file in the ble projects.

Thanks MT_dialog