Bruno Allaire-Lemay
/
APP1test
df
Fork of APP1 by
Diff: HomemadeMbed.hpp
- Revision:
- 15:b38d9d210e32
- Parent:
- 14:2f89279586cb
- Child:
- 21:a111be2582be
--- a/HomemadeMbed.hpp Mon Jan 16 02:28:40 2017 +0000 +++ b/HomemadeMbed.hpp Tue Jan 17 00:06:38 2017 +0000 @@ -5,6 +5,9 @@ { unsigned int read_bits(unsigned int* address_4_bytes, const int start_bit, const int stop_bit); void write_bits(unsigned int* address_4_bytes, const int start_bit, const int stop_bit, const unsigned int new_value); + //Reserved bits: 0 + //Non-reserved bits: 1 + unsigned int get_reserved_bits_mask(unsigned int* address_4_bytes); } #endif \ No newline at end of file