Skip to content

GB_set_serial_transfer_bit_end_callback

Lior Halphon edited this page Nov 24, 2024 · 1 revision

Definition

typedef bool (*GB_serial_transfer_bit_end_callback_t)(GB_gameboy_t *gb);

void GB_set_serial_transfer_bit_end_callback(GB_gameboy_t *gb, GB_serial_transfer_bit_end_callback_t callback);

In gb.h

Description

TBD

Thread Safety

If callback is not NULL, GB_set_serial_transfer_bit_end_callback is thread-safe and can be called from any thread and context. Otherwise, it must not be called if the instance is being run in another thread, but may be called from the current one (via a callback).

See Also

Clone this wiki locally