Microchip® Advanced Software Framework

sau.c File Reference
#include "sau.h"

Functions

bool sau_configure_channels (const sau_map_t sau_map, uint32_t size)
 Configs specific HSB memories for a set of channels. More...
 
void sau_disable_channel (unsigned char channel_num)
 
void sau_enable_channel (unsigned char channel_num)
 
void sau_lock_channels (U8 unlock_HSB_cycles, U8 unlock_key)
 Lock SAU channels. More...
 
uint32_t sau_read_channel (unsigned char channel_num)
 Read the HSB memory value by the SAU channel. More...
 
bool sau_unlock_channel (U8 unlock_channel_number, U8 unlock_key)
 Unlock an SAU channel. More...
 
void sau_write_channel (uint32_t data, unsigned char channel_num)
 Write the HSB memory value by the SAU channel. More...