Searched refs:peripheral (Results 1 – 13 of 13) sorted by relevance
42 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument44 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()45 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()67 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument69 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()70 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()93 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument95 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()96 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
276 void RESET_SetPeripheralReset(reset_ip_name_t peripheral);286 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral);296 void RESET_PeripheralReset(reset_ip_name_t peripheral);306 static inline void RESET_ReleasePeripheralReset(reset_ip_name_t peripheral) in RESET_ReleasePeripheralReset() argument308 RESET_ClearPeripheralReset(peripheral); in RESET_ReleasePeripheralReset()
14 on the platform. The name of the peripheral used by a service is set in its27 If a platform doesn't support a peripheral, that is used by a service, then28 the service cannot be used on the given platform. Using a peripheral in
140 - If the memory device or the peripheral are shared between multiple hosts142 to be available for validating accesses to that device or peripheral.145 require a peripheral device. The memory-mapped region is regarded as344 n equals the maximum peripheral numbers needed by one partition. This is
272 Therefore, hindering the setup of memory or peripheral isolation hardware is an287 - Manipulate peripheral configuration to give access to non-secure code to a288 peripheral which is intended to be secure.505 |--> platform specific peripheral isolation impl.507 - Might make the important setting of peripheral config register redundant
102 Bus slave-side security controller for peripheral access.
56 * USB CDC ACM Serial Port bridged to the nRFx UART peripheral
64 * USB CDC ACM Serial Port bridged to the nRFx UART peripheral
66 * USB CDC ACM Serial Port bridged to the second UART peripheral
210 The ``logging``-related peripheral can be set up **AT THIS STEP**, if211 logging is enabled and it needs peripheral support. There is no standalone288 signal into a specific partition, or customized peripheral settings.
66 Partitions by using customized peripheral interfaces. To provide easier775 The Secure Partition abstraction support will be introduced in the peripheral
300 TF-M uses the below structure to indicate a peripheral memory.