mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 11:06:30 -04:00
CPLD: Always clock SGPIO data on external clock rising edge.
This commit is contained in:
parent
337d5ebaea
commit
00c7cdf027
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ constexpr CLK_CAPTURE_MODE data_clk_capture_mode(
|
||||||
) {
|
) {
|
||||||
return (direction == Direction::Transmit)
|
return (direction == Direction::Transmit)
|
||||||
? CLK_CAPTURE_MODE::RISING_CLOCK_EDGE
|
? CLK_CAPTURE_MODE::RISING_CLOCK_EDGE
|
||||||
: CLK_CAPTURE_MODE::FALLING_CLOCK_EDGE
|
: CLK_CAPTURE_MODE::RISING_CLOCK_EDGE
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue