OpenBIC
OpenSource Bridge-IC
plat_pcc.h File Reference
#include <stdint.h>
#include <stdbool.h>
Include dependency graph for plat_pcc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MAX_FILTERED_AMD_POSTCODES   15
 

Functions

void plat_pcc_set_filter_enable (bool enable)
 
bool plat_pcc_get_filter_enable (void)
 
uint8_t plat_pcc_copy_filtered_postcodes (uint32_t *buffer, uint8_t buffer_size)
 

Macro Definition Documentation

◆ MAX_FILTERED_AMD_POSTCODES

#define MAX_FILTERED_AMD_POSTCODES   15

Function Documentation

◆ plat_pcc_copy_filtered_postcodes()

uint8_t plat_pcc_copy_filtered_postcodes ( uint32_t *  buffer,
uint8_t  buffer_size 
)

◆ plat_pcc_get_filter_enable()

bool plat_pcc_get_filter_enable ( void  )

◆ plat_pcc_set_filter_enable()

void plat_pcc_set_filter_enable ( bool  enable)