Studentenversion des ESY6/A Praktikums "signal_processing".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test_data_channel.h 376B

1234567891011
  1. #pragma once
  2. #include <inttypes.h>
  3. int test_data_channels( void );
  4. int assert_data_channel_binding_eq( uint32_t base, uint32_t expected );
  5. int assert_data_channel_empty( uint32_t base );
  6. int assert_data_channel_full( uint32_t base );
  7. int assert_data_channel_level_eq( uint32_t base, uint32_t expected );
  8. int assert_data_channel_read_eq( uint32_t base, uint32_t expected );