Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 19 of 19) sorted by relevance

/cmsis_6-latest/CMSIS/Documentation/Doxygen/Zone/src/
Dmainpage.md6 - TrustZone setup (SAU, Interrupt assignment to Secure/Non-Secure)
23 …- Allows to setup of access permissions to memory and peripherals in secure/non-secure modes, and …
25 - Generates the code for the setup of protection hardware such as SAU, MPC, PPC, MPU.
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Driver/src/
Dvalidation.md21 - \ref i2c_interface_gr : only API and setup; does not test data transfer.
22 - \ref mci_interface_gr : only API and setup; does not test data transfer.
25 - \ref usbd_interface_gr : only API and setup; does not test data transfer.
26 - \ref usbh_interface_gr : only API and setup; does not test data transfer.
DDriver_USBD.c258 int32_t ARM_USBD_ReadSetupPacket (uint8_t *setup) { in ARM_USBD_ReadSetupPacket() argument
Doperation.md78 drv->PowerControl (ARM_POWER_FULL); // Power up peripheral, setup IRQ/DMA
209 \\ setup middleware
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Core/src/
Dcore_partition_device_h.md1 # TrustZone setup: partition_<Device>.h {#partition_h_pg}
3 The TrustZone header file contains the initial setup of the TrustZone hardware in an Armv8-M system.
73 - 0: not setup of CSR and AIRCR registers; the values below are not relevant
74 - 1: setup of CSR and AIRCR registers with values below</td>
125 - 0: not setup of NSACR and FPCCR registers; the values below are not relevant
126 - 1: setup of NSACR and FPCCR registers with values below</td>
162 ## Region/ISR setup: partition_gen.h {#partition_gen_h_pg}
Dusing.md8 - \ref system_c_pg with general device configuration (i.e. for clock and BUS setup).
15setup for the processor clock. The variable \ref SystemCoreClock indicates the CPU clock speed. In…
105 timer1_init (); // setup device-specific timer
Dmainpage.md12 …- A variable to determine the **system clock frequency** which simplifies the setup the SysTick ti…
17 - \ref using_pg explains the project setup and shows a simple program example.
Dref_mpu.txt80 * Such tables enable efficient MPU setup using the function \ref ARM_MPU_Load.
192 \brief Define values for MPU region setup.
194 The following define values are used with \ref ARM_MPU_RASR to setup the \ref MPU_Type::RASR "RASR"…
Dref_system_init.txt5 \brief Functions for system and clock setup available in system_<i>device</i>.c.
Dcore_startup_c.md8 - The setup values for the Main Stack Pointer (MSP).
Dusing_tz.md69 The \ref partition_h_pg defines the initial setup of the <a href="#MemoryMap_NS"><b>Non-Secure Memo…
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Core_A/src/
Dusing.md5 - \ref system_c_pg with general device configuration (i.e. for clock and bus setup).
8 - \ref mmu_c_pg contains the memory management unit setup.
23 The \ref system_c_pg performs the setup for the processor clock and the initialization of memory ca…
25 …eature set. In addition the file may contain functions for the memory bus setup and clock re-confi…
Dmainpage.md11 …- A variable to determine the **system clock frequency** which simplifies the setup of the system …
15 - \ref using_pg describes the project setup and shows a simple program example.
Dref_system_init.txt5 \brief Functions for system and clock setup available in system_<i>device</i>.c.
Dtemplate.md77 - The setup values for the various stack pointers, i.e. per exceptional mode and main stack.
/cmsis_6-latest/CMSIS/Driver/DriverTemplates/
DDriver_USBD.c96 static int32_t ARM_USBD_ReadSetupPacket(uint8_t *setup) in ARM_USBD_ReadSetupPacket() argument
/cmsis_6-latest/CMSIS/Driver/Include/
DDriver_USBD.h257 …int32_t (*ReadSetupPacket) (uint8_t *setup); …
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Toolbox/src/
Dmainpage.md33 …- [Software Packs](https://www.keil.arm.com/packs/) simplify tool setup with `device:` or `board:`…
/cmsis_6-latest/CMSIS/Documentation/Doxygen/RTOS2/src/
DprocessIsolation.md139 … but before the kernel is started with \ref osKernelStart. This allows to setup a system before ac…