Wireless M-Bus#

Wireless M-Bus (WMBUS) configuration.

Enumerations#

enum
RAIL_WMBUS_ModeTFrameA = 0U
RAIL_WMBUS_ModeCFrameA = 2U
RAIL_WMBUS_ModeCFrameB = 3U
}

The RX variant of the WMBUS T+C PHY.

Functions#

RAIL_WMBUS_Config(RAIL_Handle_t railHandle, bool enableSimultaneousTCRx)

Configure WMBUS simultaneous M2O RX of T and C modes feature.

Enumeration Documentation#

RAIL_WMBUS_Phy_t#

RAIL_WMBUS_Phy_t

The RX variant of the WMBUS T+C PHY.

Enumerator
RAIL_WMBUS_ModeTFrameA

subPhyId indicating a mode T frame A packet

RAIL_WMBUS_ModeCFrameA

subPhyId indicating a mode C frame A packet

RAIL_WMBUS_ModeCFrameB

subPhyId indicating a mode C frame B packet


Definition at line 49 of file protocol/wmbus/rail_wmbus.h

Function Documentation#

RAIL_WMBUS_Config#

RAIL_Status_t RAIL_WMBUS_Config (RAIL_Handle_t railHandle, bool enableSimultaneousTCRx)

Configure WMBUS simultaneous M2O RX of T and C modes feature.

Parameters
[in]railHandle

A RAIL instance handle.

[in]enableSimultaneousTCRx

True to enable WMBUS simultaneous M2O RX of T and C modes.

Returns

  • Status code indicating success of the function call.

If simultaneous M2O RX of T and C modes is enabled, when PHY_wMbus_ModeTC_M2O_100k_frameA is loaded, mode T Frame A and mode C frame A/B can be received. The mode and frame type of the last received packet is available in RAIL_RxPacketDetails_t::subPhyId.

Note


Definition at line 82 of file protocol/wmbus/rail_wmbus.h