mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-31 18:11:48 +02:00
Comments modified to match actual behavior
This commit is contained in:
@@ -87,11 +87,13 @@ typedef void (*i2s_ioexpander_pulse_phase_func_t)(void);
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/*
|
/*
|
||||||
I2S bitstream (32-bits): Transfers from LSB(bit0) to MSB(bit31) in sequence
|
I2S bitstream (32-bits): Transfers from MSB(bit31) to LSB(bit0) in sequence
|
||||||
LEFT Channel Right Channel LEFT Channel
|
|
||||||
ws ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~________________________________~~~~...
|
------------------time line------------------------>
|
||||||
bck _~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~...
|
Right Channel LEFT Channel
|
||||||
data vutsrqponmlkjihgfedcba9876543210vutsrqponmlkjihgfedcba9876543210____...
|
ws ________________________________~~~~...
|
||||||
|
bck _~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~...
|
||||||
|
data vutsrqponmlkjihgfedcba9876543210vuts...
|
||||||
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||||
^
|
^
|
||||||
Latches the X bits when ws is switched to High
|
Latches the X bits when ws is switched to High
|
||||||
|
Reference in New Issue
Block a user