Home
last modified time | relevance | path

Searched refs:Options (Results 1 – 22 of 22) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_cortex.h427 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
430 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_cortex.h437 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
440 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_cortex.h443 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
446 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_cortex.h437 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
440 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_cortex.h440 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
443 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_cortex.h490 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
493 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_cortex.h491 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
494 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_cortex.h490 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
493 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_cortex.h489 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
492 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_cortex.h494 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
497 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_cortex.h490 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
493 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_cortex.h496 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
499 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_cortex.h491 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
494 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_cortex.h499 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
502 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_cortex.h489 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
492 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_cortex.h489 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable() argument
492 WRITE_REG(MPU->CTRL, (MPU_CTRL_ENABLE_Msk | Options)); in LL_MPU_Enable()
/hal_stm32-latest/lib/stm32wb/hci/
Dshci.h542 uint8_t Options;
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_api.h2388 tBleStatus hci_le_periodic_advertising_create_sync(uint8_t Options,
Dble_stack_user_cfg.h2641 tBleStatus hci_le_periodic_advertising_create_sync_api(uint8_t Options,
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/config/
Dble_stack_user_cfg.c5925 tBleStatus hci_le_periodic_advertising_create_sync(uint8_t Options, in hci_le_periodic_advertising_create_sync() argument
5933 return hci_le_periodic_advertising_create_sync_api(Options, in hci_le_periodic_advertising_create_sync()
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/auto/
Dble_types.h1578 uint8_t Options;
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmd_db.c1067 uint8_t Options;
7352 *status = hci_le_periodic_advertising_create_sync(cp0->Options /* 1 */, in hci_le_periodic_advertising_create_sync_process()