Bit-bang SPI(8MHz)에서 HW SPI(SPIM3, 16MHz)로 변경
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -455,6 +455,7 @@ typedef struct {
|
||||
uint16_t total_packets; /**< Total packets for current channel */
|
||||
uint16_t data_packets; /**< Data packets for current channel */
|
||||
bool auto_powered; /**< true: 자동 전원 ON → 완료 후 OFF */
|
||||
bool pre_capture_all; /**< true: 전채널 캡처 완료 후 일괄 전송 (mbb용) */
|
||||
void (*on_complete_cb)(void); /**< 비동기 캡처 완료 후 호출될 콜백 (NULL이면 미사용) */
|
||||
} maa_async_ctx_t;
|
||||
|
||||
@@ -507,6 +508,8 @@ void maa_async_abort(void);
|
||||
* @brief 자동 전원 플래그 설정 (완료 후 자동 power off)
|
||||
*/
|
||||
void maa_async_set_auto_power(bool on);
|
||||
void maa_async_set_pre_capture_all(bool on);
|
||||
|
||||
|
||||
/**
|
||||
* @brief 비동기 캡처 완료 콜백 설정
|
||||
|
||||
Reference in New Issue
Block a user