SAM Peripheral Access Controller Driver.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
#include "pac.h"
Functions | |
__no_inline enum status_code | system_peripheral_lock (const uint32_t peripheral_id, const uint32_t key) |
Lock a given peripheral's control registers. More... | |
__no_inline enum status_code | system_peripheral_lock_always (const uint32_t peripheral_id, const uint32_t key) |
Lock a given peripheral's control registers until hardware reset. More... | |
__no_inline enum status_code | system_peripheral_unlock (const uint32_t peripheral_id, const uint32_t key) |
Unlock a given peripheral's control registers. More... | |