I cannot conclude, BIT TIME?
Where do you get the phrase "bit time" from? The datasheet? Which section?
Generally "bit time" means "the time for one bit" ... nothing more. It can be used in many different ways, thus we need to know the context.
Klaus
added:
I´m trying to find out where the problem is. Thus I´m trying to verify if I really understand every information you give.
****
"Which is to be placed inside shift register" I don´t understand clearly. Which shift register are you talking about?
When I search the datasheet for "shift register" then I just find information on
daisy chaining multiple ADCs. Is this what you need to do?
***
SPI Clock = SCK: (digital interface = communcation. Has nothing to do with conversion..)
Again: you may choose the frequency. 66MHz is the upper limit. It´s on the edge.(I don´t recommedn to go to the very edge)
As you can see in the timing diagram above:
* t_SCK is the time from falling edge to falling edge.
* and on every falling edge the next bit of the 16 bit conversion result is output on SDO. Starting with the MSB bit D15, then D14, then D13, then D12....consecutive...
So if (again: IF!) t_SCL is 15ns ... then it takes 15ns for one bit, 30ns for two bits, 60ns for 4 bits, 120ns for 8 bits and 240ns for all 16 bits.
***
But why not giving your requirements first:
* what´s the application?
* what´s the SPI master? (PLD, microcontroller ...)
* what´s the analog bandwidth you need?
* what sampling rate do you need (and why)
....
Klaus