Home
last modified time | relevance | path

Searched defs:flag (Results 1 – 10 of 10) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/
Drsi_pwm.h319 STATIC INLINE void RSI_MCPWM_DeadTimeEnable(RSI_MCPWM_T *pMCPWM, uint32_t flag) in RSI_MCPWM_DeadTimeEnable()
336 STATIC INLINE void RSI_MCPWM_DeadTimeDisable(RSI_MCPWM_T *pMCPWM, uint32_t flag) in RSI_MCPWM_DeadTimeDisable()
353 STATIC INLINE void RSI_MCPWM_Dead_Time_Enable(RSI_MCPWM_T *pMCPWM, uint32_t flag) in RSI_MCPWM_Dead_Time_Enable()
370 STATIC INLINE void RSI_MCPWM_Dead_Time_Disable(RSI_MCPWM_T *pMCPWM, uint32_t flag) in RSI_MCPWM_Dead_Time_Disable()
470 STATIC INLINE void RSI_MCPWM_InterruptEnable(RSI_MCPWM_T *pMCPWM, uint16_t flag) in RSI_MCPWM_InterruptEnable()
521 STATIC INLINE void RSI_MCPWM_InterruptDisable(RSI_MCPWM_T *pMCPWM, uint16_t flag) in RSI_MCPWM_InterruptDisable()
534 STATIC INLINE uint16_t RSI_PWM_GetInterruptStatus(RSI_MCPWM_T *pMCPWM, uint16_t flag) in RSI_PWM_GetInterruptStatus()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/src/
Dsl_si91x_driver_gpio.c521 uint32_t flag; in sl_gpio_driver_init() local
1886 uint32_t flag = 0; in UULP_PIN_IRQ_Handler() local
1917 uint32_t flag = 0; in ULP_PIN_IRQ_Handler() local
1958 uint32_t flag = 0; in ULP_GROUP_IRQ_Handler() local
1977 uint8_t flag; in sl_gpio_driver_deinit() local
2011 uint8_t flag) in sl_gpio_driver_unregister()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_si91x_types.h240 uint32_t flag; ///< Flags member
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/
Dsl_si91x_gpio_common.h129 #define SL_GPIO_VALIDATE_FLAG(flag) ((flag > 0x0F) ? 0 : 1) ///< Validate GPIO… argument
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer.c1948 void sli_sleeptimer_update_sleep_on_isr_exit(bool flag) in sli_sleeptimer_update_sleep_on_isr_exit()
/hal_silabs-latest/simplicity_sdk/platform/service/device_manager/inc/
Dsl_device_gpio.h145 #define SL_GPIO_FLAG_IS_VALID(flag) ((flag == SL_GPIO_INTERRUPT_NO_EDGE) || (flag == SL_GPIO_INTER… argument
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_rsi_utility.c1925 void sli_si91x_update_flash_command_status(bool flag) in sli_si91x_update_flash_command_status()
/hal_silabs-latest/gecko/emlib/inc/
Dem_lesense.h1654 __STATIC_INLINE void LESENSE_StatusWait(uint32_t flag) in LESENSE_StatusWait()
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_lesense.h1654 __STATIC_INLINE void LESENSE_StatusWait(uint32_t flag) in LESENSE_StatusWait()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/inc/
Drsi_ble.h1469 uint8_t flag; member