Home
last modified time | relevance | path

Searched refs:periph_lock (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/nordic_nrf/common/core/native_drivers/
Dspu.h110 void spu_peripheral_config_secure(const uint8_t periph_id, bool periph_lock);
122 void spu_peripheral_config_non_secure(const uint8_t periph_id, bool periph_lock);
Dspu.c286 void spu_peripheral_config_secure(const uint8_t periph_id, bool periph_lock) in spu_peripheral_config_secure() argument
297 periph_lock); in spu_peripheral_config_secure()
300 void spu_peripheral_config_non_secure(const uint8_t periph_id, bool periph_lock) in spu_peripheral_config_non_secure() argument
311 periph_lock); in spu_peripheral_config_non_secure()