[x] The Unicast_Blocking enum class should be defined in the include/picolibrary/wiznet/w5500.h/source/picolibrary/wiznet/w5500.cc header/source file pair
[x] The Unicast_Blocking enum class should have an underlying type of SN_MR::Type
[x] The Unicast_Blocking enum class should have the following enumerators:
[x] A stream insertion operator should be defined for the Unicast_Blocking enum class in the include/picolibrary/testing/automated/wiznet/w5500.h/source/picolibrary/testing/automated/wiznet/w5500.cc header/source file pair
Add WIZnet W5500 unicast blocking configuration (
::picolibrary::WIZnet::W5500::Unicast_Blocking
).Unicast_Blocking
enum class should be defined in theinclude/picolibrary/wiznet/w5500.h
/source/picolibrary/wiznet/w5500.cc
header/source file pairUnicast_Blocking
enum class should have an underlying type ofSN_MR::Type
Unicast_Blocking
enum class should have the following enumerators:DISABLED = 0b0 << SN_MR::Bit::UCASTB,
: DisabledENABLED = 0b1 << SN_MR::Bit::UCASTB,
: EnabledUnicast_Blocking
enum class in theinclude/picolibrary/testing/automated/wiznet/w5500.h
/source/picolibrary/testing/automated/wiznet/w5500.cc
header/source file pair