Home
last modified time | relevance | path

Searched refs:structure (Results 1 – 14 of 14) sorted by relevance

/bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/libmetal/lib/include/metal/
A Dutilities.h65 #define metal_offset_of(structure, member) \ argument
66 ((uintptr_t) &(((structure *) 0)->member))
69 #define metal_container_of(ptr, structure, member) \ argument
70 (void *)((uintptr_t)(ptr) - metal_offset_of(structure, member))
/bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/libmetal/lib/include/metal/
A Dutilities.h65 #define metal_offset_of(structure, member) \ argument
66 ((uintptr_t) &(((structure *) 0)->member))
69 #define metal_container_of(ptr, structure, member) \ argument
70 (void *)((uintptr_t)(ptr) - metal_offset_of(structure, member))
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_tmr.c443 void TMR_ConfigBDT(TMR_T* TMRx, TMR_BDTInit_T* structure) in TMR_ConfigBDT() argument
446 (((uint32_t)structure->breakPolarity) << 13) | in TMR_ConfigBDT()
451 ((uint32_t)structure->deadTime); in TMR_ConfigBDT()
462 void TMR_ConfigBDTStructInit(TMR_BDTInit_T* structure) in TMR_ConfigBDTStructInit() argument
464 structure->RMOS_State = TMR_RMOS_STATE_DISABLE; in TMR_ConfigBDTStructInit()
465 structure->IMOS_State = TMR_IMOS_STATE_DISABLE; in TMR_ConfigBDTStructInit()
466 structure->lockLevel = TMR_LOCK_LEVEL_OFF; in TMR_ConfigBDTStructInit()
467 structure->deadTime = 0x00; in TMR_ConfigBDTStructInit()
468 structure->breakState = TMR_BREAK_STATE_DISABLE; in TMR_ConfigBDTStructInit()
469 structure->breakPolarity = TMR_BREAK_POLARITY_LOW; in TMR_ConfigBDTStructInit()
[all …]
/bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/include/openamp/
A Dcompiler.h64 #error Please implement the structure packing macros for your compiler here!
/bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/open-amp/lib/include/openamp/
A Dcompiler.h64 #error Please implement the structure packing macros for your compiler here!
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_tmr.h628 void TMR_ConfigBDT(TMR_T* TMRx, TMR_BDTInit_T* structure);
629 void TMR_ConfigBDTStructInit(TMR_BDTInit_T* structure);
/bsp/stm32/docs/
A DHow to make a STM32 BSP for RT-Thread.md15 The BSP frame structure is shown in the figure below:
17 ![BSP frame structure](./figures_en/frame.png)
45 The folder structure of the F1 series BSP template used in this example is as follows:
97 4. The final project directory structure generated by CubeMX is shown in the figure below:
/bsp/renesas/docs/
A DIntroduction_to_RA_Series_Drives.md3 …rdware peripherals by calling these standard device operation APIs. The structure of the Device Ma…
A DBuilding_a_BSP_for_the_RA_Series_Dev_Board.md17 The structure of a BSP:
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/
A DRelease_Notes.txt630 …+ Update "ADC_24bit/Convert_Interrupt" example, fix "I2CMaster_Typedef" structure variable error (…
1137 + Add below notice of examples to inform the user to check the local structure variable without a
1139 "Notice that the local variable (structure) did not have an initial value.
1228 + Add below notice of examples to inform the user to check the local structure variable without a
1230 "Notice that the local variable (structure) did not have an initial value.
1271 …+ Make up the init structure member when the XXXXX_InitTypeDef is a local variable (which without …
1308 + Add "DR_8BIT", "DR_16BIT", and "DR_32BIT" define for the "HT_SLEDn" structure.
/bsp/allwinner/libraries/sunxi-hal/hal/test/ce/
A Dtest_ce.h1558 # get raw src data which sign (ASN1 structure + PKCS#1 v1.5 padding)
/bsp/hpmicro/libraries/hpm_sdk/
A DCHANGELOG.md13 - soc: reorganize the directory structure
326 - samples: cherryusb: device: cdc acm: reorganize directory structure
586 - docs: change doc structure.
1112 - segger: update app directory structure in SES.
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/
A DRelease_Notes.txt525 + Add below notice of examples to inform the user to check the local structure variable without a
527 "Notice that the local variable (structure) did not have an initial value.
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/
A DDoxyfile787 # by doxygen. The layout file controls the global structure of the generated
1670 # structure should be generated to display hierarchical information. If the tag
1672 # index structure (just like the one that is generated for HTML Help). For this
2206 # captures the structure of the code including all documentation.
2259 # the structure of the code including all documentation. Note that this feature
2274 # file that captures the structure of the code including all documentation.

Completed in 37 milliseconds