AM64x MCU+ SDK  08.02.00
hsrPrp_red_multicastTable.h
Go to the documentation of this file.
1 
38 #ifndef RED_MULTICASTTABLE_H_
39 #define RED_MULTICASTTABLE_H_
40 
41 /* ========================================================================== */
42 /* Include Files */
43 /* ========================================================================== */
44 
45 #include "hsrPrp_red_common.h"
46 
47 /* ========================================================================== */
48 /* Function Declarations */
49 /* ========================================================================== */
62  uint8_t command);
63 
77  pruicssHandle,
78  uint8_t *multicastAddr, uint8_t command);
79 
90  pruicssHandle,
91  uint8_t *mask);
92 
93 #endif /* RED_MULTICASTTABLE_H_ */
hsrPrp_multicast_filter_override_hashmask
RED_STATUS hsrPrp_multicast_filter_override_hashmask(PRUICSS_Handle pruicssHandle, uint8_t *mask)
configure the mask
hsrPrp_red_common.h
Commonly used Macros, structures and Offsets.
RED_STATUS
RED_STATUS
RED Status.
Definition: hsrPrp_red_common.h:524
hsrPrp_multicast_filter_config
RED_STATUS hsrPrp_multicast_filter_config(PRUICSS_Handle pruicssHandle, uint8_t command)
set the M_MULTICAST_TABLE_SEARCH_OP_CONTROL_BIT to enable/disable multicast filtering
hsrPrp_multicast_filter_update_macid
RED_STATUS hsrPrp_multicast_filter_update_macid(PRUICSS_Handle pruicssHandle, uint8_t *multicastAddr, uint8_t command)
insert/delete a multicast MAC ID in the multicast filter table
PRUICSS_Handle
struct PRUICSS_Config_s * PRUICSS_Handle
A handle that is returned from a PRUICSS_open() call. This handle is required for calling other APIs.
Definition: pruicss/g_v0/pruicss.h:234