Home
last modified time | relevance | path

Searched defs:reset (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/platform/include/
Dboot_hal.h25 uint32_t reset; member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc.c1635 uint32_t reset; in HAL_RCC_GetResetSource() local
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc.c1925 uint32_t reset; in HAL_RCC_GetResetSource() local
/trusted-firmware-m-latest/platform/ext/target/nxp/lpcxpresso55s69/Native_Driver/drivers/
Dfsl_clock.c200 void CLOCK_SetClkDiv(clock_div_name_t div_name, uint32_t divided_by_value, bool reset) in CLOCK_SetClkDiv()