mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 19:20:41 +02:00
fw/atspi/atspi.c (reset_rf): added reset timing measurement
This commit is contained in:
parent
1d777aa69e
commit
44f0c38980
@ -23,7 +23,10 @@ void reset_rf(void)
|
||||
int i;
|
||||
|
||||
nRST_RF = 0;
|
||||
/* 11.4.12: min 625 ns */
|
||||
/*
|
||||
* 11.4.12: min 625 ns.
|
||||
* The pulse we generate is slightly longer than 4 us.
|
||||
*/
|
||||
for (i = 0; i != 10; i++);
|
||||
nRST_RF = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user